搜索结果
找到约 135 项符合
thread 的查询结果
按分类筛选
- 全部分类
- Java编程 (31)
- 技术资料 (23)
- Linux/Unix编程 (17)
- 网络 (5)
- 游戏 (3)
- 其他 (3)
- 操作系统开发 (3)
- 书籍源码 (3)
- 其他嵌入式/单片机内容 (3)
- 其他书籍 (3)
- 嵌入式/单片机编程 (2)
- 压缩解压 (2)
- Java书籍 (2)
- 电子书籍 (2)
- VC书籍 (2)
- 嵌入式Linux (2)
- 文件格式 (2)
- Internet/网络编程 (2)
- 软件设计/软件工程 (2)
- VIP专区 (2)
- 单片机编程 (1)
- 嵌入式综合 (1)
- 通讯/手机编程 (1)
- 编译器/解释器 (1)
- Applet (1)
- 汇编语言 (1)
- VxWorks (1)
- 中间件编程 (1)
- Delphi控件源码 (1)
- J2ME (1)
- 并行计算 (1)
- 数学计算 (1)
- Jsp/Servlet (1)
- 文章/文档 (1)
- Modem编程 (1)
- FlashMX/Flex源码 (1)
- JavaScript (1)
- 微处理器开发 (1)
- 数值算法/人工智能 (1)
- Linux/uClinux/Unix编程 (1)
- 技术教程 (1)
单片机编程 实用单片机系统MS3.21程序分析
实用单片机系统是基于MCU8051硬件平台下开发的一款操作平台,它不是一个操作系统,而是一个操作平台,主要借鉴了操作系统、手机的一些概念,比如消息机制、系统时钟、软件定时器、平台等概念。
实用单片机系统的核心理念是:在一个标准化的硬件基础上(如8051,avr,arm等)扩展一个标准化的软件平台,把常规项目常用的 ...
Internet/网络编程 经常用到的 socketAPI
经常用到的 socketAPI,posix thread 的类封装,还有一些同步设施 智能指针的实现,线程安全的引用计数
Java编程 JBuilder制作音频播放程序,需要注意的是
JBuilder制作音频播放程序,需要注意的是,当播放时,界面上的各个按钮应当仍然可以对用户的操作进行事件响应,所以至少需要两个线程:一个控制歌曲的播放,另外一个对用户事件进行响应。因此我们的AudioPlay类需要实现Runable接口,以使用多线程技术。根据JDK的解释-JDK1.4.0,任何需要由线程执行的实例都应当实现Runable接 ...
Java编程 简单清晰具有启发性的实例。 Net1和Client1类实现了TCP的简单应用。 Udp和Udpwatch类实现了UDP的简单应用。 Chater是一个聊天小工具
简单清晰具有启发性的实例。
Net1和Client1类实现了TCP的简单应用。
Udp和Udpwatch类实现了UDP的简单应用。
Chater是一个聊天小工具,综合运用了TCP,UDP,IO,GUI,Thread等技术。对初学者很有启发性。
汇编语言 W32.Bolzano这种新病毒在Windows 95和Windows NT的系统下复制
W32.Bolzano这种新病毒在Windows 95和Windows NT的系统下复制,感染以EXE或SCR为扩展名的PE(Portable Executable)应用程序 该病毒会在感染过程中,为自己建立一道线绪(thread),而后当它执行主程序主线绪时,就会在背景处复制病毒,如此一来,用户就不容易发现程序有任何延迟的现象 ...
VC书籍 The Art of C++ by Herbert Schildt ISBN:0072255129 McGraw-Hill/Osborne © 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 ...
其他书籍 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 ...
压缩解压 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 ...
网络 common c++提供socket
common c++提供socket,thread等系统编程可移植的实现。 是ccrtp必要的资源库
其他 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 ...