搜索资源列表
Researchonmaterialmixingsystem
- 该系统采用分布式控制,以工控机为操作站,运行监控程序;用PLC、配料控制器作为控制站,控制现场设备.实现配料监控的自动化.监控软件采用了多线程的设计模式,运行平稳、流畅;以动画技术模拟备料斗、搅拌机、传送皮带等实物,界面友好。-The system uses distributed control, industrial computer operating stations, operating monitoring procedures; PLC, batching controller a
os
- 该文档操作系统结构和多线程,另外也介绍了网络编程-Operating system structure- multi-thread and network programming
vbfrance_SOCKET-CLASS-SOCKET-AVEC-EVENEMENTS-MULT
- vb visual connexion multi thread
xianchengtongbu
- 多线程同步技术是计算机软件开发的重要技术,本文对多线程的各种同步技术的原理和实现进行了初步探讨。-Multi-thread synchronization technology is an important technology computer software development, this paper various simultaneous multi-threading technology, theory and implementation were discussed.
CircleByteBuffer
- 设计了一个环形字节缓冲区类,可用于通信数据收发的缓冲处理。类的读写及查看接口已经加上了多线程同步访问锁。-Designed a ring-byte buffer class, can be used to send and receive communication data buffering. Class to read and write and see the interface has been coupled with a multi-thread synchronization t
arrayBuffer
- 设计了一个环形字节缓冲区类,可用于通信数据收发的缓冲处理。类的读写及查看接口已经加上了多线程同步访问锁。-Designed a ring-byte buffer class, can be used to send and receive communication data buffering. Class to read and write and see the interface has been coupled with a multi-thread synchronization t
Delphi-multi-threaded-programming
- Delphi多线程的编程 多线程的基本概念 Tthread 对象的主要方法 线程应用的简单例子 常用的API 函数 线程的终止和退出 线程的优先级 在数据库中使用多线程 多线程的同步机制 利用Windows的API 实现同步-The main method thread of basic the concept Tthread objects in Delphi multi-threaded programming multithreaded applications simple exampl
linux-multi-thread-synchronization
- linux多线程同步的方法 在线程对共享相同内存操作时,就会出现多个线程对同一资源的使用,为此,需要对这些线程进行同步,以确保它们在访问共享内存的时候不会访问到无效的数值。-linux multi-thread synchronization Threads share the same memory operation, there will be multiple threads use the same resources to do this, you need to synch
multi-thread-asynchronous-
- 详细讨论了基于VC开发环境的异步串行通信动态链接库的开发、设计过程-Discussed in detail the dynamic link library of asynchronous serial communication based on VC development environment, development, design process
Thread-New
- Thread and Multi-Threaded Programming 39 java examples
MULTI-THREAD
- 基于多线程的windows编程技术的实现过程介绍,十之一-Realization of the process of multi-threaded programming, ten one
Thread
- 主要是针对linux系统编程中的多线程和多进程,里面有详细的说明和例子,相信你能看懂的!-Mainly for linux system programming of multi-threaded and multi-process, there are detailed descr iptions and examples, I believe you can understand!
download
- 基于多线程,swing,网络通讯的下载器 基于多线程,swing,网络通讯的下载器 -Based on multi-thread, swing, network communication is based on multi-thread download, swing, network communication is based on multi-thread download, swing, network communication is based on multi-thread do
multhread
- 我总结的关于vs2005多线程的一个文档,附加了一些例子-this document is my experience in multi thread in vs 2005
Java-Virtual-Machine
- Java虚拟机使用锁机制来实现多线程共享数据结构的同步.锁机制维护的临界区通常对共享数据结构只进行读操作.只读锁是指当某个线程持有锁在只读临界区时,其他线程可以直接进入只读临界区而无需等待.只读锁能极大地提高锁机制的同步性能.Java虚拟机的锁机制可分为轻量级锁和重量级锁两层,当线程冲突时从轻量级锁转向重量级锁.本文分别从轻量级锁和重量级锁两个层次分别进行只读锁优化.轻量级锁的只读优化算法可以减少原子操作的开销;重量级锁的只读优化算法则可以使多个线程同时在只读临界区中.最后在Java虚拟机Hot
multi-thread-examples
- 多线程实用编程例子!对新手很有用!希望对大家有帮助!-About multithreading example These examples are very practical, can know multithreaded programming principle
CSharp-Multi-Thread
- 多线程程序开发教程,详细描述了自定义多线程、Monitor类、锁、生产者消费者、Mutex等使用方法-MultiThread Programming Skills including topics as customize thread, Monitor Class, Lock, Productor-Consumer and Mutex and so on.
Multi-threading-in-C
- Multi Thread Programming Guide in C.
43
- multi-thread application sample by powerscr ipt
Thread
- Java多线程基础文档,适合初学者,详细的源代码。-Multi thread entry
