代码搜索:Bit
找到约 10,000 项符合「Bit」的源代码
代码结果 10,000
www.eeworm.com/read/348005/11618088
bit fixed.bit
www.eeworm.com/read/348005/11618094
bit overflow.bit
www.eeworm.com/read/348005/11618095
bit speech.bit
www.eeworm.com/read/348005/11618104
bit lsp.bit
www.eeworm.com/read/347991/11619868
c bit.c
// --------------- BIT ROUTINES ---------------
// wavelet image compression
// these provide bit-access to files either on disk or in memory
// (c) 2001-2002 Daniel Vollmer (maven@maven.de)
/*
www.eeworm.com/read/347991/11619870
h bit.h
#ifndef _BIT_H_INCLUDED
#define _BIT_H_INCLUDED
#include
#ifdef WAVELET_DLL
#define WAVELET_DLL_API __declspec(dllexport)
#define WAVELET_DLL_CC
#else
#define WAVELET_DLL_API
www.eeworm.com/read/158379/11622324
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/158379/11622345
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/347504/11661327
h bit.h
/*
* libmad - MPEG audio decoder library
* 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
www.eeworm.com/read/347504/11661493
c bit.c
/*
* libmad - MPEG audio decoder library
* 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