资源列表
4
- 数据结构上机第七章第四题 求有向图中任意两个结点指定距离的边数 -Data structure chapter 7 NO.4 For any two nodes in the directed graph the specified distance of the number of edges
MAT
- 仿MATLAB矩阵C++运算库,包括加、减、乘、除、点加、点减、点乘、点除、赋值、转置、rank、det、eig、svd、pinv、power等的运算。inv运算使用pinv运算。最难实现的是非方阵的除法。-MatLab Matrix simulator
tree
- 数据结构 二叉树 关于二叉树的各种操作 先序,中序,后续遍历-tree operation
Tic tac toe code
- Tic tac toe c++ code
hangbianji
- 利用堆栈进行行编辑,当读入退格符“#”时,表示前一个字符无效;当读入退行符“@”时,表示当前行无效。-Line editing using the stack, when read backspace # , the former represents a character invalid When read back character @ , said the current line is invalid.
22we2323
- student class grading and check id using c-student class grading and check id using c++
delimiter-matching
- 一个实现分隔符匹配的数据结构算法,很适合初学者学习-A data structure algorithms achieve delimiter matching, it is suitable for beginners to learn
analog-parking
- 一个实现模拟停车场的数据结构代码,适合初学者学习-An analog parking lot of the data structure of the code, suitable for beginners to learn
String_class
- 一个实现string类的数据结构代码,很适合初学者学习-A data structure of the code string class is suitable for beginners to learn
sudoku
- //一个解数独的程序,纯C编写,不依赖特殊库,移植容易。个人原创! //采用的回溯法,剪枝程序采用动态规划思想进行了大量优化,比一般数独程序可以统计用多少步,中间碰到多少分支,侧面反映题目难度,虽然不能和人的技巧相比,也可以参考一下。 //对于研究数独方法或许没有帮助,但是可以帮助验证结果,统计难度。对于出题时可以去掉的项,也可用其验证。有代码,看懂后可以随便修改。 //解世界上最难数独大概1s左右 //程序作者:原建业-Sudoku @ a program written in
Kzuiduanlujing
- 结算若干节点的最短路径。最短路径算法。C#-Shortest Path clearing several nodes. Shortest path algorithm.
jiemi
- 在数据加密和数据压缩中常需要对特殊的字符串进行编码。给定的字母表 A 由 26 个 写英文字母组成 A={a,b,…,z}。该字母表产生的升序字符串是指字符串中字母按照从左到 右出现的次序与字母在字母表中出现的次序相同,且每个字符最多出现 1 次。例如,a,b,ab, bc,xyz 等字符串都是升序字符串。-In the data encryption and data compression is often the need for special strings to be encoded