资源列表
MYAfxBeginThread
- afxbeginthreed ,visual c++ 6.0-afxbeginthreed, visual c++ 6.0
product_consume
- 用线程互斥锁实现生产者消费者,生产者生产供消费者消费- pthread mutex make up the producter and consumer
RWLock
- 高效读写锁操作类 读-读并发,读-写互斥,写-写互斥 写操作优先 -r/w lock
Scheduling-process
- 进程的调度,实现最高优先级算法和轮转时间片算法-Scheduling process, to achieve the highest priority algorithm and rotation time slice algorithm
BoostThreadpool
- 使用boost开发的线程池,使用方便,接口简单,可设置线程数目等-boost thread pool
ThreadAction
- 在Windows的eclipse中查看JVM的所有线程的活动状态-View activity status of all threads in the JVM
cankaodaima
- 操作系统实验2:进程调度策略的模拟实现 1、 设计一个有 N个进程共行的进程调度程序。 2、 每个进程有一个进程控制块PCB来表示,进程控制块的格式为: 进程名 优先数 到达时间 需要运行时间 已占用CPU时间 进程状态 a) 进程优先数、需要运行时间、到达时间可以事先人为地指定,也可以随机产生,注意初始化上述数值时要尽量使进程并发执行,而不是按到达时间顺序调度。 b) 进程的运行时间以时间片为单位进行计算。 c) 进程状态分为就绪、运行、完成三
JFrame2
- 求若干整数的最大值、最小值和平均值。输入若干整数或浮点数,求出最大值和最小值并显示。要求:使用JTextField数组或表格,数组值可变;响应事件,计算最大值、最小值和平均值时忽略空值和空串;按实际元素个数求值;解决除数为0问题。-Find the maximum, minimum, and average values of certain integer. Enter the number of integer or floating-point numbers,
linkQueue
- 驱动 内核多线程队列 使用LIST_ENTRY-Core multi-thread queue
1602LCD
- 这是单片机LCD显示程序,可以帮助大家对单片机进行学习-This is the single-chip LCD display program that can help you learn the microcontroller
mhk
- 测试Windows 2k中内存和外存的速度。 分别在内存中分配一片存储空间,和在硬盘上建立一个同样大小的空间,往这两个空间中用不同方式写入/读出数据。-testing Windows 2k memory and external memory speed. In memory allocated a storage space, and the drive to establish a space of the same size, to the space it used two differ
aaa
- 启动线程+循环+延时=时钟~看了就明白~启动线程和循环用法-failed to translate