资源列表
The-inverse-of-linear-table
- 单链表,顺序表的建立及输出,顺序表的逆置,适用于初学者。-Single linked list, table creation and output of the order, the reverse of the order of the table set for beginners.
456547475712
- C++经典数值算法源码,包含许多经典算法的实现-C classical numerical algorithm source code, includes many classic algorithms to achieve
Divide
- 分治法求最值的C++程序实现。算法设计课程可以参考-Divide and conquer method to seek the most value C++ program.
数据结构实习 迷宫求解
- 数据结构实习 迷宫求解-data structure internship Maze Solving
bubble-sort
- 数据结构中的经典例题,冒泡排序,带有源程序-Bubble sort
Huffman
- 哈弗曼树,其中有二叉树,位运算还压缩算法-Huffman trees, including binary, bit operations but also compression algorithm
cPPalgorithmic-Language
- c++ 语言算法 清华严蔚敏版(讲稿,包括所有代码实现)-c++ algorithmic Language
AVL
- 这是平衡二叉树的另一种编码方式,不是使用平衡因子,而是使用高度。-This is the balance of the binary tree of another kind of coding method, not the use of balance factor, but use height.
C算法程序v2_-徐士良
- 常用算法的C语言描述。里边算法非常详尽。解压即可使用。-common algorithms described in C language. Inside algorithm very detailed. Decompression can be used.
SoftwareTest
- 本例是软件测试课的用例,用以测试电信通话中话费计算时出现的各种问题,尤其是夏至日和冬至日的时间转换问题,以及一个JUnit的简单测试用例。 对电话账单来说,春季和秋季的标准时间与夏时制时间的转换会带来有意思的问题。春季,这种转换发生在(3月末、4月初的)星期日凌晨2:00时,这时时钟要设置为凌晨3:00时。对称的转换通常发生在10月最后一个星期日,时钟要从2:59:59调回到2:00:00。 请为采用以下费率计算用户的每月通话费: 通话时间<=20分钟时,每分钟收费
expression
- 输入中缀表达式,输出后缀表达式,并计算表达式的值,输出结果。-Input the infix expression , and output the postfix expression, and calculate the value of the expression, then output the results.
kuaisupaixu
- 快速排序法quick sort冒泡排序法-Quick sort quick sort bubble sort method
