-
200410111032011273DES,MD5,ZLIB算法源代码,算法设计技术
200410111032011273DES,MD5,ZLIB算法源代码,算法设计技术-sound code about DESMD5ZLIB arithmetic, arithmetic design technology.
- 2022-01-22 15:15:07下载
- 积分:1
-
朋友,完整的应用程序代码,算法,有趣的河
朋友的VC完整应用程序代码 有意思的过河算法-friends VC complete application code algorithm interesting river
- 2023-08-15 01:15:04下载
- 积分:1
-
对进度条的美化程序,可以自定义美化进度条界面
对进度条的美化程序,可以自定义美化进度条界面-Progress bar on the beautification process, can customize the interface to beautify the progress bar
- 2022-05-16 01:46:09下载
- 积分:1
-
密取指定文件
VC/C++源码,文件操作,文件搜索
一个速度极快的VC++目录文件查找类,另附两个小实例,菜鸟们也能很好的使用。
文件查找在很多时候我们都能用得上,本类是将文件查找操作简单进行封装,
在使用时候,你只需传递参数(路径和文件名及匹配格式),
查询的目录和文件结果被保存到本类内部的vector容器,
方便你随后取用。
- 2022-01-25 22:49:33下载
- 积分:1
-
IAP升级工具
C# 开发的PC端升级工具 对MCU的固件进行升级,此工具为长期测试有效使用的可靠工具,请放心使用
- 2022-08-11 15:29:27下载
- 积分:1
-
经典的扫雷游戏,详细的源代码,功能丰富,易操作。
经典的扫雷游戏,详细的源代码,功能丰富,易操作。-Mine the classic games, detailed source code, feature-rich, easy-to-use.
- 2022-08-09 17:16:18下载
- 积分:1
-
LCS问题就是求两个字符串最长公共子串的问题。解法就是用一个矩阵来记录两个字符串中所有位置的两个字符之间的匹配情况,若是匹配则为1,否则为0。然后求出对角线最长...
LCS问题就是求两个字符串最长公共子串的问题。解法就是用一个矩阵来记录两个字符串中所有位置的两个字符之间的匹配情况,若是匹配则为1,否则为0。然后求出对角线最长的1序列,其对应的位置就是最长匹配子串的位置。 最长递增子序列LCS的实现C源码!-LCS problem for two strings is the longest common sub-string problem. Solution is to use a matrix to record the location of two strings of all the matches between the two characters in the situation, if the match is one, otherwise to 0. And one of the longest diagonal obtained sequence, the location of its corresponding sub-string match is the longest position. The longest increasing sub-sequence source C implementation of the LCS!
- 2022-08-19 18:20:36下载
- 积分:1
-
MFC编写的简单聊天程序,用MFC编写的小程序,学习网络编程可以看看哦...
MFC编写的简单聊天程序,用MFC编写的小程序,学习网络编程可以看看哦-mfc
- 2022-01-26 04:36:24下载
- 积分:1
-
print in c#
java编程语言中的银行家算法
- 2022-11-01 10:25:04下载
- 积分:1
-
This console application shows how to bake resources into console applications....
This console application shows how to bake resources into console applications. The sample also demonstrates using FindResource(), LockResource(), FreeResource(), and SizeofResource() APIs to access the bytes in the image resources directly. The sample uses an ofstream and a stdio FILE to write the bytes of the resource out to new files.
- 2022-03-12 16:14:46下载
- 积分:1