代码搜索:Bit
找到约 10,000 项符合「Bit」的源代码
代码结果 10,000
www.eeworm.com/read/119982/14814793
c bit_or.c
#include
void main(void)
{
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("12
www.eeworm.com/read/119794/14821309
asm bit.asm
;/****************************************************************************\
; * Copyright (C) 2000 Texas Instruments Incorporated. *
; * All Right
www.eeworm.com/read/219674/14870946
bit top.bit
www.eeworm.com/read/218217/14930946
bit video.bit
www.eeworm.com/read/116724/14957257
h bit.h
#ifdef __cplusplus // C++
extern "C" {
#endif
#ifndef _BIT_H_INCLUDED
#define _BIT_H_INCLUDED
#include
#ifdef WAVELET_DLL
#define WAVELET_DLL_API __declspec(dllexport)
// if i
www.eeworm.com/read/116724/14957270
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/114598/15046478
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/114598/15046494
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/214502/15098472
bit song.bit
www.eeworm.com/read/212477/15155915
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