代码搜索:Byte

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

代码结果 10,000
www.eeworm.com/read/181744/9239192

lst exp.lst

C51 COMPILER V3.20, SN-0 EXP 07/09/02 14:55:06 PAGE 1 DOS C51 COMPILER V3.20, COMPILATION OF MODULE EXP OBJECT MODULE PLACED I
www.eeworm.com/read/376352/9320090

asm ds1302.asm

;*********************************************** ;*********************************************** ;/* 读取时钟 DS1302 */ ;*********************************************** DTIME: MOV DSMAND,#083H ;分
www.eeworm.com/read/375922/9342415

h s12spi.h

/*******************************************************************************/ /** Copyright (c) 2007 Freescale Semiconductor Freescale Confidential Proprietary \file S12SPI.h \brief
www.eeworm.com/read/375918/9342874

h s12spi.h

/*******************************************************************************/ /** Copyright (c) 2007 Freescale Semiconductor Freescale Confidential Proprietary \file S12SPI.h \brief
www.eeworm.com/read/375916/9343257

h s12spi.h

/*******************************************************************************/ /** Copyright (c) 2007 Freescale Semiconductor Freescale Confidential Proprietary \file S12SPI.h \brief
www.eeworm.com/read/375913/9343669

h s12spi.h

/*******************************************************************************/ /** Copyright (c) 2007 Freescale Semiconductor Freescale Confidential Proprietary \file S12SPI.h \brief
www.eeworm.com/read/179197/9366007

lst main.lst

ARM COMPILER V0.20, main 15/12/04 08:44:45 PAGE 1 ARM COMPILER V0.20, COMPILATION OF MODULE main OBJECT MODULE PLACED IN m
www.eeworm.com/read/371305/9556752

c blog.c

#include "blog.h" //A transformation of one-byte-for-one-byte unsigned char Alog(unsigned char BForAlog) { int a=0,b=0,c=0,d=0,iRt; a=BForAlog; c=a; d=a; c&=0x40;
www.eeworm.com/read/169755/9839344

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
www.eeworm.com/read/169634/9848477

txt ds18b20程序.txt

void delay(uint t) /*延时函数*/ { for(;t>0;t--); } /************DS18b20复位函数************/ ow_reset(void) { uchar presence=1; while(presence) { while(presence) { DQ=1;