资源列表
[进程与线程] CreateThread
说明:Good Example for how to create Mult threading with Using Windows c-Good Example for how to create Mult -threading with Using Windows c++<ming> 在 2025-03-01 上传 | 大小:452kb | 下载:0
[进程与线程] b4_01_05.java
说明:多线程的使用的java的难点,看完本程序可以让大家熟练掌握它。-The use of the multi-thread Java difficulty, watching this program can help you master it.<zhangjun> 在 2025-03-01 上传 | 大小:3kb | 下载:0
[进程与线程] 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-thre<杨正红> 在 2025-03-01 上传 | 大小:437kb | 下载:0
[进程与线程] VB-Ring3
说明:利用ring3結束線程,可以結束遊戲保護程序或是防毒軟件-End of thread to use ring3<Kelvin Cheong> 在 2025-03-01 上传 | 大小:11kb | 下载:0
[进程与线程] Thread-Manager
说明:用於對線程的處理.可以暫停或恢復線程的運行-For the treatment of thread can be suspended or resume a thread to run<Kelvin Cheong> 在 2025-03-01 上传 | 大小:64kb | 下载:0
[进程与线程] VC_simple-thread-pool
说明:vc写的简单的线程池 vc写的简单的线程池-vc wrote a simple thread pool vc wrote a simple thread pool<zhujianqi> 在 2025-03-01 上传 | 大小:40kb | 下载:0
[进程与线程] Thread
说明:线程简单例子 C#实现 vs2008开发工具 简单例子-Threads simple example vs2008 C# development tool to achieve a simple example<tanyanting> 在 2025-03-01 上传 | 大小:266kb | 下载:0
[进程与线程] java
说明:进程和线程是两个既有关系,又有重大区别的计算机概念,本届首先回顾一下进程和线 程的基本概念,然后讲解一下他们的区别,最后是java线程概念模型.-Both processes and threads are two relationships, there are major differences between the concept of a computer, this first review the basic conc<xiezhenhai> 在 2025-03-01 上传 | 大小:244kb | 下载:0
[进程与线程] philosophy-dining
说明:多线程解决哲学家就餐问题,实现进程与线程间的同步。-Multi-threading to solve the dining philosophers problem, to achieve synchronization between processes and threads.<陈文> 在 2025-03-01 上传 | 大小:2kb | 下载:0
[进程与线程] ProcessSchedulingTF
说明:最高优先级优先调度算法,时间片轮转算法,优先权算法-Highest priority priority scheduling algorithm, round-robin algorithm, priority algorithm<沈宇凡> 在 2025-03-01 上传 | 大小:700kb | 下载:0
[进程与线程] thread_class
说明:线程自己不拥有系统资源,只拥有一点在运行中必不可少的资源,但它可与同属一个进程的其它线程共享进程所拥有的全部资源。一个线程可以创建和撤消另一个线程,同一进程中的多个线程之间可以并发执行。由于线程之间的相互制约,致使线程在运行中呈现出间断性。线程也有就绪、阻塞和运行三种基本状态-lightweight processes thread<lz> 在 2025-03-01 上传 | 大小:66kb | 下载:0