资源列表

« 1 2 ... .43 .44 .45 .46 .47 1248.49 .50 .51 .52 .53 ... 2656 »

[数据结构常用算法huffuman

说明:也是数据结构课上做的小程序~呵呵,哈夫曼译码解码器-Is also a data structure class to do a small procedure ~ Oh, Huffman decoding decoder
<marco> 在 2024-10-15 上传 | 大小:9216 | 下载:0

[数据结构常用算法testAvl2

说明:AVL均衡二叉树的的C++模板实现。带有册除功能-AVL balanced binary tree of the C++ Realize template. List with the exception of functional
<xzzz> 在 2024-10-15 上传 | 大小:9216 | 下载:0

[数据结构常用算法taosheng

说明:1)I:初始化(Initialization)。从终端读入电文,写到tobetrans文件中,统计电文的字符集合和对应的权值集合,建立哈夫曼树,并将哈夫曼树存于文件hfmtree中。 (2)C:编码(Coding )。利用已建好的哈夫曼树(如不在内存,则从文件hfmtree中读入),对文件tobetrans中的正文进行编码,然后将结果存入文件codefile中。 (3)D:译码(Decoding)。利用已建好的哈夫曼树将文件co
<王涛> 在 2024-10-15 上传 | 大小:9216 | 下载:0

[数据结构常用算法hanoi

说明:hanoi
<backhappy> 在 2024-10-15 上传 | 大小:9216 | 下载:0

[数据结构常用算法HuffmanTree

说明:huffman树的基本实现. 利用读取TXT文件统计产生huffman树,从而对TXT文件进行压缩和解压.-huffman tree realize. the use of statistics to read TXT file generated huffman tree, thus TXT file compression and decompression.
<嘟嘟> 在 2024-10-15 上传 | 大小:9216 | 下载:0

[数据结构常用算法KMP

说明:是一个C语言的KMP代码, 包含可执行文件。-Is a C language KMP code, contains an executable file.
<xuyan> 在 2024-10-15 上传 | 大小:9216 | 下载:0

[数据结构常用算法Ptr_Hash

说明:指针链表,指针数组,快速的查找;高效的hash碰撞链表-List pointer, pointer array, fast find and efficient hash collision list
<王义金> 在 2024-10-15 上传 | 大小:9216 | 下载:0

[数据结构常用算法SORT

说明:数据结构中排序的实例分析,可供有兴趣的朋友参考学习-Sort of data structure example of analysis, available to interested friends refer to learning
<菜鸟> 在 2024-10-15 上传 | 大小:9216 | 下载:0

[数据结构常用算法matchalgrithm

说明: 检验括号是否匹配可以用堆栈来实现,当遇到 (、[或{进栈,遇到 ) 、]或}出栈进行匹配检验,如果出现不匹配的情况立即结束,否则继续取下一个字符。如果没有遇到不匹配的情况,最后判断栈是否为空,栈为空,括号匹配,否则不匹配。并设置大、中、小括号的优先级(priory)为3、2、1 ,且设优先级(priory)的初始值为4。从第一个字符开始扫描表达式,如果是左括号,和栈中的括号的优先级对比,如果优先级比栈中括号的优先级高或者等于栈中的
<yuanjia> 在 2024-10-15 上传 | 大小:9216 | 下载:0

[数据结构常用算法Support_Vector_Machine_smo

说明:Support Vector Machine smo
<张亚飞> 在 2024-10-15 上传 | 大小:9216 | 下载:0

[数据结构常用算法xianxingshijianxuanze

说明:这是线性时间选择的一个代码,看看吧。可以给一下意见的。-This is the choice of a linear time code, take a look at it. Can give you advice.
<城城> 在 2024-10-15 上传 | 大小:9216 | 下载:0

[数据结构常用算法btree

说明:1.B树的实现 2.ElfHash的实现 3.三种排序方式(插入,归并,快速)-1.B tree 2.ElfHash to achieve the realization of 3. Three Sort by (insert, merging, fast)
<yuyuanming> 在 2024-10-15 上传 | 大小:9216 | 下载:0
« 1 2 ... .43 .44 .45 .46 .47 1248.49 .50 .51 .52 .53 ... 2656 »

源码中国 www.ymcn.org