代码搜索:bits
找到约 10,000 项符合「bits」的源代码
代码结果 10,000
www.eeworm.com/read/193937/5139821
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/192559/5153449
s bits.s
; -*-Asm-*-
;
; $Revision: 1.3 $
; $Author: kwelton $
; $Date: 1999/10/26 01:04:29 $
;
; bits.s - Bit field defintions
;
; Copyright (c) ARM Limited 1998.
; All rights reserved.
;
www.eeworm.com/read/191609/5164394
c bits.c
/* Copyright (C) 2002 Jean-Marc Valin
File: speex_bits.c
Handles bit packing/unpacking
Redistribution and use in source and binary forms, with or without
modification, are permitt
www.eeworm.com/read/189320/5201363
h bits.h
// file : ace/RMCast/Bits.h
// author : Boris Kolpackov
// cvs-id : Bits.h,v 1.5 2005/03/17 17:30:53 boris Exp
#ifndef ACE_RMCAST_BITS_H
#define ACE_RMCAST_BITS_H
#i
www.eeworm.com/read/188982/5203243
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/188151/5214570
inc bits.inc
;
; Copyright (c) Jade Corporation. All rights reserved.
;
;
; Use of this source code is subject to the terms of the Microsoft end-user
; license agreement (EULA) under which you licensed this
www.eeworm.com/read/187715/5217826
java bits.java
/*
* Copyright 2004-2006 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
www.eeworm.com/read/182943/5261359
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/180437/5283968
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/179906/5301078
java bits.java
//: c11:Bits.java
// Demonstration of BitSet.
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
import java.util.*;
public c