搜索结果
找到约 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)
Linux/Unix编程 为LINUX设计一个简单的二级文件系统。要求做到以下几点: 1、 可以实现下列几条命令 Login 用户登录 Dir 列文件目录 Create 创建文件 Delete 删除文件 Open
为LINUX设计一个简单的二级文件系统。要求做到以下几点:
1、 可以实现下列几条命令
Login 用户登录
Dir 列文件目录
Create 创建文件
Delete 删除文件
Open 打开文件
Close 关闭文件
Read 读文件
Write 写文件
2、列目录时要列出文件名、物理地址、保护码和文件长度。
3、源文件可以进行读写保护。 ...
微处理器开发 三星公司官方JTAG下载工具SJF2440源代码下载。SJF2440 can program SMDK2440 flash memory (K9S1208,Intel E28F128,AMD29LV8
三星公司官方JTAG下载工具SJF2440源代码下载。SJF2440 can program SMDK2440 flash memory (K9S1208,Intel E28F128,AMD29LV800BB) through JTAG port and
read/write data from/to a specified address.
单片机开发 MT: windows NT/2000/XP command line tape manipulation written to format a tape windows-XP backup r
MT: windows NT/2000/XP command line tape manipulation
written to format a tape windows-XP backup refused to write or format... and satisfy my curiosity
Can be used for crude data recovery (combine seek and read)
文章/文档 Project file for MS Visual C++ 6.0. Requires GLUT DLL (www.opengl.org) Adjust program constants in
Project file for MS Visual C++ 6.0.
Requires GLUT DLL (www.opengl.org)
Adjust program constants in Landscape.h and Utility.cpp.
MAPS:
Default map is read from HeghtXXX.raw where XXX is the MAP_SIZE
(as defined in Landscape.h). If this map is not found, the program
attempts to open "Map.ved", a Tre ...
Windows CE This is a simple GPS tracer developed for Window Mobile 2005/2003 on Compact Framework 2.0 SDK. So f
This is a simple GPS tracer developed for Window Mobile 2005/2003 on Compact Framework 2.0 SDK. So first of all, you need VisualStudio 2005 and Windows Mobile CE 5 SDK. You can develop it on emulator devices or on a real device. As you can see in that photo, I developed that application on a read de ...
嵌入式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 ...
VC书籍 socket编程原理:UNIX系统的I/O命令集
socket编程原理:UNIX系统的I/O命令集,是从Maltics和早期系统中的命令演变出来的,其模式为打开一读/写一关闭(open-write-read- close)。在一个用户进程进行I/O操作时,它首先调用“打开”获得对指定文件或设备的使用权,并返回称为文件描述符的整型数 ...
单片机开发 c8051f340 串口 程序This program demonstrates how to configure the C8051F340 to use routines in STDIO.h
c8051f340 串口 程序This program demonstrates how to configure the C8051F340 to use routines
in STDIO.h to write to and read from the UART interface. The program
reads a character using the STDIO routine getkey(), outputs that character
to the screen, and then outputs the ASCII hex value of that cha ...
微处理器开发 MSP-FET430P140 Demo - USART0, SPI Interface to HC165/164 Shift Registers Description: Demonstrate
MSP-FET430P140 Demo - USART0, SPI Interface to HC165/164 Shift Registers
Description: Demonstrate USART0 in two-way SPI mode. Data are read from
an HC165, and same data written back to the HC164.
ACLK = n/a MCLK = SMCLK = default DCO = UCLK0 = DCO/2
* USART0 control bits are in different SFR s from ...
matlab例程 The purpose of this Primer is to help you begin to use MATLAB. It is not intended to be a substitu
The purpose of this Primer is to
help you begin to use MATLAB. It is not intended to be
a substitute for the online help facility or the MATLAB
documentation (such as Getting Started with MATLAB,
available in printed form and online). The Primer can
best be used hands-on. You are encouraged to work ...