代码搜索:Byte
找到约 10,000 项符合「Byte」的源代码
代码结果 10,000
www.eeworm.com/read/196797/8060399
h bsplocal.h
/* @(#) pSOSystem PowerPC/V2.5.0: bsps/ylwknife/src/bsplocal.h (&U&) 4.3 99/02/10 11:48:40 */
/***********************************************************************/
/*
www.eeworm.com/read/297022/8065293
h dbobj.h
/***************************************************************************
DbObj.h - Header file that contains the definition of the DbObj class.
These objects contain simply a buf
www.eeworm.com/read/397058/8070574
java audiodataevent.java
package sunstudio.record.au.audio.capture;
public class AudioDataEvent{
byte[] audioData=null;
int minValue=0;
public AudioDataEvent(int minValue,byte[] audioData){
this.minValue=min
www.eeworm.com/read/397058/8070591
java audioplayer.java
package sunstudio.record.au.audio.play;
import java.io.*;
import java.util.*;
import sunstudio.util.*;
public class AudioPlayer extends InputStream implements Runnable{
private boolean pau
www.eeworm.com/read/196589/8073900
java gifencoder.java
// GifEncoder - write out an image as a GIF
//
// Transparency handling and variable bit size courtesy of Jack Palevich.
//
// Copyright (C)1996,1998 by Jef Poskanzer . All rights reserv
www.eeworm.com/read/396785/8090607
bas module1.bas
Attribute VB_Name = "Module1"
'定义需要用到的数据结构
Public Type VCI_BOARD_INFO
hw_Version As Integer
fw_Version As Integer
dr_Version As Integer
in_Version As Integer
irq_num As Inte
www.eeworm.com/read/196362/8097157
java conversion.java
//demonstrate conversion
class conversion
{
public static void main(String[] args)
{
byte b;
int i = 257;
double d = 323.124;
System.out.println("\nconversion of int to byte: ");
www.eeworm.com/read/296484/8099740
c ssptest.c
/*****************************************************************************
* ssptest.c: main C entry file for Philips LPC214x Family Microprocessors
*
* Copyright(C) 2006, Philips Semic
www.eeworm.com/read/296483/8100371
cpp trans.cpp
// trans.cc
// code for trans.h
// copyright SafeTP Development Group, Inc., 2000 Terms of use are as specified in license.txt
#include "trans.h" // this module
#include "datablok.h" // DataB
www.eeworm.com/read/196205/8110704
cpp searchengine.cpp
// SearchEngine.cpp: implementation of the CSearchEngine class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Chess.h"
#include "Search