代码搜索:Byte
找到约 10,000 项符合「Byte」的源代码
代码结果 10,000
www.eeworm.com/read/417660/10981183
txt searchstring_asm_routine.txt
MemoryBlock Search Routine in PURE ASM (107 Bytes)
Routine Written by Timothy Slater
SPEED:
Can Scan a 1.1MB memory block for a 20 byte sequence in 15-31ms
USE:
PUSH (LengthOfSearchString)
www.eeworm.com/read/271704/10983232
h base.h
//******************************************************************************************
// Motoko, a 2D GUI for games.
// Copyright (C) 2006 Gorka Su醨ez Garc韆
//
// This library is free sof
www.eeworm.com/read/271664/10985145
java des4.java
package test.des2.tt;
// ----------------------------------------------------------------------------
// $Id: DES.java,v 1.4 2005/10/06 04:24:14 rsdio Exp $
//
// Copyright (C) 2002, 2003 Free S
www.eeworm.com/read/271664/10985158
java des.java
package test.des2.tt;
// ----------------------------------------------------------------------------
// $Id: DES.java,v 1.4 2005/10/06 04:24:14 rsdio Exp $
//
// Copyright (C) 2002, 2003 Free S
www.eeworm.com/read/417361/10992875
h cegdiobject.h
/* ---------------------------------------------------------------------------------------------------
*
* Windows CE Graphics Libary v1.00.0000
*
*
*
www.eeworm.com/read/417361/10992922
h cegdiobject.h
/* ---------------------------------------------------------------------------------------------------
*
* Windows CE Graphics Libary v1.00.0000
*
*
*
www.eeworm.com/read/271470/10993140
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/271470/10993142
bas cod_flatter64.bas
Attribute VB_Name = "Cod_Flatter64"
Option Explicit
'This coder makes all the numbers
www.eeworm.com/read/271470/10993148
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/271470/10993263
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