代码搜索:Bit
找到约 10,000 项符合「Bit」的源代码
代码结果 10,000
www.eeworm.com/read/157515/11697084
h bit.h
/*
* libmad - MPEG audio decoder library
* Copyright (C) 2000-2003 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/157515/11697147
c bit.c
/*
* libmad - MPEG audio decoder library
* Copyright (C) 2000-2003 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/157384/11715090
h bit.h
/*
* Copyright (C) 2000,2001 Onlyer (onlyer@263.net)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published
www.eeworm.com/read/157186/11733903
bit segled.bit
www.eeworm.com/read/346237/11759792
bit xpppload.bit
#define xpppload_width 32
#define xpppload_height 32
static unsigned char xpppload_bits[] = {
0x00, 0x00, 0xc0, 0x07, 0x1e, 0x00, 0xf0, 0x07, 0x00, 0x00, 0xf8, 0x07,
0xff, 0xff, 0xff, 0xff, 0x00
www.eeworm.com/read/346237/11759821
bit xpppload.bit
#define xpppload_width 32
#define xpppload_height 32
static unsigned char xpppload_bits[] = {
0x00, 0x00, 0xc0, 0x07, 0x1e, 0x00, 0xf0, 0x07, 0x00, 0x00, 0xf8, 0x07,
0xff, 0xff, 0xff, 0xff, 0x00
www.eeworm.com/read/259865/11761141
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/259865/11761162
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/346199/11761899
bit parity.bit
www.eeworm.com/read/346199/11761901