资源列表

« 1 2 ... .27 .28 .29 .30 .31 21332.33 .34 .35 .36 .37 ... 28523 »

[matlab例程NTSAcode

说明:用于非线性时间序列分析的matlab代码,希望有人喜欢。NTSA是nonlinear time series analysis的简写。-For nonlinear time series analysis of the matlab code, I hope some people like. NTSA is a nonlinear time series analysis of shorthand.
<liuyang> 在 2025-11-17 上传 | 大小:268kb | 下载:0

[数学计算/工程计算dct_source_code

说明:DCT变换演示代码 DCT变换是离散余弦变换(Discrete Cosine Transform)的缩写,DCT变换是一种正交变换,能把能量尽量集中-DCT transform demo code
<刘晓明> 在 2025-11-17 上传 | 大小:12.42mb | 下载:0

[matlab例程Hilbert-Huangtransformation

说明:Hilbert-Huang变换中的理论研究,对理解HHT变换有很大的帮助。-Hilbert-Huang Transform in theory, transform the understanding of HHT is very helpful.
<liuyang> 在 2025-11-17 上传 | 大小:54kb | 下载:0

[数学计算/工程计算convex

说明:gram法求凸包, 凸包是区域内任意两点的直线不与边界相交的简单闭区域。 gram算法能够高效地求解出凸包的点集-gram Method convex hull, convex hull is a straight line between any two points within the region do not intersect with the boundary simple closed area. gram algorithm can efficiently solve
<刘晓明> 在 2025-11-17 上传 | 大小:2kb | 下载:0

[数据结构常用算法room

说明:EXAMPLE FOR C++ PROGRAMS
<aika> 在 2025-11-17 上传 | 大小:1kb | 下载:0

[数据结构常用算法polynomial

说明:对已知的多项式p(x)利用用线性表的数据结构进行加法,乘法,微商运算 加法的时间复杂度为O(n+m) 乘法的时间复杂度为O(nm) 微分的时间复杂度为O(n) 排序的平均时间复杂度为O(nlogn) 程序优点:通过顺序表和链表结合使用,使乘法合并同类项的时间复杂度降为O(1),乘法本身的时间复杂度也达到下界。 程序提供了有好的界面,并且有较好的容错性,输入输出人性化,符合人的习惯。 用快速排序代替了插入排序,使本程序能应对较大的数据。 程序缺点:系数和指数有范围限
<刘晓明> 在 2025-11-17 上传 | 大小:2kb | 下载:0

[数据结构常用算法huffman_coding

说明:本程序建立了哈夫曼树并求出了各字符哈夫曼编码,但不能对需要编码的文件进行分析,作出最优或 近似最优的决策 建树的时间复杂度:O(nlogn) 求解编码的平均时间复杂度:O(n*d) d为哈夫曼树叶子的深度的期望,最坏情况的d=(n^2+n-2)/2n. 编码的最坏时间复杂度为O(n^2)-This procedure established a Huffman tree and calculated the various characters in Huffman c
<刘晓明> 在 2025-11-17 上传 | 大小:2kb | 下载:0

[matlab例程pso

说明:粒子群优化算法是一种进化优化技术,源于对鸟群扑食的行为,是一种基于迭代的优化工具。此文件提供了基本粒子群算法、带压缩因子的粒子群算法、二阶粒子群算法、二阶振荡粒子群算法、权重改进的粒子群算法、混沌粒子群算法、基于杂交的粒子群算法、基于模拟退火的粒子群算法的MATLAB源代码。-PSO is an evolutionary optimization technique, derived from the behavior of the birds of prey, is based on iter
<熊杰> 在 2025-11-17 上传 | 大小:16kb | 下载:1

[matlab例程WBFXZL

说明:微波复习的好资料,考研的好资料 是我的老师的资料,我贡献出来给大家! 在学习的路上风雨无阻!-Microwave Review of good information, good information Entrance Examination is my teacher' s information, I contributed to all! Rain or shine in the way of learning!
<fr> 在 2025-11-17 上传 | 大小:8.69mb | 下载:0

[数据结构常用算法eightnum

说明:八数码问题,采用A*算法,极快的搜索效率,内含代码。-8 digital issues, using A* algorithm is extremely fast search efficiency, containing the code.
<Mark> 在 2025-11-17 上传 | 大小:190kb | 下载:0

[数据结构常用算法nqueens(localSearch)

说明:n皇后问题,采用局部搜索算法,普通搜索效率,内含代码。-n queens problem, using a local search algorithm, general search efficiency, containing the code.
<Mark> 在 2025-11-17 上传 | 大小:61kb | 下载:0

[数据结构常用算法nqueens(MinimalConficts)

说明:N皇后问题,采用最小冲突算法,极快的搜索效率,内含代码。-N queens problem, using the minimum conflicts algorithm, fast search efficiency, containing the code.
<Mark> 在 2025-11-17 上传 | 大小:6kb | 下载:0
« 1 2 ... .27 .28 .29 .30 .31 21332.33 .34 .35 .36 .37 ... 28523 »

源码中国 www.ymcn.org