代码搜索:Digit

找到约 4,689 项符合「Digit」的源代码

代码结果 4,689
www.eeworm.com/read/385548/2588380

h ctype.h

#ifndef _CTYPE_H #define _CTYPE_H #define _U 0x01 /* upper */ #define _L 0x02 /* lower */ #define _D 0x04 /* digit */ #define _C 0x08 /* cntrl */ #define _P 0x10 /* punct */ #define _S 0x20 /* white
www.eeworm.com/read/372858/2768800

h ctype.h

#ifndef _LINUX_CTYPE_H #define _LINUX_CTYPE_H #define _U 0x01 /* upper */ #define _L 0x02 /* lower */ #define _D 0x04 /* digit */ #define _C 0x08 /* cntrl */ #define _P 0x10 /* punct */ #define _S 0x
www.eeworm.com/read/135375/13937002

c 16扫描键盘程序.c

#include #define uchar unsigned char #define uint unsigned int uchar key_buffer; uchar key_long; unsigned char disbuffer[8]={0,1,3,8,0xf,5,0x18,7}; char digit[20] = {1,0,0,0,0,
www.eeworm.com/read/134263/13999772

h main.h

#ifndef _MAIN_H_ #define _MAIN_H_ sbit POWER_CTRL_PIN =P1^1; sbit U1369_RESET_PIN =P0^7; extern unsigned char data _IR_key; //m35055 extern code unsigned int num_digit[16]; extern void m350
www.eeworm.com/read/328911/12995319

h lcd.h

#define LCD_RS PORTEbits.RE4 //并行的数据/指令选择信号 H/L #define LCD_RW PORTEbits.RE5 //并行的读/写选择信号 H/L #define LCD_EN PORTEbits.RE6 //并行的使能信号 H/L void digit_display(unsig
www.eeworm.com/read/328907/12995618

h lcd.h

#define LCD_RS PORTEbits.RE4 //并行的数据/指令选择信号 H/L #define LCD_RW PORTEbits.RE5 //并行的读/写选择信号 H/L #define LCD_EN PORTEbits.RE6 //并行的使能信号 H/L void digit_display(unsig
www.eeworm.com/read/26896/972523

13-18b20

#include //包含单片机寄存器的头文件 #include //包含_nop_()函数定义的头文件 unsigned char code digit[10]={"0123456789"}; //定义字符数组显示数字 unsigned char code Str[]={"Test by DS18B20"}; //说明显示的
www.eeworm.com/read/171081/5399463

entries

/Makefile/1.1/Mon Oct 20 02:56:50 2003// /Makefile.ming/1.1/Mon Oct 20 02:56:50 2003// /des.h/1.1/Mon Oct 20 02:56:50 2003// /desc.c/1.1/Mon Oct 20 02:56:50 2003// /digit.c/1.1/Mon Oct 20 02:56:50 200
www.eeworm.com/read/168333/9919851

txt decstrround.txt

//本函数将数字格式的字符串四舍五入 //参数说明: //string DecStr:输入待四舍五入的数字字符串 //integer Digit:保留小数位数 //boolean FillZero:少于保留位数则用0填充 /********变量定义**************************************/ integer i,p,potLt Boolean Dec
www.eeworm.com/read/100045/7083556

h ssl_expr_parse.h

#define T_TRUE 257 #define T_FALSE 258 #define T_DIGIT 259 #define T_ID 260 #define T_STRING 261 #define T_REGEX 262 #define T_REGEX_I 263 #define T_FUNC_FILE 264 #define T_OP_EQ 265 #define T_OP_NE 2