代码搜索:Byte
找到约 10,000 项符合「Byte」的源代码
代码结果 10,000
www.eeworm.com/read/243990/12901313
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/243990/12901318
bas cod_flatter64.bas
Attribute VB_Name = "Cod_Flatter64"
Option Explicit
'This coder makes all the numbers
www.eeworm.com/read/243990/12901332
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/243990/12901459
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/142995/12905911
h gdipluscolor.h
/**************************************************************************\
*
* Copyright (c) 1998-2000, Microsoft Corp. All Rights Reserved.
*
* Module Name:
*
* GdiplusColor.h
*
* Abstra
www.eeworm.com/read/330134/12914105
asm 16csscnt.asm
; *******************************************
; ** **
; ** 16 Channel Serial Servo Controller **
; ** For Robotic Applications **
; **
www.eeworm.com/read/243795/12916611
java testrc4cipher.java
import jxta.security.cipher.Cipher;
import jxta.security.crypto.JxtaCrypto;
import jxta.security.impl.cipher.KeyBuilder;
import jxta.security.impl.cipher.SecretKey;
import jxta.security.impl.random.
www.eeworm.com/read/243795/12916613
java testsignature.java
import java.util.*;
import net.jxta.document.*;
import jxta.security.util.URLBase64;
import jxta.security.signature.Signature;
import jxta.security.crypto.JxtaCrypto;
import jxta.security.publickey.
www.eeworm.com/read/330018/12919454
bas module1.bas
Attribute VB_Name = "Module1"
Declare Function OpenComm Lib "mifdll.dll" (ByVal nPort As Integer) As Integer
Declare Function CloseComm Lib "mifdll.dll" () As Integer
Declare Function GetState L