代码搜索:bits
找到约 10,000 项符合「bits」的源代码
代码结果 10,000
www.eeworm.com/read/209211/4983147
c bits.c
#include "cc.h"
Bits
bor(Bits a, Bits b)
{
Bits c;
int i;
for(i=0; i
www.eeworm.com/read/209211/4983412
c bits.c
#define EXTERN
#include "gc.h"
/*
Bits
bor(Bits a, Bits b)
{
Bits c;
int i;
for(i=0; i
www.eeworm.com/read/209211/4983426
c bits.c
#include "gc.h"
/*
Bits
bor(Bits a, Bits b)
{
Bits c;
int i;
for(i=0; i
www.eeworm.com/read/205207/5025099
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/205207/5025321
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/202805/5045186
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/200288/5067435
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/198237/5089211
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/195013/5121308
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/194228/5134272
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