搜索结果
找到约 547 项符合
Read 的查询结果
按分类筛选
- 全部分类
- 单片机开发 (50)
- 其他 (40)
- 其他书籍 (35)
- Linux/Unix编程 (31)
- Java编程 (29)
- VHDL/FPGA/Verilog (20)
- 单片机编程 (18)
- 嵌入式/单片机编程 (15)
- VC书籍 (14)
- 微处理器开发 (14)
- 其他嵌入式/单片机内容 (11)
- 压缩解压 (11)
- 文章/文档 (10)
- 编译器/解释器 (8)
- Java书籍 (8)
- Delphi控件源码 (8)
- 书籍源码 (8)
- 操作系统开发 (7)
- 汇编语言 (7)
- 嵌入式Linux (7)
- 电子书籍 (7)
- 技术资料 (7)
- matlab例程 (6)
- 其他行业 (6)
- 人工智能/神经网络 (6)
- 驱动编程 (6)
- 加密解密 (6)
- 系统设计方案 (6)
- GPS编程 (6)
- 串口编程 (5)
- 软件设计/软件工程 (5)
- 软件工程 (5)
- 网络 (5)
- 通讯/手机编程 (5)
- 源码 (5)
- 数据结构 (4)
- USB编程 (4)
- 多国语言处理 (4)
- 文件格式 (4)
- 数据库系统 (4)
- 游戏 (4)
- *行业应用 (4)
- VIP专区 (4)
- Windows CE (3)
- RFID编程 (3)
- 磁盘编程 (3)
- 其他数据库 (3)
- 编辑器/阅读器 (3)
- 中间件编程 (3)
- Jsp/Servlet (3)
- SQL Server (3)
- 数学计算 (3)
- 通讯编程文档 (3)
- 书籍 (3)
- J2ME (2)
- 技术管理 (2)
- VxWorks (2)
- uCOS (2)
- JavaScript (2)
- Internet/网络编程 (2)
- FlashMX/Flex源码 (2)
- DSP编程 (2)
- 实用工具 (1)
- 多媒体处理 (1)
- 模拟电子 (1)
- 电源技术 (1)
- 教程资料 (1)
- 嵌入式综合 (1)
- 无线通信 (1)
- C/C++语言编程 (1)
- 可编程逻辑 (1)
- 测试测量 (1)
- Windows Mobile (1)
- Oracle数据库 (1)
- 电子政务应用 (1)
- 语音压缩 (1)
- 数值算法/人工智能 (1)
- 3G开发 (1)
- 金融证券系统 (1)
- 人物传记/成功经验 (1)
- SCSI/ASPI (1)
- 行业发展研究 (1)
- CA认证 (1)
- MTK (1)
- Symbian (1)
- Modem编程 (1)
- 手机短信编程 (1)
- 认证考试资料 (1)
- Windows编程 (1)
- 软件 (1)
- 笔记 (1)
数据库系统 This is a GMM related paper written by Dar-Shyan Lee, and useful as well as convenient for programme
This is a GMM related paper written by Dar-Shyan Lee, and useful as well as convenient for programmer to read and research GMM files and improve the efficiency of GMM algorithm
其他 The W78E58B is an 8-bit microcontroller which has an in-system programmable Flash EPROM for firmwa
The W78E58B is an 8-bit microcontroller which has an in-system programmable Flash EPROM for
firmware updating. The instruction set of the W78E58B is fully compatible with the standard 8052. The
W78E58B contains a 32K bytes of main ROM and a 4K bytes of auxiliary ROM which allows the
contents of t ...
Linux/Unix编程 Linux系统中
Linux系统中,设备驱动程序是操作系统内核的重要组成部分,在 与硬件设备之间建立了标准的抽象接口。通过这个接口,用户可以像处理普通文件一样,对硬件设备进行打开(open)、关闭(close)、读写(read/write)等操作。通过分析和设计设备驱动程序,可以深入理解Linux系统和进行系统开发。本文通过一个简单的例子来说明设备驱动 ...
其他书籍 This gorgeous, full-color book will guide you through the complete design process, from getting insp
This gorgeous, full-color book will guide you through the complete design process, from getting inspiration and sketching ideas out, through to choosing a color scheme, designing the layout, and selecting effective imagery.
Throughout, the focus is on simple and practical techniques that anyone can ...
其他书籍 Learn how to: * Tokenize a null-terminated string * Create a search and re
Learn how to:
*
Tokenize a null-terminated string
*
Create a search and replace function for strings
*
Implement subtraction for string objects
* Use the vector, deque, and list sequence containers
*
Use the container adaptors stack, queue, and priority_q ...
文章/文档 If a tree falls in the forest, and there s nobody there to hear, does it make a sound? This classic
If a tree falls in the forest, and there s nobody there to hear, does it make a sound? This classic conundrum was coined by George Berkeley (1685-1753), the Bishop and influential Irish philosopher whose primary philosophical achievement is the advancement of what has come to be called subjective id ...
Linux/Unix编程 使用 creat
使用 creat,read,write等系统调用实现在linux下文件复制命令
单片机开发 STC ISP 功能测试程序
STC ISP 功能测试程序,
包含program /erase/read 程序,
以及测试程序
嵌入式/单片机编程 The objective is to set up SPI communication between VTI Technologies digital pressure sensor comp
The objective is to set up SPI communication between VTI Technologies digital pressure sensor
component and an MCU of an application device ATMEGA16L. In this code example:
?The MCU is configured
?SCP1000-D01 is initialized and configured
?The high resolution measurement mode is activated
?Temperat ...
通讯编程文档 This paper will discuss the design of an asynchronous FIFO,Asynchronous FIFOs are widely used in the
This paper will discuss the design of an asynchronous FIFO,Asynchronous FIFOs are widely used in the computer networking industry to receive data at
a particular frequency and transmit them at another frequency. An asynchronous FIFO has
two different clocks: one for read and one for write.