搜索结果
找到约 111 项符合
status 的查询结果
按分类筛选
- 全部分类
- 技术资料 (28)
- 单片机编程 (11)
- 单片机开发 (6)
- Linux/Unix编程 (4)
- Windows CE (4)
- 加密解密 (3)
- 其他 (3)
- 驱动编程 (3)
- 通讯编程文档 (3)
- 源码 (2)
- 电源技术 (2)
- DSP编程 (2)
- 其他书籍 (2)
- 压缩解压 (2)
- 串口编程 (2)
- Java编程 (2)
- 汇编语言 (2)
- 文章/文档 (2)
- 数据结构 (2)
- 行业发展研究 (2)
- 软件 (1)
- 数值算法/人工智能 (1)
- 操作系统开发 (1)
- 电子书籍 (1)
- Internet/网络编程 (1)
- 手机短信编程 (1)
- 编译器/解释器 (1)
- SCSI/ASPI (1)
- 网络 (1)
- 文件格式 (1)
- USB编程 (1)
- 嵌入式/单片机编程 (1)
- 人工智能/神经网络 (1)
- 嵌入式Linux (1)
- VHDL/FPGA/Verilog (1)
- Delphi/CppBuilder (1)
- Delphi控件源码 (1)
- Windows Mobile (1)
- VC书籍 (1)
- Jsp/Servlet (1)
- RFID编程 (1)
- 认证考试资料 (1)
- MTK (1)
- VIP专区 (1)
加密解密 The MD5 Message-Digest Algorithm Status of this Memo This memo provides information for the I
The MD5 Message-Digest Algorithm
Status of this Memo
This memo provides information for the Internet community. It does
not specify an Internet standard. Distribution of this memo is
unlimited.
Acknowlegements
We would like to thank Don Coppersmith, Burt Kaliski, Ralph Merkle,
David Chaum, ...
行业发展研究 机器视觉的现状及发展趋势 Machine Vision of the status quo and development trend
机器视觉的现状及发展趋势
Machine Vision of the status quo and development trend
Windows CE evc4 console app that monitors battery status and writes a csv log file and broadcasts every measure
evc4 console app that monitors battery status and writes a csv log file and broadcasts every measurement. Use netcat on network to capture the measurements.
Windows CE 用P/Invoke显示设备内存信息 P/Invoke with compact framework get the Memory Status and Storage Cards
用P/Invoke显示设备内存信息
P/Invoke with compact framework get the Memory Status and Storage Cards
DSP编程 DSP2812 SCI应用 中断模式SCI_interrupt)  状态查询模式(SCI_status)
DSP2812 SCI应用 中断模式SCI_interrupt)
 状态查询模式(SCI_status)
MTK gdi_handle base_layer_handle gdi_handle preview_layer_handle gdi_handle status_layer_handle
gdi_handle base_layer_handle
gdi_handle preview_layer_handle
gdi_handle status_layer_handle
操作系统开发 时间片轮转算法struct { int name //进程标识符 int status //进程状态 int ax,bx,cx,dx //进程现场信息
时间片轮转算法struct
{
int name //进程标识符
int status //进程状态
int ax,bx,cx,dx //进程现场信息,通用寄存器内容
int pc //进程现场信息,程序计数器内容
int psw //进程现场信息,程序状态字内容
int next //下一个进程控制块的位置
}pcbarea[n] ...
其他 Status StrAssign(SString T,char *chars) { // 生成一个其值等于chars的串T int i if(strlen(chars)>MAXST
Status StrAssign(SString T,char *chars)
{ // 生成一个其值等于chars的串T
int i
if(strlen(chars)>MAXSTRLEN)
return ERROR
else
{
T[0]=strlen(chars)
for(i=1 i<=T[0] i++)
T[i]=*(chars+i-1)
return OK
}
}
Delphi控件源码 查询局域网IP STATUS_FAILED =$FFFF //定义异常出错代码 MAX_PACK_LEN =65535 //接收的最大IP报文
查询局域网IP
STATUS_FAILED =$FFFF //定义异常出错代码
MAX_PACK_LEN =65535 //接收的最大IP报文
数据结构 数据结构实验 如下: Status Fibonacci(int k, int m, int &f) /* 求k阶斐波那契序列的第m项的值f */
数据结构实验
如下:
Status Fibonacci(int k, int m, int &f)
/* 求k阶斐波那契序列的第m项的值f */