代码搜索:Byte

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

代码结果 10,000
www.eeworm.com/read/461868/7215206

cpp coding.cpp

// ************************************************************************ // 文件名:Coding.cpp // // 图像编码压缩、解压缩函数库: // // LoadJPG() - 装载JPEG图象(解压用) // SaveJPG() - 保存JPEG图象(压缩用) // SaveBMP(
www.eeworm.com/read/461868/7215346

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. // //
www.eeworm.com/read/175326/7216307

java castneeded.java

/** Casting Demo. */ public class CastNeeded { //+ public static void main(String[] argv) { int i; double j = 2.75; // i = j; // EXPECT COMPILE ERROR i = (int)j; // w
www.eeworm.com/read/145673/7217936

cpp aes.cpp

#include "aes.h" Aes::Aes(int keySize, char* keyBytes) { SetNbNkNr(keySize); key = new char[Nk * 4]; // 16, 24, 32 bytes //keyBytes.CopyTo( key, 0); BuildSbox(); BuildInvSbox(); Bui
www.eeworm.com/read/461823/7218990

cs accountprop.cs

using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using System.Data.OleDb; using System.Data; namespace MyOutlook { /
www.eeworm.com/read/461717/7221409

cs aai2c_eeprom.cs

/*========================================================================= | (c) 2006-2007 Total Phase, Inc. |-------------------------------------------------------------------------- | Project
www.eeworm.com/read/461717/7221410

cs aagpio.cs

/*========================================================================= | (c) 2006-2007 Total Phase, Inc. |-------------------------------------------------------------------------- | Project
www.eeworm.com/read/461717/7221411

cs aaspi_eeprom.cs

/*========================================================================= | (c) 2006-2007 Total Phase, Inc. |-------------------------------------------------------------------------- | Project
www.eeworm.com/read/461320/7229334

cpp aes.cpp

#include "aes.h" Aes::Aes(int keySize, char* keyBytes) { SetNbNkNr(keySize); key = new char[Nk * 4]; // 16, 24, 32 bytes //keyBytes.CopyTo( key, 0); BuildSbox(); BuildInvSbox(); Bui
www.eeworm.com/read/461264/7230496

pro dbcreate.pro

pro dbcreate,name,newindex,newdb,maxitems,EXTERNAL=EXTERNAL, Maxentry=maxentry ;+ ; NAME: ; DBCREATE ; PURPOSE: ; Create a new data base (.dbf), index (.dbx) or description (.dbh) f