代码搜索:bits
找到约 10,000 项符合「bits」的源代码
代码结果 10,000
www.eeworm.com/read/483207/1279548
java bits.java
import java.util.*;
//默认为64位,如果希望更大,可以在构造时制定,也可以第一次设置大值,会自动扩展为位数的整数倍
public class Bits {
public static void main(String[] args) {
Random rand = new Random();
// Take the LSB of nextInt(
www.eeworm.com/read/480930/1310294
h bits.h
/*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of
www.eeworm.com/read/479913/1329069
h bits.h
/* bits.h
* Copyright (c) 2004 Texas Instruments
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the license found in the file
* named COPYING th
www.eeworm.com/read/479913/1329081
h bits.h
/* bits.h
* Copyright (c) 2004 Texas Instruments
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the license found in the file
* named COPYING th
www.eeworm.com/read/479151/1342544
h bits.h
/*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of
www.eeworm.com/read/478549/1350731
c bits.c
/*
Copyright (C) 1990-1993 Mark Adler, Richard B. Wales, Jean-loup Gailly,
Kai Uwe Rommel and Igor Mandrichenko.
Permission is granted to any individual or institution to use, copy, or
redistribu
www.eeworm.com/read/477919/1355043
h bits.h
/* bits.h
* Copyright (c) 2004 Texas Instruments
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the license found in the file
* named COPYING th
www.eeworm.com/read/475888/1378274
java bits.java
/*
* @(#)Bits.java 1.8 06/10/10
*
* Copyright 1990-2008 Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER
*
* This program is fre
www.eeworm.com/read/474814/1390712
s bits.s
.file "bits.c"
# rs6000/powerpc options: -msdata=data -G 8
# GNU C version 2.7-97r2 (powerpc-eabi) compiled by GNU C version 2.7-97r2.
# options passed: -O
# options enabled: -fdefer-pop -fomi
www.eeworm.com/read/472524/1410003
java bits.java
public class Bits {
//Note: It's acceptable to use int instead of short
// throughout this program.
static final short READY = 1;
static final short PROCESSING = 2;
static fin