资源列表
Multiply
- 大整数乘法 poj 2980 比一般的算法快一点点哦-Poj 2980 large integer multiplication
zhijihe
- 自己编写的子集和问题的源代码,绝对可以运行-I have written and the issue of a subset of the source code can run
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.
trmul
- 是一个关于矩阵相乘的程序,用户可以输入两个矩阵,然后就会显示结果-Is a process of matrix multiplication, the user can input two matrices, then the results will be displayed
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.
002
- 已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去,直到圆桌周围的人全部出列。通常解决这类问题时我们把编号从0~n-1,最后结果+1即为原问题的解。-Known n individuals (with numbers 1,2,3 ... n, respectively) were sitting around a round table. From the number
