代码搜索:Byte

找到约 10,000 项符合「Byte」的源代码

代码结果 10,000
www.eeworm.com/read/178424/9398876

c minhost.c

// minhost.c #define BYTE unsigned char // SL811 Registers #define CTL 0x00 // write this register to kick off a transfer #define BUFADR 0x01 // start of internal data buffer #define BUFLEN 0
www.eeworm.com/read/178424/9398886

h ezregs.h

//----------------------------------------------------------------------------- // File: ezregs.h // Contents: EZ-USB register declarations and bit mask definitions. // // Copyright (c) 1997 Anch
www.eeworm.com/read/178424/9398905

c host_811.c

//////////////////////////////////////////////////////////////////////////////// // Cypress Semiconductor - Customer Design Center //////////////////////////////////////////////////////////////////
www.eeworm.com/read/178424/9398919

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/178398/9400415

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/374455/9404317

bas moddial.bas

Attribute VB_Name = "modDial" Option Explicit '********************************** '* Constant Declarations * '********************************** 'constants needed for UDTs Public Const
www.eeworm.com/read/374455/9404443

bas rasdial.bas

Attribute VB_Name = "rasDial" Option Explicit '********************************** '* Constant Declarations * '********************************** 'constants needed for UDTs Public Const
www.eeworm.com/read/178332/9407406

h fx2regs.h

//----------------------------------------------------------------------------- // File: FX2regs.h // Contents: EZ-USB FX2 register declarations and bit mask definitions. // // $Archive
www.eeworm.com/read/178173/9415908

h aesopt.h

/* ------------------------------------------------------------------------- Copyright (c) 2001, Dr Brian Gladman , Worcester, UK. All rights reserved. LICENSE TERMS
www.eeworm.com/read/178126/9417944

h initialz.h

#define Freq_8M #define Baurd_1200 #ifdef Freq_8M #ifdef Baurd_600 #define Baurd 208 #endif #ifdef Baurd_1200 #define Baurd 104 #endif #ifdef Baurd_2400 #define Baurd 52