资源列表
b4_01_05.java
- 多线程的使用的java的难点,看完本程序可以让大家熟练掌握它。-The use of the multi-thread Java difficulty, watching this program can help you master it.
VC-multi-threaded-programming
- VC多线程编程 --为广大正在学习C++多线程编程的朋友提供帮助。VC multi-threaded programming - for the majority are learning C + + multi-threaded programming to help a friend-VC multi-threaded programming- for the majority are learning C++ multi-threaded programming to help a fri
VB-Ring3
- 利用ring3結束線程,可以結束遊戲保護程序或是防毒軟件-End of thread to use ring3
Thread-Manager
- 用於對線程的處理.可以暫停或恢復線程的運行-For the treatment of thread can be suspended or resume a thread to run
VC_simple-thread-pool
- vc写的简单的线程池 vc写的简单的线程池-vc wrote a simple thread pool vc wrote a simple thread pool
Thread
- 线程简单例子 C#实现 vs2008开发工具 简单例子-Threads simple example vs2008 C# development tool to achieve a simple example
java
- 进程和线程是两个既有关系,又有重大区别的计算机概念,本届首先回顾一下进程和线 程的基本概念,然后讲解一下他们的区别,最后是java线程概念模型.-Both processes and threads are two relationships, there are major differences between the concept of a computer, this first review the basic concepts of processes and threads,
philosophy-dining
- 多线程解决哲学家就餐问题,实现进程与线程间的同步。-Multi-threading to solve the dining philosophers problem, to achieve synchronization between processes and threads.
ProcessSchedulingTF
- 最高优先级优先调度算法,时间片轮转算法,优先权算法-Highest priority priority scheduling algorithm, round-robin algorithm, priority algorithm
3-4
- 加深对进程概念的理解,明确进程和程序的区别-Hello ! My name is qu xue wen ,I m a girl. I like eat apples bananas and Oranges. I like play computer games.I m tall but me is very fat.I have very big eyes,A small nose and a small mouth.My math is very good.I m 13 years old.I
thread_class
- 线程自己不拥有系统资源,只拥有一点在运行中必不可少的资源,但它可与同属一个进程的其它线程共享进程所拥有的全部资源。一个线程可以创建和撤消另一个线程,同一进程中的多个线程之间可以并发执行。由于线程之间的相互制约,致使线程在运行中呈现出间断性。线程也有就绪、阻塞和运行三种基本状态-lightweight processes thread
myThread
- 多线程,第一种工作形式是长等待,第二种工作形式是长工作状态-Multi-threaded, the first form of work is a long wait, the second form of work is a long working condition
