代码搜索:Bit
找到约 10,000 项符合「Bit」的源代码
代码结果 10,000
www.eeworm.com/read/470720/1451174
c bit.c
bar (a)
{
return (a == 0);
}
foo (a)
int a;
{
if ((a & (1 = 0)
return 1;
else
return 2;
}
www.eeworm.com/read/470693/1463120
c bit.c
bar (a)
{
return (a == 0);
}
foo (a)
int a;
{
if ((a & (1 = 0)
return 1;
else
return 2;
}
www.eeworm.com/read/459218/1571511
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/459218/1571522
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
www.eeworm.com/read/240162/4589011
c bit.c
bar (a)
{
return (a == 0);
}
foo (a)
int a;
{
if ((a & (1 = 0)
return 1;
else
return 2;
}
www.eeworm.com/read/233448/4683015
c bit.c
bar (a)
{
return (a == 0);
}
foo (a)
int a;
{
if ((a & (1 = 0)
return 1;
else
return 2;
}
www.eeworm.com/read/229812/4735417
asm bit.asm
;*****************************************************************************
;*
;* Open Watcom Project
;*
;* Portions Copyright (c) 1983-2002 Sybase, Inc. All Right
www.eeworm.com/read/229812/4751797
for bit2.for
integer i
logical l
i = 'F846'x
print '(1x,z8)', i
l =.true.
print *, 'Integer with Logical TRUE'
print '(1x,z8)', .not.l
print '(1x,z8)', i.and.
www.eeworm.com/read/229812/4751804
for bit3.for
logical l
l =.true.
print '(1x,z8)', l
l =.false.
print '(1x,z8)', l
print *, .TRUE. .NEQV. .TRUE., .TRUE. .XOR. .TRUE.
print *, .TRUE. .NEQV. .FALSE.,
www.eeworm.com/read/223873/4808776
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