搜索结果
找到约 112 项符合
commands 的查询结果
按分类筛选
- 全部分类
- 技术资料 (22)
- 其他书籍 (14)
- 通讯编程文档 (6)
- Linux/Unix编程 (5)
- Modem编程 (5)
- 通讯/手机编程 (4)
- 其他 (4)
- 文章/文档 (4)
- 单片机编程 (3)
- 数值算法/人工智能 (3)
- 电子书籍 (3)
- 手机短信编程 (3)
- 软件设计/软件工程 (3)
- 数据库系统 (2)
- 驱动编程 (2)
- SCSI/ASPI (2)
- 嵌入式/单片机编程 (2)
- 单片机开发 (2)
- matlab例程 (2)
- 源码 (1)
- 书籍 (1)
- 手册 (1)
- 学术论文 (1)
- 操作系统开发 (1)
- 测试测量 (1)
- 工业控制 (1)
- 嵌入式综合 (1)
- 压缩解压 (1)
- 编辑器/阅读器 (1)
- 编译器/解释器 (1)
- Java编程 (1)
- 网络 (1)
- 文件格式 (1)
- 数学计算 (1)
- 数据结构 (1)
- Delphi控件源码 (1)
- Windows CE (1)
- 其他嵌入式/单片机内容 (1)
- MySQL数据库 (1)
- VIP专区 (1)
测试测量 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 ...
驱动编程 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 ...
技术资料 关于DVD的MPEG2用的DSP代码(在DSP的实现MPEG的压缩/解压算法)
·详细说明:关于DVD的MPEG2用的DSP代码,在DSP的实现MPEG的压缩,解压算法.文件列表: ac3_com.h ac3_equ.h ac3_mac.h app_data.s app_main.s app_mem.h app_table.s commands.h co
技术资料 关于DVD的MPEG2用的DSP代码(在DSP的实现MPEG的压缩/解压算法)
·详细说明:关于DVD的MPEG2用的DSP代码,在DSP的实现MPEG的压缩,解压算法.文件列表: ac3_com.h ac3_equ.h ac3_mac.h app_data.s app_main.s app_mem.h app_table.s commands.h co
技术资料 基于WiFi的STM8单片机程序远程更新
本文提出了一种实现STM8单片机程序远程更新的方法,系统通过WiFi连接到服务器,服务器发送更新指令和更新文件,实现单片机程序的远程更新。This paper introduces the method of remotely updating program of STM8.The system is connected to a server with WiFi.A server transmits a serial of commands and the updating ...
其他 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 ...
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 ...
数据结构 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. ...
Java编程 The project Adventure is a simple text-based adventure game. The game, as given, involves the hero t
The project Adventure is a simple text-based adventure game. The game, as given, involves the hero trying to find his way from a deep dark forest to home and his true love. There s very little else the player can do apart from moving from place to place. It s not really very interesting.
This proje ...
技术资料 ESP8266Wi-Fi模块在智能小车控制中的应用
为了实现无线模式遥控智能小车,以STC89C52作为主控芯片,搭配ESP8266无线Wi-Fi模块,通过串口使用AT指令向ESP8266模块发送指令,配置相应的地址与端口号,将ESP8266模块设置为TCP服务器的同时开启Wi-Fi,通过手机APP连接上ESP8266模块操控小车。同时还具备PWM调速功能,也可通过重力感应来调节小车的速度值,实现了无线遥控小车姿 ...