代码搜索:Number

找到约 10,000 项符合「Number」的源代码

代码结果 10,000
www.eeworm.com/read/390195/8476786

c number.c

#define NUMBER_C #include "includes.h" //计数处理函数 //参数p1:时间数组名 //参数p2:显示数组名 //功能:将计数值拆分为BCD码的10分,分;10秒,秒 void process(unsigned char *p1,unsigned char *p2) { p2[0] = p1[0]/10; p2[1] =
www.eeworm.com/read/390195/8476789

h number.h

#ifdef NUMBER_H #define NUMBER_H #ifdef NUMBER_C //void display(unsigned char *p); void process(unsigned char i,unsigned char *p); #else //extern void display(unsigned char *p); extern void pro
www.eeworm.com/read/390195/8477109

c number.c

#define NUMBER_C #include "includes.h" void process(unsigned char i,unsigned char *p) { p[0] = i/1000; i = i%1000; p[1] = i/100; i = i%100; p[2] = i/10; i = i%10;
www.eeworm.com/read/390195/8477115

h number.h

#ifdef NUMBER_H #define NUMBER_H #ifdef NUMBER_C //void display(unsigned char *p); void process(unsigned char i,unsigned char *p); #else //extern void display(unsigned char *p); extern void pro
www.eeworm.com/read/390195/8477347

c number.c

#define NUMBER_C #include "includes.h" void process(unsigned char i,unsigned char *p) { p[0] = i/1000; i = i%1000; p[1] = i/100; i = i%100; p[2] = i/10; i = i%10;
www.eeworm.com/read/390195/8477353

h number.h

#ifdef NUMBER_H #define NUMBER_H #ifdef NUMBER_C //void display(unsigned char *p); void process(unsigned char i,unsigned char *p); #else //extern void display(unsigned char *p); extern void pro
www.eeworm.com/read/189298/8477386

c number.c

/* ** Copy the standard input to the standard output, and number the ** output lines. */ #include #include int main() { int ch; int line; int at_beginning; l
www.eeworm.com/read/290380/8486882

c number.c

#include void main (void) { char line[255]; // Line of input long line_number = 0; // Current line number while (fgets(line, sizeof(line), stdin)) printf("%ld %s
www.eeworm.com/read/389025/8553000

png number.png

www.eeworm.com/read/389025/8553459

png number.png