资源列表
DNAssist2.0
- 它是一款非常好用而且有名的DNA分析共享软件,含有部分蛋白序列分析功能。-It is a very useful and well-known shareware DNA analysis, containing part of the protein sequence analysis.
路径规划
- D Star算法,Matlab实现,主要解决移动机器人路径规划Matlab环境下仿真
NSGA-II-Matlab-master
- 针对带有约束条件的多目标函数,进行多目标参数优化(For the multi-objective function with constraints, the optimization is carried out)
数字信号识别
- 应用直接幅度方差实现mask\mfsk\mpsk的分类识别,识别率高达97%。(The direct amplitude variance is used to classify mask, MFSK and MPSK, and the recognition rate is as high as 97%.)
混凝土圆形随机骨料(可导入comsol)
- matlab语言用于生成二维随机圆形混凝土圆形骨料。(MATLAB language is used to generate two-dimensional random circular concrete aggregate.)
电动汽车有序充电
- 通过对电动汽车有序充电,实现对负荷的平抑。(Through the orderly charging of electric vehicles, the load can be stabilized.)
声子晶体传输特性MATLAB
- 计算有限周期结构声子晶体传输特性曲线的MATLAB(Calculation of transmission characteristic curve of phononic crystal with finite period structure)
MATLABstability_lobe
- 针对铣削过程建立的动力学方程,推导出可用以指导加工的稳定性叶瓣图,获得各主轴转速下对应的极限切深。(According to the dynamic equation of milling process, the stable lobe diagram which can be used to guide machining is derived, and the corresponding limit cutting depth of each spindle speed is obtain
ABC2_MATLAB
- MATLAB人工蜂群算法,用于车间AGV的调度,路径规划。(MATLAB, ABC Algorithm. Scheduling and path planning for workshop AGV.)
含分布式电源微电网潮流
- 含分布式电源的微电网潮流计算的MATLAB仿真(electrified wire netting)
matlab量子粒子群算法levy飞行的改进可执行算法
- 改进粒子群算法,在粒子群优化算法中融合莱维飞行机制(Particle swarm optimization algorithm is improved and Levy flight mechanism is integrated into particle swarm optimization algorithm)
混合改进蚁群算法matlab源程序
- 混合改进蚁群算法matlab源程序。其中,MainSim文件为主函数,此程序为基于自适应信息素、决策变量高斯变异和决策变量边界自调整三种改进的混合改进蚁群算法程序。其中,自适应信息素改进代码在ACOUCP文件的143-152行;决策变量高斯变异在GaussMutation文件;决策变量边界自调整改进代码在MainSim文件的40-49行。