资源列表
processconfigure
- 一个简单的进程代码 用于操作系统进程实验-A simple code for the operating system processes the process of experiment
Win2k下进程不死术
- 此段程序采用公开的 Win2k注射远程线程,来保护指定进程始终处于运行状态。 生成wap32.exe拷贝到c:\\下运行,则Wap32进程不死。-During the proceedings open Win2k injection remote threads, to protect the designation process has always been running. Generation wap32.exe copy of the c : \\ run, Wap32 proces
Producers-and-consumers
- 生产者与消费者 设计要求:设计一程序,由一个进程创建三个子进程,三个子进程一个是生产者进程,两个是消费者进程,父子进程都使用父进程创建的共享存储区进行通信,由生产者进程将一个数组中的十个数值发送到由5个缓冲区组成的共享内存中,两个消费者进程轮流接收并输出这十个数值,同时将两个消费者进程读出的数值进行累加求各和。-Producers and consumers Design requirements: to design a program that creates three sub-p
TestPC
- 操作系统课程实验,演示生产者与消费者问题。进程显示。-Experimental operating system courses, presentation producers and consumer issues. Processes show.
Java--6607588Bigdata-69947Aviation_
- 与大家一起分享源码Java 6607588Bigdata-69947Aviation_的功能,个人认为还是不错的-And share the source code of Java- 6607588 bigdata- 69947 aviation_ function, personally think that is ok
TestReaderAndWriter
- 操作系统中读者写者问题的模拟实现采用java多线程方式实现-Reader and Writer(Reader First)
calculatPI
- 运用多线程的方法计算pi的值。通过公式法和面积法实现。可以通过调整线程数和数据的运算规模来计算pi,计算不同线程之间的性能差异。-Calculated using multi-threaded the value of pi. Area through the formula and method implementation. You can adjust the number of threads and data operations to calculate the size of pi
HookXJJZ02732WAP27902564
- 这是一个值得学习的源码HookXJJZ02732WAP27902564,功能方面也不错,同学们可以-This is a worth learning source HookXJJZ02732WAP27902564, function is good also, the students can have a look
Simple-PCB-for-OS
- 模拟操作系统进程的并发执行,并进行单步输出-Simulate the concurrent execution of operating system processes, and single-step output
HRF
- 操作系统-高响应比优先算法,自己写的,保证运行-Operating system- high response than the first algorithm, write their own to ensure the run
yinhang
- 一个十分经典而且简单的银行家算法,对操作系统上机实验十分有效-A very classic and simple bankers algorithm, on the operating system on the experimental machine is very effective
CHAT1
- C++多线程聊天程序1,想到那的不错哦,推荐下载躲线程程序的编写,多线程应用中容易出现的问题。互斥对象的讲解,如何采用互斥对象来实现多线程的同步。如何利用命名互斥对象保证应用程序只有一个实例运行。应用多线程编写网络聊天室程序-I am studying in c++ just using this programme,and it is the best example for the junior study.