代码搜索:Bit

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

代码结果 10,000
www.eeworm.com/read/212477/15155950

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/210234/15203117

bit pingche.bit

www.eeworm.com/read/210233/15203471

bit qdkz.bit

www.eeworm.com/read/210232/15203590

bit dianzheng.bit

www.eeworm.com/read/210231/15203764

bit digclk.bit

www.eeworm.com/read/209020/15229024

c bit.c

/* return the number of bits present in the unsigned integer n. */ int bitcount(unsigned n) { unsigned r; r = 0; while (n!=0) { r++; n ^= n & (-n); }
www.eeworm.com/read/208361/15248304

bit lz.bit

www.eeworm.com/read/208258/15250023

bit jt.bit

www.eeworm.com/read/207653/15266096

h bit.h

/* $Id: H:/drh/idioms/book/RCS/bit.doc,v 1.15 1997/02/21 19:49:56 drh Exp $ */ #ifndef BIT_INCLUDED #define BIT_INCLUDED #define T Bit_T typedef struct T *T; extern T Bit_new (int length); e
www.eeworm.com/read/207653/15266144

c bit.c

static char rcsid[] = "$Id: H:/drh/idioms/book/RCS/bit.doc,v 1.15 1997/02/21 19:49:56 drh Exp $"; #include #include #include "assert.h" #include "bit.h" #include "mem.h" #d