代码搜索:Bit

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

代码结果 10,000
www.eeworm.com/read/154620/5635394

m51 bit.m51

BL51 BANKED LINKER/LOCATER V4.23 10/22/2002 07:32:38 PAGE 1 BL51 BANKED LINKER/LOCATER V4.23, INVOKED BY: C:\KEIL\C51\BIN\BL51.EXE bitpro
www.eeworm.com/read/154620/5635395

uv2 bit.uv2

### uVision2 Project, (C) Keil Software ### Do not modify ! Target (Target 1), 0x0000 // Tools: 'MCS-51' Group (Source Group 1) File 1,1, Options 1,0,0 // Target
www.eeworm.com/read/152843/5658510

c find_bit.c

#include /** * find_next_bit - find the next set bit in a memory region * @addr: The address to base the search on * @offset: The bitnumber to start searching at * @size: The max
www.eeworm.com/read/475955/6771001

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/475955/6771012

c bit_inv.c

#include void main () { int value = 0xFF; printf("The inverse of %X is %X\n", value, ~value); }
www.eeworm.com/read/475979/6771806

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
www.eeworm.com/read/475366/6779036

m encode_bit.m

function [output, state] = encode_bit(g, input, state) % This function takes as an input a single bit to be encoded, % as well as the coeficients of the generator polynomials and % the current
www.eeworm.com/read/475366/6779069

m encode_bit.m

function [output, state] = encode_bit(g, input, state) % This function takes as an input a single bit to be encoded, % as well as the coeficients of the generator polynomials and % the current
www.eeworm.com/read/475535/6790894

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
www.eeworm.com/read/475543/6790918

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