资源列表
ThreadTest
- 线程实例,线程间通讯控制,辅助线程调用主线程控件-Thread instance, controls communication between threads, worker threads call the main thread controls
inmem
- 启动一个应用程序,运行后直接进入内存。-Start an application running directly into memory.
DVKD
- J J Y Y 即 时 通 信 软 件 , 包 含 服 务 器测,()
OpenAll
- 利用VC++6.0创建一个对话框,用于实现打开各种应用程序.-Using VC++6.0 to create a dialog box used to implement a variety of applications to open.
jinc
- windows进程模拟小程序 模拟进程状态转换 进程互斥 和进程通信 vc++ mfc-windows process simulation program to simulate the process of the small state of the conversion process mutual exclusion and process communications vc++ mfc
nicunmoni
- 模拟内存的实现,用编辑框显示内存的申请及撤销,操作简便-The realization of analog memory, display memory with the edit box and revocation of the application, simple
process
- 进程终结程序,可以结束任务管理器的中的进程。-The end of the process procedures, the task manager to end the process.
ProcessMg
- 一个关于进程管理的小程序,包含了皮肤操作
thread_test
- 一个MFC 对话框的应用程序,实现两个线程。线程1:不断地往一个全 局的字符串数组(大小为5)中写随机的字符串(数字和字母构成);线程2: 不断的处理字符串数组中的所有字符串,把它们逆序。 -An MFC dialog application, to achieve the two threads. Thread 1: constant string to a global array (size 5) to write a random string (numbers and le
DianTi
- 电梯模拟程序,2个电梯,6层楼,分别用2个线程控制电梯的速度,用主线程控制界面显示-Elevator simulation program, 2 lifts, 6 floors, each with two threads control the speed of the elevator, with the main thread control interface display
Sort
- 多线程实现快速排序、冒泡排序等三种排序,排序过程的展示,直观性比较强-Fast multi-threaded sort, bubble sort, three sorting, sorting process, display, intuitive and strong
PV
- 用多线程实现“生产者-消费者问题”本作业要求设计并实现一个进程,该进程拥有一个生产者线程和一个消费者线程,它们使用N个不同的缓冲区(N为一个自定义的确定的数值,例如N=32)。你需要使用如下信号量:一个互斥信号量,用以阻止生产者线程和消费者线程同时操作缓冲区列表;一个信号量,当生产者线程生产出一个物品时可以用它向消费者线程发出信号;一个信号量,消费者线程释放出一个空缓冲区时可以用它向生产者线程发出信号; -Achieved with multi-threaded " producer