-
VisualAssist for vs2005
用vs2005编程的好工具。
VisualAssist for vs2005
用vs2005编程的好工具。-VisualAssist for vs2005 with vs2005 good tool for programming.
- 2022-03-13 10:42:07下载
- 积分:1
-
用vb编辑注册表的小程序
用vb编辑注册表的小程序-with small edit the registry procedures
- 2022-03-06 01:36:22下载
- 积分:1
-
MyDraw绘图软件,介绍利用VC绘图,及如何动态选取并修改图形对象(CRectTracker类)。...
MyDraw绘图软件,介绍利用VC绘图,及如何动态选取并修改图形对象(CRectTracker类)。-MyDraw mapping software, introduced VC mapping, and how to select and modify dynamic graphic objects (CRectTracker category).
- 2022-04-19 00:54:49下载
- 积分:1
-
字符串比较函数,支持“*”串通配和“?”字通配符,用 C语言编写,速度比较快....
字符串比较函数,支持“*”串通配和“?”字通配符,用 C语言编写,速度比较快.-String Comparison Functions to support
- 2023-02-09 15:45:04下载
- 积分:1
-
ExcelHelper (Excel Import and Export) examples source Excel interoperability wit...
ExcelHelper(Excel导入导出)实例源码
Excel与DataTable 互操作示例 -ExcelHelper (Excel Import and Export) examples source Excel interoperability with DataTable example
- 2022-03-21 05:08:22下载
- 积分:1
-
打开使用excel表格
打开使用excel表格-tables were turned excel
- 2023-04-20 17:55:04下载
- 积分:1
-
Pascal done wonderful directory interface, pascal not believe it can do this als...
Pascal做的精彩目录界面,不敢相信吧pascal也能做这个,运行环境TP-Pascal done wonderful directory interface, pascal not believe it can do this also, the environment TP
- 2022-02-15 12:53:50下载
- 积分:1
-
Clock procedures, digital clock and realize the view pointer clock switching, th...
时钟程序,实现数字钟和指针时钟的视图切换,应用单文档-Clock procedures, digital clock and realize the view pointer clock switching, the application of single-document
- 2022-04-01 23:29:57下载
- 积分:1
-
Developed with C#, it can display the map data,save the map to a file,and open i...
用c#开发的显示地图数据,并将地图数据存放到文件中,以及在文件中调用-Developed with C#, it can display the map data,save the map to a file,and open it from a file.
- 2023-05-27 05:35:03下载
- 积分: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