资源列表
[数值算法/人工智能] daima
说明:编写一个函数,输入n为偶数时,调用函数求1/2+1/4+...+1/n,当输入n为奇数时,调用函数 1/1+1/3+...+1/n(利用指针函数) -Write a function, the input n is even, the call function evaluation 1/2+1/4+...+ 1/n, when the input n is odd, call the function 1/1+1/3+...+ 1/n (using the pointer fun<wf> 在 2025-10-24 上传 | 大小:2kb | 下载:0
[人工智能/神经网络/遗传算法] GeneticAlgorithm
说明:用Matlab编写的遗传算法程序,求解y=x.*sin(10*pi*x)+2的最大值。用户可以自己修改该目标函数-Genertic Algorithm program wrirten by matlab. The object function is y=x.*sin(10*pi*x)+2,which can by modified by the user.<xin> 在 2025-10-24 上传 | 大小:2kb | 下载:0
[数据结构常用算法] Huffman
说明:实现huffman编码功能的小程序,huffman树的应用-huffman code<huoyanqilin> 在 2025-10-24 上传 | 大小:288kb | 下载:0
[matlab例程] evaluation-of-integrals
说明:积分计算中运用辛普森系列公式求函数的数值积分。-How to use Simpson series formula expression functions caltulating numerical intergration.<hhsyla> 在 2025-10-24 上传 | 大小:1kb | 下载:0
[matlab例程] newmark_int
说明:newmark法解决结构动力学动态响应问题-newmark method to solve the dynamic response of structural dynamics<mr yang> 在 2025-10-24 上传 | 大小:1kb | 下载:0
[matlab例程] Conjugate-gradient
说明:共轭梯度法是介于最速下降法与牛顿法之间的一个方法,它仅需利用一阶导数信息,但克服了最速下降法收敛慢的缺点,又避免了牛顿法需要存储和计算Hesse矩阵并求逆的缺点,共轭梯度法不仅是解决大型线性方程组最有用的方法之一,也是解大型非线性最优化最有效的算法之一。-Conjugate gradient method is between the steepest descent method and Newton method between a method that only use the firs<sunling> 在 2025-10-24 上传 | 大小:1kb | 下载:0