搜索资源列表
hafum
- 这是一个用C语言编写的哈夫曼编/译码器程序,与严蔚敏版数据结构习题的5.2相对应啊-This is a C language prepared by the Huffman encoder / decoder procedures, and Yan Wei-min data structure Exercise version 5.2 should be relatively ah
windows_stack
- C++BUILDER编的可以在WINDOWS下运行的栈的演示程序-C BUILDER series in the Windows stack running under the demonstration program
Wiring
- 一个自己用C编的关于贪婪算法的例子,压缩包里带有原题目与原测试数据-they use a C series of examples of the greedy algorithm, compressed bundle with the original title and the original test data
ExchangeSort
- 用C++编的排序的操作,这个是快速排序,有时间我会多上载几个别的-C series of the sort of operation, this is a quick sort, I would be spending more time on several other set
campustourguide
- 数据结构课设做的,校园导游系统,使用c++编的,比较适合一般的大学同学作为课设使用
DataStructure.c++
- 《数据结构课程设计案例精编》 附赠光盘源码
YueSeFuHuan
- C++编的数据结构问题,关于约瑟夫环问题。经典问题。
一个时钟程序
- c编的一个时钟程序-a series of clock procedures
哈夫曼编码
- 一个关于哈夫曼编码的程序,用c++编的。可用于对数距的编码-one of Huffman coding procedures, using the c series. For a few from the right coding
88
- 无需解密,直接解压,一个只用C编的画图代码,可以画出一片树叶,适合C语言初学者-without decryption, decompression directly, only a part of the class C code, can paint a leaf, the C language for beginners
89
- 无需解密,直接解压,一个C编的动画,比较适合C语言的初学者.-without decryption, decompression directly, an animation series C, C language more suitable for beginners.
new2
- 树的优先遍历搜索算法,用C编的,请各位多多指教哦,原创的-priority traverse tree search algorithms, C series, please exhibitions Oh, originality!
高斯消元法(不列主元)
- 高斯消元法(不列主元)大学计算方法里面的一个算法,用c++编的-Gaussian Elimination Act (PCA not out) University calculation inside an algorithm, using the c series
huffman
- 利用二叉树结构实现赫夫曼编/解码器。 1、初始化(Init):能够对输入的任意长度的字符串s进行统计,统计每个字符的频度,并建立赫夫曼树 2、建立编码表(CreateTable):利用已经建好的赫夫曼树进行编码,并将每个字符的编码输出。 3、编码(Encoding):根据编码表对输入的字符串进行编码,并将编码后的字符串输出。 4、译码(Decoding):利用已经建好的赫夫曼树对编码后的字符串进行译码,并输出译码结果。 5、打印(Print):以直观的方式打印赫夫曼树。6、计
shujujiegou
- 树的遍历等数据结构程序代码实现,用的C++编的,简单易懂,适合初学者-Traversal tree data structure, such as program code to achieve with the C++ Series, easy-to-read, suitable for beginners
danlianbiao
- c编的,数据结构实验报告,很详细.流程都有 是单链表交并差的-c allocation and data structure of experimental reports, in great detail. process is a single linked list has to pay and poor
22
- 刚学的链表,用visual c++编的链表合并,-The list just learning to use visual c++ linked list compiled by the merger
C-algorithm-for-fine-Daquan
- 精编C算法大全,最近收集的最经典的c程序算法-C algorithm for fine Daquan
Three-classic-C-language-program
- 这是C语言编的三个经典程序的解读和感悟,非常实用,希望大家下载开看,很有用的。-This is the interpretation and comprehension of the three classic C language program, very useful, and hope that we download the open look, very useful.
cauaoity
- 用C++编的一些最优化作业中的程序,单纯形法()