资源列表
排序选择:
[其他小程序] 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
[系统编程] 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
[系统编程] 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
[其他小程序] 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