代码搜索:Bit
找到约 10,000 项符合「Bit」的源代码
代码结果 10,000
www.eeworm.com/read/273536/10911941
c bit_string.c
/*-
* Copyright (c) 2003, 2004 Lev Walkin . All rights reserved.
* Redistribution and modifications are permitted subject to BSD license.
*/
#include
#include
www.eeworm.com/read/273254/10922097
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/272244/10964441
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/272181/10967386
c tty_bit.c
/**********************************************************************
Each of the companies; Lucent, Motorola, Nokia, and Qualcomm (hereinafter
referred to individually as "Source" or collectivel
www.eeworm.com/read/417462/10988840
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/417462/10988871
c bit_inv.c
#include
void main ()
{
int value = 0xFF;
printf("The inverse of %X is %X\n", value, ~value);
}
www.eeworm.com/read/417342/10993888
bmp bit_8.bmp
www.eeworm.com/read/470877/6901267
bit ex3.bit
www.eeworm.com/read/409682/6933869
sonix 8bit
www.eeworm.com/read/467799/7001534
h 2407bit.h
//MCRA
#define QEP1 3
#define QEP2 4
#define PWM1 6
#define PWM2 7
#define PWM3 8
#define PWM4 9
#define PWM5 10
#define PWM6 11
#define T1PWM 12
#