搜索资源列表
Monte-carlo
- matlab源程序_用蒙特卡洛法实现对排队等待问题的计算机模拟 来自51CTO-matlab source _ the method of Monte Carlo computer simulation of waiting in line From 51CTO
CERTI-3.4.0-Source.tar
- CERTI是一个开源的HLA RTI。HLA是一个通用体系结构分布式计算机仿真系统。RTI(运行时基础设施)管理模拟之间的数据交换。 CERTI支持HLA 1.3规范(c++和Java)和部分IEEE 1516 - 2000(C + +)。 -CERTI is an Open Source HLA RTI. HLA (High-Level Architecture) is a general purpose architecture for distributed computer simula
MIPSsimulator
- 模拟指令并行过程及计算机状态,状态会显示每个循环寄存器以及内存的变化情况-A program that simulates computer instruction will show the change of the memory of each cycle.
遗传算法
- 遗传算法是计算数学中用于解决最佳化的搜索算法,是进化算法的一种。进化算法最初是借鉴了进化生物学中的一些现象而发展起来的,这些现象包括遗传、突变、自然选择以及杂交等。遗传算法通常实现方式为一种计算机模拟。对于一个最优化问题,一定数量的候选解(称为个体)的抽象表示(称为染色体)的种群向更好的解进化。(Genetic algorithm is used to solve optimization search algorithm in computational mathematics, is a k