-
matlab
用经典算法解决旅行商问题,得出城市间的最短路径,此为经典算法。(With the classical algorithm to solve traveling salesman problem, obtained the shortest path between cities, this is the classical algorithm.)
- 2010-07-05 19:51:52下载
- 积分:1
-
lvboqi
我上机实验时在matlab环境上编写的一个关于滤波器的程序文件。(This is a file about filter builded in matlab.)
- 2013-01-10 11:31:41下载
- 积分:1
-
grayMat
用于计算图像纹理特征的灰度共现矩阵。可计算水平,竖直,45,135度方向的共现矩阵。(Used to calculate the image texture gray co-occurrence matrix. Calculate the horizontal, vertical, 45,135 degrees direction co-occurrence matrices.)
- 2013-08-18 08:10:28下载
- 积分:1
-
math
数学建模教案 排队论 图论 线性规划 整数规划 混合规划(Mathematical modeling of graph theory, queuing theory lesson plans linear programming mixed integer programming planning)
- 2013-08-07 20:57:20下载
- 积分:1
-
Particle-Swarm-Toolbox
说明: 粒子群算法matlab实现方法!!!!!(PSO)
- 2009-09-01 00:23:05下载
- 积分:1
-
gabor_decon
Gabor地震反褶积程序,使用Gabor 变换和傅立叶算子设计(Gabor Deconvolution
seismic deconvolution using the Gabor transform with Fourier operator design.
)
- 2012-04-14 09:53:21下载
- 积分:1
-
HDF5.0_chinese
HDF5的中文使用说明,找了很久才找到的资料,HDF5编程的很好的入门资料。(The Chinese use HDF5, looking for a long time to find information, HDF5 programming is a good introductory information.)
- 2014-01-23 13:59:04下载
- 积分:1
-
pll-and-dq-transformation
三相锁相环和dq变换,用于电力系统中的网络同步(Phase locked loop and dq transform for power system network synchronization)
- 2013-06-11 08:04:10下载
- 积分:1
-
upf_demos
his is a matlab prepared using EM algorithm, there is a sample, look for implementation using EM algorithm.
- 2010-10-18 21:58:00下载
- 积分:1
-
l1_ls
说明: 最小化l1范数的Matlab代码。求解模型为:
min lambda*|x|_1+||A*x-y||_2。其中,|x|_1表示x的1-范数,||*||_2表示2-范数。该模型在稀疏成分分析、压缩传感器等领域有广泛的用途。( l1-Regularized Least Squares Problem Solver
l1_ls solves problems of the following form:
minimize ||A*x-y||^2+ lambda*sum|x_i|,
where A and y are problem data and x is variable (described below).
)
- 2009-08-06 19:51:37下载
- 积分:1