-
Sort
排序程序,包含快速排序、归并排序、谢尔排序、插入排序。输出了比较次数和移动次数。(It is a sort program, including quick sort, merge sort, shell sort and insert sort.It outputs the compare times and movement times.)
- 2009-05-24 18:53:10下载
- 积分:1
-
求矩阵特征值、解方程组
求矩阵特征值、解方程组 -seeking matrix eigenvalue solution equations for matrix eigenvalue equations Solutions
- 2022-03-18 20:26:41下载
- 积分:1
-
求两个字符串的最长公共子序列,使用递归算法实现。
求两个字符串的最长公共子序列,使用递归算法实现。-For two of the longest common sub-string sequences, using the recursive algorithm.
- 2022-09-05 10:30:02下载
- 积分:1
-
小型数据库源代码较多,请耐心审阅勿用于商业交易,一经发现后果自负...
小型数据库源代码较多,请耐心审阅勿用于商业交易,一经发现后果自负-small database source code more, not patience scrutiny for commercial transactions, the one found responsible for any consequences! !
- 2022-06-12 22:29:41下载
- 积分:1
-
哈夫曼编码
程序是要建立一个哈弗曼树,并利用哈夫曼树求相应编码和译码,根据输入的一串电文(字符串)来设计哈夫曼树,并根据哈弗曼树求出每个字符相应的编码,最后根据已知的编码,随机组合输入编码串,根据哈弗曼编码和哈弗曼树求出译码内容。
主要输入形式为一串字符串例如:abcd
输入的范围就是这26个字母,不限大小写,定义最多输入的字符不超过100个。
输出的形式根据要求,输入字符串后,要输出每个字符及其权值(出现次数);
然后再输入要译码的编码串,输出译码内容。
- 2022-03-16 10:05:21下载
- 积分:1
-
利用VC++环境来,建立学生存储系统。谢谢各位支持。
利用VC++环境来,建立学生存储系统。谢谢各位支持。-VC environment, the establishment of student storage system. Thank you support.
- 2022-10-17 08:55:03下载
- 积分:1
-
我是第一次来这里还不知道用什么方式上传程序,请大家谅解。用powerbuilder打开本文件就可以...
我是第一次来这里还不知道用什么方式上传程序,请大家谅解。用powerbuilder打开本文件就可以-is the first time I come here do not know what way to upload procedures, please understanding. Using PowerBuilder open this document can be
- 2022-03-18 14:06:27下载
- 积分:1
-
tautology is when all logic variables take out all values are true expressions....
重言式是当所有逻辑变元取遍所有值时都为真的表达式。这个程序是用来对重言式进行判别的!还可以吧!牛人别见笑!-tautology is when all logic variables take out all values are true expressions. The procedure is used to tautology runs! Also! Other cattle were laughed at!
- 2022-03-12 12:32:38下载
- 积分:1
-
哈夫曼
将文件中的字符作为结点,每个字符在文件中出现的频率作为结点的权值,采用Huffman算法构造Huffman树,将字符用尽可能短的二进制数位表示(频率越低,二进制数位越长),而不是用8位的ASCII码进行存储,已达到节省存储空间,压缩文件的目的。
- 2022-06-18 16:41:32下载
- 积分:1
-
这个程序用于实现哈希表,在初始化时赋予哈希表20个数值,然后点击查看当前哈希表,完成后点击重建哈希表
这个程序用于实现哈希表,在初始化时赋予哈希表20个数值,然后点击查看当前哈希表,完成后点击重建哈希表-This process used to implement hash table, given in the initialization hash table 20 values, and then Click to view the current hash table, click on the reconstruction after the completion of hash table
- 2022-08-23 00:02:58下载
- 积分:1