资源列表
[压缩解压] cmplx_roots_sort_Det_July2005
说明:Imagine a function that can pair the Complex Conjugate Roots<邹娟> 在 2025-12-02 上传 | 大小:24kb | 下载:0
[压缩解压] ue_chinese
说明:一个很有用的查询字典,希望对大家有用。wang xi wan f -this is spring reference wen jian<yangtao> 在 2025-12-02 上传 | 大小:14.03mb | 下载:0
[压缩解压] Poly_GCD_POWER_6_July2005
说明:If we need to verify the fact that a Polynomial has multiple roots iff (if and only if) it has a common factor with it s derivative, we need two things : a) A function to compute the GCD of 2 Polynomials. Since I could not find a Standard Matlab<邹娟> 在 2025-12-02 上传 | 大小:91kb | 下载:0
[matlab例程] newtonraphson
说明:algorithm implementation in matlab<moh> 在 2025-12-02 上传 | 大小:1kb | 下载:0
[matlab例程] ising_GibbsSampling
说明:Gibbs sampling算法,生成Ising model的随机样本<jing> 在 2025-12-02 上传 | 大小:1kb | 下载:0
[matlab例程] fft
说明:matlab 数字图像信号的频域分析及仿真 将二维数字图像进行傅立叶频域分析,并且做了图像幅度谱重建和相位谱重建,通过这个例子大家可以明白相位比振幅更重要。-matlab digital image signals in frequency domain analysis and simulation of two-dimensional digital image Fourier frequency domain analysis, and has done a reconstructio< 自由色彩> 在 2025-12-02 上传 | 大小:773kb | 下载:0
[压缩解压] tform_Lidar
说明:involved with modeling Lidar, developing a spatial transform<邹娟> 在 2025-12-02 上传 | 大小:8kb | 下载:0
[matlab例程] fsk
说明:A simple FSK (frequency shift keying) modulation implementation in MATLAB<Zafer Ergan> 在 2025-12-02 上传 | 大小:1kb | 下载:0
[数据结构常用算法] collectioncaculator
说明:运用顺序表的基本运算。(插入、删除) 1)集合的数据类型为一个结构体,其中包括一个数组用来存放集合元素,一个整型数据来统计集合元素的个数。生成两个集合A和B。 2)将集合中的元素按照从小到大排序。具体方法为:从第二个元素起(i),依次扫描每个元素前面的所有元素(j),若i<j,则将j插在i的前面,结束对i的排序,照这个方法,再依次对i后的元素进行排序。 3)求两集合的并:生成一个新集合C,将集合A的元素复制过来,对集合B的元素依次进行扫描,若没有该元素,则插入,若已存在,则扫描<weiwei> 在 2025-12-02 上传 | 大小:1kb | 下载:0
[数据结构常用算法] generallist
说明:求广义表的深度 利用数组传值,建立单链表并将其初始化。 利用递归求出每个子表的深度,进而求出广义表的深度。 先看两个表的深度是否相同,若相同,对表A中的每个元素i,扫描表B中的每个元素,对与i深度相同的元素j,再将i中的每个元素与j中的每个元素进行比较。(运用递归算法)-Seeking a broad depth of the table The use of an array passed by value, establish a single list of its in<weiwei> 在 2025-12-02 上传 | 大小:2kb | 下载: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-12-02 上传 | 大小:1kb | 下载:0