搜索资源列表
Visual Basic .NET 中实现后台进程
- 多线程是一个功能强大的工具,我们可以在每次需要执行长时间运行的任务时使用该工具。我们可以用它运行辅助代码,而无需绑定用户界面。但同时要注意,多线程操作非常复杂,要正确操作并不容易,而且调试起来也比较困难。 尽管不一定能够实现,但我们还是应该尽量为每个辅助线程提供一组它可以操作的独立数据。要达到这个目的,最简单的方法就是为每个线程创建一个对象,对象中包含该线程可以操作的数据以及完成工作所需的代码。 通过实现结构化的架构,使之充当辅助线程和 UI 线程之间的媒介,我们可以大大简化编写多线程代码和 U
学习多线程之一:线程通信--利用事件对象
- 多线程编程系列。使用事件进行线程间的通讯。一个不错的实例代码。-series of multi-threaded programming. The use of the incident to communications between the threads. A good example code.
pth-2.0.5.tar
- 线程库最新实现,在linux/unix上实现了创建用户态线程,使得开发多线程更加容易。-threads for the latest achievement in linux / unix achieved users to create state-threaded, making the development of multi-threaded easier.
ThreadMigrate
- 封装win32和POSIX线程API。从而能够使得多线程程序能够方便在windows和linux平台移植。 压缩包中有两个文件:Thread.h和testMain.cpp。其中Thread.h是线程封装的实现,testMain.cpp是测试代码文件。 windows下使用VC7.0编译通过。Linux下用gcc3.2.3编译通过。 该版本只支持下列API: 线程创建,清除。 互斥量操作。 等待其他线程。-Packaging and POSIX threads API. I
200501213035
- 用Java中的多线程编写的一个贪吃蛇的小游戏,供Java初学者学习Java线程和链表-using Java multi-threading of a small Snake games, for beginners to learn Java and Java threads List
Multi-threads-progress
- 多线程进度条显示,对于界面编程具有参考价值!-Multi threads progress
sameproc
- 多线程,类似于word 与 IE的功能,多线程,类似于word 与 IE的功能多线程,类似于word 与 IE的功能-multi-threads
VCHelper
- 多线程 实现VC垃圾文件清除助手, 多线程 实现VC垃圾文件清除助手, -multi-threads vc
Threads
- 计算机操作系统多线程编程,学校作业~~ C语言控制台程序。 -Computer operating multi-threaded programming, school assignments ~ ~ C language console program.
ThreadS
- 基于MFC的简单多线程程序,运用同步机制使计数线程和显示线程协调工作-A simple MFC-based multi-threaded program, the use of thread synchronization mechanism to realize the coordination of the count thread and the display thread
Programming_with_POSIX_Threads
- 此书为POSIX多线程程序设计中文版。本书深入描述了IEEE的开放系统接口标准-POSIX线程,通常称为Ptherads标准。本书首先解释了线程的基本概念,包括异步编程、线程的生命周期和同步机制;然后讨论了题,并给出了避免错误和提高性等问题的有价值的建议。本书使用了大量注释过的实例来解释实际的概念,并包括Pthreads的简装索引和对标准化的展望。本书适合有经验的C语言程序员阅读,也适合多线程编程人员参考。 -This book describes in depth the open syste
threads
- 这是一个用c++编写的解决生产者与消费者问题的多线程程序 -This is a work written in c++ to solve the problem of producers and consumers, multi-threaded program
Java-multi-threads-programming
- 关于Java编程中多线程编程的详细介绍,包含部分源代码-Multi-threaded programming in the Java programming details, including some source code
thread
- asio_threads.cpp : ASIO 线程样例代码源文件 join.c : 用 pthread join 测试例子代码源文件 multi_threads.c : 结合 ACE以及 pthread 的多线程例子代码源文件 build.sh : 编译并生成可执行文件的脚本程序 readme.txt : 自述文本文件-asio_threads.cpp : ASIO thread program sample join.c : an example of join whic
Multi-threaded
- 使用2个线程计算2至50000之间的素数。分别使用Thread类、Runnable接口和线程组3种方法编写程序。-Use two threads to calculate the prime numbers between 2-50000. , Respectively, three kinds of ways to write programs using the Thread class, Runnable interface, and thread group.Use two thread
multi_thread_test
- 此源码是使用VC开发的多线程测试源码,对多线程做了很好的解释!-multi threads function test source code
Threads
- 利用bcb的Thareads功能創建多線程示例。-Using bcb' s Thareads function to create a multi-threaded example.
Multi-Thread
- 通过多个线程同时访问同一个火车票购买实例介绍VC多线程操作。-ON划词翻译ON实时翻译通过多个线程同时访问同一个火车票购买实例介绍VC多线程操作。 By multiple threads simultaneously access the same train ticket purchase VC examples of multi-threaded operation.
thread
- 多线程矩阵计算 linux/ windows-matrix multi threads linux/ windows both ok
Prod_Cons
- C++模拟计算机在多线程运行时的资源分配过程,即生产者消费者问题-a simulation of a computer distributing resourses in multi-threads process