代码搜索:Byte
找到约 10,000 项符合「Byte」的源代码
代码结果 10,000
www.eeworm.com/read/364243/9917330
java subkey.java
//版权所有--董清潭
package des;
public class SubKey {
private String inKey;
private StringBuffer keyBuf;
private byte[] key=new byte[64];
/*实验性数据
private static byte[] key={
0,0,0,1,0,0,1,1, 0,0
www.eeworm.com/read/168418/9917437
h host_811.h
////////////////////////////////////////////////////////////////////////////////
// File: host_811.h
//
// $Header: /USB/ez811/firmware/Emb_Host/host_811.h 6 5/14/02 8:37p Tpm $
// Copyright
www.eeworm.com/read/364162/9919552
pas cryptoutils.pas
unit CryptoUtils;
{(C) Coban (alex@ritlabs.com)}
interface
type
PInt64Array = ^TInt64Array;
TInt64Array = array[0..0] of Int64;
PDWordArray = ^TDWordArray;
TDWordArray = array[0..
www.eeworm.com/read/168186/9935338
lst bwmeter.lst
A51 MACRO ASSEMBLER BWMETER 07/21/2006 09:55:29 PAGE 1
MACRO ASSEMBLER A51 V7.09
OBJECT MODULE PLACED IN BWmeter.OBJ
ASSEMBLER
www.eeworm.com/read/168091/9939871
c host_811.c
////////////////////////////////////////////////////////////////////////////////
// Cypress Semiconductor - Customer Design Center
//////////////////////////////////////////////////////////////////
www.eeworm.com/read/168091/9939884
h host_811.h
////////////////////////////////////////////////////////////////////////////////
// File: host_811.h
//
// $Header: /USB/ez811/firmware/Emb_Host/host_811.h 6 5/14/02 8:37p Tpm $
// Copyright
www.eeworm.com/read/168002/9942203
bas fontutils.bas
Attribute VB_Name = "FontUtils"
' Copyright 1995-2004 ESRI
' All rights reserved under the copyright laws of the United States.
' You may freely redistribute and use this sample code, with or
www.eeworm.com/read/167947/9945731
lst fx2regs.lst
C51 COMPILER V6.10 FX2REGS 06/22/2006 09:05:31 PAGE 1
C51 COMPILER V6.10, COMPILATION OF MODULE FX2REGS
OBJECT MODULE PLACED IN
www.eeworm.com/read/167947/9945756
lst ezregs.lst
C51 COMPILER V6.10 EZREGS 06/22/2006 16:09:19 PAGE 1
C51 COMPILER V6.10, COMPILATION OF MODULE EZREGS
OBJECT MODULE PLACED IN
www.eeworm.com/read/363482/9949496
c 复件 ex4-5.c
#include
#include
#define byte unsigned char
//中断服务程序
void keyinterrupt() interrupt 2
{
int t;
byte keycode,scancode,flag=0xff;
t=5000;
while(t--);
if(INT1==1)