代码搜索:Bit
找到约 10,000 项符合「Bit」的源代码
代码结果 10,000
www.eeworm.com/read/348005/11618073
bit tstseq4.bit
www.eeworm.com/read/348005/11618075
bit tstseq3.bit
www.eeworm.com/read/348005/11618086
bit tstseq1a.bit
www.eeworm.com/read/348005/11618090
bit tstseq1.bit
www.eeworm.com/read/348005/11618091
bit tstseq2a.bit
www.eeworm.com/read/348005/11618099
bit tstseq4a.bit
www.eeworm.com/read/158379/11622389
c bit_xor.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/158379/11622415
c bit_inv.c
#include
void main ()
{
int value = 0xFF;
printf("The inverse of %X is %X\n", value, ~value);
}
www.eeworm.com/read/261644/11632336
bmp open_bit.bmp
www.eeworm.com/read/157942/11654431
m encode_bit.m
function [output, state] = encode_bit(g, input, state)
% Copyright 1996 Matthew C. Valenti
% MPRG lab, Virginia Tech
% for academic use only
% This function takes as an input a single bit to be encod