-
实现BM算法查找文本中字符串功能,给出匹配次数和所用时间。...
实现BM算法查找文本中字符串功能,给出匹配次数和所用时间。-BM algorithm to find the realization of the text string function, given the number and the matching time.
- 2022-01-25 14:38:29下载
- 积分:1
-
Excel 作为Microsoft Office里面的拳头产品,内建了COM支持,所以通过Automation,可以轻松实现Automation组件跟excel...
Excel 作为Microsoft Office里面的拳头产品,内建了COM支持,所以通过Automation,可以轻松实现Automation组件跟excel里面的VBA的通信.本程序就是根据这个原理完成.-Excel as a fist inside the Microsoft Office Products, built the COM support it through Automation, can easily realize Automation components inside VBA with excel communication. This procedure is completed in accordance with this principle.
- 2022-04-13 07:57:41下载
- 积分:1
-
简单的基础级huffman应用
简单的基础级huffman应用-simple Huffman-based Application
- 2022-08-05 22:00:54下载
- 积分:1
-
《Visual C++ 6.0程序设计实训教程(第二版)》源代码
《Visual C++ 6.0程序设计实训教程(第二版)》源代码- Visual C++ 6.0 Programming Training Course (Second Edition) source code
- 2022-08-13 10:34:29下载
- 积分:1
-
检查程序回文与否
C程序的回文回文或C语言编程:C语言回文程序,C代码来检查一个字符串是否是回文与否以及回文数。
这个程序的工作原理如下: - 首先我们输入的字符串复制到一个新的字符串,然后我们扭转了新的字符串,
然后将其与原始字符串进行比较。如果两个人有字符的顺序相同,即它们是相同的,那么输入的字符串是回文,
否则不是。要执行复制,反向和比较,我们使用string.h中的strcpy的,strrev和功能的strcmp分别,如果你不
希望使用这些功能看到C编程代码回文不使用字符串函数操作。有些回文字符串的例子是“爸爸”,“雷达”,
“女士”等。
- 2022-03-15 22:05:20下载
- 积分:1
-
reading and writing large documents
读写大块资料文件-reading and writing large documents
- 2023-08-09 01:40:03下载
- 积分:1
-
SDL 混频器示例
利用SDL Mixer写的一个另类的例子,没有用自带的load函数,直接把内存的数据复制给buf,结果不错。想直接对内存进行操作的人可以借鉴参考一下,应该有用
- 2022-02-02 14:07:59下载
- 积分:1
-
windows system under the overall hook
windows系统下的全局钩子-windows system under the overall hook
- 2022-08-22 19:01:13下载
- 积分:1
-
此压缩文件夹包含22本c++方面的著作,如面向对象程序设计理论,算法,网络编程等等。十一部不可多得的c++经典合集,绝对超值,但对阅读者的英文要求较高。...
此压缩文件夹包含22本c++方面的著作,如面向对象程序设计理论,算法,网络编程等等。十一部不可多得的c++经典合集,绝对超值,但对阅读者的英文要求较高。-this compressed folder contains 22 c++ books, for example: OO design theories, algorithms, network programing. It s a good colection of classic c++ books. Very worthy, but a high level of English reading command is required.
- 2022-11-24 20:25:10下载
- 积分:1
-
interesting procedures C Language Learning Guide. Details of the exploration and...
趣味程序导学C语言.详细介绍了迷宫探索和搬运工游戏,配有ppt,说明生动,解释明晰-interesting procedures C Language Learning Guide. Details of the exploration and porters maze games, equipped with ppt illustrate vivid, lucid explanation
- 2022-01-20 22:38:56下载
- 积分:1