代码搜索:Byte
找到约 10,000 项符合「Byte」的源代码
代码结果 10,000
www.eeworm.com/read/341038/12112056
c ds18b20_2.c
#include
#include
#include //为调用nop空指令需要
sbit DQ = P3^7;
void delay(unsigned int t) /*延时函数*/
{
for(;t>0;t--);
}
/************DS18b20复位函数*********
www.eeworm.com/read/340941/12121192
memswap
WORD MEMSwap16(WORD c)
{
BYTE *c1;
BYTE c2;
c1 = (Byte *)&c;
c2 = c1[0];
c1[0] = c1[1];
c1[1] = c2;
return(*((WORD *)c1));
}
DWORD MEMSwap32(DWORD c)
{
BY
www.eeworm.com/read/338797/12282425
h misc.h
#ifndef CRYPTOPP_MISC_H
#define CRYPTOPP_MISC_H
#include "cryptlib.h"
#include "smartptr.h"
#include // for memcpy and memmove
#ifdef _MSC_VER
#include
#if _MSC_VER
www.eeworm.com/read/338506/12304353
h mb90470.h
/* FFMC-16 IO-MAP HEADER FILE */
/* ========================== */
/* SOFTUNE WORKBENCH FORMAT */
/* C-DEFINITIONS FOR IO-SYMBOLS */
/* CREATED BY IO-WIZARD V2.10 */
/* D
www.eeworm.com/read/338506/12304381
h mb90385.h
/* FFMC-16 IO-MAP HEADER FILE */
/* ========================== */
/* SOFTUNE WORKBENCH FORMAT */
/* C-DEFINITIONS FOR IO-SYMBOLS */
/* CREATED BY IO-WIZARD V2.10 */
/* D
www.eeworm.com/read/338506/12304383
h mb90425.h
/* FFMC-16 IO-MAP HEADER FILE */
/* ========================== */
/* SOFTUNE WORKBENCH FORMAT */
/* C-DEFINITIONS FOR IO-SYMBOLS */
/* CREATED BY IO-WIZARD V2.10 */
/* D
www.eeworm.com/read/338506/12304412
h mb90455.h
/* FFMC-16 IO-MAP HEADER FILE */
/* ========================== */
/* SOFTUNE WORKBENCH FORMAT */
/* C-DEFINITIONS FOR IO-SYMBOLS */
/* CREATED BY IO-WIZARD V2.10 */
/* D
www.eeworm.com/read/338506/12304496
h mb90390.h
/* FFMC-16 IO-MAP HEADER FILE */
/* ========================== */
/* SOFTUNE WORKBENCH FORMAT */
/* C-DEFINITIONS FOR IO-SYMBOLS */
/* CREATED BY IO-WIZARD V2.10 */
/* D
www.eeworm.com/read/149792/12350155
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/149792/12350179
asm b16tobcd.asm
;
;********************************************************************
; Binary To BCD Conversion Routine
; This routine converts a 16 Bit binary Number to a 5 Digit
; BCD N