资源列表
[matlab例程] newtonraphson
说明:algorithm implementation in matlab<moh> 在 2025-06-21 上传 | 大小:1kb | 下载:0
[matlab例程] ising_GibbsSampling
说明:Gibbs sampling算法,生成Ising model的随机样本<jing> 在 2025-06-21 上传 | 大小:1kb | 下载:0
[matlab例程] fsk
说明:A simple FSK (frequency shift keying) modulation implementation in MATLAB<Zafer Ergan> 在 2025-06-21 上传 | 大小:1kb | 下载:0
[数据结构常用算法] collectioncaculator
说明:运用顺序表的基本运算。(插入、删除) 1)集合的数据类型为一个结构体,其中包括一个数组用来存放集合元素,一个整型数据来统计集合元素的个数。生成两个集合A和B。 2)将集合中的元素按照从小到大排序。具体方法为:从第二个元素起(i),依次扫描每个元素前面的所有元素(j),若i<j,则将j插在i的前面,结束对i的排序,照这个方法,再依次对i后的元素进行排序。 3)求两集合的并:生成一个新集合C,将集合A的元素复制过来,对集合B的元素依次进行扫描,若没有该元素,则插入,若已存在,则扫描<weiwei> 在 2025-06-21 上传 | 大小:1kb | 下载:0
[数值算法/人工智能] postfixexpression
说明:运用栈的基本运算。(进栈、出栈) 依次扫描表达式的操作数并入栈,遇到运算符时,将后进的两个操作数出栈,对其进行运算,将运算结果入栈。照此方法,进行下去,一直到执行完最后一个运算符,输出结果。-The use of basic computing stack. (Into the stack, out of the stack) followed by scanning the expression operands and stack encountered operator, it wil<weiwei> 在 2025-06-21 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Josephus
说明:设有n个人围坐在一个圆桌周围,现从第s个人开始报数,数到第m的人出列,然后从出列的下一个人重新开始报数,数到第m的人又出列,…,如此反复直到所有的人全部出列为止。Josephus问题是:对于任意给定的n,s和m,求出按出列次序得到的n个人员的序列。-With n individuals sitting around a round table is starting from the first s individuals reported number, the number of peopl<张臻> 在 2025-06-21 上传 | 大小:1kb | 下载:0
[数据结构常用算法] exchange_perfix
说明:中缀表达式 后缀表达式:不包含括号,运算符放在两个运算对象的后面,所有的计算按运算符出现的顺序,严格从左向右进行-Infix expression postfix expression: does not contain parentheses, operator on two operands in the back, all the calculations appear in the order according to operator, strictly from left to ri<张臻> 在 2025-06-21 上传 | 大小:1kb | 下载:0
[matlab例程] Levenberg-Marquardt
说明:Levenberg-Marquardt 信赖域方法求解非线性方程组的Matlab程序-Levenberg-Marquardt trust region method for solving nonlinear equations of the Matlab program<蔚无> 在 2025-06-21 上传 | 大小:1kb | 下载:0
[matlab例程] matrik_class
说明:simple c++ matrik operation class use dynamic allocation memory<ermawan> 在 2025-06-21 上传 | 大小:1kb | 下载:0