搜索资源列表
学生信息系统
- 学生信息系统,这个程序设置非常简单,但它已包含最常用的功能,它允许校方对所有学生档案进行管理,能自动创建每学期/年学生成绩记录,可按条件输入Excel报表!系统在学生档案录入时做了简化,系统能按条件自动产生每个学生的学号,能快速对学生档案进行搜索,系统自动对学生名次及综合成绩进行统计排名。所有档案进行分类管理,学生可以设置选修课程。 允许远程访问,学生可以在任何时候游览自己的成绩及相关档案,也可游览自己的历史成绩,可以查询自己的名次情况。 系统有以下简易模块可升级:
43
- Windows 2000系统编程——进程的创建-Programming Windows 2000 system -- the creation process
tc123
- 进程创建
chenmm
- 本程序由本人编程,原码简单易懂,适合初学者实现创建进程和撤销进程-the procedures I program, the original code is simple to understand, for beginners to achieve the creation process and the revocation process
FCFS
- 随机创建进程队列,然后采用FCFS方法执行进程,并计算平均周转时间和带权。显示进程执行的顺序-random process of creating queue, and then use FCFS queue method implementation process, and the average turnaround time and the right band. Display process of the implementation of the order
a
- 该程序创建了两个进程,一个生产者,一个消费者,用来实现进程间的同步
ProcessViewer
- Java写的一个进程管理器附有源码 很好用户 很好的描述了操作系统中进程的创建于撤销 -It s a processer writed by Java languge
实现对进程生命周期全过程的管理
- 1. 实现对进程生命周期全过程的管理,包括进程的创建、撤销、执行、阻塞、唤醒、挂起、激活等。 2. 实现对多个进程并发执行的管理。 -1. Process to achieve the whole process of life-cycle management, including the process of the creation, revocation, execution, blocking, wake up, suspend, activate and so on. 2
MyOS
- 实现了操作系统的基本功能。进程的创建管理,文件的管理,输入输出管理等-Achieve the basic functions of the operating system. The process of the creation of management, file management, input and output management, etc.
rubystarlinginstalllist
- ruby starling 安装list,Starling是一个支持MemCache协议的轻量级持久化服务器。Starling是让创建网络访问队列或者多个队列异常简单,也就是说多点和多台机器间的异步工作进程。-ruby starling install list
multiuser
- 创建和撤消进程时,完成内存的分配和回收操作,必须可以显示空闲内存块队列状态。注意回收内存时,空闲块的合并操作。-Create and removal process, complete memory allocation and recovery operation, must be free memory block queue status display. Note recovery, free merge operations.
test
- 进程的创建和撤销,帮助初学者更好的理解进程的过程-Process creation and revocation can be a good descr iption of the process of creating ways to help beginners to better understand the process
Process
- 任务1:进程调度 1 设计目的 (1)要求学生设计并实现模拟进程调度的算法:时间片轮转及先来先服务。 (2)理解进程控制块的结构。 (3)理解进程运行的并发性。 (4)掌握进程调度算法。 2 设计要求 在多道程序运行环境下,进程数目一般多于处理机数目,使得进程要通过竞争来使用处理机。这就要求系统能按某种算法,动态地把处理机分配给就绪队列中的一个进程,使之运行,分配处理机的任务是由进程调度程序完成的。一个进程被创建后,系统为了便于对进程进行管理,将系统中的所有进程按其状
ProcessPractice
- 进程的模拟程序,可以模拟进程的创建,中断,*等。可以创建子进程,并查找某进程的子进程。-Process simulation program can simulate the process of creating, interrupt, kill, etc.. You can create child process, and look for a process of sub-processes.
Java-Process-and-Thread-Model-Test
- java进程线程创建压力和性能测试,包括不同条件下创建进程、线程数量、时间上的比较与分析。-java Process and Thread Model Test, include pressure and performance test
aidl-Cross-process-calls
- 这两天在学习aidl跨进程调用,研究了一天终于写出了个helloword……开发aidl跨进程调用,主要分以下步骤: 1.创建.aidl文件-该文件(YourInterface.aidl)定义了客户端可用的方法和数据的接口。 2.在makefile文件中加入.aidl文件-(Eclipse中的ADT插件提供管理功能)Android包括名为AIDL的编译器,位于tools/文件夹。 3.实现接口-AIDL编译器从AIDL接口文件中利用Java语言创建接口,该接口有一个
Create-and-delete-Process
- c语言模拟实现进程的创建和撤销 将代码拷贝进行运行-c language simulation process creation and revocation copies of the code run-
Web
- web程序,创建服务,运行类似于网站进程的准入制上。-web application, create a service, access to the system running on the website similar to the process.
guoqian-process-create2
- 嵌入式linux的简单的进程创建等,对于学习linux应用编程很有帮助-The embedded linux simple process to create learning linux application programming helpful