代码搜索:Byte

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

代码结果 10,000
www.eeworm.com/read/463541/7178718

h exec-2-c.h

/* *************************************************************************** * * * EXEC-2-C.H - include file for sou
www.eeworm.com/read/457147/7333562

h ds18b20s51.h

#define uchar unsigned char #define uint unsigned int #define byte unsigned char #define word unsigned int //extern unsigned char Show_temreal; sbit DQ=P3^6;//-------------------------------
www.eeworm.com/read/438909/7724678

m readpacketterminator.m

function cksum = ReadPacketTerminator(gps) % ReadPacketTerminator Read the three byte sequence terminating a packet global pid_dle_byte; global pid_etx_byte; % Read checksum byte. If it is eq
www.eeworm.com/read/297073/8055798

c 28.c

sbit DQ =P2^1; //根据实际情况定义端口 typedef unsigned char byte; typedef unsigned int word; //延时 void delay(word useconds) { for(;useconds>0;useconds--); } //复位 byt
www.eeworm.com/read/297029/8059789

c 28.c

sbit DQ =P2^1; //根据实际情况定义端口 typedef unsigned char byte; typedef unsigned int word; //延时 void delay(word useconds) { for(;useconds>0;useconds--); } //复位 byt
www.eeworm.com/read/330205/12907381

h rijndael.h

// rijndael.h: interface for the rijndael class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_RIJNDAEL_H__65AE854C_7E77_4488_AC14_66161F67B341__INCLU
www.eeworm.com/read/139874/13127583

h rijndael.h

// rijndael.h: interface for the rijndael class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_RIJNDAEL_H__65AE854C_7E77_4488_AC14_66161F67B341__INCLU
www.eeworm.com/read/137745/13301714

h 7279.h

extern void reset(void); extern void write7279(unsigned char cmd, unsigned char dta); extern unsigned char read7279(unsigned char command); extern void send_byte( unsigned char out_byte); extern u
www.eeworm.com/read/316958/13513521

h bitroutines.h

/* | | Copyright disclaimer: | This software was developed at the National Institute of Standards | and Technology by employees of the Federal Government in the course | of their official d
www.eeworm.com/read/316032/13532062

c 28.c

sbit DQ =P2^1; //根据实际情况定义端口 typedef unsigned char byte; typedef unsigned int word; //延时 void delay(word useconds) { for(;useconds>0;useconds--); } //复位 byt