搜索结果
找到约 666 项符合
READ 的查询结果
按分类筛选
- 全部分类
- 技术资料 (84)
- 单片机开发 (55)
- 其他 (40)
- 其他书籍 (35)
- Linux/Unix编程 (32)
- Java编程 (29)
- 单片机编程 (28)
- VHDL/FPGA/Verilog (21)
- 嵌入式/单片机编程 (19)
- 微处理器开发 (15)
- VC书籍 (15)
- 其他嵌入式/单片机内容 (14)
- 压缩解压 (11)
- 文章/文档 (10)
- 源码 (9)
- 书籍源码 (8)
- 编译器/解释器 (8)
- Java书籍 (8)
- Delphi控件源码 (8)
- 操作系统开发 (7)
- 电子书籍 (7)
- 驱动编程 (7)
- 汇编语言 (7)
- 嵌入式Linux (7)
- 加密解密 (6)
- 人工智能/神经网络 (6)
- matlab例程 (6)
- 其他行业 (6)
- 系统设计方案 (6)
- GPS编程 (6)
- 通讯/手机编程 (5)
- 软件工程 (5)
- 串口编程 (5)
- 网络 (5)
- 软件设计/软件工程 (5)
- VIP专区 (5)
- 数据库系统 (4)
- 游戏 (4)
- *行业应用 (4)
- 多国语言处理 (4)
- 文件格式 (4)
- 数学计算 (4)
- USB编程 (4)
- 数据结构 (4)
- Windows CE (4)
- 书籍 (3)
- 编辑器/阅读器 (3)
- 磁盘编程 (3)
- 其他数据库 (3)
- 通讯编程文档 (3)
- 中间件编程 (3)
- SQL Server (3)
- Jsp/Servlet (3)
- RFID编程 (3)
- MTK (3)
- DSP编程 (2)
- 嵌入式综合 (2)
- 教程资料 (2)
- Internet/网络编程 (2)
- 手机短信编程 (2)
- 技术管理 (2)
- uCOS (2)
- J2ME (2)
- FlashMX/Flex源码 (2)
- VxWorks (2)
- JavaScript (2)
- 软件 (1)
- 笔记 (1)
- C/C++语言编程 (1)
- 电源技术 (1)
- 无线通信 (1)
- Windows编程 (1)
- 数值算法/人工智能 (1)
- 多媒体处理 (1)
- 测试测量 (1)
- 实用工具 (1)
- 模拟电子 (1)
- 可编程逻辑 (1)
- 教育系统应用 (1)
- Modem编程 (1)
- 语音压缩 (1)
- SCSI/ASPI (1)
- 企业管理 (1)
- 金融证券系统 (1)
- CA认证 (1)
- 家庭/个人应用 (1)
- Symbian (1)
- Windows Mobile (1)
- Oracle数据库 (1)
- 电子政务应用 (1)
- 行业发展研究 (1)
- 人物传记/成功经验 (1)
- 认证考试资料 (1)
- 3G开发 (1)
Linux/Unix编程 C编写的GPS接受代码
C编写的GPS接受代码,用于LINUX系统。完整版本。
只需要自己把serial.h写一下set_port和read_port就号。
技术资料 STM8S003F3读取WG26读卡器,并且串口打印卡号
STM8S003F3读取WG26读卡器,并且串口打印卡号。-STM8S003F3 read WG26 reader and serial printer card.
技术资料 donRS(Beta2.0)
自动读取文件(股票日线),自动存入数据库,内附数据库表结构。
需要简单的重新开发。本人没有做方便的接口。-Automatically read the file (stock on line
其他行业 Example to support XML files using MSXML. ========================================= XML (Extensi
Example to support XML files using MSXML.
=========================================
XML (Extensible Markup Language) is a commonly used basis for representing a
huge range of structured data file formats. The specification is maintained by
the World Wide Web Consortium (W3C?. This plugin is inten ...
VHDL/FPGA/Verilog This build is for developing a "binary-to-BCD" converter for use in // displaying numerals in base-
This build is for developing a "binary-to-BCD" converter for use in
// displaying numerals in base-10 so that people can read and interpret the
// numbers more readily than they could if the numbers were displayed in
// binary or hexadecimal format. Also, a "BCD-to-binary" converter is
// tested in ...
压缩解压 We often get questions about how the deflate() and inflate() functions should be used. Users wonder
We often get questions about how the deflate() and inflate() functions should be used. Users wonder when they should provide more input, when they should use more output, what to do with a Z_BUF_ERROR, how to make sure the process terminates properly, and so on. So for those who have read zlib.h (a ...
其他书籍 Zlib函数列表 We often get questions about how the deflate() and inflate() functions should be used. User
Zlib函数列表 We often get questions about how the deflate() and inflate() functions should be used. Users wonder when they should provide more input, when they should use more output, what to do with a Z_BUF_ERROR, how to make sure the process terminates properly, and so on. So for those who have re ...
嵌入式Linux Flash中内置了一个状态寄存器(Status Register
Flash中内置了一个状态寄存器(Status Register,SR)来指示Flash的当前工作状态和各种操作是否成功。要读取SR的当前值需要向CUI发送读状态寄存器命令(Read Status Register),命令码为0x70,SR中的内容将在DQ[7:0]上输出。The Read Status Register (0x70)command causes subsequent reads to output data from the SR ...
单片机开发 This program accesses a SPI EEPROM using polled mode access. The F12x MCU is configured in 4-wire Si
This program accesses a SPI EEPROM using polled mode access. The F12x MCU is configured in 4-wire Single Master Mode, and the EEPROM is the only slave device connected to the SPI bus. The read/write operations are tailored to access a Microchip 4 kB EEPROM