代码搜索:Bit

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

代码结果 10,000
www.eeworm.com/read/274119/4188920

c bit1.c

# include void main() { /* 定义了一个无符号字符型变量,此变量只能用来存储无符号数 */ unsigned char result; int a, b, c, d; a = 2; b = 4; c = 6; d = 8; /* 对变量进行“按位与”操作 */ result = a & c;
www.eeworm.com/read/273740/4198059

h algo-bit.h

/* * linux/include/linux/l3/algo-bit.h * * Copyright (C) 2001 Russell King, All Rights Reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms o
www.eeworm.com/read/268663/4250834

cpp bit_res.cpp

/* bit_res.cpp Implementation of Bit Reservoir for Layer III Adapted from the public c code by Jeff Tsay. */ #include "all.h" #include "bit_res.h" Bit_Reserve::Bit_Reserve() { uint
www.eeworm.com/read/268663/4250879

h bit_res.h

/* bit_res.h Declarations for Bit Reservoir for Layer III Adapted from the public c code by Jeff Tsay. */ #ifndef BIT_RES_H #define BIT_RES_H #include "all.h" #define BUFSIZE 4096
www.eeworm.com/read/447738/1696900

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/447738/1696909

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/443386/1742785

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 maxim
www.eeworm.com/read/442451/1761677

m encode_bit.m

function [output, state] = encode_bit(g, input, state) [n,k] = size(g); m = k-1; for i=1:n output(i) = g(i,1)*input; for j = 2:k output(i) = xor(output(i),g(i,j)*state(j-1)); end
www.eeworm.com/read/439082/1815860

h algo-bit.h

/* * linux/include/linux/l3/algo-bit.h * * Copyright (C) 2001 Russell King, All Rights Reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms o
www.eeworm.com/read/439082/1819361

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