代码搜索:Bit
找到约 10,000 项符合「Bit」的源代码
代码结果 10,000
www.eeworm.com/read/456386/7350026
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
www.eeworm.com/read/456386/7350037
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/455426/7372439
doc bit get.doc
www.eeworm.com/read/453496/7418409
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/453496/7418420
c bit_inv.c
#include
void main ()
{
int value = 0xFF;
printf("The inverse of %X is %X\n", value, ~value);
}
www.eeworm.com/read/453243/7423393
m input_bit.m
function bit=input_bit
load filename output
global iii
iii=iii+1;
bit=output(iii);
www.eeworm.com/read/452469/7440388
counter(4_bit)
www.eeworm.com/read/452282/7442736
c bit_rate.c
/*
* Terry,2004/3/25 04:10PM
*/
#include "bit_rate.h"
#include "global.h"
#include "util.h"
#include "atapi_if.h"
#include "image.h"
#include "kinf.h"
#include "stc.h"
#ifndef DVDRELEAS
www.eeworm.com/read/452282/7442748
o bit_rate.o
www.eeworm.com/read/452282/7442758
d bit_rate.d
MIPS/bit_rate.o MIPS/bit_rate.d : \
bit_rate.c ../h/bit_rate.h ../h/types.h ../h/endian.h \
../h/global.h ../h/bufloc.h ../h/config.h ../user_init.h ../h/ver.h \
../cust_pre_def.h ../Customers/Ge