Description: 本程序模拟进程调度.采用时间片轮转算法.可以添加,删除,悬挂某个进程.有较详细的文档说明-the simulation process scheduling. Using Web-time algorithm. They can add, delete, flag a process. A more detailed document Note Platform: |
Size: 12288 |
Author:lyh |
Hits:
Description: 模拟操作系统中作业调度算法的vc++程序。从好个方面描述了os的作业调度问题-simulation operating system scheduling algorithm vc procedures. From the good aspects described os operations scheduling problem Platform: |
Size: 6144 |
Author:a |
Hits:
Description: 键盘模拟算法实现,先添加驱动kbfiltr.sys
然后运行testkb-keyboard simulation algorithm, the first add-kbfiltr.sys then run testkb Platform: |
Size: 564224 |
Author:章飞 |
Hits:
Description: 蚁群算法仿真模拟程序,用c的图形界面,直观的展示了蚁群算法的仿生学过程。为读者了解改算法有直接的指导意义-ant colony algorithm simulation program, c graphical interface, and visual display of the ant colony algorithm Bionics process. For readers to understand the algorithm change is directly guiding significance Platform: |
Size: 37888 |
Author:zy |
Hits:
Description: 这是个利用VC++做的进程调度实验模拟,是操作系统中要求的编程,本实验只是进程的模拟,所以有好多问题没有写进去,只是提供合适的算法.-This is done using the VC process scheduling simulation experiment, the operating system is the requirement of programming, this experiment simulated the process is, so there are not many issues into account, which only provides the appropriate algorithm. Platform: |
Size: 2048 |
Author: |
Hits:
Description: cordic算法的C平台仿真,适用于三角函数、极坐标、双曲线等超越函数的硬件实现。-cordic algorithm C simulation platform, applicable to the trigonometric functions, polar coordinates, such hyperbolic function beyond the hardware. Platform: |
Size: 4096 |
Author:qjyong |
Hits:
Description: // algo3-12.cpp 银行业务模拟。实现算法3.6、3.7的程序
#define Qu 4 // 客户队列数
#define Khjg 5 // 两相邻到达的客户的时间间隔最大值
#define Blsj 30 // 每个客户办理业务的时间最大值
#include"c1.h"
typedef struct // 定义ElemType为结构体类型
{
int OccurTime // 事件发生时刻
int NType // 事件类型,Qu表示到达事件,0至Qu-1表示Qu个窗口的离开事件
}Event,ElemType // 事件类型,有序链表LinkList的数据元素类型
-//Algo3-12.cpp banking business simulation. Algorithm 3.6,3.7 procedures# Define Qu 4// customer queue number# Define Khjg 5// two adjacent customers to reach the maximum time interval# Define Blsj 30// each client the greatest time for business value of# include c1.h typedef struct// definition for structural ElemType type (int OccurTime// incident took place at all times int NType// event type, Qu said the arrival of events from 0 to Qu-1, said Qu month window to leave events) Event, ElemType// event type, an orderly list of data element types LinkList Platform: |
Size: 19456 |
Author:冰河 |
Hits:
Description: 一个用c++写的的电梯模拟算法实现,重在算法。-A used c++ Wrote elevator simulation algorithm, focusing algorithm. Platform: |
Size: 31744 |
Author:danma |
Hits:
Description: ask调制解调算法c语言设计!!可在code composer studio 中进行信号仿真-ask modulation and demodulation algorithm c language design! ! In code composer studio in Signal Simulation Platform: |
Size: 1024 |
Author:xuzhinan |
Hits:
Description: 模拟腿火算法的C++实现源码,代码简单,有部分注解,对于初学者来说是个不错的入门资料-Legs fire simulation algorithm C++ Realize the source code is simple, has some comments, for beginners is a good introductory information on Platform: |
Size: 1024 |
Author:xxq |
Hits:
Description: 利用BP算法对神经网络进行结构优化和仿真,采用c++编程,对每个功能函数采用子函数形式。-The use of BP neural network algorithm for structural optimization and simulation, using c programming, for each function using Function form. Platform: |
Size: 81920 |
Author:李志远 |
Hits: