搜索资源列表
Producers
- (1)操作系统中允许同时有多个进程并发进行,进程对共享资源存在互斥或者协作关系。其中生产者进程产生信息资源,可以是计算进程。消费者进程使用信息,它可以是输出打印进程,对于缓冲区生产者与消费者进程互斥使用,其次,消费者进程依赖于生产者产生的资源,如果尚未得到满足,则必须等待生产者信号的唤醒; (2)本程序运行必须设置模拟系统缓冲区的个数以及系统进程的个数,对于每个程序,还必须设置其属性,即是生产者或者消费者,由简单的数字1和2表示。对于缓冲区的设置和进程个数及属性的设置可以根据需要模拟互斥和贡
networkstuff_src_2003
- 网络实用工具,C#代码, client/server demo, TCP/UDP scan, arp, whois, wake on lan -network stuffs in C#, client/server demo, TCP/UDP scan, arp, whois, wake on lan ....
monijincheng
- c#编写的多级轮转法实现的进程调度算法,以及阻塞唤醒操作-c# write the multi-level Round-Robin scheduling algorithm to achieve the process, and by clogging the wake-up operation
Wakeuplan
- 遠程網絡喚醒功能,支持局域網,使用C#編寫-wake up net work for remote
Low_Power_Wakeup_Example
- 基于 freescale xet256 休眠及唤醒的例程源代码 -Based on freescale xet256 sleep and wake-up routines source code
example
- 操作系统进程调度演示,能够实现创建,阻塞,删除,唤醒,调度等功能-Operating system process scheduling presentations, be able to achieve the creation of obstruction, delete, wake up, scheduling and other functions
CMOS
- 利用c语言读写cmos寄存器的值的程序,运行后可以让计算机进入s3,s4,s5状态并自动唤醒,另外附有cmos的spec的pdf文档-Program c language literacy CMOS register value, let the computer after running into the S3, S4, s5 status and automatic wake-up, the other with the the cmos spec pdf document
yuanchenghuanxing
- 通过MAC地址,在局域网远程唤醒远方的电脑,电脑端必须有BIOS支持-By MAC address, LAN remote wake-up remote computer, the computer must have a BIOS support end
WakerOnLan
- C#网卡远程唤醒程序 -C# NIC Remote wake-up procedure
Program
- 模拟线程,以便于对线程的了解.对线程的挂起与唤醒进行初步了解-Simulation threads, in order to understand on the thread. Thread to suspend and wake preliminary understanding
systemopeator_1
- 编写程序完成单处理器系统的进程调度,要求采用时间片轮转法调度策略。具体内容: 1、确定PCB内容及其组织方式。 2、要求模拟进程空闲(新)、就绪、运行、阻塞和完成5个状态。 3、实现进程创建、进程调度、进程阻塞和进程唤醒4个原语。 4、编写主函数对整个系统进程测试。 -Write a program to complete the single processor systems process scheduling, requires round-robin schedul
jinchengkongzhi
- 1、利用简单的结构和控制方法模拟进程结构、进程状态和进程控制,使学生掌握作为操作系统分配资源的基本单位的进程相关的概念。定义PCB(可以采用静态结构或动态结构),在实验中只需建立PCB,用它代表完整的进程。 2、定义进程状态转换方式:进程的状态转换是由进程内部操作或操作系统的控制引起,由于无法实现这些功能,学生可以采用随机数方法或键盘控制方法模拟,并实现对应的控制程序。随机方法指产生1-6的随机数,分别代表创建进程(c)、结束进程(e)、进程阻塞(b)、唤醒进程(w)、调度进程(p)、时间片
Remote-Control
- 计算机远程控制软件,可以实现计算机的远程唤醒、远程关机等。-Computer remote control software, you can achieve the remote computer wake-up, remote shutdown, etc..
process
- 模拟进程的创建、阻塞、唤醒、挂起、激活、执行的过程-Create a simulation process, obstruction, wake, suspend, activate, process execution
wake on LAN
- 使用Visual Studio 2005开发的远程唤醒计算机实例(Remote wake up computer instance developed with Visual Studio 2005)