搜索资源列表
进程调度程序模拟程序
- 采用静态优先数的方法,编写一进程调度程序模拟程序,进程状态为就绪、运行、阻塞三种。模拟程序只对你所设置的“虚拟PCB”进行相应的调度模拟操作,即每发生“调度”时,显示出当前“PCB名字”、优先数、运行时间等,而不需要对系统中真正的PCB等数据进行修改。-priority number using the static method, the preparation process of scheduling a process simulation program, the process in
ncfbei
- 该程序综合模拟了三种内存调页的算法,在模拟过过程中,可以随意输入数据-the procedure comprehensive simulation of three-pages of memory algorithm simulation of the process, the input data can be arbitrarily
51-00-OS
- 基于51的圈圈操作系统(51_00_OS)出来拉…… 来这里下载整个程序包: http://blog.21ic.com/more.asp?name=computer00&id=9501 *************基于51内核的圈圈操作系统**************** 说明:这是圈圈在学习嵌入式操作系统后在51上写的一个简单的操作系统,提供创建任务,删除任务,任务调度,系统延时,任务挂起,发送消息,等待消息,CPU使用率统计,系统时间
模拟银行家算法
- 利用银行家算法避免死锁。掌握银行家算法中的数据结构,算法的整个过程,并加深对银行家算法的理解-bankers algorithm used to avoid deadlock. Master bankers algorithm data structure, algorithm of the whole process, and deepen the understanding of Banker's Algorithm
dosCOM
- c语言编写的tc下串口通讯原程序,其中包括串口的设置,串口接收数据,串口发送数据!-c tc language of the original Serial communications procedures, including serial configuration, serial data receiver, Serial sent the data!
sourceforge_nogui
- Linux中的不间断数据保护模块实现代码-Linux uninterrupted data protection module code
CAN_EPP_Windows_driver
- 操作系统是Windows 98,开发平台:VC。可以通过CAN_EPP的板子对节点板的AD等模块的数据进行解码,直接显示模拟量,也可以对通用模块上传的数据直接显示,以及按照不同的方式(可以多帧发送,改变发送周期)发送数据帧。软件还支持在线监视模块上的控制器芯片(SJA 1000)的各寄存器的工作状态,以便于系统调试。每个功能界面上有相应的帮助信息。-is the Windows 98 operating system, development platforms : VC. CAN_EPP th
OSmulu
- MDO1铺设好了数据结构和主调函数。但是发现在输出显示目录和添加删除时比较麻烦,所以想改用结构体,双向链表和栈实现。 MDO2实现了用栈显示出当前路径 MDO3实现了cmd中输入路径名成查找到当前目录的问题。各种情况和cmd的路径一样。 MDO4实现了MD,MK,RD,DEL功能,但是只能在当前目录下操作创建删除文件夹。 -MDO1 laying of a good data structure and function of melody. However found in t
DZXZWT
- 在windows 98/2000下,创建一个控制台进程,此进程包含n个线程。用这n个线程来表示n个读者或写者。每个线程按相应测试数据文件的要求进行读写操作。用信号量机制实现读者优先的读者——写入者问题-the windows 98/2000, the process of creating a console, this process contains n threads. Use this thread to n n readers who write. Thread each of the
ossystem
- 基于DOS的多任务系统的实现 1. 用C语言完成线程的创建和撤消,并按优先权加时间片轮转算法对多个线程进行调度; 2. 改变时间片的大小,观察结果的变化。思考:为什么时间片不能太小或太大; 3. 假设两个线程共用同一软件资源(如某一变量,或某一数据结构),请用记录型信号量来实现对它的互斥访问; 4. 假设有两个线程共享一个可存放5个整数的缓冲,一线程不停的计算1到50的平方,并将结果放入缓冲中,另一个线程不断的从缓冲中取出结果,并将他们打印出来,请用记录型信号量实现这一生产者和消
tp12
- 该程序设计是本人数据结构实践项目的拓扑结构的源代码,老师觉得还不错,欢迎大家下载共享。-the program is designed data structure I practice the topological structure of the source code, the teacher feel that was pretty good, Welcome to download share.
dcache
- 数据cache的访问方法&过程,其中的读写操作,包括失效和命中的处理过程。-data cache access method & process, which read and write operations, including failure and hit part of the process.
b28446ec-02d9-4d04-a824-b58e640c5484
- 数据结构课件演试软件是用vc++实现的.方便老师教学-data structure courseware my test software is used to achieve the vc. Facilitate teachers
LoadTxt
- 利用VC++读入文本文件,显示文本内容的数据-VC read into text documents, text data
Java实现的常用数据结构算法
- Java实现的常用数据结构算法
fifo
- 标准的先进先出队列数据结构,已经调试过的,可以直接应用到项目中-Standard FIFO queue data structure, has been testing, can be directly applied to projects
HDTunePro5.0_H_XiaZaiBa(硬盘检测工具)
- 一种用于硬盘检测的工具,将电脑的硬盘使用时间以及寿命健康等数据等做客观的记录和评价,希望能给你提供帮助(A tool used for hard disk inspection, the computer hard disk use time and life, health and other data to do objective records and evaluation, hoping to help you)
基础数据采集系统源代码
- 实现基础用户数据的采集,用户登录注销退出,后台数据管理等功能。(Basic user data acquisition, user login, logout, exit, background data management and other functions.)
resample-1.8.1
- 对栅格数据进行压缩或放大,对像元进行合并或增扩。(raster data resample.)
嵌入式系统软件设计中的数据结构-(完整版)
- 嵌入式操作系统中数据结构简介,规划,帮助复杂系统的数据架构搭建(Introduction of data structures in embedded operating systems, planning, and helping to build data architectures for complex systems)
