资源列表
[数学计算/工程计算] permutations1
说明:生成排列 假定可以生成n-1哥舒的所有排列,那么就可以扩展来生成1,2,……n这n个数的排列-permutations1<xuqing> 在 2025-06-19 上传 | 大小:15kb | 下载:0
[数学计算/工程计算] Matlaboptimization
说明:数值优化的各种算法,包括牛顿法,拟牛顿,遗传算法,等等。-Numerical optimization algorithms, including Newton' s method, quasi Newton, genetic algorithms, and so on.<kaka22> 在 2025-06-19 上传 | 大小:3.26mb | 下载:0
[数学计算/工程计算] 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!<wingxidian> 在 2025-06-19 上传 | 大小:2kb | 下载:0
[数学计算/工程计算] student
说明:有10个学生,每个学生的数据包括学好,姓名,3门课程的成绩,从键盘输入10个学生数据,要求输出三门课程总平均成绩,以及最高分的学生的数据(包括学号,姓名,3门课程成绩,平均分数)。要求利用指向数组的指针的方法,用一个input函数输入5个学生数据,用一个average函数求总平均分,用max函数找出最高分学生数据,总平均分和最高分的学生数据都在主函数中输出-There are 10 students, each student s data, including master, name, 3<yanyan> 在 2025-06-19 上传 | 大小:3kb | 下载:0
[数学计算/工程计算] 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<CClose> 在 2025-06-19 上传 | 大小:1kb | 下载:0
[数学计算/工程计算] Backtrack_0-1bag
说明:从文件读入数据,用回溯法实现了0-1背包最优解的问题-Read data from a file, using backtracking to achieve the optimal solution of the 0-1 knapsack problem<canon> 在 2025-06-19 上传 | 大小:1kb | 下载:0