代码搜索:Byte
找到约 10,000 项符合「Byte」的源代码
代码结果 10,000
www.eeworm.com/read/152118/12138833
h test7279.h
extern void Send7279Byte(unsigned char ch);
extern unsigned char Receive7279Byte(void);
extern void FlashLED(unsigned char No);
www.eeworm.com/read/340608/12144136
h trgcio.h
/*****************************************************************************/
/* 470CIO.H v2.54 */
/* Copyright (c) 1996-2004 Texas Inst
www.eeworm.com/read/340608/12144441
asm memset32.asm
;******************************************************************************
;* MEMSET32.ASM - 32 BIT STATE - v2.54 *
;* Copyright (c) 1996-2004 Texas Instr
www.eeworm.com/read/340571/12146432
c fatseekfile.c
#ifndef _FAT32_DEFINE
#include "FAT32.c"
#endif
WORD FAT32SeekFile(BYTE fp,DWORD offset,BYTE mode);
WORD FAT32SeekFile(BYTE fp,DWORD offset,BYTE mode)
{
if (mode==FAT32_SEEK_BEGIN)
{
www.eeworm.com/read/340529/12148991
h uk_kernel.h
/*******************************************************************************
File: uK_Kernel.h
Description:
This file contains literal definitions and types that are used throughout the
uK-
www.eeworm.com/read/254245/12153668
c comm.c
#include
#include
BYTE ToHexchar( BYTE a )
{
a &= 0x0f;
if ( a < 10 )
return a + '0';
return a - 10 + 'A';
}
BYTE HexCharToInt( BYTE c )
{
if ( ((c) >= '0
www.eeworm.com/read/254239/12153981
lst comm.lst
C51 COMPILER V7.04 COMM 01/23/2007 12:25:25 PAGE 1
C51 COMPILER V7.04, COMPILATION OF MODULE COMM
OBJECT MODULE PLACED IN co
www.eeworm.com/read/254239/12154038
c comm.c
#include
#include
BYTE ToHexchar( BYTE a )
{
a &= 0x0f;
if ( a < 10 )
return a + '0';
return a - 10 + 'A';
}
BYTE HexCharToInt( BYTE c )
{
if ( ((c) >= '0')
www.eeworm.com/read/254143/12158914
cpp pointtrans.cpp
/**************************************************************************
* 文件名:PointTrans.cpp
*
* 图像点运算API函数库:
*
* LinerTrans() - 图像线性变换
* WindowTrans() - 图像窗口变换
* GrayStretch
www.eeworm.com/read/254138/12159127
h usb_drv.h
/*H**************************************************************************
* NAME: usb_drv.h
*----------------------------------------------------------------------------
* Copy