代码搜索:Bit
找到约 10,000 项符合「Bit」的源代码
代码结果 10,000
www.eeworm.com/read/429045/8822565
bit ss.bit
www.eeworm.com/read/428593/8857034
bit toplevel.bit
www.eeworm.com/read/187002/8884947
c bit_and.c
#include
void main ()
{
printf("0 & 0 is %d\n", 0 & 0);
printf("0 & 1 is %d\n", 0 & 1);
printf("1 & 1 is %d\n", 1 & 1);
printf("1 & 2 is %d\n", 1 & 2);
printf("15 &
www.eeworm.com/read/187002/8884981
c bit_or.c
#include
void main ()
{
printf("0 | 0 is %d\n", 0 | 0);
printf("0 | 1 is %d\n", 0 | 1);
printf("1 | 1 is %d\n", 1 | 1);
printf("1 | 2 is %d\n", 1 | 2);
printf("128 |
www.eeworm.com/read/384133/8895096
bit coding.bit
www.eeworm.com/read/384133/8895103
bit speech.bit
www.eeworm.com/read/427047/8981212
plg bit.plg
Build target 'Target 1'
compiling bitpro.c...
linking...
Program Size: data=9.1 xdata=0 code=21
"bit" - 0 Error(s), 0 Warning(s).
www.eeworm.com/read/427047/8981231
opt bit.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.a*; *.src)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt)
pExt (*.plm)
CppX (*.cpp)
DaveTm { 0,0,0,0,0,0,0,0 }