资源列表
[Windows编程] hefumanshu
说明:我们课程设计用的哈夫曼树代码 能生成哈夫曼树和编码-Curriculum design, we use Huffman code tree can be generated and the Huffman coding tree<胡景> 在 2025-07-28 上传 | 大小:1kb | 下载:0
[其他小程序] ShareMemory
说明:怎样用delphi内存映射实现共享内存的实例, FMap := CreateFileMapping($FFFFFFFF, nil, PAGE_READWRITE, 0, size, PChar(name)) -how to share memory using Delphi<ganlin> 在 2025-07-28 上传 | 大小:1kb | 下载:0
[ActiveX/DCOM] autoComplate
说明:一个通过jquery编写的搜索框自动提示功能, 很简单修改后就可用到自己的代码中-Through the preparation of a jquery automatically prompt the search box function can be used after simple modifications to your code<kouyameng> 在 2025-07-28 上传 | 大小:1kb | 下载:0
[Windows编程] binsearch
说明:将数列按有序化(递增或递减)排列,查找过程中采用跳跃式方式查找,即先以有序数列的中点位置为比较对象,如果要找的元素值小于该中点元素,则将待查序列缩小为左半部分,否则为右半部分。通过一次比较,将查找区间缩小一半。-The series by ordering (increasing or decreasing) order, the process used to find the way by leaps and bounds to find that the first series of t<zong> 在 2025-07-28 上传 | 大小:1kb | 下载:0
[Windows编程] CreateHuffmanTree
说明:最优二叉树或哈夫曼树 在权为wl,w2,…,wn的n个叶子所构成的所有二叉树中,带权路径长度最小(即代价最小)的二叉树称为最优二叉树或哈夫曼树。-Optimal Huffman tree or trees in the right for wl, w2, ..., wn are the n-leaf binary tree consisting of all with the right to a minimum path length (that is, the minimum pri<zong> 在 2025-07-28 上传 | 大小:1kb | 下载:0