资源列表
radixsort
- 基数排序,一开始就根据数的最低位来讲他们分配到那些表中,那么就得到一个非常有效的算法结果。-Radix Sort
permutations1
- 生成排列 假定可以生成n-1哥舒的所有排列,那么就可以扩展来生成1,2,……n这n个数的排列-permutations1
Matlaboptimization
- 数值优化的各种算法,包括牛顿法,拟牛顿,遗传算法,等等。-Numerical optimization algorithms, including Newton' s method, quasi Newton, genetic algorithms, and so on.
SimulatedAnnealing
- 该算法是模拟退火的一个简单应用,通过求一个函数的最值问题,可以透彻理解模拟退火的原理!-The simulated annealing algorithm is a simple application of a function by seeking the most value problems, simulated annealing can be a thorough understanding of the principles!
exchange
- 输入数组,最大的与第一个元素交换,最小的与最后一个元素交换,输出数组。 -Input array, the largest exchange with the first element, the smallest and the last element of the exchange, the output array.
student
- 有10个学生,每个学生的数据包括学好,姓名,3门课程的成绩,从键盘输入10个学生数据,要求输出三门课程总平均成绩,以及最高分的学生的数据(包括学号,姓名,3门课程成绩,平均分数)。要求利用指向数组的指针的方法,用一个input函数输入5个学生数据,用一个average函数求总平均分,用max函数找出最高分学生数据,总平均分和最高分的学生数据都在主函数中输出-There are 10 students, each student s data, including master, name, 3
hash
- 已知某哈希表的装载因子小于1,哈希函数 H(key)为关键字(标识符)的第一个字母在字母表中 的序号,处理冲突的方法为线性探测开放定址法。 试编写一个按第一个字母的顺序输出哈希表中所有 关键字的算法。-Known load factor of a hash table is less than 1, the hash function H (key) for the keywords (identifiers) of the first letter of the alphabe
CyklEulera
- EULER Cycle graph theory Algorithm
Backtrack_0-1bag
- 从文件读入数据,用回溯法实现了0-1背包最优解的问题-Read data from a file, using backtracking to achieve the optimal solution of the 0-1 knapsack problem
program
- 一些mathematica程序源码,毕业论文是用的,看看还算是有帮助的-Some mathematica program source code, graduation is used to see fairly be helpful
time
- 介绍了定时器的应用,很通俗易懂~,适合学习~-Describes the application of the timer, it is easy to understand ~, for
matlab-Basicoperations
- 这是一个很完整的matlab的基本运算,包括数组运算、矩阵运算、复数运算、微积分、常微分运算等-This is a very complete matlab basic operations, including array operations, matrix operations, complex computing, calculus, ordinary differential operators, etc.
