-
EXCEL learning good information, a detailed description of the use of EXCEL is a...
学习EXCEL的好资料,详细介绍了EXCEL的使用,是一个办公人员将要学习的工具。
- 2022-03-09 20:35:56下载
- 积分:1
-
图中类用C + +(!)
clase figura hecha en c++ (poo)
- 2022-07-13 00:38:34下载
- 积分:1
-
一个完整的工程应用系统,很全面的,值得学习
一个完整的工程应用系统,很全面的,值得学习-A complete system engineering applications, it is comprehensive, it is worth learning
- 2022-03-18 11:21:50下载
- 积分:1
-
基于C++实现的斗地主单机游戏
基于C++实现的斗地主单机游戏,开发工具VC++2005,没有使用MFC,使用的是WinMain实现,支持简单的人工智能。
- 2022-06-21 08:13:15下载
- 积分:1
-
排课开发的管理系统
排课开发的管理系统-a management system for course timetable
- 2022-03-25 19:46:28下载
- 积分:1
-
如果你觉得Windows系统的文本文档程序有点神秘,你可以下个这个程序好好看看,此程序实现了他的全部的功能。您可以参考参考...
如果你觉得Windows系统的文本文档程序有点神秘,你可以下个这个程序好好看看,此程序实现了他的全部的功能。您可以参考参考-If you feel that Windows system text document procedures for a bit mysterious, you can next look at this process properly, this program achieved all his functions. You can refer to reference
- 2022-03-30 17:50:49下载
- 积分:1
-
本程序显示桌面所有图标的标题。代码示范了如何使用VirtualAlloc(),WriteProcessMemory() 和 ReadProcessMemory(
本程序显示桌面所有图标的标题。代码示范了如何使用VirtualAlloc(),WriteProcessMemory() 和 ReadProcessMemory() 在不同的进程中分配内存。用Windows的消息获得图标的名称。- This program display tabletop all charts sign title. How did
the code demonstrate has used VirtualAlloc (), WriteProcessMemory ()
and ReadProcessMemory () assigned the memory in the different
advancement. Obtains the chart sign with the Windows news the name.
- 2022-06-27 05:13:36下载
- 积分:1
-
Windows矢量图转换VC源代码,WMF格式转EMF格式
Windows矢量图转换VC源代码,WMF格式转EMF格式-vector conversion VC Windows source code, WMF format to EMF format
- 2022-01-22 06:47:50下载
- 积分:1
-
很好用的asp 语言教程,里面包罗万象,适合各个阶层的开发人员使用。。里面包含很实用的例子,很好...
很好用的asp 语言教程,里面包罗万象,适合各个阶层的开发人员使用。。里面包含很实用的例子,很好-good with the asp language handbook containing all-inclusive, suitable for all levels of developers to use. . They include practical examples of good
- 2022-02-24 10:55:07下载
- 积分: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