代码搜索:Byte
找到约 10,000 项符合「Byte」的源代码
代码结果 10,000
www.eeworm.com/read/296295/8110929
java java card code samples-wallet.java
/* License
*
* Copyright 1994-2004 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that
www.eeworm.com/read/296295/8110932
java persistent storage-teststore.java
/* License
*
* Copyright 1994-2004 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that
www.eeworm.com/read/296295/8110952
java persistent storage-record.java
/* License
*
* Copyright 1994-2004 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that
www.eeworm.com/read/195866/8125331
bas msupport.bas
Attribute VB_Name = "mSupport"
Option Explicit
Private Const CF_PRINTERFONTS As Long = &H2
Private Const CF_SCREENFONTS As Long = &H1
Private Const CF_BOTH
www.eeworm.com/read/195866/8125395
bas mfontenum.bas
Attribute VB_Name = "mSupport"
Option Explicit
Private Const CF_PRINTERFONTS As Long = &H2
Private Const CF_SCREENFONTS As Long = &H1
Private Const CF_BOTH
www.eeworm.com/read/396111/8125521
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/396111/8125524
bas cod_flatter64.bas
Attribute VB_Name = "Cod_Flatter64"
Option Explicit
'This coder makes all the numbers
www.eeworm.com/read/396111/8125531
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/396111/8125698
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/195831/8128389
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