资源列表

排序选择:

« 1 2 ... .99 .00 .01 .02 .03 101904.05 .06 .07 .08 .09 ... 267454 »

[其他小程序stringmatching

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

[matlab例程2

说明:现代数字信号处理的自适应滤波器设计程序,有详细备注-Modern digital signal processing, adaptive filter design process, contains a detailed Remarks
<lien chen> 在 2025-06-30 上传 | 大小:1kb | 下载:0

[系统编程CBitmapCListCtrl

说明:在工程中引入外部图片,显示在CListCtrl表格中的方法。这里我以QQ头像图片来示例,QQ有些表格插入图片使用类似的方法-In the project to introduce an external image, displayed in the CListCtrl table method. Here I QQ avatar images example, QQ some forms to insert a picture using a similar methodology
<> 在 2025-06-30 上传 | 大小:3.31mb | 下载:0

[Internet/网络编程mit_2.33.tar

说明:This source code is modify of mit project for LEACH protocol that work on ns2 version 2.33(new one version). It need ns2 version 2.33 on your machine before.
<Mihock> 在 2025-06-30 上传 | 大小:579kb | 下载:0

[matlab例程example

说明:matlab中尝试修改坐标系的方法,采用极坐标-matlab try to modify the method of coordinate system, using polar coordinates
<lien chen> 在 2025-06-30 上传 | 大小:1kb | 下载:0

[系统编程ClistCtrlHeadDraw

说明:在CListCtrl表头上显示BMP图片的一种方法,在网上找了挺长时间,只有一个外国网站有现成的代码,好像要RMB,现整理了下发上来,大家共享。-The head table in the CListCtrl display BMP image a way the Internet is a quite a long time, only one foreign Web sites have an existing code, it seems to be RMB, is now finishi
<> 在 2025-06-30 上传 | 大小:3.27mb | 下载:0

[其他小程序gaositouying

说明:高斯投影正反算的问题,用克拉索夫斯基的椭球体运算结果-inverser and direct gaosi
<guojiahua> 在 2025-06-30 上传 | 大小: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-06-30 上传 | 大小:1kb | 下载:0

[Internet/网络编程showhtml

说明:一个利用web brower控件实现网页预览的示例,在网上找了很久,觉得还是用web brower控件在我的程序上显示网页更好-A web brower control is achieved using Web Page Preview example, the Internet is a long time, think it is to use web brower control in my program to better display web pages
<> 在 2025-06-30 上传 | 大小:3.32mb | 下载:0

[软件工程xgraph

说明:The xgraph program draws a graph on an X display given data read from either data fi les or from standard input if no fi les are specifi ed. It can display up to 64 independent data sets using diff erent colors and/or line sty
<Mihock> 在 2025-06-30 上传 | 大小:52kb | 下载: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-06-30 上传 | 大小: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-06-30 上传 | 大小:1.63mb | 下载:0
« 1 2 ... .99 .00 .01 .02 .03 101904.05 .06 .07 .08 .09 ... 267454 »

源码中国 www.ymcn.org