搜索结果
找到约 86 项符合
commands 的查询结果
按分类筛选
- 全部分类
- 其他书籍 (13)
- 通讯编程文档 (6)
- Linux/Unix编程 (5)
- Modem编程 (5)
- 其他 (4)
- 单片机编程 (3)
- 手机短信编程 (3)
- 电子书籍 (3)
- 数值算法/人工智能 (3)
- 通讯/手机编程 (3)
- 软件设计/软件工程 (3)
- 文章/文档 (3)
- matlab例程 (2)
- 驱动编程 (2)
- 单片机开发 (2)
- 嵌入式/单片机编程 (2)
- SCSI/ASPI (2)
- 数据库系统 (2)
- 学术论文 (1)
- 嵌入式综合 (1)
- 测试测量 (1)
- MySQL数据库 (1)
- 数据结构 (1)
- 数学计算 (1)
- 操作系统开发 (1)
- Java编程 (1)
- 编译器/解释器 (1)
- 压缩解压 (1)
- Windows CE (1)
- 文件格式 (1)
- 网络 (1)
- Delphi控件源码 (1)
- 其他嵌入式/单片机内容 (1)
- 工业控制 (1)
- 源码 (1)
- 书籍 (1)
- 技术资料 (1)
- VIP专区 (1)
单片机编程 USB Demonstration for DK3200 w
The μPSD32xx family, from ST, consists of Flash programmable system devices with a 8032 MicrocontrollerCore. Of these, the μPSD3234A and μPSD3254A are notable for having a complete implementationof the USB hardware directly on the chip, complying with the Universal Serial Bus Specification, Revis ...
嵌入式综合 Linux脚本教程v2.0
This book is for students and Linux System Administrators. It provides the skills to read, write, and debug Linux shell scripts using bash shell. The book begins by describing Linux and simple scripts to automate frequently executed commands and continues by describing conditional logic, user inte ...
测试测量 DN427开关控制器故障保护电压监测
 
Have you had the exasperating experience of a laptop orPDA defi antly not responding to your commands? Youfrantically press key after key, but to no avail. As hopeturns to anger (but just before you throw the company’slaptop through the window) you slam your fi nger againstthe on/of ...
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 ...
驱动编程 A language monitor provides a full duplex communications path between the print spooler and bi-direc
A language monitor provides a full duplex communications path between the print spooler and bi-directional printers that are capable of providing software-accessible status information and adds printer control information, such as commands defined by a printer job language, to the data stream s.
驱动编程 The flpydisk sample is a floppy driver that resides in the directory \NtddkSrcStorageFdcFlpydsk. It
The flpydisk sample is a floppy driver that resides in the directory \\Ntddk\Src\Storage\Fdc\Flpydsk. It is similar to a class driver in that it sits a level above the floppy disk controller in the driver stack, and brokers communication between the application level and the low-level driver. The fl ...
通讯/手机编程 This module can be used to interface to the MMC card in MMC or * SPI modes. It supports a multiple
This module can be used to interface to the MMC card in MMC or
* SPI modes. It supports a multiple card environment. The reset and
* identification processes assume multiple cards on the bus.
* In MMC mode, the card number is used as the RCA operand in the
* commands.
其他 A series of .c and .m files which allow one to perform univariate and bivariate wavelet analysis of
A series of .c and .m files which allow one to perform univariate and bivariate wavelet analysis of discrete time series. Noother wavelet package is necessary -- everything is contained in this archive. The C-code computes the DWT and maximal overlap DWT. MATLAB routines are then used to compute suc ...
数据结构 Turbo C - (C) Copyright 1987, 1988 by Borland International */ #define S_IREAD 0x0100 /* from SY
Turbo C - (C) Copyright 1987, 1988 by Borland International */
#define S_IREAD 0x0100 /* from SYS\STAT.H */
#define S_IWRITE 0x0080 /* from SYS\STAT.H */
#define TRUE 1
#define FALSE 0
#define MSGHEADER "MICROCALC - A Turbo C Demonstration Program"
#define MSGKEYPRESS "Press any key to continue. ...
数学计算 #define MSGHEADER "MICROCALC - A Turbo C Demonstration Program" #define MSGKEYPRESS "Press any key
#define MSGHEADER "MICROCALC - A Turbo C Demonstration Program"
#define MSGKEYPRESS "Press any key to continue."
#define MSGCOMMAND "Press / for the list of commands"
#define MSGMEMORY "Memory Available:"
#define MSGERROR "ERROR"
#define MSGLOMEM "Not enough memory to allocate cell."