资源列表
JBuilder 9.0程序设计源代码
- JBuilder 9.0程序设计源代码--许多优秀的java源代码--圆你java程序员梦-JBuilder 9.0 programming source code -- many outstanding java source code -- you java programmer Yuan Meng
WINDOWS核心编程
- 本书在高阶技术(尤其是作业系统核心)有有帮助,不少好书都推荐本书以补不足。-the book in high-end technologies (particularly the core operating system) would be helpful, and many good books recommend this book to fill the gaps.
新建 Microsoft Wordjjj 文档
- 成绩管理系统原代码,我想你一定用的着的,不然的话来找我-performance management system source code, I think you used to, otherwise I come
数据库wenjian
- 这是一个管理系统,比较使用.请大家好好看海防 发疯啊发安放- This is a management system management system, compared with use Asks everybody to look well the coast defense goes crazy sends places
生产者消费者程序
- 有关操作系统中著明的生产者消费者程序,实现进程间的同步与互斥-the operating system with the prescribed procedures for producers and consumers, the process to achieve synchronization and mutual exclusion
多个线程
- 利用多线程实现不同任务同时进行, 在系统开发中 应用广泛-use multithreading different tasks simultaneously, the system widely used development
C++通过WIN32 API获取逻辑磁盘详细信息
- 众所周知,在微软的操作系统下编写应用程序,最主要的还是通过windows所提供的api函数来实现各种操作的,这些函数通常是可以直接使用的,只要包含windows.h这个头文件。 里面主要介绍的是几个常用的api函数,通过它我们可以获取用户磁盘的相关信息。-known in the Microsoft operating system, to prepare applications, or through the main windows api provided by the variou
操作系统课程实验程序
- 进程调度程序,适合操作系统课程设计及上机实验,可以自己修改,也可以直接应用.-process scheduling procedures, suitable for courses on operating system design and experiment on the plane, his amendment can be applied directly.
调用汇编代码_me
- 一个有关VC中嵌入汇编语言代码的例子,这个是自己原创的作品,欢迎使用!-an embedded assembler language code examples, this is their original work, Welcome!
不错的进程调度
- 进程调度算法:采用最高优先数优先的调度算法,即把处理机分配给优先数最高的进程。 每个进程由一个进程控制块(PCB)表示。进程控制块可以包含如下信息:进程名、优先数、需要运行的时间、已占用的CPU时间、进程状态等等。 进程的优先数及所需要运行的时间可以事先人为地指定(也可由随机数产生)。 进程的运行时间以时间片为单位进行计算。 每个进程的状态可以是就绪W(Wait),运行R(Run),或完成F(Finish)三种状态之一。-process Scheduling Algorithm : Th
不错的文件系统
- 1、 用高级语言编写和调试一个简单的文件系统。模拟文件管理的工作过程。从而对各种文件操作命令的实质内容和执行过程有比较深入的了解。 2、 要求设计一个n个用户的文件系统。每次用户可保存m个件,用户在一次运行中只能打开一个文件。对文件必须设置保护措施,且至少有Creat,Delete,Close,Write等命令。-1, with high-level language debugging and prepared a simple file system. Simulation document
pl0_old
- 一个PL0的原代码,用CBC开发,请铁更改-code of pl0,exploiture by cbc
