资源列表
processcreat
- 进程创建模拟 针对操作系统中进程创建相关理论进行实验。要求实验者输书提供的代码并进行测试。代码简化了进程创建的多个步骤和内容。进程的树形结构采用广义二叉树的方式进行存储。-Process simulation for the operating system in the process of creating theories to create the experiment. Asked the experimenter to provide written input and teste
processdel
- 针对操作系统中进程撤销相关理论进行实验。要求实验者设计一个程序,该程序可模拟撤销多个进程及其子孙进程。 1) 采用动态或静态方法生成一颗进程树(进程数目≥20); 2) 设计进程撤销算法; 3) 实现进程撤销函数,采用级联方式撤销; 4) 可动态撤销进程; 5) 可动态观察进程树的情况; 6) 测试程序并得到正确结果。 -The process for revocation of the operating system in the theory of the ex
aaa
- VC++语言编写的一个简单的词法分析器实现词法分析功能-Written in VC++ lexical analyzer to achieve a simple lexical analysis function
AutoRun
- 自己编写的一个可以设置自启动软件顺序的软件,通过它可以避免开机时多软件同时启动资源的占用。而且还可以加快桌面的显示速度。主要功能: 1、可设置个软件启动时间间隔 2、支持参数启动 3、可自由设置启动顺序-I have written software that can set the boot sequence from the software, through its multi-boot software to avoid also start the resource occ
11
- 简易温度测量系统,本设计可能测量温度,有一定的学习和参考价值-Simple temperature measurement system, the design may measure temperature, a certain degree of learning and reference value
prasp
- 根据google提升PR原理,网站需要一定量的网页,并有大量的链接指向,才可以提升PR。 所以,在需要提升目标站内放置一个伪原创文章系统客户端(asp或php).该系统将来会生成大量非重复网页被google收录-Google PR under the principle of upgrading the site needs a certain amount of pages, and a large number of links pointing to, can enhance the
Process
- 多道程序设计中,经常是若干个进程同时处于就绪状态,必须依照某种策略来决定那个进程优先占有处理机。因而引起进程调度。本实验模拟在单处理机情况下的处理机调度问题,加深对进程调度的理解。-Multi-channel programming, often at the same time a number of process ready state, a strategy must be determined in accordance with the process priority to occ
xianchengthread
- 在Windows 2000 环境下,创建一个包含n 个线程的控制台进程。用这n 个线程来表示n个读者或写者。每个线程按相应测试数据文件的要求,进行读写操作。请用信号量机制分别实现读者优先和写者优先的读者-写者问题。-In Windows 2000 environment, create a console that contains the process of n threads. N threads with which to express n a reader or writer. E
banker
- 死锁会引起计算机工作僵死,因此操作系统中必须防止。本实验的目的在于让学生独立的使用高级语言编写和调试一个系统动态分配资源的简单模拟程序,了解死锁产生的条件和原因,并采用银行家算法有效地防止死锁的发生,以加深对课堂上所讲授的知识的理解。-Computer work can cause deadlock dead, so the operating system must be prevented. The purpose of this study is to make students ind
disk
- 磁盘是高速、大容量、旋转型、可直接存取的存储设备。它作为计算机系统的辅助存储器,担负着繁重的输入输出工作,在现代计算机系统中往往同时会有若干个要求访问磁盘的输入输出要求。系统可采用一种策略,尽可能按最佳次序执行访问磁盘的请求。由于磁盘访问时间主要受寻道时间T的影响,为此需要采用合适的寻道算法,以降低寻道时间。本实验要求学生模拟设计一个磁盘调度程序,观察调度程序的动态运行过程。通过实验让学生理解和掌握磁盘调度的职能。-Disk is the high-speed, large capacity,
wagesmanaged
- 主要是关于工资管理的,小的工资管理系统,是用C+作的,感觉还不错-Mainly on the salary management, small salary management system is the use of C+ for, and feel pretty good
8051DEBUG
- 一款很好用的8051方针软件,希望给大家提供帮助-failed to translate
