代码搜索:bits
找到约 10,000 项符合「bits」的源代码
代码结果 10,000
www.eeworm.com/read/135709/5882048
h bits.h
/*****************************************************************************
* bits.h
*****************************************************************************
* Copyright (C) 2001, 2002 Vide
www.eeworm.com/read/131315/5941891
h bits.h
/* $Id: bits.h,v 3.0 1991/09/09 20:18:23 davison Trn $
*/
/* This software is Copyright 1991 by Stan Barber.
*
* Permission is hereby granted to copy, reproduce, redistribute or otherwise
* use t
www.eeworm.com/read/131315/5941923
c bits.c
/* $Id: bits.c,v 3.0 1992/02/01 03:09:32 davison Trn $
*/
/* This software is Copyright 1991 by Stan Barber.
*
* Permission is hereby granted to copy, reproduce, redistribute or otherwise
* use t
www.eeworm.com/read/131315/5943341
c bits.c
/* bits.c -- output variable-length bit strings
* Copyright (C) 1992-1993 Jean-loup Gailly
* This is free software; you can redistribute it and/or modify it under the
* terms of the GNU General Pub
www.eeworm.com/read/128531/5989021
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/128531/5989120
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/127781/6000598
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/126884/6010943
java bits.java
package org.trinet.util;
/**
* Staic classes for bit and byte manipulation.
*/
public class Bits {
/**
* Convert arbitrary number of bytes to integer converting the specified
* subarr
www.eeworm.com/read/123117/6063252
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