搜索结果
找到约 80 项符合
STATUS 的查询结果
按分类筛选
- 全部分类
- 单片机编程 (7)
- 单片机开发 (6)
- 技术资料 (6)
- Windows CE (4)
- Linux/Unix编程 (4)
- 驱动编程 (3)
- 通讯编程文档 (3)
- 加密解密 (3)
- 其他 (3)
- 电源技术 (2)
- 串口编程 (2)
- Java编程 (2)
- 汇编语言 (2)
- 压缩解压 (2)
- 文章/文档 (2)
- 行业发展研究 (2)
- 其他书籍 (2)
- 数据结构 (2)
- 文件格式 (1)
- SCSI/ASPI (1)
- VC书籍 (1)
- Internet/网络编程 (1)
- Delphi/CppBuilder (1)
- 操作系统开发 (1)
- 嵌入式Linux (1)
- 认证考试资料 (1)
- VHDL/FPGA/Verilog (1)
- 网络 (1)
- USB编程 (1)
- RFID编程 (1)
- 手机短信编程 (1)
- Jsp/Servlet (1)
- DSP编程 (1)
- 编译器/解释器 (1)
- 电子书籍 (1)
- 人工智能/神经网络 (1)
- Windows Mobile (1)
- 数值算法/人工智能 (1)
- 嵌入式/单片机编程 (1)
- 源码 (1)
- VIP专区 (1)
Internet/网络编程 Many programs today suffer from the fact that their users have to connect using IP addresses. This i
Many programs today suffer from the fact that their users have to connect using IP addresses. This is impossible for dialup users, whose IPs change all the time, and painful for LAN users who don t know their IP addresses or whose addresses also change. In addition, many collaborative programs could ...
单片机开发 This a simple hardware UART test program. It receives text lines over the serial port and writes ba
This a simple hardware UART test program. It receives text lines over
the serial port and writes back a status msg with length and contents of
the buffer.
Delphi/CppBuilder unit Video interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, stdctrl
unit Video
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, stdctrls,
ExtCtrls, avicap, mmsystem, dsgnintf
// Types for event-procedures
type
TCapStatusProc = procedure(Sender: TObject) of object
TCapStatusCallback = procedure(Sender: TObject nID: integer status: st ...
通讯编程文档 设有一个SPJ数据库
设有一个SPJ数据库,包括S、P、J、SPJ四个关系模式:
S(SNO,SNAME,STATUS,CITY) P(PNO,PNAME,COLOR,WEIGHT)
J(JNO,JNAME,CITY) SPJ(SNO,PNO,JNO,QTY)
供应商表S由供应商代码SNO、供应商姓名SNAME、供应商状态STATUS、供应商所在城市名CITY组成。
零件表P由零件代码PNO、零件名PNAME、颜色COLOR、重量WETGHT组成。
...
Linux/Unix编程 2.0.12 (May 13th, 2004) - Flag driver threads with PF_FREEZE to support software suspend. 2.0.
2.0.12 (May 13th, 2004)
- Flag driver threads with PF_FREEZE to support software suspend.
2.0.11 (May 7th, 2004)
- Avoid split-completion bugs in certain PCI-X chipsets by
breaking up large completion entry DMAs on ADB boundaries.
2.0.10 (April 9th, 2004)
- Return "command timeout" status in ...
文章/文档 《LCD显示》 程序清单: ************************************************************** PCL EQU 2H 定义程序存储器
《LCD显示》
程序清单:
**************************************************************
PCL EQU 2H 定义程序存储器低字节地址
STATUS EQU 3H 定义状态寄存器地址
PORTA EQU 5H 定义RA口数据寄存器地址
PORTC EQU 7H 定义RC口数据寄存器地址
TRISA EQU 85H 定义RA口方向控制寄存器地址
TRISC EQU 87H 定义RC口方向控制 ...
驱动编程 16 relay output channels and 16 isolated digital input channels LED indicators to show activated
16 relay output channels and 16 isolated digital input channels
LED indicators to show activated relays
Jumper selectable Form A/Form B-type relay output channel
Output status read-back
Keep relay output values when hot system reset
High-voltage isolation on input channels(2,500 VDC)
Hi ESD pr ...
单片机开发 This example provides a description of how to use a DMA channel to transfer a word data buffer fro
This example provides a description of how to use a DMA channel to transfer a
word data buffer from memory (Flash) to memory (RAM).
The dedicated DMA channel is configured to transfer once a time a 32 word data buffer
stored as constant in the Flash memory to another buffer in the RAM memory.
The r ...
数据结构 #include<malloc.h> #include<limits.h> #include<stdio.h> #include<graphics.h&
#include<malloc.h>
#include<limits.h>
#include<stdio.h>
#include<graphics.h>
#include<io.h>
#include<math.h>
#include<process.h>
#include<conio.h>
#define m 100
#define OK 1
typedef int Status
typedef char TElemType /*树元素的类型*/
int t=35
int n=20
int h=14
int u=2
int leaf=0,non_l_leaf=0,non ...
其他 I made a lot of changed on this object,such as * // 1.Encapsulates all code in one userobjet,s
I made a lot of changed on this object,such as *
// 1.Encapsulates all code in one userobjet,since PB does not *
// support "Address of Function" , so we can not set new *
// WndProc, just makes the object more easy to use. *
// 2.Uses structure array instead of Datastore *
// 3. ...