代码搜索:Byte
找到约 10,000 项符合「Byte」的源代码
代码结果 10,000
www.eeworm.com/read/278221/10559290
def psp.def
; File : $PSP.DEF$
;
; Description :
;
; Original Author : DIGITAL RESEARCH
;
; Last Edited By : $CALDERA$
;
;----------------------------------------------
www.eeworm.com/read/278221/10559291
equ bdos.equ
; File : $BDOS.EQU$
;
; Description :
;
; Original Author : DIGITAL RESEARCH
;
; Last Edited By : $CALDERA$
;
;---------------------------------------------
www.eeworm.com/read/278221/10559361
h support.h
/*
; File : $Workfile$
;
; Description :
;
; Original Author : DIGITAL RESEARCH
;
; Last Edited By : $CALDERA$
;
;-----------------------------------------
www.eeworm.com/read/278221/10559370
h command.h
/*
; File : $Workfile$
;
; Description :
;
; Original Author : DIGITAL RESEARCH
;
; Last Edited By : $CALDERA$
;
;-----------------------------------------
www.eeworm.com/read/278221/10559379
asm crit.asm
; File : $Workfile: CRIT.ASM$
;
; Description :
;
; Original Author : DIGITAL RESEARCH
;
; Last Edited By : $CALDERA$
;
;-----------------------------------
www.eeworm.com/read/278030/10579638
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 Numerat
www.eeworm.com/read/278030/10579641
bas cod_flatter64.bas
Attribute VB_Name = "Cod_Flatter64"
Option Explicit
'This coder makes all the numbers
www.eeworm.com/read/278030/10579646
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
www.eeworm.com/read/278030/10579866
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
www.eeworm.com/read/159990/10581517
java filedemo8.java
/**
*Another simple file demostration program
*Reads the source code from the disk and displays the code on the screen
*/
import java.io.*;
class fileDemo8
{
public static void main(Stri