资源列表

« 1 2 ... .50 .51 .52 .53 .54 4555.56 .57 .58 .59 .60 ... 21467 »

[其他小程序stringmatching

说明:可以采用正则表达式来实现字符串匹配功能。一种简单的正则表达式是由英文字母(区分大小写)、数字及通配符"*"和"?"任意组合而成的。"?"代表任意一个字符,"*"代表零个或任意多个字符。例如,a*b可以匹配acb,aabb,afdfdb,ab等,但不可以匹配ac,bb,abbc;a?b可以匹配acb,abb,但不可以匹配ab,accb。试编写一个程序,从文件中读入N个字符串,再从键盘上读入任意一个合乎规则的正则表达式,例如:"a?bb*d",输出符合正则表达式的字符串。 查询的字典文件为
<wind> 在 2025-11-22 上传 | 大小:2kb | 下载:0

[其他小程序gaositouying

说明:高斯投影正反算的问题,用克拉索夫斯基的椭球体运算结果-inverser and direct gaosi
<guojiahua> 在 2025-11-22 上传 | 大小:3.53mb | 下载:0

[其他小程序BinOct

说明:把十进制整数转化成二进制整数和把二进制整数转化成十进制整数的函数,并编写主程序调用它们,以验证其正确性。-The decimal integer into a binary integer and the integration of the binary integer into a decimal integer function, and the preparation of the main program calls them, to verify its correctness.
<wind> 在 2025-11-22 上传 | 大小:1kb | 下载:0

[其他小程序findsushu

说明:用筛选法可得到2~10000之间的所有素数,找出此序列中最长的等差序列(连续的和不连续的两种)。例如:3,5,7 为一连续等差序列,长度为3,公差为2;而7,13,19 为一不连续等差序列,长度为3,公差为6。-2 with the screening method available for all prime numbers between 10000 to find out the sequence of the longest arithmetic sequence (continuou
<wind> 在 2025-11-22 上传 | 大小:1kb | 下载:0

[其他小程序cexam

说明:模式识别中的c均值算法,可对100个随机样本数据进行不多于10的分类-C-Means Algorithm Pattern Recognition can be right 100 random sample data, the classification of not more than 10
<zangjk> 在 2025-11-22 上传 | 大小:1.63mb | 下载:0

[其他小程序ISODATA

说明:模式识别中的isodata算法,对100个随机样本数据进行分类,可自行输入参数-Pattern Recognition isodata algorithm, 100 random samples of data classification, self-input parameters
<zangjk> 在 2025-11-22 上传 | 大小:3.91mb | 下载:0

[其他小程序xio

说明:xio.c 提供xprintf(fmt,...)的简单实现,包括对 d, c, x等的转换。需要提供xputc()的底层驱动。-xio.c provide xprintf (fmt ,...) simple implementation, including the right d, c, x, etc. conversion. The need to provide xputc () the underlying drivers.
<taoynkkx> 在 2025-11-22 上传 | 大小:1kb | 下载:0

[其他小程序A_P

说明:This a Test to active my account-This is a Test to active my account
<test> 在 2025-11-22 上传 | 大小:1kb | 下载:0

[其他小程序yiyuanerci

说明:一元二次方程的求解方法,供初始使用者参考-Billion Quadratic
<tiankafei> 在 2025-11-22 上传 | 大小:2kb | 下载:0

[其他小程序MyFlex

说明:flex 的入门介绍,包括多种美丽效果的展示等,有兴趣的可以瞧瞧.-flex introductory presentations, including the display of a variety of beautiful effects and so on, are interested you can check out.
<何申密> 在 2025-11-22 上传 | 大小:4.84mb | 下载:0

[其他小程序dw2xls_For_pb115

说明:it is dw2xls for pb11.5,it is very good.
<yu> 在 2025-11-22 上传 | 大小:392kb | 下载:0

[其他小程序DataTiHuanShuju

说明:根据用户填写的所要替换的数据表和字段,在写上要替换的内容和替换后的内容,即可替换。-Completed by the user to replace the data tables and fields, when writing on the content and replace to replace the contents of the post, you can replace the.
<王磊> 在 2025-11-22 上传 | 大小:214kb | 下载:0
« 1 2 ... .50 .51 .52 .53 .54 4555.56 .57 .58 .59 .60 ... 21467 »

源码中国 www.ymcn.org