资源列表
数据结构
- 利用数据结构进行多项式运算,以及校园导图(Using data structure to perform polynomial operation and campus map)
Dijkstra算法(类)
- 应用于路径规划的dijkstra算法,可找到最优路径,但运算速度较慢(The Dijkstra algorithm used in path planning can find the optimal path, but the operation speed is slow)
4
- 1、用键盘输入一字符序列,存入一字符数组中; 2、利用堆栈判断其是否中心对称(回文数据),并输出结果。(1. Input a character sequence with a keyboard and put into an array of characters. 2, use the stack to judge whether it is central symmetric (the palindrome data) and output the result.)
3
- 编写相邻两趟是反方向起泡的冒泡排序算法,排序算法(Preparation of two adjacent bubble sort algorithm is the opposite direction of the bubble)
2
- .假设含n个记录的序列中,其所有关键字为值介于v和w之间的整数,且其中很多关键字的值是相同的。则可按如下方法进行排序:另设数组number[v…w]且令number[i]统计关键字取整数i的记录数,之后按number重排序列以达到有序。试编写算法实现上述排序方法?(Suppose that in a sequence containing n records, all the keywords are integers between V and W, and many of them are
1
- 找到二叉排序树T中小于x的最大元素和大于x的最小元素(Find the maximum element less than x in the two fork sort tree T and the smallest element larger than the X)
2
- 输出八皇后问题所有情况,并且记录下共有多少种情况(All cases of the output of eight queens)
Beginning Algorithms
- 对编程涉及的算法进行了深度剖析,是不可多得的资料(A deep analysis of the algorithms involved in programming is an invaluable data)
超好用的趋势附加指标
- 一个趋势性EA ,有兴趣的自己去研究。只做研究使用不保证盈利。(A trend EA, interested in the study of yourself. Only research and use do not guarantee profit.)
source
- [数据结构(Java版)(第4版)][叶核亚][程序源代码](data structure(Java))
矩阵调度算法
- 迪杰斯特拉算法,求两点最短路径,可以简单快速得出矩阵内两点之间的最短路径。(Di Jie Si Te La Suan Fa)
c语言入门代码
- c语言入门的相关代码 包含了循环,数组,指针,文件,结构等基本知识(Relevant code for the introduction of C language It contains basic knowledge of loops, arrays, pointers, files, structures, and so on)