搜索结果
找到约 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)
驱动编程 CharFilter_Class实例是对CharFilter实例的完善。在CharFilter实例中
CharFilter_Class实例是对CharFilter实例的完善。在CharFilter实例中,我们定义了四个全局变量,这不符合WDM驱动程序的要求,它限制了IRP的可重入性,我们应该使用局部变量。
该实例定义了一个READ_COMPLETION_INFO结构,当有DeviceControl 调用时,就分配一个结构对象,参数设置完后,就将该结构对象地址指针放在I.FileOb ...
其他嵌入式/单片机内容 ST7529液晶驱动 The ST7529 is a driver & controller LSI for 32 gray scale graphic dot-matrix liquid cryst
ST7529液晶驱动 The ST7529 is a driver & controller LSI for 32 gray scale graphic dot-matrix liquid crystal display systems. It generates 255
Segment and 160 Common driver circuits. This chip is connected directly to a microprocessor, accepts Serial Peripheral
Interface (SPI), 8-bit/16-bit parallel o ...
人工智能/神经网络 这是linux下的进化计算的源代码。 === === === === === === === === === === === ===== check latest news at http:
这是linux下的进化计算的源代码。
=== === === === === === === === === === === =====
check latest news at http://eodev.sourceforge.net/
=======================================================================
Welcome to EO, the Evolving Objects library.
The latest news about EO can be found on the s ...
其他书籍 Foreword The four case studies that follow each have a number of common features. They each illustr
Foreword
The four case studies that follow each have a number of common features. They each illustrate the birth of an idea and show how that idea can be realised into a marketable product. Each case study deals with engineering design and development issues and each highlights the importance of dev ...
J2ME 利用SyncML开发客户端程序的中间件
利用SyncML开发客户端程序的中间件,J2ME版本。
This library is a collection of basic utilities for: object serialization
and persistence on the RMS, Logging and string manipulation.
This document describes the Funambol JavaME Common API library, which purpose is giving support and
providing basic fun ...
微处理器开发 s3c2410 ads下的测试程序移植到 iar ewarm v5.2;包括 Please select function : 0 : Please input 1-14 to select
s3c2410 ads下的测试程序移植到 iar ewarm v5.2;包括
Please select function :
0 : Please input 1-14 to select test
1 : Real time clock display
2 : 4 key array test
3 : Buzzer test
4 : ADC test
5 : IIC EEPROM test
6 : Touchpanel test
7 : 3.5# TFT LCD 240*320 test
8 : UDA1341 play audio test
...
嵌入式/单片机编程 unsigned char WriteInData(unsigned char Address,unsigned char DataByte) { unsigned char mark WREN
unsigned char WriteInData(unsigned char Address,unsigned char DataByte)
{ unsigned char mark
WREN()
Write_Byte(0x02)
Write_Byte(Address)
Write_Byte(DataByte)
//NOP()
X25_cs=1
lag(3000)
mark=Read_Byte(Address)
if(DataByte==mark) SystemError=0
if(mark!=DataByte) SystemError=1
// return(Syst ...
游戏 A "code-what"? Unless you have spent some time working in the area of reverse engineering, chances a
A "code-what"? Unless you have spent some time working in the area of reverse engineering, chances are you have not heard of the term "codecave" before. If you have heard of it, you might not have read a clear definition of it or quite understand what it is or why it is useful. I have even asked sea ...
Linux/Unix编程 Linux系统中
Linux系统中,设备驱动程序是操作系统内核的重要组成部分,在 与硬件设备之间建立了标准的抽象接口。通过这个接口,用户可以像处理普通文件一样,对硬件设备进行打开(open)、关闭(close)、读写(read/write)等操作。通过分析和设计设备驱动程序,可以深入理解Linux系统和进行系统开发。本文通过一个简单的例子来说明设备驱动 ...
技术资料 Google_Hacks
Google Hacks is a collection of industrial-strength, real-world, tested solutions to practical problems. This concise book offers a variety of interesting ways for power users to mine the enormous amount of information that Google has access to, and helps you have fun while doing it. You'll learn cl ...