代码搜索:unsigned

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

代码结果 10,000
www.eeworm.com/read/295361/8168111

c krx20900.c

/* bitcount: count 1 bits in x */ int bitcount(unsigned x) { int b; for (b = 0; x != 0; x &= (x-1)) b++; return b; }
www.eeworm.com/read/295353/8168549

h ccsds.h

extern unsigned char Taltab[],Tal1tab[];
www.eeworm.com/read/295353/8168601

h ccsds.h

extern unsigned char Taltab[],Tal1tab[];
www.eeworm.com/read/295280/8171316

h mstdio.h

unsigned char getchar(void); unsigned char putchar(unsigned char ch);
www.eeworm.com/read/193566/8217288

h display.h

void DispInit(void); void Display(unsigned int content);
www.eeworm.com/read/294559/8218567

h display.h

void DispInit(void); void Display(unsigned int content);
www.eeworm.com/read/294359/8235391

c or.c

main() { unsigned int j; j=0x0010^0x0001; j=0; }
www.eeworm.com/read/174061/9610214

c 11-5.c

main() {   unsigned a,b,c;   int n;   scanf("a=%o,n=%d",&a,&n);   b=an;   c=c|b;   printf(“%o\n%o”,a,c); }
www.eeworm.com/read/172423/9708580

txt readme.txt

================================================= README file for the CC8E C compiler, DEMO edition ================================================= Welcome to the CC8E C
www.eeworm.com/read/171831/9733626

h ccsds.h

extern unsigned char Taltab[],Tal1tab[];