资源列表
Queen
- 八皇后问题,可以计算多个皇后问题和列出所有的解法。-sorry
1684
- fzu 1684 BFS搜索.迷宫救美-fzu 1684 BFS search. maze to the rescue .....
link
- Linked list-Linked list
erchashu
- 用c++编写,输入字符,建立一个二叉树,并进行遍历检查所建立的二叉树是否正确
spline
- 一个三次样条插值的程序,可以对任意多的输入点进行三次样条插值-A cubic spline interpolation procedure, you can enter any number of cubic spline interpolation points
student-information
- 用链式存储结构实现对一个班级学生信息管理。设计程序求出每个人的平均成绩并按平均成绩由高到底排序后输出学生记录。-Chain storage structure of a class student information management. Design process to calculate each person s average score according to grade point average output from the high in the end sort s
quicksort
- 数据结构中快速排序的源代码,程序较为简洁-Data structures in the source code of the sort, the program is more concise
transform.rar
- USACO图形变换题transform,自己写的,USACO graphics transformation questions transform
heap-sort-code
- c语言编写的堆排序算法,算法复杂度O(nlgn)-heap sort
POWELL
- VC++常用数值算法中的POWELL算法,本算法简单合理,优化目标函数可控,CPP文件可直接使用-VC++ commonly used numerical algorithm POWELL algorithm, the algorithm is simple and reasonable, objective function controllable, CPP file can be used directly
TSP
- TSP 旅行商模版 TSP 旅行商模版-TSP TSP templateTSP TSP templateTSP TSP template
ConversionOfNums
- A program that converts a given number into one of the three choices: Binary, Hexadecimal,Octal.