搜索资源列表
Optex算法示例程序
- Optex算法示例程序
LZW压缩算法源代码和示例程序代码.zip
- LZW压缩算法源代码和示例程序代码
LZW压缩算法源代码和示例程序代码c++
- LZW压缩算法源代码和示例程序代码c-LZW compression calculates the law origin code and demonstration procedure code c
LZW压缩算法源代码和示例程序
- LZW压缩算法源代码和示例程序代码-LZW compression algorithm source code and sample code
用C++编写的BP神经网络开发包
- 开发环境:C++ 简要说明:这是一个神经网络开发包。目录ann下是专门针对神经网络的代码,外部目录是一些公用的代码,与神经网络无关,但是神经网络的代码用到了它们。 ann目录下有一个目录demo,里面存放了一些示例程序,请参照它们进行编程。(不好意思,刚才上面那个类别没选好就点上传了) -development environments : C Brief Descr iption : This is a neural network development kit. Ann direc
模拟退火程序
- 以一个简单的例子说明模拟退火算法的思想。 模拟退火法求函数f(x,y) = 5sin(xy) + x^2 + y^2的最小值,对理解模拟退火算法是一个很好的程序示例。-to a simple example illustrates the simulated annealing algorithm thinking. Simulated Annealing for the function f (x, y) = 5sin (xy) x ^ 2 y ^ 2 minimum, the right u
10种软件滤波方法的示例程序
- 10种软件滤波方法的示例程序-10 kinds of filtering software sample program
神经网络开发包C++程序源代码
- 这是一个神经网络开发包。目录ann下是专门针对神经网络的代码,外部目录是一些公用的代码,与神经网络无关,但是神经网络的代码用到了它们。 ann目录下有一个目录demo,里面存放了一些示例程序,请参照它们进行编程。 ann/prj/vs7下是编译整个库的Visual Stdudio 2003工程文件-This a neural network development kit. Ann directory under specific neural network code, external
粒子群算法的示例程序
- 用于初学者来学习
LZW压缩算法源代码和示例程序
- LZW压缩算法源代码和示例程序,用C编写,很不错的代码-LZW compression algorithm source code and sample application, written in C, very good code
BP-moshi
- BP神经网络用于函数拟合与模式识别的Matlab示例程序,说明很详细,并且代码可以直接拿来用-BP neural network for function fitting and pattern recognition procedures Matlab examples to illustrate in great detail, and the code can be directly used by
datastruct_example
- 本人讲授数据结构课程时的所写的示例程序,结构清晰规范,有注释,全部可编译运行,包括如下代码: 长整数:ch0_bigint2.c 顺序表的实现:ch2_stable.c 链表的实现ch2_ltable.c 合并两个有序表:ch2_stable_merge.c 表达式计算:ch3_express.c 队列的链式实现:ch3_lqueue.c 栈的链式实现:ch3_lstack.c 迷宫求解:ch3_maze.c 队列的顺序实现:ch3_squeue.c
HyperbolicFDM
- HyperbolicFDM,HyperbolicFDM1是两个基于有限差分方法的波动方程的MATLAB示例程序,二者方法和程序均相同,只是初始条件不同-HyperbolicFDM and HyperbolicFDM1 are two programms written by MATLAB for hyberbolic equations,two is same but the initial conditions are different.
R
- R软件示例程序,包括主成分分析、因子分析、贝叶斯算法及聚类算法的示例程序-R software, sample programs, including principal component analysis, factor analysis, Bayesian clustering algorithm and example programs
RBF
- 径向基函数神经网络示例程序1 径向基函数神经网络示例程序2(An example program of radial basis function neural network)
现代数字信号处理仿真程序
- 本程序为西电何子述老师编写的现代数字信号处理部分示例程序,有助于对相应算法的学习与理解。
example1
- Data-Driven Robust Approximate Optimal Tracking论文的实验示例程序。(Data-Driven Robust Approximate Optimal Tracking paper experimental sample program.)
美赛程序算法分类详解
- 美赛 人员疏散模型 元胞自动机 美国大学生数学建模竞赛MATLAB示例程序(Evacuation Model Based on Cellular Automata)
RBF示例程序
- 一个关于RBF神经网络使用的程序 A program on the use of RBF neural networks
FFT的频谱信号分析Matlab示例程序
- FFT的频谱信号分析Matlab示例程序