代码搜索:Byte

找到约 10,000 项符合「Byte」的源代码

代码结果 10,000
www.eeworm.com/read/161818/10367662

htm exe2.htm

exe format
www.eeworm.com/read/161818/10367709

htm nexe.htm

exe format
www.eeworm.com/read/425226/10369189

java md5.java

package cn.gov.eq.util; import java.io.ByteArrayInputStream; import java.io.IOException; import java.io.InputStream; import java.io.PrintStream; import java.io.UnsupportedEncodingException;
www.eeworm.com/read/354196/10376443

h mmc.h

// ************************************************************************************* // // Filename: mmc.h: // Declarations for Communication with the MMC (see mmc.c) in unprotected SPI mode.
www.eeworm.com/read/354080/10391534

cpp lz77.cpp

////////////////////////////// // LZ77.CPP ////////////////////////////// #include #include #include #include #include "lz77.h" //////////////
www.eeworm.com/read/424916/10399201

pas ueschergraphtobse.pas

unit UEscherGraphToBSE; {$IFDEF LINUX}{$INCLUDE ../FLXCOMPILER.INC}{$ELSE}{$INCLUDE ..\FLXCOMPILER.INC}{$ENDIF} {$IFDEF LINUX}{$INCLUDE ../FLXCONFIG.INC}{$ELSE}{$INCLUDE ..\FLXCONFIG.INC}{$ENDIF}
www.eeworm.com/read/279716/10400017

h ccode.h

#ifndef __CODE_HEADER__ #define __CODE_HEADER__ #include "CType.h" #ifndef STDCALL #ifndef _WIN32 #define STDCALL #else #define STDCALL __stdcall
www.eeworm.com/read/424865/10405502

java gameeffectsnokia160.java

// // Copyright 2002 Nokia Corporation // // THIS SOURCE CODE IS PROVIDED 'AS IS', WITH NO WARRANTIES WHATSOEVER, // EXPRESS OR IMPLIED, INCLUDING ANY WARRANTY OF MERCHANTABILITY, FITNESS // FOR
www.eeworm.com/read/279654/10407402

html 119.html

www.eeworm.com/read/424832/10409599

cpp jpegfile.cpp

//////////////////////////////////////////////////////////// // JpegFile - A C++ class to allow reading and writing of // RGB and Grayscale JPEG images. // It is based on the IJG V.6 code. // //