资源列表
mm1
- 香港中文大学关于单队列单服务器的队列模型代码
bll
- 算法程序设计与分析 最大团问题 绝对好用c++编译过
salesperson
- this solve salesperson problem
Merge_Quick
- 排序算法,关于merge和quicksort的算法实现,适合其他初学算法的人下载-Sorting algorithm, quicksort algorithms on the merge and the realization of the algorithm is suitable for downloading to other beginners
3
- 假设一个算术表达式中可以包含三种括号:圆括号,方括号和花括号,且这三种括号可按照 任意的次序嵌套使用,编写判别给定表达式中所含括号是否正确配对出现的算法(已知表达式已 存入数据元素部位字符的顺序表中)-Suppose an arithmetic expression can include three kinds of brackets: parentheses, square brackets and curly braces, and the three brackets can b
mader.calculator.6
- 八位拆四位的八位计算器造法(带小数点位置)(详解六)-Demolition of four to eight Calculator eight law-making (with decimal point) (Detailed f)
lianbiao
- 单链表的建立,插入,删除操作,适用于数据结构初学者使用-The establishment of a single linked list, insert, delete, data structures for beginners
Queues
- 数据结构 队列 实现出队 入队 删除 等操作-Queue data structure to achieve the team into a team or delete operation
Dynamic-Matrix
- 实现实时更新动态矩阵的功能,以便对矩阵进行操作-Dynamic real-time update feature matrix
Source1
- 对于单变量的拉格朗日插值程序,附带有测试函数。-Univariate Lagrange interpolation procedure, with a test function.
matrix-inverse
- 功能:求一个矩阵的逆矩阵,文件里面有调用的函数功能说明-A matrix inverse
KnightTour
- 骑士巡游问题的算法。骑士巡游的问题简述如下:在国际象棋攀上某一位置放置一个马的棋子,然后采用象棋中“马走日字”股则,要求这匹马能不重复地走完25个格子。本实例用枚举方法求解骑士巡游问题。程序可自定义棋盘的大小,先输出标志矩阵,然后输入骑士在棋盘的初始位置,即可给出其中的一种解法。-Knight Parade algorithm problem. Knight Parade problems are summarized as follows: Place a horse chess piece
