搜索资源列表
mrsim-win
- winwods下的组播路由算法仿真程序, vc6开发,是根据上次传的linux版本 改编而成。-winwods the multicast routing algorithm simulation program, vc6 development, is based on the previous version of Linux-wing.
cleaningrobotcompletecoveragealgrithm
- 吸尘机器人全覆盖算法仿真源码,希望对大家有用
InterpolationAndFits
- 多项式插值和多项式拟合数学运算matlab算法仿真
VC-GA
- 用VC++实现了基因遗传算法,可以通过该程序进行基因算法仿真,编译前先删除.ncb 和.opt文件,再重新编译运行。
project
- 以“一主三从”主从多机通信系统为物理模型,研究应用马尔可夫链建立仿真算法及蒙特卡洛法建立了数学模型,通过将完整的系统元件化,并对每个元件创立各自的状态转移机模型,仿真运行状态,实现了对于这一通信系统的可靠性建模评估。-" One the main three from the" master-slave multi-communication system for the physical model to study the application of Markov cha
d9000mpi3
- 对互谱法被动测距的原理及算法各个环节进行仿真验证:加权最小二乘估计中权系数的选取;相关窗长度的选取;各频段综合方法等等。最后实现了对9000m—15000m距离的测距-Cross-spectral method for passive ranging all aspects of theory and algorithms for simulation: weighted least squares estimation of the right of the selection coeffic
zengliang_pid
- 数字增量式PID控制算法仿真程序,调试已经通过,可直接应用VC++ 6.0 调试,可用文件方式对其进行输入输出。 -Digital incremental PID control algorithm simulation program, debugging has been passed, can be applied directly VC++ 6.0 debugger can be used to input and output of their papers.
ren_GPC-PID
- 广义预测控制算法仿真,通过最小二乘法对系统进行在线辨识,并与PID对比,能运行的-Generalized predictive control algorithm simulation, through the of least squares method for on-line identification system, can run
DL_practice
- 现代信号处理中的LD算法仿真,并且比较估计出来的系统函数与原系统函数的差别-LD modern signal processing algorithm simulation, and compare the differences between estimated and original system function system functions
cma_dd_mcam
- 常数模算法与DD算法以及修正常数模算法仿真-CMA and DD algorithm and the correction constant modulus algorithm simulation
linearsystem3
- 针对一个11阶线性系统的PID LQR H无穷,极点配置控制算法仿真-For a 11-order linear system PID LQR H infinity, pole placement control algorithm simulation
sensor-networks
- 无线传感器网络节点查找与信息传递算法,谣传路由算法仿真-Wireless sensor network nodes and information transmission algorithm to find
LDPC编码仿真程序
- LDPC_程序marky仿真程序,该算法是LDPC编码随机编码算法的一种,是一种典型的算法,对于初学者有很大帮助。
SINS-zitaijiesuan
- 捷联惯性导航领域的姿态更新算法仿真,包括二子样、三子样和四子样的对比。-In the field of strapdown inertial navigation attitude updating algorithm simulation, including two sample, the third and the fourth kind of contrast.
DOA
- 空间谱估计算法仿真,包括MSUIC算法 求根MUSIC 算法等多种算法-A variety of algorithms spatial spectrum estimation algorithm simulation, including the MUSIC algorithm Root MUSIC algorithmSpatial Spectrum Estimation Algorithm Simulation
ALOHA
- MATLAB 仿真防碰撞aloha算法仿真-MATLAB simulation aloha anti-collision algorithm simulation
buining
- Pisarenko谐波分解算法,仿真效率很高的,虚拟力的无线传感网络覆盖。- Pisarenko harmonic decomposition algorithm, High simulation efficiency, Virtual power wireless sensor network coverage.
wkuksx
- 二维的粒子群算法仿真 上传上来看对大家有没有帮助,很好用-Two-dimensional simulation of particle swarm optimization (pso) to upload on to have a help to everybody, is very useful
commons-math3-3.6.1-bin
- 该平台用于进行云环境的仿真实验平台,在该平台上可以创建虚拟机和云数据中心,并且能够进行虚拟机迁移实验或能耗实验等。该文件补充的一些数学算法(The platform is used for simulation experiment platform of cloud environment. On this platform, virtual machine and cloud data center can be created, and virtual machine migration
genetic
- 遗传算法是一种全局最优化算法,是运用了进化论优胜劣汰原理的随机化搜索方法。 前些日子,在进行毕业设计的相关研究中,我接触到了遗传算法,用其对一个五元非线性函数进行最优化搜索。仿真平台使用的是matlab,主要使用的是谢菲尔德大学的matlab遗传算法工具箱。(Genetic algorithm is a global optimization algorithm, is the use of evolution theory of survival of the fittest randomi