-
C++编写的小程序
用VC6.0 和C++语言编写的控制台应用小程序~ 学生信息管理系统 功能不是很多,需要继续完善~ 希望可以多多改善,听取大神的意见~ 有兴趣的朋友就下载看看吧
- 2022-08-06 21:01:20下载
- 积分:1
-
Photographic Tone Reproduction for Digital Images
Photographic Tone Reproduction for Digital Images
- 2023-08-16 05:20:02下载
- 积分:1
-
通过构建相应的词法分析表,实现对句子的合理分析,看是不是指定文法的合理句子....
通过构建相应的词法分析表,实现对句子的合理分析,看是不是指定文法的合理句子.-By constructing the corresponding lexical analysis table to achieve a reasonable analysis of the sentence to see is not a reasonable sentence grammar specified.
- 2022-03-14 05:54:20下载
- 积分:1
-
c语言实现AD采样实验
c语言实现AD采样实验-AD sampling experiments
- 2023-03-08 12:10:04下载
- 积分:1
-
一个不错的字体类,大家可以下载来看看。
一个不错的字体类,大家可以下载来看看。-The CAutoFont class was designed to eliminate the constant, tedious task of filling a LOGFONT structure everytime you need to create or use a font. It was designed to make font manipulation a simple task
- 2022-08-15 04:58:01下载
- 积分: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
-
函数注释生成器。
可批量、简单、规范生成函数头注释
函数注释生成器。
可批量、简单、规范生成函数头注释-Available in volume, simple, standardized generating function header comments
- 2022-03-22 02:10:56下载
- 积分:1
-
把两个数组合并,并查询
把两个数组合并,并查询-merging the two arrays, and inquiries
- 2023-01-12 22:30:03下载
- 积分:1
-
C# database program, 一本很好的C#的书.
wrox PRE
C# database program, 一本很好的C#的书.
wrox PRE-C# Database program, a very good C# Book. Wrox PRE
- 2022-04-13 11:11:45下载
- 积分:1
-
一种类似pad2的的字处理程序,同时提供有OLE功能。
一种类似pad2的的字处理程序,同时提供有OLE功能。-Pad2 of a similar word-processing program, at the same time provide an OLE function.
- 2022-03-20 21:33:47下载
- 积分:1