搜索结果
找到约 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)
教程资料 使用Verilog编写的同步FIFO
使用Verilog编写的同步FIFO,可通过设置程序中的DEPTH设置FIFO的深度,FIFO_WRITE_CLOCK上升沿向FIFO中写入数据,\r\nFIFO_READ_CLOCK上升沿读取数据。本程序对FIFO上层操作简单实用。
单片机编程 NEC 78K系列单片机安全性概览
NEC 78K系列单片机安全性概览
78K系列单片机没有program read-out 功能,使用任何编程器都无法读出程序存储区内的数据。
Java编程 A windows BMP file is a common image format that Java does not handle. While BMP images are used onl
A windows BMP file is a common image format that Java does not handle. While BMP images are used only on windows machines, they are reasonably common. Reading these shows how to read complex structures in Java and how to alter they byte order from the big endian order used by Java to the little endi ...
单片机开发 This code implements the basic functions for an I2C slave device using the SSP module. All I2C funct
This code implements the basic functions for an I2C slave device using the SSP module. All I2C functions are handled in an ISR. Bytes written to the slave are stored in a buffer. After a number of bytes have been written, the master device can then read the bytes back from the buffer.
其他书籍 The Art of Assembly Language Amazing! You’re actually reading this. That puts you into one of three
The Art of Assembly Language Amazing! You’re actually reading this. That puts you into one of three categories: a student who is
being forced to read this stuff for a class, someone who picked up this book by accident (probably
because you have yet to be indoctrinated by the world at large), or one ...
单片机开发 MMC驱动 void mmc_send_cmd (uchar,ulong,uchar) void mmc_send_scmd (uchar,uchar) void mmc_ini
MMC驱动
void mmc_send_cmd (uchar,ulong,uchar)
void mmc_send_scmd (uchar,uchar)
void mmc_init(void)
extern ulong mmc_read_response (void)
extern ulong reponse
extern uchar SD_BUS_SELECT
extern bit mmc_check_response (void)
加密解密 加密算法实现 Pegwit is a program for performing public key file encryption and authentication. Encr
加密算法实现
Pegwit is a program for performing public key file encryption
and authentication.
Encryption means that pegwit allows you to keep the information
in files you send by email (or other means) confidential.
Eavesdroppers will not be able to read the email.
Authentication allows you to c ...
软件工程 Modern C++ Design is an important book. Fundamentally, it demonstrates generic patterns or patte
Modern C++ Design is an important book. Fundamentally, it demonstrates generic
patterns or pattern templates as a powerful new way of creating extensible designs in
C++--a new way to combine templates and patterns that you may never have dreamt was
possible, but is. If your work involves C++ des ...
VHDL/FPGA/Verilog 使用Verilog编写的同步FIFO
使用Verilog编写的同步FIFO,可通过设置程序中的DEPTH设置FIFO的深度,FIFO_WRITE_CLOCK上升沿向FIFO中写入数据,
FIFO_READ_CLOCK上升沿读取数据。本程序对FIFO上层操作简单实用。
Linux/Unix编程 很珍贵的资料
很珍贵的资料,本人花了近一年的时间才稿定了,这个主要说明cip控制协议在linux的编程说明及数据包装。先上转read数据包装方式,有空再上传write的。