-
DES的算法用C实现
DES的算法用C实现-DES algorithm to achieve C
- 2022-06-19 05:53:06下载
- 积分:1
-
《vc精华文摘
《vc精华文摘-api篇》-"vc essence Digest- api Chapter"
- 2023-01-23 22:30:03下载
- 积分:1
-
对给定的大规模汉语文本库,实现全文检索系统。可接受任意查询串,给出所有相关文本集合(显示标题或相关行内容等)。(交源程序、报告。准备演示)...
对给定的大规模汉语文本库,实现全文检索系统。可接受任意查询串,给出所有相关文本集合(显示标题或相关行内容等)。(交源程序、报告。准备演示)
- 2022-12-31 10:10:04下载
- 积分:1
-
C + + 日历
这是一个C++库,实现计算任何日期,如任何一天,任何一个月,任何一年。图书馆有五类,包括C日历组,C节,C月,C年和C日期。
- 2022-01-25 21:55:00下载
- 积分:1
-
network http server
网络中http中的server一端,可直接用于服务器-network http server
- 2022-09-07 08:00:02下载
- 积分:1
-
链表的操作(链表的建立,访问,删除链表指定结点,增加结点)...
链表的操作(链表的建立,访问,删除链表指定结点,增加结点)-List of operations (the establishment of the list, access, delete the specified node list to increase the node)
- 2022-03-19 09:51:10下载
- 积分: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
-
BMP查看器
bmp viewer
- 2022-03-21 17:37:10下载
- 积分:1
-
内存驻留程序的基本思想就是让程序一直停留在内存中,不断的执行特定的命令。但内存驻留如何被执行呢?一般地,内存驻留程序都是通过修改BIOS或DOS的系统中断向量表...
内存驻留程序的基本思想就是让程序一直停留在内存中,不断的执行特定的命令。但内存驻留如何被执行呢?一般地,内存驻留程序都是通过修改BIOS或DOS的系统中断向量表来实现的。比如修改向量表中16H位置的中断(这个中断接收键盘的按键,在DOS中,按键按下,这个中断就会被调用),让其指向我的程序,这时若有按键被按下,则执行的是我的程序。-The basic idea is to let procedure has to remain in the memory and keeps the implementation of specific orders. But the presence of memory how to be executed? Generally, the memory presence procedures are revised BIOS or DOS systems to scale interruption to achieve. For example, changes to the set-16H location of the interrupt (the keyboard interrupt reception of keys, DOS, press the button, the suspension will be called), let me point to the procedure, if time was pressing the button, I was the implementation of the procedures.
- 2022-03-07 21:10:22下载
- 积分:1
-
读取Access97数据库密码
读取Access97数据库密码-read Access97 database passwords
- 2022-04-16 06:35:47下载
- 积分:1