搜索结果

找到约 604 项符合 Write 的查询结果

按分类筛选

显示更多分类

单片机开发 STK500_2下载器 M8 支持bootloader(带bootloader源码) 使用STK500_2 协议的ISP下载器

STK500_2下载器 M8 支持bootloader(带bootloader源码) 使用STK500_2 协议的ISP下载器,监控芯片 M8,数据通讯RS232.使用 ATMEL AVRStudio 4.xx STK500工具的进行软件升级。可通过ATMEL AVRStudio 4.xx STK500工具升级固件程序。升级方法:通过设定电压 即按“write voltage”按钮进入bootloader程序。 ...
https://www.eeworm.com/dl/648/226124.html
下载: 104
查看: 1188

VC书籍 The market for miniature computer programming is exploding. C++ Footprint and Performance Optimizati

The market for miniature computer programming is exploding. C++ Footprint and Performance Optimization supplies programmers the knowledge they need to write code for the increasing number of hand-held devices, wearable computers, and intelligent appliances. This book gives readers valuable knowled ...
https://www.eeworm.com/dl/686/267999.html
下载: 86
查看: 1078

Linux/Unix编程 为LINUX设计一个简单的二级文件系统。要求做到以下几点: 1、 可以实现下列几条命令 Login 用户登录 Dir 列文件目录 Create 创建文件 Delete 删除文件 Open

为LINUX设计一个简单的二级文件系统。要求做到以下几点: 1、 可以实现下列几条命令 Login 用户登录 Dir 列文件目录 Create 创建文件 Delete 删除文件 Open 打开文件 Close 关闭文件 Read 读文件 Write 写文件 2、列目录时要列出文件名、物理地址、保护码和文件长度。 3、源文件可以进行读写保护。 ...
https://www.eeworm.com/dl/619/320982.html
下载: 142
查看: 1216

VC书籍 socket编程原理:UNIX系统的I/O命令集

socket编程原理:UNIX系统的I/O命令集,是从Maltics和早期系统中的命令演变出来的,其模式为打开一读/写一关闭(open-write-read- close)。在一个用户进程进行I/O操作时,它首先调用“打开”获得对指定文件或设备的使用权,并返回称为文件描述符的整型数 ...
https://www.eeworm.com/dl/686/332226.html
下载: 167
查看: 1112

VxWorks VxWorks 6.6 BSP开发执导 This document describes, in general terms, the elements that make up a board

VxWorks 6.6 BSP开发执导 This document describes, in general terms, the elements that make up a board support package [BSP], the requirements for a VxWorks BSP, and the general behavior of a BSP during the boot process. This document outlines the steps needed to port an existing BSP to a new hardw ...
https://www.eeworm.com/dl/662/418610.html
下载: 187
查看: 1188

其他书籍 The main MIPS processor of SMP8630 comes with a JTAG interface, allowing:  access to caches and da

The main MIPS processor of SMP8630 comes with a JTAG interface, allowing:  access to caches and data bus (DRAM) with a bandwidth of about 200kbit/s  examining the processor state whatever the execution mode (monice)  connecting to monice using mdi-server and using a gdb client on the processor to st ...
https://www.eeworm.com/dl/542/426247.html
下载: 37
查看: 1181

其他 C programming is a craft that takes years to perfect. A reasonably sharp person can learn the basics

C programming is a craft that takes years to perfect. A reasonably sharp person can learn the basics of C quite quickly. But it takes much longer to master the nuances of the language and to write enough programs, and enough different programs, to become an expert. In natural language terms, this is ...
https://www.eeworm.com/dl/534/493767.html
下载: 185
查看: 1126

matlab例程 基于matlab的mp3的读写函数Mp3 toolbox for Matlab. Alfredo Fernandez Franco Aalborg University Departament of

基于matlab的mp3的读写函数Mp3 toolbox for Matlab. Alfredo Fernandez Franco Aalborg University Departament of Acoustics M.Sc. Student aberserk@yahoo.com Includes 2 functions to write and read MP3 files. It works like the commands WAVWRITE and WAVREAD. 1.- Just unpack in the toolbox folder under the MA ...
https://www.eeworm.com/dl/665/130985.html
下载: 162
查看: 1135

Linux/Unix编程 1、 了解系统调用pipe()的功能和实际原理 2、 编写一段程序

1、 了解系统调用pipe()的功能和实际原理 2、 编写一段程序,使用管道实现父子进程之间的通信 a) 使用系统调用fork()创建一个子进程 b) 子进程调用函数write()向父进程发送自己的进程ID和字符串” s sending a message to parent.\n”。 c) 父进程调用函数read()通过管道读出子进程发来的消息,将消息输出屏幕,然后终止 ...
https://www.eeworm.com/dl/619/182386.html
下载: 64
查看: 1216

Linux/Unix编程 为Linux系统设计一个简单的二级文件系统。要求做到以下几点: 1.可以实现下列几条命令: login 用户登录 dir 列目录 create 创建文件 delete 删除文件 open

为Linux系统设计一个简单的二级文件系统。要求做到以下几点: 1.可以实现下列几条命令: login 用户登录 dir 列目录 create 创建文件 delete 删除文件 open 打开文件 close 关闭文件 read 读文件 write 写文件 2.列目录时要列出文件名,物理地址,保护码和文件长度。 3.源文件可以进行读写保护。 ...
https://www.eeworm.com/dl/619/190720.html
下载: 96
查看: 1561