代码搜索:bits
找到约 10,000 项符合「bits」的源代码
代码结果 10,000
www.eeworm.com/read/263829/11339368
c bits.c
/*
ITU-T G.729 Speech Coder with Annex B ANSI-C Source Code
Version 1.3 Last modified: August 1997
Copyright (c) 1996,
AT&T, France Telecom, NTT, Universite de Sherbrooke, Luce
www.eeworm.com/read/263411/11363602
c bits.c
/*
ITU-T G.729 Speech Coder with Annex B ANSI-C Source Code
Version 1.3 Last modified: August 1997
Copyright (c) 1996,
AT&T, France Telecom, NTT, Universite de Sherbrooke, Luce
www.eeworm.com/read/262710/11393033
c bits.c
/* Version 3.3 Last modified: December 26, 1995 */
/*****************************************************************************/
/* bit stream manipulation routines
www.eeworm.com/read/262710/11393163
c bits.c
/* Version 3.3 Last modified: December 26, 1995 */
/*****************************************************************************/
/* bit stream manipulation routines
www.eeworm.com/read/403871/11507575
c bits.c
/* bits.c -- output variable-length bit strings
* Copyright (C) 1992-1993 Jean-loup Gailly
* This is free software; you can redistribute it and/or modify it under the
* terms of the GNU General Pub
www.eeworm.com/read/403013/11524242
cpp bits.cpp
/*
* This file contains code from "C++ Primer, Fourth Edition", by Stanley B.
* Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the
* copyright and warranty notices given in that
www.eeworm.com/read/402003/11544779
h bits.h
int tmin();
int test_tmin();
int minusFive();
int test_minusFive();
int copyLSB(int);
int test_copyLSB(int);
int getBit(int, int);
int test_getBit(int, int);
www.eeworm.com/read/402003/11544783
c bits.c
/*
* bits.c - Solutions to the practical quiz
*/
#include "btest.h"
#include
/*
* Instructions to Students:
*
* STEP 1: Fill in the following struct with your identifying info.
*/
www.eeworm.com/read/401996/11544836
h bits.h
int bitAnd(int, int);
int test_bitAnd(int, int);
int bitOr(int, int);
int test_bitOr(int, int);
int isZero(int);
int test_isZero(int);
int minusOne();
int test_minusOne();
int
www.eeworm.com/read/401996/11544841
c bits.c
/*
* bits-solve.c - Solutions to the data lab
*/
#include "btest.h"
#include
/*
* Instructions to Students:
*
* STEP 1: Fill in the following struct with your identifying info.
*/