资源列表
CUMCM_prize
- 整数规划的一个求解方法(得到CUMCM一等奖)主要思想:找最大元之后的逐步互换求解,有点类似遗传算法-an Integer Programming Solution (with Into First Class) main ideas : after finding the greatest element gradually swap solution, it is somewhat similar genetic algorithms
replace
- Matlab源文件将矩阵m中所有a元素的替换为b元素。
entroy_noisy1
- 用于实现加了噪声的灰度图像阈值分割的一维最大熵方法,matlab源程序
iir3
- 3阶iir滤波器设计,不采用matlab自带的滤波子程序,完全自己编写程序,可以十分方便的转化为c语言。-3-order IIR filter design, do not use built-in filtering matlab Subroutine entirely their own programming, can be transformed into a convenient c language.
prony
- 自编的prony程序,能正常运行,拟合结果准确-prony precess
time9
- 关于时钟一个基本的Matlab动画程序,可以使初学者了解动画程序的应用。-On a basic clock Matlab animation program that allows beginners to understand the application of animation process.
fmincon
- 通过使用matlab优化工具箱中的函数fmincon解决有约束的非线性优化问题,有详细的代码过程。-By using the matlab optimization toolbox function fmincon to solve constrained nonlinear optimization problem, has detailed the process code.
conduction
- 模拟计算一维热传导的问题,热传导的边界条件是两端绝热. -Simulation of one dimensional heat conduction problem, heat conduction across the boundary condition is adiabatic.
decomp_reconst
- Decompose image into subbands, denoise, and recompose again. fh = decomp_reconst(fn,Nsc,Nor,block,noise,parent) Javier Portilla, Univ. de Granada, 5/02 Last revision: 11/04-Decompose image into subbands, denoise, and recompose again.
ANF
- This code simulates an adaptive notch filter
netplot
- 复杂无向图网络绘图,包括处理邻接矩阵和关联矩阵,具体使用方法可以通过help netplot查询。-Complex network undirected graph drawing, including processing adjacency matrix and incidence matrix, the specific method of use can help netplot queries.
Kmeans
- 经典Kmeans算法,输入为训练样本和聚类数。-Kmeans classical algorithm, the input for training samples and the number of clusters.