代码搜索:格式兼容
找到约 10,000 项符合「格式兼容」的源代码
代码结果 10,000
www.eeworm.com/read/287284/8697194
txt 拨动开关.txt
======================================================================
※对拨动开关的访问帧格式为:
地址 10 11 12 13 14 15 16 17 18 19 1A 1B 1C (HEX)
名称 CON ID3 ID2 ID1 ID0 D1 D2 D3 D4 D
www.eeworm.com/read/287284/8697208
txt adc0809.txt
======================================================================
※对ADC0809的访问格式为:
地址 10 11 12 13 14 15 16 17 18 19 1A 1B 1C (HEX)
名称 CON ID3 ID2 ID1 ID0 D1 D2 D3 D4
www.eeworm.com/read/287284/8697246
txt 蜂鸣器.txt
======================================================================
※对蜂鸣器的访问帧格式:
地址 10 11 12 13 14 15 16 17 18 19 1A 1B 1C (HEX)
名称 CON ID3 ID2 ID1 ID0 D1 D2 D3 D4 D5
www.eeworm.com/read/385062/8822171
cpp myfilemanagement.cpp
// fileName: myFileManagement.cpp
// by: zhnyong@21cn.com
// 该文件为主程序文件, 即程序的入口程序,格式固定
// 包括的头文件,其中,有windows.h头文件和其他所有需要的头文件
#include "myFileManagement.h"
// 主程序过程以WinMain为入口
int WIN
www.eeworm.com/read/182333/9207340
txt 关于商场使用ic卡的说明.txt
表hv_cardrecord说明
主键
c_ncardno numeric(10) 卡号(key)
c_nxlh numeric(6) 流水号 (key)
c_cxfsj char(16) 消费时间 格式“2000-12-31 18:20”
c_noper char(10) 收银员
c_nje numeric(15,2) 金额 消
www.eeworm.com/read/378183/9243645
dat asslandat89.dat
字符串比较指令
格式: CMPS OPRD1,OPRD2
---- CMPSB
CMPSW
功能: 由SI寻址的源串中数据与由DI寻址的目的串中数据进行比较,比较结果送标志位,而不改变操作数本身.
---- 同时SI,DI将自动调整.
www.eeworm.com/read/378183/9243684
dat asslandat87.dat
字符串比较指令
格式: CMPS OPRD1,OPRD2
---- CMPSB
CMPSW
功能: 由SI寻址的源串中数据与由DI寻址的目的串中数据进行比较,比较结果送标志位,而不改变操作数本身.
---- 同时SI,DI将自动调整.
www.eeworm.com/read/378183/9243979
dat asslandat88.dat
字符串比较指令
格式: CMPS OPRD1,OPRD2
---- CMPSB
CMPSW
功能: 由SI寻址的源串中数据与由DI寻址的目的串中数据进行比较,比较结果送标志位,而不改变操作数本身.
---- 同时SI,DI将自动调整.
www.eeworm.com/read/378183/9245307
dat funtc342.dat
函数名称: vprintf
函数原型: int vprintf(const char *format, va_list arglist)
函数功能: 同printf函数,参数表由一个va_list类型的指针代替
函数返回:
函数说明: format 参数格式说明,具体参见printf函数,arglist 参数列表指针
所属文件
www.eeworm.com/read/378183/9245663
dat funtc84.dat
函数名称: asctime
函数原型: char * asctime(struct tm * ptr)
函数功能: 得到机器时间(日期时间转换为ASCII码)
函数返回: 返回的时间字符串格式为:星期 月 日 小时:分:秒 年
函数说明: 结构指针ptr应通过函数localtime()和gmtime()得到
所属文件: