资源列表
qiuzhi2
- 数据结构课程里的小程序,算法实现了表达式的求值。有助于初学者应用。很好的程序 -IS very useful for you to study it
eightqueen
- 八皇后问题19世纪著名的数学家高斯于1850年提出的。他的问题是:在8*8的棋盘上放置8个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列、同一斜线上。请设计算法打印所有可能的摆放方法。-Eight queens problem the famous 19th century mathematician Gauss in the 1850' s. His question is: 8* 8 board to place eight queens, so that it can
Fibonacci
- 斐波那契数的三种方法性能比较,分别是矩阵法,自底向上法和直接递归法-three fibonacci methods
huffman
- 本程序用C语言编写的哈夫曼编码(Huffman Coding),该方法依据字符出现概率来构造异字头的平均长 度最短的码字,有时称之为最佳编码-Huffman coding (Huffman, from Coding) this program written in C, the average probability to construct different prefix length of the shortest codeword in accordance with the chara
juzheng
- 是一个关于数据结构中稀疏矩阵的程序 有矩阵的转置的操作-is a data structure for sparse matrix procedure matrix transpose operation
CRC16_C
- 在C语言中开发的crc16查表算法的源代码,看看有没有参考价值!-in C language development crc16 Lookups for the source code, to see if there is any reference value!
erchashu
- 数据结构中二叉树用c实现的算法-binary tree data structure used to achieve the algorithm c
complexApp_lab1
- 复数运算器,我自己写的,提供复数加法 减法的运算功能
sorting
- 通过10个固定的数字,简单的实现基本的基数排序-Through a fixed number of 10, the simple realization of the basic sort of base
quick_sort
- qiuck_sort是优于其他排序操作的一种排序方法,而且不易于理解-Sort qiuck_sort is superior to other methods of operation of a sort, but can not be easily understood
NodeList
- there are basic source codes of data structure. these codes will help study data structure. about nodelist.
WQL1
- 1、 某软件公司大约有30名员工,每名员工有姓名、工号、职务等属性,每年都有员工离职和入职。 把所有员工按照顺序存储结构建立一个线性表,建立离职和入职函数,当有员工离职或入职时,修改线性表,并且打印最新的员工名单。 -, A software company about 30 employees, each employee name, job number, position and other attributes, and each year employees who left