代码搜索:Byte

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

代码结果 10,000
www.eeworm.com/read/353762/6322595

c modemdrv.c

#include #include "CommDrv.h" #include "ModemDrv.h" #define MODEM_BUFFER_SIZE 32 /* Size of Modem Buffer */ #define DTR_ON PORTD &= 0xFE; #define DTR_OFF PORTD |= 0x01; #defi
www.eeworm.com/read/176590/6323335

h host_811.h

//////////////////////////////////////////////////////////////////////////////// // File: host_811.h // // $Header: /USB/ez811/firmware/Emb_Host/host_811.h 6 5/14/02 8:37p Tpm $ // Copyright
www.eeworm.com/read/181478/6327595

java subkey.java

//版权所有--董清潭 package des; public class SubKey { private String inKey; private StringBuffer keyBuf; private byte[] key=new byte[64]; /*实验性数据 private static byte[] key={ 0,0,0,1,0,0,1,1, 0,0
www.eeworm.com/read/149916/6337012

bas cod_numerator.bas

Attribute VB_Name = "Cod_Numerator" Option Explicit 'this sub will split up every bytevalue in 1 to 3 codes below 10 'it uses 1 additional byte for the codecount to follow Public Sub Numerator_E
www.eeworm.com/read/149916/6337013

bas cod_flatter64.bas

Attribute VB_Name = "Cod_Flatter64" Option Explicit 'This coder makes all the numbers
www.eeworm.com/read/149916/6337016

bas cod_flatter16.bas

Attribute VB_Name = "Cod_Flatter16" Option Explicit 'This code will split all bytesvalues in half so you will end up 'with a fill which contain only values < 16 'Downside of this code is that the
www.eeworm.com/read/149916/6337062

bas cod_seperator.bas

Attribute VB_Name = "Cod_Seperator" Option Explicit Public Sub Seperator_Coder(ByteArray() As Byte) Dim ContStream() As Byte Dim OutStream() As Byte Dim OutPos As Long Dim Bits
www.eeworm.com/read/327092/6345707

html 0902-0904.html

Linux Complete Command Reference:Library Functions:EarthWeb Inc.-
www.eeworm.com/read/119761/6354583

java udpserver.java

import java.io.*; import java.net.*; public class udpserver { static public void main(String[] args) throws IOException { DatagramSocket svrsoc=null;//服务器接收的socket DatagramSocket soc=null
www.eeworm.com/read/103193/6356321

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