搜索资源列表
PriorityCompete
- 关于java的线程中优先级的程序!有很大的参考价值.-java threads on the priority level of the procedure! A great reference value.
ThreadSync
- 该应用程序运行后自动创建两个线程。线程1每50毫秒计数器加1,线程2每100毫秒计数器加1。只读编辑框中分别显示两个计数器的值。两个命令按钮分别控制线程1和线程2的挂起和恢复。“同步”复选框控制两线程的同步,当处于同步状态时,同一时刻只能有一个线程拥有信号量对象,当某一线程拥有信号量对象时,计数器加10,然后释放信号量对象。由于两线程优先级相同,因此,执行结果是每个线程计数器一次以10为步长增加。-run the application automatically creates two thr
multithreadpriority
- 关于线程优先级别的程序 很简单 主要是体现线程优先级别的作用以及时间分片的-thread priority levels on the procedure is very simple primarily reflects thread priority levels and the role of the time slicing
线程优先级示例-赛马
- 线程优先级示例,很好的 我可是做了很一段时间那-thread priority example, a very good but I made a very time that
ThreadPriority
- 线程优先级示例-赛马-thread priority example - race
threadpool_src
- 线程池是一钟多线程处理形式,处理过程中将任务添加到队列,然后在创建线程后自动启动这些任务。线程池线程都是后台线程.每个线程都使用默认的堆栈大小,以默认的优先级运行,并处于多线程单元中.如果某个线程在托管代码中空闲(如正在等待某个事件),则线程池将插入另一个辅助线程来使所有处理器保持繁忙.如果所有线程池线程都始终保持繁忙,但队列中包含挂起的工作,则线程池将在一段时间后创建另一个辅助线程但线程的数目永远不会超过最大值.超过最大值的线程可以排队,但他们要等到其他线程完成后才启动
MyPriority
- 这是一个线程优先级设置的例子,可以学习怎样控制线程。
vb-multithread
- 一个vb多线程编程实例,能够设置线程优先级,已经调试能够执行。-a multithreaded programming examples threads will be able to set priorities, debugging can be implemented.
ShowAllProcess
- 一个使用了CListCtrl的对话框程序,可以查看当前系统的进程,线程数,ID,优先级-CListCtrl in a dialog with the program, you can view the current system processes, threads, ID, priority
Process
- 操作系统线程调度算法,包括: 1: FCFS 2: 时间片轮换 3: 优先级调度 4: 最短作业优先 5: 最短剩余时间优先-Operating system priority ranking algorithm
xiancheng
- VC++6.0做的一个创建多线程并设置不同的优先级的小程序-VC++6.0 to do to create a multi-threaded and set the priority of different small procedures
ThreadSample
- 多线程编程的一个例子,可调整单个线程的优先级
GlobleVarThread
- 一个设置线程的优先级得例程,来自于Visual C++范例大全-Set the priority of a thread was routine, and from the Visual C++ examples of Daquan
VC_Programming_classic_example_code_thread_priorit
- VC编程开发线程优先级示例经典代码VC Programming classic example of the code thread priority-VC Programming classic example of the code thread priority
ThreadPriority
- vc线程优先级示例-赛马的程序源码,很不错的demo-vc thread priority sample- horse racing program source code, very good demo
ThreadPriority
- vc 线程优先级示例-赛马\ThreadPriority的程序源码,值得一看!-vc thread priority example- Jockey \ ThreadPriority the program source code, worth a visit!
SchedLab
- 试验一下进程优先级和相对线程优先级,看看他们对系统总性能的影响-Test process priority and relative thread priority, to see if they impact on the overall system performance
onrjy
- 实现操作系统时间片的优先级调度和轮转调度,不错的源码(Implement priority scheduling time slice of the operating system and rotation scheduling, good source)
iverloaded
- 根据优先级高低对进程进行调度,这是上操作系统的第一个上机作业,(According to the priority for scheduling process, this is the first of the operating system on computer operation,)