搜索资源列表
KillThread
- .net 线程类不支持完善的关闭线程方法。如果调用Thread.Abort(),资源没有得到清理,并且Abort()也不保证会成功调用。本例包含一个WorkerThread类,演示了如何正确的关闭一个线程。
ThreadPool
- 线程池让开发者通过多个线程来执行一系列小任务,.net系统提供了线程池的功能,本例对此功能进行了演示。
MutiThread
- Visual C++.Net下写的一个演示多线程的例子,对刚开始接触多线程编程的VC爱好者非常有用处。 在源码文件中有详细的注释
SplitMachineWindowsApp
- .net2.0下面开发的大文件分割工具,其实主要是为了演示多线程对文件的分割和合并功能,想了解多线程的可以去看看,主要去体会源码!-. net2.0 following the development of segmentation tools for large files, it is mainly to demonstrate the multi-threaded to the split and merger document features, would like to know m
AsynchUI-2
- 这是一个多线程后台管理类的演示程序,演示了不同线程的运行状态,进度等-This is a multi-threaded background Management Demonstration Program, demonstrates the different threads running, the progress of
Threaddeom
- 一个进程可以创建一个或多个线程以执行与该进程关联的部分程序代码。Thread线程的最基本使用演示。-A process can create one or more threads to execute part of the program code associated with the process. Thread thread the most basic demonstration.
bankrole
- 银行排队叫号系统演示开发环境为microsoft visual studio 2005 多线程并行开发 C++窗体应用程序 有mfc基础和vb基础理解实践触发编程-Bank call queuing system demo development environment for microsoft visual studio 2005 multithreaded parallel development C++ Forms application the mfc foundation and
DrawTest
- VB.NET GDI+ 演示:采用多线程生成窗体离屏图象,利用委托实现窗体画图更新,一定程度减轻窗体闪烁。-VB.NET GDI+ Sample
duoxianchengx
- 多线程示意演示 多线程示意演示 多线程示意演示-Multithreaded operating schematic
