代码搜索:Byte

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

代码结果 10,000
www.eeworm.com/read/451040/6302677

lst upd6464a.lst

C51 COMPILER V7.50 UPD6464A 02/26/2009 08:58:10 PAGE 1 C51 COMPILER V7.50, COMPILATION OF MODULE UPD6464A OBJECT MODULE PLACED I
www.eeworm.com/read/493580/6395707

asm bcd2bin.asm

; ;************************************************************************ ; BCD To Binary Conversion ; ; This routine converts a 5 digit BCD number to a 16 bit binary ; numb
www.eeworm.com/read/493580/6395727

asm b16tobcd.asm

; ;******************************************************************** ; Binary To BCD Conversion Routine ; This routine converts a 16 Bit binary Number to a 5 Digit ; BCD N
www.eeworm.com/read/493580/6395748

asm bcd2bin.asm

; ;************************************************************************ ; BCD To Binary Conversion ; ; This routine converts a 5 digit BCD number to a 16 bit binary ; numb
www.eeworm.com/read/493580/6395768

asm b16tobcd.asm

; ;******************************************************************** ; Binary To BCD Conversion Routine ; This routine converts a 16 Bit binary Number to a 5 Digit ; BCD N
www.eeworm.com/read/482082/6626204

c ds1302.c

sbit dsdat=P1^6; sbit dsclk=P1^7; sbit dsrst=P3^3; void nop(void) {unsigned char i; for(i=0;i
www.eeworm.com/read/217231/6644311

c c8_3_1.c

int syn_acc_c ( const unsigned char *restrict byte_i, unsigned char *s1, unsigned char *s2, const unsigned char *restrict beta, const unsigned char *restrict beta_RS_N_4, c
www.eeworm.com/read/481061/6657064

asm sampobj.asm

; SAMPOBJ.ASM ; This test file is a sample of using relocatable object files. ; It calls the function "mpy", which is in a separate object file, ; to multiply two 8-bit values, giving a 16-bit r
www.eeworm.com/read/481067/6657332

asm sampobj.asm

; SAMPOBJ.ASM ; This test file is a sample of using relocatable object files. ; It calls the function "mpy", which is in a separate object file, ; to multiply two 8-bit values, giving a 16-bit r
www.eeworm.com/read/476285/6765004

h blowfish.h

// blowfish.h interface file for blowfish.cpp // _THE BLOWFISH ENCRYPTION ALGORITHM_ // by Bruce Schneier // Revised code--3/20/94 // Converted to C++ class 5/96, Jim Conger // // modify H.S