-
这是介绍操作系统设计和实现的书籍包括c++源码作解说...(英文版的)简单易懂...
这是介绍操作系统设计和实现的书籍包括c++源码作解说...(英文版的)简单易懂-this is a pdf book,introducing os design adn implement ...it is easy to read ...
- 2022-10-12 16:35:03下载
- 积分:1
-
与自然语言理解结合的算盘源码,相信会有用的。
与自然语言理解结合的算盘源码,相信会有用的。-With the combination of natural language understanding source calculations, I believe will be useful.
- 2023-03-27 20:30:04下载
- 积分:1
-
C#替换word内容模板直接打印
通过定义winform表单里的关键数据对应word表单中的数据进行替换,解决批量打印问题,并采用对应MD5的加密算法。
- 2022-02-12 19:53:26下载
- 积分: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
-
API串口调试助手,VS2010开发,MFC框架,基于对话框
API串口调试助手,采用API方式调用计算机串口,包括线程的使用,十六进制的数据发送与接收,开发工具为vs2010
- 2022-11-14 15:45:09下载
- 积分:1
-
进程调度模拟程序
进程调度模拟程序-优先权只是调度算法考虑的一个方面进程调度依据调度程序运行时,要在所有可运行状态 的进程中选择最值得运行的进程投入运行。-Process schedule simulation program-Priority is only one aspect of schedule algorithm,the goal is selecting the most valuable process to run among all of the ready process.
- 2022-11-18 06:20:02下载
- 积分:1
-
计算器源代码,可以实现简单的计算操作,拥有普通计算器的计算功能。...
计算器源代码,可以实现简单的计算操作,拥有普通计算器的计算功能。-Calculator source code, you can realize a simple calculation of the operation, with the computing power of ordinary calculator.
- 2022-01-30 19:53:26下载
- 积分:1
-
自绘网格实例,初学者适合,介绍简单的绘制九宫格和图片加载效果...
自绘网格实例,初学者适合,介绍简单的绘制九宫格和图片加载效果-Since the draw grid instance, suitable for beginners, introducing a simple drawing and image loading effect Style Box
- 2022-03-15 22:32:31下载
- 积分:1
-
一个有delphi写的
一个五笔查寻程序
一个有delphi写的
一个五笔查寻程序-a write a five search procedures
- 2022-03-20 14:28:13下载
- 积分:1
-
说明:使用applet开发的windows扫雷游戏!初、中、高级全部实现!只有记录分数功能没有实现!...
说明:使用applet开发的windows扫雷游戏!初、中、高级全部实现!只有记录分数功能没有实现!-Description: applet developed the use of mine-sweeping windows Game! Early, middle and advanced all achieve! Record Score feature not only achieve!
- 2022-02-03 18:16:21下载
- 积分:1