代码搜索:Bit

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

代码结果 10,000
www.eeworm.com/read/175483/9545779

h bit.h

/* * mad - MPEG audio decoder * Copyright (C) 2000-2001 Robert Leslie * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public
www.eeworm.com/read/175483/9545826

c bit.c

/* * mad - MPEG audio decoder * Copyright (C) 2000-2001 Robert Leslie * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public
www.eeworm.com/read/174996/9564976

h bit.h

/* * libmad - MPEG audio decoder library * Copyright (C) 2000-2004 Underbit Technologies, Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the
www.eeworm.com/read/174996/9565023

c bit.c

/* * libmad - MPEG audio decoder library * Copyright (C) 2000-2004 Underbit Technologies, Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the
www.eeworm.com/read/366524/9810401

c bit_and.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/366524/9810411

c bit_or.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("128 |
www.eeworm.com/read/366248/9823192

h bit.h

#ifndef __bit_H__ #define __bit_H__ /**************************************************************************************/ //位操作,另外,可以对字节操作,每一个单元(单位为16位的字)可以分为高八位和低八位操作; //使用方法:下面的硬件寄存器都定义为了UN
www.eeworm.com/read/363603/9943398

bit dianti.bit

www.eeworm.com/read/363596/9943613

h bit.h

/* $Id: bit.h 6 2007-01-22 00:45:22Z drhanson $ */ #ifndef BIT_INCLUDED #define BIT_INCLUDED #define T Bit_T typedef struct T *T; extern T Bit_new (int length); extern int Bit_length(T set); exter
www.eeworm.com/read/363596/9943718

c bit.c

static char rcsid[] = "$Id: bit.c 6 2007-01-22 00:45:22Z drhanson $"; #include #include #include "assert.h" #include "bit.h" #include "mem.h" #define T Bit_T struct T { int leng