搜索结果
找到约 210 项符合
reader 的查询结果
按分类筛选
- 全部分类
- 书籍 (21)
- RFID编程 (19)
- Java编程 (10)
- 单片机开发 (10)
- 编辑器/阅读器 (9)
- 其他书籍 (9)
- 其他 (7)
- 电子书籍 (6)
- 单片机编程 (5)
- Linux/Unix编程 (5)
- VC书籍 (5)
- matlab例程 (5)
- 无线通信 (4)
- 驱动编程 (4)
- 文章/文档 (4)
- 通讯/手机编程 (4)
- 技术资料 (4)
- 电源技术 (3)
- 其他行业 (3)
- Delphi/CppBuilder (3)
- 微处理器开发 (3)
- 行业发展研究 (3)
- Windows CE (3)
- 操作系统开发 (3)
- 通讯编程文档 (3)
- 编译器/解释器 (3)
- 软件设计/软件工程 (3)
- 系统设计方案 (3)
- Java书籍 (3)
- 精品软件 (3)
- 学术论文 (2)
- 书籍源码 (2)
- 串口编程 (2)
- 中间件编程 (2)
- 软件工程 (2)
- DSP编程 (2)
- USB编程 (2)
- 人工智能/神经网络 (2)
- 嵌入式/单片机编程 (2)
- 其他嵌入式/单片机内容 (2)
- STL (2)
- 模拟电子 (1)
- 嵌入式综合 (1)
- 开发工具 (1)
- 实用工具 (1)
- 数学计算 (1)
- 多国语言处理 (1)
- 文件格式 (1)
- 企业管理 (1)
- Windows Mobile (1)
- 数值算法/人工智能 (1)
- 网络 (1)
- *行业应用 (1)
- Ajax (1)
- Symbian (1)
- VHDL/FPGA/Verilog (1)
- J2ME (1)
- 软件 (1)
- VIP专区 (1)
Linux/Unix编程 用多线程同步方法解决读者阅览问题 1) 每个读者进入阅览室后
用多线程同步方法解决读者阅览问题
1) 每个读者进入阅览室后,即时显示“Entered” 及其线程自定义标识,还同时显示阅览室共有几名顾客及其所坐的位置。
2) 至少有10个读者,每人阅览至少3秒钟。
3) 多个读者须共享操作函数代码。
2总的设计思想及系统平台、语言、工具:
设计思想:程序设定的是10个读者和5个座位,对读者 ...
编辑器/阅读器 非常小的PDF阅读器
非常小的PDF阅读器,使用了PDF控件,需要装有Adobe Reader 才能运行,编译通过。
matlab例程 The main file in this list of programs is "vblast.m". Type "help vblast" on the command line for det
The main file in this list of programs is "vblast.m". Type "help vblast" on the command line for details.Study the coding
by stepping through the program. These programs require around 5000 packets for reasonable plotting accuracy.This has been
implemented for a 2x2 system. The reader can program o ...
文章/文档 This book is designed to be used for the purpose to describe the structure of an optimizing compiler
This book is designed to be used for the purpose to describe the structure of an optimizing compiler so that a reader can implement it or a variation (compiler writers always modify a design).
matlab例程 用20个示例项目的方式介绍Matlab/Simulink。内容包括: *Contains over 20 hands-on projects in MATLAB(with code) integra
用20个示例项目的方式介绍Matlab/Simulink。内容包括:
*Contains over 20 hands-on projects in MATLAB(with code) integrated throughout the book *Includes a complete introduction to Simulink *Accompanied by a CD-ROM containing MATLAB examples, source code, third party simulations & projects *Suitable for ...
其他书籍 Recent advances in experimental methods have resulted in the generation of enormous volumes of data
Recent advances in experimental methods have resulted in the generation
of enormous volumes of data across the life sciences. Hence clustering and
classification techniques that were once predominantly the domain of ecologists
are now being used more widely. This book provides an overview of these
i ...
操作系统开发 int main(int argc,char *argv[]) { char ch while(true) { printf("*************************
int main(int argc,char *argv[])
{
char ch
while(true)
{
printf("*************************************\n")
printf(" 1.Reader Priority\n")
printf(" 2.Writer Priority\n")
printf(" 3.Exit to Windows\n")
printf("*************************************\n")
printf("Enter your choice(1,2, ...
Java书籍 Overview If you have been wanting to learn Java, check out the newly revised fourth edition of the
Overview
If you have been wanting to learn Java, check out the newly revised fourth edition of the best-seller Sams Teach Yourself Programming with Java in 24 Hours. This step-by-step tutorial will teach you how to create simple Java programs and applets. Comprised of 24 one-hour lessons, this new e ...
Linux/Unix编程 Unix Unleashed, Third Edition is written with the power user and system administrator in mind. This
Unix Unleashed, Third Edition is written with the power user and system administrator in mind. This book will help the reader understand the nuances of the major Unix variants including SVR4, HP-UX, Solaris, AIX, BSD, IRIX, SunOS, and Linux. It will help the reader decide which Unix shell works best ...
Java编程 Java I/O操作
Java I/O操作,字节流InputStream和OutputStream,字符流Reader和Writer,Java I/O库的设计原则,字符集的编码,RandomAccessFile类,管道流,对象的序列化。