资源列表
Hman_byC
- 哈夫曼编码函数 C语言,C++平台编译通过-Huffman coding function C language and C compiler platform through
graph_adjlist
- 邻接表创建图 通过邻接表存储表示法创建图-adjacent table created by the adjacent table map storage pledged to create map
PIDPROGRAM
- 用tubro C写的PID算法,该算法常用于温度控制等时延性控制系统-used to write the PID algorithm commonly used in the temperature control system control delay
冒泡、快速排序算法比较程序
- 数据结构课程设计:冒泡、快速排序的比较,用C语言编写,调试成功-curriculum design data structure : Bubble, rapid sequencing of comparison, the C language, debugging success
课程设计3
- 数据结构课程设计:冒泡排序算法的具体实现,用C语言编写-curriculum design data structure : Bubble Sort Algorithm realize the C language
最小生成树 克鲁斯卡尔算法
- 用克鲁斯卡尔的算法实现最小生成树,用C语言来实现的。内容相当简练-Kelushikaer with the minimum spanning tree algorithm, using C language to achieve. Quite a concise
DSAAcodes
- 《数据结构、算法与应用》从C++语言应用角度列举了要点,以大量示例实现了表、树、图数据结构,最后实证了各种典型算法。以标准C++语法,模板化设计,符合软工思想。此内容为源码。-"data structures, algorithms and applications" from the perspective of C language application listed on the main points, a large number of examples to a
Huffman_JJCH
- 老问题,Huffuman编码,对任意的文本文件进行编码,输出到文件,同时可以对编码文件进行解码-old question Huffuman coding, right arbitrary text files encoded output to a file. the encoder can also decode documents
mapColour_JJCH
- 地图染色问题,邻接矩阵从文件读入,但不会写文件去。-map coloring, the adjacency matrix from the document read, but not write to document.
Fibonacci_n
- 费波纳切序列,求其前N项,采用DEV-C++开发、编译。-charges Beinaqi sequence, seeking its first N, using DEV-C development, compile.
CyoEncode
- base16、base32、base64编码的Encode、Decode算法实现。支持各个C++编译平台。-base16, base32, base64 encoding Encode, Decode algorithm. C compiler supports various platforms.
双Euler 回路问题
- 一个很好的算法练习: 问题描述:对于给定的图G,经过图中每条边恰好2 次的回路称为图G 的双Euler 回路。 编程任务:对于给定的图G,编程计算图G 的双Euler 回路。 -a good algorithm practice : Problem descr iption : for a given graph G, After map each side exactly two times the loop known as the G-Euler circuit. Progra