资源列表
[matlab例程] MATLABsciencecompute
说明:包含matlab用到的所有数学计算,希望对大家有所帮助。-Matlab contains all the mathematical calculations used in the hope that all of you to help.<liuluyang> 在 2025-06-28 上传 | 大小:88kb | 下载:0
[数据结构常用算法] algraph_binary_tree_huffmantree
说明:创建静态,动态的三叉霍夫曼树和编码,有向无环图的创建及拓扑排序,双向循环链表,表达式求值,单链表,集合在一起-Create static and dynamic Huffman tree of the trigeminal and coding, directed acyclic graph creation and topological sort, two-way circulation list, expression evaluation, single-chain, together<3230133> 在 2025-06-28 上传 | 大小:11kb | 下载:0
[matlab例程] Unconstrained_optimization
说明:压缩包里包含了无约束优化问题常用的几种求解方法的源程序:变量轮换法(variable_rotation.m)、最速下降法(steepest_descent.m)、修正牛顿法(modified_newton.m)、共轭梯度法(conjugate_gradient.m)。另外,coefficient_matrix.m为目标函数系数获得矩阵,minval.m为最小值计算函数,gradient.m为梯度计算函数-Compression bag contains unconstrained optimiz<闫安心> 在 2025-06-28 上传 | 大小:4kb | 下载:0
[matlab例程] One-dimensional_search_method
说明:无约束优化问题一维搜索的常用方法:黄金分割法(golden_section.m)、加步搜索法(plus_step_search.m)、牛顿法(newton.m)、抛物线法(parabola.m)-Unconstrained optimization problem of one-dimensional search of the commonly used methods: Golden Section (golden_section.m), plus step-by-step search m<闫安心> 在 2025-06-28 上传 | 大小:3kb | 下载:0
[matlab例程] sga
说明:基本遗传算法的matlab源程序,bstr2rval.m为基本编码转为实际值子函数,createPop.m创建初始种群子函数,crossOper.m基因交叉子函数,indiEval.m个体实际值子函数,mutateOper.m基因变异子函数,selectOper.m选择算子子函数,sga.m基本遗传算法子函数-The basic genetic algorithm matlab source, bstr2rval.m as the basic coding to the actual value<闫安心> 在 2025-06-28 上传 | 大小:4kb | 下载:0
[matlab例程] Newtoniterate
说明:数值计算牛顿迭代法的matlab源程序 说明如下: %fun----input,the part as the form of f(x) in the equation f(x)=0 % ini----input,sets the starting point to ini % err----input,sets admissible error % sol----output,returns the root of equation-Numerical calculati<闫安心> 在 2025-06-28 上传 | 大小:1kb | 下载:0
[数学计算/工程计算] gauss
说明:数值分析高斯——列主元消去法主程序 说明如下: % a----input,matrix of coefficient % b----input,right vector % sol----output,returns the solution of linear equation-Gauss numerical analysis- out PCA elimination main program as follows: a---- input, matrix of coeffi<闫安心> 在 2025-06-28 上传 | 大小:1kb | 下载:0