搜索资源列表
进程管理与调度的模拟
- 在进程管理与调度模拟系统中,共涉及到两个类和一个结构体:PCB结构体、链队列类和OS类。操作系统启动后,在系统内将存在PCB池,用来存放进程的PCB结构,PCB池的大小决定了系统中能同时存在的进程数量。在本系统中,假定系统能同时存在的进程数为20个,用一个PCB的数组来表示。PCB池中的PCB会有四种状态:运行状态、就绪状态、阻塞状态和空闲状态,所以,在操作系统中将会有四种队列:运行队列、就绪对列、阻塞队列和空闲队列。进程的创建随着操作
抛体运动
- 计算机模拟物理作业,用来模拟抛体运动-computer simulation of physical operations, used to simulate Projectile Motion
2体运动
- 计算机模拟物理作业,用来模拟2体运动-computer simulation of physical operations, used to simulate two MOVEMENT
3体运动模拟
- 计算机模拟物理作业,模拟3体运动-computer simulation of physical operations, simulated three-movement
模拟星系
- 模拟太空星系运行,还有三体时期
RF模拟圆周运动
- 二体问题模拟 rk8阶算法
作业_体彩模拟机
- 用VFP写的一个小程序,模拟体育彩票的抽奖-VFP write a small program to simulate the sports lottery draw
抛体运动
- 计算机模拟物理作业,用来模拟抛体运动-computer simulation of physical operations, used to simulate Projectile Motion
2体运动
- 计算机模拟物理作业,用来模拟2体运动-computer simulation of physical operations, used to simulate two MOVEMENT
3体运动模拟
- 计算机模拟物理作业,模拟3体运动-computer simulation of physical operations, simulated three-movement
进程管理与调度的模拟
- 在进程管理与调度模拟系统中,共涉及到两个类和一个结构体:PCB结构体、链队列类和OS类。操作系统启动后,在系统内将存在PCB池,用来存放进程的PCB结构,PCB池的大小决定了系统中能同时存在的进程数量。在本系统中,假定系统能同时存在的进程数为20个,用一个PCB的数组来表示。PCB池中的PCB会有四种状态:运行状态、就绪状态、阻塞状态和空闲状态,所以,在操作系统中将会有四种队列:运行队列、就绪对列、阻塞队列和空闲队列。进程的创建随着操作
SimulatedAnnealing
- 模拟退火程序:这部分代码是模式识别中结合模拟退火法的特征提取,大家可以对其进行简单的改进会获得更好的效果,比如改变温度表,加上“记忆体”,结合遗传算法等 -simulated annealing procedures : This code is part of pattern recognition in combination with simulated annealing method of feature extract
diantimonixitong
- [问题描述] 设计一个电梯模拟系统。这是一个离散的模拟程序,因为电梯系统是乘客和电梯等 “活动体”构成的集合,虽然他们彼此交互作用,但他们的行为是基本独立的。在离散的模拟中,以模拟时钟决定每个活动体的动作发生的时刻和顺序.系统在某个模拟瞬间处理有待完成的各种事情,然后把模拟时钟推进到某个动作预定要发生的下一个时刻。 [基本要求] (1) 模拟某校五层教学楼的电梯系统。该楼有一个自动电梯,能在每层停留。五个楼层由下
ch3
- // algo3-12.cpp 银行业务模拟。实现算法3.6、3.7的程序 #define Qu 4 // 客户队列数 #define Khjg 5 // 两相邻到达的客户的时间间隔最大值 #define Blsj 30 // 每个客户办理业务的时间最大值 #include"c1.h" typedef struct // 定义ElemType为结构体类型 { int OccurTime /
113172205sa
- 模拟退火的实现代码,给出具体的案例分析。可以按照不同需要对程序体进行改进-The realization of simulated annealing code, gives specific case studies. According to the different needs of the program to improve body
gravity-magnetic_prospecting
- 重磁异常体(球、圆柱、板状等)正演模拟程序-Gravity and magnetic anomalies body (sphere, cylinder, plate, etc.) forward modeling program
three body
- 利用Javascr ipt模拟三体运动,寻找恒纪元(Using Javascr ipt to simulate the movement of three body)
coursework
- 通过给定初始数值,来模拟二维平面内的运动曲线(A given initial value is used to simulate the motion curve in a two-dimensional plane.)
奥氏体化和晶粒长大计算6
- 模拟钢铁材料奥氏体化过程和奥氏体晶粒长大过程。(The austenitizing process and austenite grain growth process of steel materials are simulated.)
贴体网格生成
- 适用于二维凸包流动数值模拟;求解拉普拉斯方程;FORTRAN编程