搜索资源列表
MYProgressBarTest
- 演示两种不同进度条的使用方法。5、 所用主要编程技术:Swing组件JButton、Timer 、Jpanel。 JCheckBox、JTextArea 后台线程编程、Thread类的使用。JProgressBar类的使用。 -demonstration of the progress of the two different methods of using. 5, the use of the main programming technology : Swing component
process--help-warrapper-class
- windows mfc process helper class find process and thread read process memory
Delphi-Thread
- 详细介绍Delphi中线程类的使用,其中包括线程同步与互斥的原理。-Detail using the thread class in Delphi, including thread synchronization and mutual exclusion principle.
PThread
- 线程类,适合C++编程,能够直接引起进行线程的创建等使用,非常清楚,很好用。-Thread class, suitable for C++ programming, can directly lead to thread creation, use, very clear, very good use.
Thread
- 基于windows API来实现的一个Thread类,参考了VCL里的TThread-An implementation of Thread class based on windows API. Reference TThread of VCL
threadpool_src
- A programming model to use a thread pool A class to manage the thread pool
tools
- 一些简单的线程类、线程同步类、socket类等等常用小工具类-Some simple thread class, thread synchronization classes, socket classes commonly used small tools, etc.
Thread
- 线程类封装,用于在linux 下的C++ 多线程编程,-Thread class encapsulates For multi-threaded programming in linux
thread
- 多线程的编程简单示例:继承Thread类与使用Runnable接口。-Multi-threaded programming simple example: inheritance Thread class and use Runnable interface.
Thread
- MFC THREAD的类继承使用开发的 例子-MFC THREAD class inheritance example of the use of the development ~~~~~~~~~~~~~~~~~~
thread Console
- 一个控制台类和一个 多线程类,而且调用方便,是多线程的,运行性能超级稳定,SP3 测试、虚拟机测试均无崩溃现象,可正常退出,暂停、继续。这个多线程运行 绝对稳定 IDE中不崩溃,堪称精品…… -A console and a multi-class thread class, and the call is convenient, is multi-threaded, super-stable operating performance, SP3 test, there was no c
vbfrance_SOCKET-CLASS-SOCKET-AVEC-EVENEMENTS-MULT
- vb visual connexion multi thread
Advanced.Programming.Java.Thread.design.code
- Java线程高级编程类设计代码Advanced Programming in Java Thread class design code -Advanced Programming in Java Thread class design code
the-application-of-the-Thread-class
- C_线程系列讲座(2):Thread类的应用-C_ thread lecture series (2) the application of the Thread class
Thread
- 一个跨平台的线程类,windows,linux-A cross-platform thread class encapsulates
4-MFC-thread-class-
- MFC线程实现方法及其面向对象封装 线程是MFC编程中一个重要的概念。为了充分利用CPU,程序常采用多线程处理。操作系统与线程相关的函数皆为 C函数接口。直接使用API生成和使用线程,不符合面向对象的处理逻辑。通过面向对象封装,封装了与线程相关操作。将线程封装成类后,线程也具有了对象的概念。线程就更加容易理解和使用。 -MFC thread is an importrant concept in programming , 4 kinds of thread class are cons
Thread
- 继承Thread创建线程类,实现Runnable接口创建线程类,使用Callable和Future创建线程-Inheritance Thread create a thread class that implements the Runnable interface to create a thread class, create threads using Callable and Future
Observer-Thread-sample
- 考虑到这些应用, 比较合适的就是 Observer (观察者) 模式, 不仅可以动态的加入/移出观察者, 也能够让线程类 (Core) 和显示类 (UI) 之间脱耦. 可谓一举多得. 于是我就试着写了个线程搜索路径下所有文件的例子, 在其中应用了 Observer 模式.-Decoupling between the consideration of these applications is more appropriate Observer (Observer) mode, not only
Thread
- 基于windows API来实现的一个Thread类,参考了VCL里的TThread-An implementation of Thread class based on windows API. Reference TThread of VCL
THread
- AVA多线程实现方式主要有三种:继承Thread类、实现Runnable接口、使用ExecutorService、Callable、Future实现有返回结果的多线程。-There are three ways to implement AVA multithreading: inheritance Thread class, the realization of the Runnable interface, using ExecutorService, Callable, Future to