代码搜索:Bit

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

代码结果 10,000
www.eeworm.com/read/184417/9101655

exe bit.exe

www.eeworm.com/read/184417/9101687

c bit.c

/* bit.c */ /* E. Angel, Interactive Computer Graphics */ /* A Top-Down Approach with OpenGL, Third Edition */ /* Addison-Wesley Longman, 2003 */ /* Puts a checkboard bit p
www.eeworm.com/read/282274/9107379

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/282274/9107389

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/184175/9118860

m bit.m

% % bit = bit(i, len, base) % % gives a base representation of a number in an array of a length % function bit = bit(i, len, base) bit = zeros(1, len); count = len; while i
www.eeworm.com/read/380940/9120795

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/380940/9120812

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/379166/9205461

png bit.png

www.eeworm.com/read/181293/9260470

m bit.m

% % bit = bit(i, len, base) % % gives a base representation of a number in an array of a length % function bit = bit(i, len, base) bit = zeros(1, len); count = len; while i
www.eeworm.com/read/180601/9301162

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 &