资源列表
EZW算法 图像压缩
- 根据小波分析,运用EZW算法对图像进行压缩。 先运行lookup_128.m,再运行encode_128.m,最后运行decode_128.m
irqntpq
- maven分模块项目+SSM宿舍管理系统+spring mvc+jquery+bootstrap+多模块+svn+分角色登录+分页+拦截器+收邮件。(maven????? + ssm?????? + spring mvc + + + jquery bootstrap ??? + svn + ????? + ?? + ??? + ???)
mxshwyq
- ssh实现简单的论坛帖子增删改查,分页,回复帖子的项目实例(SSH to achieve simple forum posts additions and deletions to change, paging, reply to posts of project examples)
决策树-判断隐形眼镜的类型
- 使用python实现的利用随机数生成算法对一个实例,判断隐形眼镜类型的分类问题进行解决。(Use python and random decision tree algorithm to solve the classification problem)
DOA estimation
- DoA estimation algorithms,including MUSIC, ESPRIT, ROOT MUSIC, 2-D Unitary ESPRIT(those matlab codes is aim at direction of arrival (DoA) estimation, including MUSIC, ESPRIT, ROOT MUSIC, 2-D Unitary ESPRIT)
均匀线阵DOA估计Unitary -ESPRIT算法MATLAB程序
- 均匀线阵DOA估计Unitary -ESPRIT算法MATLAB程序(Unitary -ESPRIT for ULA)
四元数MUSIC的MATLAB程序
- 四元数多重信号分类算法的matlab程序(MUSIC algorithm of quaternion)
16.LCMV波束形成算法MATLAB程序
- 16.LCMV波束形成算法MATLAB程序(matlab code for LCMV beamforming algorithm)
17.LMS自适应波束形成MATLAB程序
- 17.LMS自适应波束形成MATLAB程序(matlab code for LMS adaptive beamforming algorithm)
Arnoldi
- Arnoldi过程是各种大规模计算的一个基本程序,包括计算大规模矩阵的特征值、大规模系统的模型降阶等。(Arnoldi process is a basic algorithm in large-scale computation including eigenvalue solve of matrix and MOR.)
FEM
- 提供一种计算杆件内力和位移的matlab有限元算法(A finite element method for calculating the internal force and displacement of the bar provided.)
Matlab代码
- 遗传算法 1、评估每条染色体所对应个体的适应度 2、遵照适应度越高,选择概率越大的原则,从种群中选择两个个体作为父方和母方 3、抽取父母双方的染色体,进行交叉,产生子代 4、对子代的染色体进行变异 5、重复2,3,4步骤,直到新种群的产生。结束循环。(1. Evaluate the fitness of each chromosome. 2. Following the principle of higher fitness and greater probability of selectio