代码搜索:bits
找到约 10,000 项符合「bits」的源代码
代码结果 10,000
www.eeworm.com/read/261386/4322118
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/260772/4327441
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/259903/4336697
pov bits.pov
#version 3.0
global_settings { assumed_gamma 2.0 }
#include "colors.inc"
#include "textures.inc"
#include "metals.inc"
camera {
location
look_at
}
light_source {
www.eeworm.com/read/259903/4336698
ini bits.ini
Cyclic_Animation=On
Width=12
Height=12
Final_frame=16 ;; NR_ROTS
Antialias=On
Output_Alpha=On
Output_to_File=On
Output_File_Type=n
Input_File_Name=bits.pov
www.eeworm.com/read/258350/4354926
pov bits.pov
#version 3.0
global_settings { assumed_gamma 2.0 }
#include "colors.inc"
#include "textures.inc"
#include "metals.inc"
camera {
location
look_at
}
light_source {
www.eeworm.com/read/258350/4354927
ini bits.ini
Cyclic_Animation=On
Width=12
Height=12
Final_frame=16 ;; NR_ROTS
Antialias=On
Output_Alpha=On
Output_to_File=On
Output_File_Type=n
Input_File_Name=bits.pov
www.eeworm.com/read/257632/4362098
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/256029/4370958
h bits.h
/* bits.h - bit field definition */
/*
modification history
--------------------
01a,13sep04,pdr written.
*/
#ifndef __INCbitsh
#define __INCbitsh
/* Bit field definitions */
#define B
www.eeworm.com/read/253341/4395273
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/252364/4409130
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