搜索资源列表
TestThread
- C#编写的小小线程应用程序-C# prepared by the small-threaded application procedures
TestThread
- VC++编程,这是一个简单工作线程的例子,对于线程进程的初学者有一定帮助-VC++ Programming, this is a simple example of worker threads, the thread process to help beginners have some
TestThread
- 一个创建多线程,如何实现资源同步的例子,是一个非常不错的例子-A creation of multi-threading, how to achieve synchronization resources example, is a very good example
testThread
- 动态创建多线程 继承一个CLASSTHREAD类就可直接使用-Dynamically create multi-threaded inherit a class can be used directly CLASSTHREAD
TestThread
- 多线程是为了同步完成多项任务,不是为了提高运行效率,而是为了提高资源使用效率来提高系统的效率。线程是在同一时间需要完成多项任务的时候实现的。
TestThread
- 多线程简单实现代码,sample,really Sample-Simple implementation of multi-threaded code, sample, really Sample
TestThread
- 多线程学习,java多线程模型,线程同步等待-Multithreading learning, java multithreading model, thread synchronization wait
testThread
- 对于学习多线程,只有简单的测试功能,这是一个简单的测试多线程的c++算法-For learning multi-threaded, only a simple test function, which is a simple test multi-threaded c++ algorithm
testThread
- VS2008环境下的一个多线程的实例 ,适合新手阅读.-A multithreaded example, suitable for beginners to read
testThread
- unity3d 多线程学习示例,很适合初学者-The example for unity3dy study of multi thread
TestThread
- 测试线程编程,已经经过测试,可以编译直接使用-Test-threaded programming, has been tested and can be directly used to compile
TestThread
- 线程简单调用,重构CWndThread的类,以最简单的方式CreateThread-simple thread override
TestThread
- 测试多线程的同步问题,让你理解多线程编程的思路代码-To test the synchronization of multiple threads, so that you can understand the idea of multi-threaded programming code
TestThread
- A thread is a coding construct unaffect by the architecture of an application. A single process frequently may contain multiple threads. Threads can also directly communicate with each other since they share the same variables.