代码搜索:byte
找到约 10,000 项符合「byte」的源代码
代码结果 10,000
www.eeworm.com/read/133707/14029358
lnt co-byte.lnt
// co-byte.lnt
// Compiler Options for the Bytecraft c6805 compiler
// This file contains options to allow PC-lint to process source
// files for your compiler. It is used as follows
www.eeworm.com/read/133707/14029535
h co-byte.h
#define portr( x ) unsigned x;
#define portrw( x ) unsigned x;
#define portw( x ) unsigned x;
www.eeworm.com/read/205196/15324097
c byte1.c
/** ###################################################################
** THIS BEAN MODULE IS GENERATED BY THE TOOL. DO NOT MODIFY IT.
** Filename : Byte1.C
** Project : Node_B
**
www.eeworm.com/read/205196/15324104
h byte1.h
/** ###################################################################
** THIS BEAN MODULE IS GENERATED BY THE TOOL. DO NOT MODIFY IT.
** Filename : Byte1.H
** Project : Node_B
**
www.eeworm.com/read/287073/8727260
png class_byte_queue.png
www.eeworm.com/read/383177/8964730
c swap_4byte.c
/*===========================================================================*/
/* SEED reader | swap_4byte | subprocedure */
/*======================================
www.eeworm.com/read/383177/8964741
c swap_2byte.c
/*===========================================================================*/
/* SEED reader | swap_2byte | subprocedure */
/*======================================
www.eeworm.com/read/182959/9182867
class byte4bytedebugstreams.class
www.eeworm.com/read/177594/9445345
c byte2char.c
#ifndef _COMMON_DEFINE
#include "COMMON.c"
#endif
void BYTE2CHAR(BYTE in,CHAR *out,BYTE l);
void BYTE2CHAR(BYTE in,CHAR *out,BYTE l)
{
data BYTE temp,i;
i=0;
temp=in/100;
if (l>2) o