代码搜索: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/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/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