资源列表
Multiply
- 大整数乘法 poj 2980 比一般的算法快一点点哦-Poj 2980 large integer multiplication
shuzhi
- 计算最速下降法和黄金分割法的程序,计算结果精确。-Calculation of the steepest descent method and the golden section method of procedure, precise results.
binarytree
- 二叉树的排序!前序,中序及后序,并求其深度-Binary tree sort! Pre-order, middle order and post order, and to seek its depth
link_merge
- 单链表的应用,将两个有序链表的合并成一个有序链表。-Single-linked list application, the merger of the two sorted lists into a sorted list.
dabao
- 将不同文件类型文件打包为一个文件,并更改文件类型,供打包标记-Documents of different file types into a package file, and change the file type for packaging marking
TEST
- 这个程序代码主要是体现了C++中++和--的自增自减的运算说明,我加了详细的注释,看完这个程序就基本可以了解C++中自增自减的相关用法-This mainly reflects the code C++,++ and- of self by self-descr iption by the operation, I added detailed notes, read the program can understand the basic C++, since the increased us
bei_bao
- 可以解决背包问题,而不是0-1背背包。使用于数据结构里面的课后题!-Knapsack problem can be solved, not the 0-1 knapsack back. Data structure used inside the after-school question!
CSourse2
- 括号匹配的检验,数据结构书中的一个例子,初学者能看懂-c for new student
1
- 三种二叉树的遍历算法,先序,中序,后序等的实现,采用C语言代码来实现的。-Three binary tree traversal algorithm, the first order, in sequence order of implementation, using C language code.
ti6
- 十进制转二进制小程序,适合c语言初学者学习-Decimal to transfer binary program, for c language for beginners to learn
n_array
- 输入一个n×n的矩阵,求出两条对角线元素值之和以及输出矩阵中最大值和最小值的下标。-Enter an nn matrix, find the value of the two diagonal elements and the output matrix, the subscr ipt of the maximum and minimum values.
merge-sort
- merge sort algorithm