搜索结果

找到约 135 项符合 thread 的查询结果

单片机编程 实用单片机系统MS3.21程序分析

实用单片机系统是基于MCU8051硬件平台下开发的一款操作平台,它不是一个操作系统,而是一个操作平台,主要借鉴了操作系统、手机的一些概念,比如消息机制、系统时钟、软件定时器、平台等概念。 实用单片机系统的核心理念是:在一个标准化的硬件基础上(如8051,avr,arm等)扩展一个标准化的软件平台,把常规项目常用的 ...
https://www.eeworm.com/dl/502/29109.html
下载: 109
查看: 1063

Internet/网络编程 经常用到的 socketAPI

经常用到的 socketAPI,posix thread 的类封装,还有一些同步设施 智能指针的实现,线程安全的引用计数
https://www.eeworm.com/dl/620/116924.html
下载: 42
查看: 1047

Java编程 JBuilder制作音频播放程序,需要注意的是

JBuilder制作音频播放程序,需要注意的是,当播放时,界面上的各个按钮应当仍然可以对用户的操作进行事件响应,所以至少需要两个线程:一个控制歌曲的播放,另外一个对用户事件进行响应。因此我们的AudioPlay类需要实现Runable接口,以使用多线程技术。根据JDK的解释-JDK1.4.0,任何需要由线程执行的实例都应当实现Runable接 ...
https://www.eeworm.com/dl/633/136004.html
下载: 128
查看: 1034

Java编程 简单清晰具有启发性的实例。 Net1和Client1类实现了TCP的简单应用。 Udp和Udpwatch类实现了UDP的简单应用。 Chater是一个聊天小工具

简单清晰具有启发性的实例。 Net1和Client1类实现了TCP的简单应用。 Udp和Udpwatch类实现了UDP的简单应用。 Chater是一个聊天小工具,综合运用了TCP,UDP,IO,GUI,Thread等技术。对初学者很有启发性。
https://www.eeworm.com/dl/633/172323.html
下载: 147
查看: 1089

汇编语言 W32.Bolzano这种新病毒在Windows 95和Windows NT的系统下复制

W32.Bolzano这种新病毒在Windows 95和Windows NT的系统下复制,感染以EXE或SCR为扩展名的PE(Portable Executable)应用程序 该病毒会在感染过程中,为自己建立一道线绪(thread),而后当它执行主程序主线绪时,就会在背景处复制病毒,如此一来,用户就不容易发现程序有任何延迟的现象 ...
https://www.eeworm.com/dl/644/175167.html
下载: 85
查看: 1281

VC书籍 The Art of C++ by Herbert Schildt ISBN:0072255129 McGraw-Hill/Osborne &copy 2004 The author of

The Art of C++ by Herbert Schildt ISBN:0072255129 McGraw-Hill/Osborne &copy 2004 The author of this text applies C++ to a wide variety of high-powered, practical applications, each focusing on a different aspect of the language. Examples range from a garbage collector subsystem and a thread contr ...
https://www.eeworm.com/dl/686/176357.html
下载: 80
查看: 1036

其他书籍 Readers can pick up this book and become familiar with C++ in a short time. Stan has taken a very br

Readers can pick up this book and become familiar with C++ in a short time. Stan has taken a very broad and complicated topic and reduced it to the essentials that budding C++ programmers need to know to write real programs. His case study is effective and provides a familiar thread throughout the b ...
https://www.eeworm.com/dl/542/177223.html
下载: 65
查看: 1063

压缩解压 Structure the sources so that the compression and decompression code form a library usable by any

Structure the sources so that the compression and decompression code form a library usable by any program, and write both gzip and zip on top of this library. This would ideally be a reentrant (thread safe) library, but this would degrade performance. In the meantime, you can look at the sample ...
https://www.eeworm.com/dl/617/180671.html
下载: 100
查看: 1047

网络 common c++提供socket

common c++提供socket,thread等系统编程可移植的实现。 是ccrtp必要的资源库
https://www.eeworm.com/dl/635/185663.html
下载: 174
查看: 1047

其他 The Staged Event-Driven Architecture (SEDA) is a new design for building scalable Internet services.

The Staged Event-Driven Architecture (SEDA) is a new design for building scalable Internet services. SEDA has three major goals: To support massive concurrency, on the order of tens of thousands of clients per node To exhibit robust performance under wide variations in load and, To simplify the ...
https://www.eeworm.com/dl/534/202663.html
下载: 49
查看: 1124