Visual.C++程序设计技巧与实例--配套光盘 第4章 进程和线程 本章共有8个实例: 1. Process创建和终止进程 2. Workerthread创建工作者线程 3. UIthread用户界面线程示例 4. Event使用事件对象来实现线程的同步 5. thread使用临界区对象来实现线程的同步 6. Mutex使用互斥量对象来实现不同进程间的线程同步 7. Semaphore使用信号量对象实现线程的同步 8. Mutithread多线程任务调度与处理
标签: Workerthread Process Visual UIThr
上传时间: 2014-11-17
上传用户:yyyyyyyyyy
用java(开发工具JBuilder)编写的聊天室程序,主要应用java socket协议编程,每个客户一个线程。本程序是学习java socket和thread的良好用例。
上传时间: 2014-03-12
上传用户:yangbo69
JTop monitors the CPU usage of all threads in a remote application which has remote management enabled. JTop demonstrates the use of the java.lang.management API to obtain the CPU consumption for each thread.
标签: remote application management monitors
上传时间: 2013-12-24
上传用户:lps11188
本章提供于Windows 操作系统设计Modbus 通信程序所需的基本子程 序,以Borland C++ Builder V5.0 所设计的Sample Porgram 提供读者参考。 所有原始档(source program)都存于随书赠送的光盘片内。读者必须了 解通信程序是需要高度与操作系统的API 相配合,各种资料型态的转换, Multi-thread 的运用,时间的掌控等事项,以C 语言为最适合的语言。
上传时间: 2014-01-18
上传用户:asddsd
《Linux程序设计权威指南》源代码,包含: awk copyright curses cvs debug framebuffer gnome gnutools gtk i18n kde manual motif network newt qt regexp rpm shell style svgalib system thread xlib ya
上传时间: 2016-01-07
上传用户:tyler
java线程的具体使用代码,包括thread,Runable的具体使用。
上传时间: 2014-03-04
上传用户:frank1234
本例制作烟花,执行本例实例后,用鼠标点击浏览器中的面板,将出现五彩缤纷的烟花效果。本实例的知识点有:鼠标事件的监听,Graphics类和thread类的应用。
标签:
上传时间: 2016-02-10
上传用户:kikye
在java中线程的优先级是用数字1-10来表示的,分为三个级别:thread.MIN_PRIORITY, thread.MORM_PRIORITY,thread.MAX_PRIORITY
上传时间: 2014-01-11
上传用户:宋桃子
MirUnleashed vb.net Module modMainServer Public WithEvents Socket As New WinsockServer Public WithEvents StatusSocket As New WinsockServer Dim Monsterthread As New System.threading.thread(AddressOf MonsterProcess) Dim LastPacket As String =
标签: modMainServer WinsockServer MirUnleashed WithEvents
上传时间: 2016-02-21
上传用户:日光微澜
利用SyncML开发客户端程序的中间件,J2ME版本。 This library is a collection of basic utilities for: object serialization and persistence on the RMS, Logging and string manipulation. This document describes the Funambol JavaME Common API library, which purpose is giving support and providing basic functionalities to all the other components developed for the J2ME platform. These functionalities are: a persistent data storage framework, a logging framework, a framework to read different streams of byte, a thread monitoring system and a set of classes useful for data encoding and string manipulation. This library may grow in future, as new functions will be seen as common to different J2ME components.
上传时间: 2016-03-05
上传用户:kr770906