代码搜索:Byte

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

代码结果 10,000
www.eeworm.com/read/315728/13537649

m writesu.m

% WriteSu : writes data to disk using SEGY REV 2 standard. % % EX % WriteSu('datacube.su',data,'dt',.004,'Inline3D',Inline,'Crossline3D',Crossline,'cdpX',X,'cdpY',Y); % % to use a specific SEG revisio
www.eeworm.com/read/315615/13539877

h flsystem.h

/* * $Log: V:/Flite/archives/OSAK/examples/drivers/VxWorks/systems/flsystem.h_V $ * * Rev 1.9 16 May 2003 20:02:42 andrayk * TrueFFS-5.1.4 * * Rev 1.8 03 May 2002 20:12:
www.eeworm.com/read/315615/13539899

h _doc2exb.h

/* * $Log: V:/Flite/archives/TrueFFS5/Src/_doc2exb.h_V $ * * Rev 1.0 May 02 2002 19:58:24 oris * Initial revision. */ /*****************************************************
www.eeworm.com/read/315615/13539963

c inftl.c

/* * $Log: V:/Flite/archives/TrueFFS5/Src/inftl.c_V $ * * Rev 1.50 Oct 31 2002 17:50:16 oris * Format routine now checks TrueFFS version of 5.1.0-5.1.3 and if they placed the media
www.eeworm.com/read/315533/13541018

cs tcpsockets.cs

using System; using System.Threading; using System.Net; using System.Net.Sockets; using System.Collections; using System.Text; using System.Data; using System.Runtime.InteropServices; using Sy
www.eeworm.com/read/315311/13546947

html hosts.html

Xlib Programming Manual: Adding, Getting, or Removing Hosts 9.8.1 Adding, Getting, or Removing Hosts Xlib provides functions th
www.eeworm.com/read/315277/13547395

java grids.java

/* * Grids.java * * Created on 2005年12月13日, 下午4:00 * * To change this template, choose Tools | Options and locate the template under * the Source Creation and Management node. Right-click
www.eeworm.com/read/315150/13550043

pas unregrobjects.pas

unit unRegrObjects; //{$define GTA3000} interface uses SysUtils, DbTables, DB, BDE, Dialogs, Classes,Inifiles, Controls, Variants; const maxCoeffCount = 36; const maxMater
www.eeworm.com/read/314528/13564913

cpp aes.cpp

// 写了一个AES的C++实现,仅支持128位密钥, 写得匆忙,不够规范,仅供参考。 // AES.h #ifndef AES_H_ #define AES_H_ #include #include #include #include using namespace std;
www.eeworm.com/read/314478/13566247

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. // //