代码搜索:Byte

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

代码结果 10,000
www.eeworm.com/read/283258/9033333

java~35~ image_identity.java~35~

package fuzzy_identity; import java.util.*; public class Image_Identity { private static byte image[][]=new byte[100][100]; private static byte rectangle[][]=new byte[100][100];; private
www.eeworm.com/read/283245/9033795

html sfile.html

www.eeworm.com/read/283245/9033924

html sfile.html

www.eeworm.com/read/283245/9033952

h diskio.h

/*----------------------------------------------------------------------- / Low level disk interface modlue include file R0.05x (C)ChaN, 2007 /----------------------------------------------------
www.eeworm.com/read/185485/9035085

java piano.java

import java.applet.Applet; import java.applet.AudioClip; import java.awt.*; import java.awt.event.*; import javax.swing.*; public class Piano extends Applet implements ActionListener {
www.eeworm.com/read/185467/9035769

java cycler.java

//Cycler.java import java.awt.*; import java.awt.image.*; import java.applet.*; //程序的Cycler类 public class Cycler extends Applet implements Runnable { //变量声明 protected Image origImage; //
www.eeworm.com/read/283153/9039116

cls apifont.cls

VERSION 1.0 CLASS BEGIN MultiUse = -1 'True END Attribute VB_Name = "ApiLogFont" Attribute VB_GlobalNameSpace = False Attribute VB_Creatable = True Attribute VB_PredeclaredId = False Attrib
www.eeworm.com/read/283128/9041670

cpp sapphire.cpp

// sapphire.cpp -- modified by Wei Dai from: /* sapphire.cpp -- the Saphire II stream cipher class. Dedicated to the Public Domain the author and inventor: (Michael Paul Johnson). This cod
www.eeworm.com/read/283128/9041705

h cryptlib.h

// cryptlib.h - written and placed in the public domain by Wei Dai // This file contains the declarations for the abstract base // classes that provide a uniform interface to this library. #ifn
www.eeworm.com/read/185337/9042655

~pas unitcomm.~pas

unit UnitComm; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, OleCtrls, MSCommLib_TLB, StdCtrls; const cnReturn =chr(13);