代码搜索:Bit

找到约 10,000 项符合「Bit」的源代码

代码结果 10,000
www.eeworm.com/read/129922/14217033

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/128628/14285922

c bit_and.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("15
www.eeworm.com/read/128628/14285931

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/127981/14323004

java bit.java

// bit.Java public class bit { public static void main(String [] args) { int u = 0xff00 & 0xf0f0; int v = 0x8000 | 0x80f0; int y = 0xff00 ^ 0xf0f0;
www.eeworm.com/read/229523/14332645

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/229523/14332735

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/127621/14346577

bit parity.bit

www.eeworm.com/read/127621/14346579

bit pitch.bit

www.eeworm.com/read/127621/14346584

bit erasure.bit

www.eeworm.com/read/127621/14346593

bit algthm.bit