-
c++ 高质量编程指南,适合c++初级人员向高质量编程的提高
c++ 高质量编程指南,适合c++初级人员向高质量编程的提高-c++ high-quality programming guidelines, suitable for c++ of junior staff to improve the quality of programming
- 2022-12-23 11:30:04下载
- 积分:1
-
游戏13张牌.玩法,按点数大小走牌,三张比两张大,四张比三张大。如果是单张,用两张可以碰...
游戏13张牌.玩法,按点数大小走牌,三张比两张大,四张比三张大。如果是单张,用两张可以碰-13 games licensing. Play, according to the size of points away licenses, three more than two, more than three big four. If the leaflets can be used two collision
- 2023-09-01 20:55:03下载
- 积分:1
-
深入浅出mfc1
深入浅出mfc1-easy mfc1
- 2022-01-26 06:05:00下载
- 积分:1
-
操作系统的3个进程的调度问题,根据进程的优先级,对进程进行调度...
操作系统的3个进程的调度问题,根据进程的优先级,对进程进行调度-three operating systems process of scheduling problems, according to the priority process, the process for scheduling
- 2023-05-13 10:05:03下载
- 积分:1
-
net源码 摘自http://www.kyuanma.com/
net源码 摘自http://www.kyuanma.com/-net source extracted from http://www.kyuanma.com/
- 2022-07-14 11:45:59下载
- 积分: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
-
一种数字媒体设备应用框架
An application framework for digital media devices
- 2022-06-19 20:12:31下载
- 积分:1
-
Microsoft mci interface, the use of MFC utility to set up working into vc++ to r...
使用微软mci接口,利用MFC工具建立的vc++工成,实现了语音朗读和语音识别功能-Microsoft mci interface, the use of MFC utility to set up working into vc++ to realize voice and speech recognition capabilities to read
- 2022-03-14 07:51:09下载
- 积分:1
-
most simple calculators. For beginners.
最简单的计算器。适合初学者。-most simple calculators. For beginners.
- 2022-06-02 06:05:10下载
- 积分:1
-
基本DirectShow播放器
应用背景使用directshow的基本播放器应用,适合初学者学习关键技术采用directshow,基于win32 api的基本窗口应用,用于播放多媒体文件,适合初学者学习和了解DirectShow的用法,多媒体应用的基本架构
- 2023-01-31 06:35:04下载
- 积分:1