资源列表
sor
- sort 6 个课程设计c++快速排序希尔排序-six sort
graph
- 数据结构 有向图的邻接矩阵、度、拓扑算法。无向图的深度优先遍历、广度优先遍历。最小生成树-Adjacency graph data structure to the matrix, the degree of topological algorithms. Undirected graph depth-first traversal, breadth-first traversal. Minimum Spanning Tree
2009011245_sy1
- 从文件中读取两个多项式,将其和保存在另一个文件中。-Two polynomials read from a file, and save it in another file.
PEG-by-Hu
- Hu Xiaoyu的PEG算法,程序运行时实时显示当前校验矩阵的环长。-Hu Xiaoyu s PEG algorithm, this code can display the cycle girth when runing
CH1-oop-and-class
- 中科院研究生院信息学院杨立祥教授vc++面向对象程序设计课件,2010年版!-Chinese Academy of Sciences, Graduate School of Information Science Professor Yang Lixiang vc++ object-oriented programming courseware, the 2010 edition!
凯撒密码
- 凯撒密码(caeser)是用于加密通过信使传递的作战命令。置换加密的优点就在于它易于实施却难于破解。发送方和接收方很容易事先商量好一个密钥,然后通过密钥从明文中生成密文,即使敌人获取密文,通过密文直接猜测其代表的意义,在实践中是不可能的。 在密码学中存在着各种各样的置换方式,但所有不同的置换方式都包含2个相同的元素:密钥和协议(算法)。凯撒密码的密钥是x,算法是将普通字母表中的字母用密钥对应的字母替换。(The Kaiser code (Caeser) is the operational c
Birch
- 这是birch C语言的源代码。里面有详细的代码注释方便学习birch算法-birch c
BFSTraverse
- 利用BFS算法和队列实现在棋盘上已知“马”的初始位置,得到其在指定步数内可以到达的所有位置的功能-Use BFS algorithm and queue on the board to achieve a known " horse" in the initial position, get the function which can be reached within a specified number of steps in all positions
Optimalbinaryindexassignments
- Optimal Binary Index Assignments for a Class of Equiprobable Scalar and Vector Quantizers-Optimal Binary Index Assignments for a Class ofEquiprobable Scalar and Vector Quantizers
The-Synthesis-of-Algorithmic-Systems
- ACM竞赛试题,不过年份比较久远,但确实是精华!希望您能从中得到启发~-ACM contest questions, but the more distant years, but it is the essence! Hope you get inspired from ~
第2周Merge-Sort
- 迭代训练,归并排序,可实现一定长度输入数值的准确排序,归并排序计算复杂度低,效率高(Merge and sort can achieve a certain length of the input value of the exact sort, merge sort calculation complexity is low, high efficiency)
Map
- 对图的各种操作,包括深度遍历,广度遍历,最小生成树,最短路径的各中算法,而且有递归和非递归方式,对学习数据结构有很大的帮助。 代码全是自己根据理解自己写的,思路很符合初学者。-Various operations on the map, including the traverse depth, breadth traversal, minimum spanning tree, shortest path in the algorithm, and recursive and non rec