代码搜索:Bit

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

代码结果 10,000
www.eeworm.com/read/178760/5313758

cc bit_inst.cc

/* * Simulator of microcontrollers (bit_inst.cc) * * Copyright (C) 1999,99 Drotos Daniel, Talker Bt. * * To contact author send email to drdani@mazsola.iit.uni-miskolc.hu * */ /* This file is
www.eeworm.com/read/178760/5313779

cc xa_bit.cc

{CPU_XA, 0x33B, "ETI1"}, /* TX interrupt enable 1 */ {CPU_XA, 0x33A, "ERI1"}, /* RX interrupt enable 1 */ {CPU_XA, 0x339, "ETI0"}, /* TX interrupt enable 0 */ {CPU_XA, 0x338, "ERI0"}, /* RX interrupt
www.eeworm.com/read/177697/5321352

c bit_allocate.c

/* * bit_allocate.c * Copyright (C) 2000-2003 Michel Lespinasse * Copyright (C) 1999-2000 Aaron Holtzman * * This file is part of a52dec, a free ATSC
www.eeworm.com/read/177697/5321814

c bit_allocate.c

/* * bit_allocate.c * Copyright (C) 2000-2003 Michel Lespinasse * Copyright (C) 1999-2000 Aaron Holtzman * * This file is part of a52dec, a free ATSC
www.eeworm.com/read/173141/5378836

sql bit2.sql

-- the following test causes an out of memory error in jdk118, so only run -- the test in jdk12. -- Test for really big literals. Throw an error for now. beetle 2758 VALUES (X'4749463837617201db01
www.eeworm.com/read/173141/5379732

out bit2.out

ij> -- the following test causes an out of memory error in jdk118, so only run -- the test in jdk12. -- Test for really big literals. Throw an error for now. beetle 2758 VALUES (X'4749463837617201db
www.eeworm.com/read/350097/3134914

ten-bit-addresses

The I2C protocol knows about two kinds of device addresses: normal 7 bit addresses, and an extended set of 10 bit addresses. The sets of addresses do not intersect: the 7 bit address 0x10 is not the
www.eeworm.com/read/347503/3170797

d bit_insn.d

#as: #objdump: -dr #name: bit_insn .*: +file format .* Disassembly of section .text: 00000000 : 0: 06 39 00 00 cbitb \$0x6, 0x450 [-_+0-9a-z]* 4: 50 04 6: 06 38 50 04 cbitb \$0
www.eeworm.com/read/347503/3170806

s bit_insn.s

# Bit instructions. .data foodata: .word 42 .text footext: # cbit instructions. .global cbitb cbitb: cbitb $6, 0x450 cbitb $0x6, 0xffff0450 cbitb $7, 0x41287 cbitb $3, 9(r5) cbitb $0, (sp) cbitb
www.eeworm.com/read/339658/3296279

c bit2.c

# include void main() { unsigned a, b, c, d; int n; a = 64; n = 2; /* 将操作数a右移(6-n)位 */ b = a >> (6-n); printf("b = %d\n", b); /* 将操作数a左移n位 */ c = a