资源列表
Dining_philosophers
- 用VC实现的哲学家就餐问题,其中用到了信号量的宏,并多线程的方法,模拟哲学家就餐问题。-Implementation using VC dining philosophers problem, use one of the semaphore macros, and multi-threaded approach, Analog dining philosophers problem.
Socke
- 采用多线程以及socket编程实现的聊天程序,有点类似QQ,是初学者很好的范例程序。-The use of multi-threading and socket programming implementation of the chat program, somewhat similar to QQ, beginners are very good examples of procedures.
product_consumer
- 用c++实现的一个生产者,消费者例子,附带源码,对于理解进程同步有很好的帮助作用-Using c++ implementation of a producer, consumer example, fringe source for understanding the process of synchronization there is very helpful in
TCP
- 局域网即使通信,采用多线程实现,可实现群聊,和单聊。-LAN even if the communications, the use of multi-threaded implementation, can achieve a group chat, and single-chat.
TCPcclient
- 局域网即使通信,采用多线程实现,可实现群聊,和单聊。-LAN even if the communications, the use of multi-threaded implementation, can achieve a group chat, and single-chat.
injectthread
- 演示三种代码注入的方式。hook 注入,远程注入,dll注入。对研究病毒和*的人很有帮助-Demonstration of three types of code injection approach. hook into the remote injection, dll injection. The study of virus and the people very helpful plug-ins
ShutDownWindows
- 远程自动关机程序,功能强大,操作方便,一起分享-Remote automatic shutdown procedures, powerful, easy to operate, to share
processSchedule
- c++编写的经典算法,系统进程调度算法!-c++, prepared by the classical algorithm, the process of scheduling algorithm!
12313
- 用来实现实现进程优先调度 调度用来实现实现进程优先调度 调度-shi xian jin cheng diao du
P
- 这是一个进程调度算法,在这里介绍的是最短作业优先级调度。-This is a process scheduling algorithm, where the introduction is the shortest Priority Scheduling homework.
multiline
- 建立一个工程,主线程负责用户交互,界面上提供一个按钮,通过它用户建立一个新的线程处理复杂的计算。多个线程可以共享内存中的某些变量。线程可以中止,挂起。线程间需要同步-Set up a project, the main thread is responsible for user interaction, provide a button on the interface through which users set up a new thread to handle complex calc
lin
- 进程调度时进程管理的主要内容之一,通过设计,编制,调试一个简单的进程调度模拟系统,对进程调度,进程运行状态变换加深理解和掌握。模拟计算机操作系统的进程调度,建立进程控制块PCB,要包含有关进程的描述信息,控制信息以及资源信息.模拟系统根据PCB感知进程的存在和通过PCB中所包含的各项变量的变化,掌握进程所处的状态以达到控制进程活动的目的.要实现进程的状态及其转换,进程的创建与撤消,进程的阻塞与唤醒-Process when the process of scheduling one of the
