代码搜索:Byte
找到约 10,000 项符合「Byte」的源代码
代码结果 10,000
www.eeworm.com/read/487357/6509037
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/487357/6509038
bas cod_flatter64.bas
Attribute VB_Name = "Cod_Flatter64"
Option Explicit
'This coder makes all the numbers
www.eeworm.com/read/487357/6509041
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/487357/6509087
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/487437/6511707
bas module1.bas
Attribute VB_Name = "Module1"
Public Declare Function AlphaBlend Lib "msimg32" _
( _
ByVal hDestDC As Long, _
ByVal x As Long, ByVal y As Long, _
ByVal nWidth As Long, ByVal nHeight A
www.eeworm.com/read/487437/6512033
frm form1.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "Text"
ClientHeight = 3255
ClientLeft = 60
ClientTop = 345
ClientWidth = 3690
LinkTopic =
www.eeworm.com/read/487009/6522209
asm ssc.asm
;----------------------------------------------------------------------
;
; Filename: ssc.asm
; Microcontroller:
; Assembled using: MPLAB IDE v6.40
;
; Author:
www.eeworm.com/read/486654/6524459
cpp 1926.cpp
/* This Code is Submitted by wywcgs for Problem 1926 on 2005-12-21 at 02:32:08 */
#include
#include
const int MAX = 384;
const int N_MAX = 1024;
class HugeInt {
private:
www.eeworm.com/read/486736/6526288
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/486736/6526312
h cryptlib.h
// cryptlib.h - written and placed in the public domain by Wei Dai
/*! \file
This file contains the declarations for the abstract base
classes that provide a uniform interface to this library.