资源列表
002
- 用C语言编写的八皇后问题的源代码,对于C的练习提高有好处-itis the eight queens problem using C language source code ,it is good C exercises to improve 。
hdu2222
- 这是一个杭电上某个题目的关于AC自动机的学习算法,这是一个经典的模板题目-This is a topic on a Hang power AC automata learning algorithm, which is a classic template topic
PrimeRing
- 素数环的java代码实现,数据结构上素数环的代码-Prime ring Java code realization, the data structure of the prime ring code
矩阵操作
- 线性代数中的矩阵求逆的问题,使用此算法可以简化矩阵的操作。-linear algebra of matrix inversion, the use of this algorithm can be simplified matrix operation.
CRC1345
- c的CRC原吗 c的CRC原吗 -c c original? CRC original CRC? C c original? CRC of the original? c CRC original?
3083
- pku acm上的3083源代码,不过没有解题报告
Montgomery
- 编写的蒙哥马利算法实现,是初学者最好的学习代码。用C语言实现-Montgomery algorithm,the best code for beginners
jisuanqi3
- 利用数据结构栈的思想,按照四则运算加、减、乘、除、幂(^)和括号的优先关系和惯例,编写计算器程序-Stack data structure using the ideas, in accordance with the four operations add, subtract, multiply, divide, power (^) and the priority relations between the brackets and practice procedures for the p
MY_DFS
- DFS is an uninformed search that progresses by expanding the first child node of the search tree that appears and thus going deeper and deeper until a goal node is found, or until it hits a node that has no children. Then the search backtracks, retur
huffman
- 数据结构的HUFFMAN编程,这是我的数据结构的实验,编译通过,内附编译后的结果-HUFFMAN programming data structures, this is my test data structure, compile, compile the results of the included
floyd
- Floyd算法又称为弗洛伊德算法,插点法,是一种用于寻找给定的加权图中顶点间最短路径的算法。 -Floyd algorithm, also known as Floyd algorithm, insertion point method, is used to find a given weighted graph algorithm shortest path between vertices.
RecursiveAlgorithmForTransformationOfQuot
- 递归算法改造"求最大公因数"的欧几 里 得 算 法,华大出品-Recursive algorithm for transformation of " seeking the greatest common factor" of the Euclidean algorithm, UW produced