资源列表
Program1
- 使用多线程,两个矩阵相乘。这两个矩阵将有3行3列。使用随机数发生器来填充整数矩阵-multithreading to multiply two matrices. Both the matrices will have 3 rows and 3 columns
VCProcedureAndThread
- 共14个源代码,讲解了系统进程、线程的主要使用方式和流程。 包括获取系统进程、实现多线程多任务、使用工作线程、使用临界区同步线程、使用事件对象同步进程 使用线程优先级、使用用户界面线程、异常终止线程、正常终止线程 、终止指定进程、在程序中启动程序、在两个执行程序间进行数据通信等示例。-A total of 14 source code, to explain the system processes, threads and processes primarily use. Includ
Procview
- 是一个开发windows2003 或xp的系统进程管理等等功能-windows2003 或xp
AITV_Framework
- 这是一个基于命名管道的进程通信及调度程序框架的试验版本。一个solution中包含3个Project.其中,AppScheduling是进程调度程序(这个是将来可以使用的版本),TestJiuGong和TestPlayer分别是九宫格导航和播放器的简单模拟(将来会被实现真实功能的程序所替换。) AppScheduling的功能:启动后自动隐藏窗口,启动九宫格导航。九宫格导航按1键后退出,启动播放器;播放器按0键后退出,启动九宫格导航;九宫格导航按0键后退出整个系统(包括AppScheduli
Lock
- 用于多线程下同步的锁,多个线程互斥的情况下,基于临界区的,同步方式。 -Synchronize multiple threads for the lock, multiple threads mutually exclusive case, based on critical areas, and synchronization
Intel-Thread-Pool-Demo
- Intel发布的线程池示例源代码,作为服务器处理良好的示例。-Intel released the source code of the thread pool example
CMultiSvr(SOCKET-API-Multi-Thread)
- SOCKET API 阻塞 多线程 的TCP客户端程序,实现与多服务器通讯功能,并支持自主重连功能。-socket API blocking multi-thread tcp client
WINSOCKup
- 使用WINSOCK加多线程写的一个下载模块-Cadogan threads using WINSOCK write a download module
TestDownload
- 这是一个多线程下载电影的案例 可以通过已知的url多线程下载电影-This is a case of multi-threaded download movies through the known multi-threaded download movies url
123
- 用C++创建进程 并撤销 阻塞 唤醒 延迟-C++, blocking creation process and remove wake-up delay
Thread
- 本程序是关于java线程方面的,程序是利用数学算法将自定义的一个球类在面板中进行无限的运动,直到用户终止为止。-This program is about java threading, the program is to use mathematical algorithms to customize a ball in the panel for unlimited movement, until the user terminated.
123duoxiangchengshili
- 这是一个关于多线程的程序,对我们理解多线程很有帮助,而且可以使我们更好的使用多线程这个工具-This is a multi-threaded program, very helpful to our understanding of multi-threading, and allows us to better use this tool for multi-threaded
