搜索资源列表
数模计算工具包
- 数学建模中常用的算法,如最短路径floyd算法、蒙特卡洛仿真计算圆周率-mathematical modeling algorithm commonly used, such as the shortest path algorithm Floyd, the Monte Carlo simulation calculation of pi
mrsim-win
- winwods下的组播路由算法仿真程序, vc6开发,是根据上次传的linux版本 改编而成。-winwods the multicast routing algorithm simulation program, vc6 development, is based on the previous version of Linux-wing.
PN15SynChro
- 一个产生PN15伪随机序列并模拟噪声干扰和统计误码率的通讯系统仿真程序,主要实现了PN序列的同步算法和实时误码统计-PN15 have a pseudo-random sequence and noise simulation and statistical error rate communications system simulation program, the main PN sequence of real-time synchronization algorithm and err
CORDIC_Algorithm_Simulation_Code
- cordic算法的C平台仿真,适用于三角函数、极坐标、双曲线等超越函数的硬件实现。-cordic algorithm C simulation platform, applicable to the trigonometric functions, polar coordinates, such hyperbolic function beyond the hardware.
monte_kalo_lib
- 蒙特卡洛方法的识别库,把一些蒙特卡罗方法的仿真过程算法都包裹进去。各种随机数的产生算法都有-Monte Carlo method for the identification of the pass, some of the Monte Carlo simulation methods are wrapped into the algorithm. The various random number is generated algorithm
ERRandomGraph
- ER随机图算法,matlab程序,复杂网络仿真-ER random graph algorithms, Matlab procedures, complex network simulation
FFT
- 一个利用C语言,仿真实现定点FFT算法的程序:)
cleaningrobotcompletecoveragealgrithm
- 吸尘机器人全覆盖算法仿真源码,希望对大家有用
1
- 计算物理学中常用的仿真算法,刻以给研究计算物理和仿真建模的朋友参考,第一章
3
- 计算物理学中常用的仿真算法,刻以给研究计算物理和仿真建模的朋友参考,第3章
5
- 计算物理学中常用的仿真算法,刻以给研究计算物理和仿真建模的朋友参考,第5章
6
- 计算物理学中常用的仿真算法,刻以给研究计算物理和仿真建模的朋友参考,第6章
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
REMA
- 采用递推增广矩阵法的系统辨识仿真算法。我的Matlab是7.6.0版本-Recursive augmented matrix method of system identification simulation algorithm. My Matlab is 7.6.0 version
self-service-and-obstacles
- 无人系统自助航路规划及自助避碰程序仿真算法发。-Unmanned systems and self-service buffet collision avoidance route planning program simulation algorithm hair.
LDPC编码仿真程序
- LDPC_程序marky仿真程序,该算法是LDPC编码随机编码算法的一种,是一种典型的算法,对于初学者有很大帮助。
xixiaolifangzhen
- 采用时域数值仿真算法较为精确的仿真铣削加工过程动态力-By using numerical simulation algorithm is more accurate simulation of milling process dynamic force
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