代码搜索:Byte

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

代码结果 10,000
www.eeworm.com/read/335147/12549350

h protocol_api.h

/** @file FAP.h * * @author Runar Kjellhaug * * @compiler This program has been tested with Keil C51 V7.50. * * @copyright * Copyright (c) 2005 Nordic Semiconductor. All Rights Reserved.
www.eeworm.com/read/335147/12549372

c nrf_api.c

/** @file API.c * * @author Runar Kjellhaug * * @compiler This program has been tested with Keil C51 V7.50. * * * $Date: 20.02.06 14:16 $ * $Revision: 21 $ * */ #include
www.eeworm.com/read/334103/12635307

c ds1820++.c

/* DS18B20操作模块 1、DS18B20的电源脚接到VCC及GND上面,数据线接到PA7口。 2、晶振频率为内部1MHz。 3、DS18B20由PA7口实现单总线访问,实现读取温度。 4、此文件可以直接嵌入到项目中使用。 AVR mega16学习板 AVR_AFA www.iccavr.com 11:48 2007-6-30 */ #i
www.eeworm.com/read/146454/12647171

c c8_3_1.c

int syn_acc_c ( const unsigned char *restrict byte_i, unsigned char *s1, unsigned char *s2, const unsigned char *restrict beta, const unsigned char *restrict beta_RS_N_4, c
www.eeworm.com/read/146423/12651771

h usb_api.h

#ifndef _USB_API_H_ #define _USB_API_H_ // UINT type definition #ifndef _UINT_DEF_ #define _UINT_DEF_ typedef unsigned int UINT; #endif /* _UINT_DEF_ */ // BYTE type definition #ifndef
www.eeworm.com/read/238383/13889838

c main.c

#include "f2407_c.h" #include "user.h" #include "I2C.c" #include "eeprom.c" interrupt void phantom(void) { return; } MainInit() { asm(" SETC INTM"); asm(" CLRC OVM"); asm("
www.eeworm.com/read/300073/13939559

h mb90340.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/237368/13966058

c c8_3_1.c

int syn_acc_c ( const unsigned char *restrict byte_i, unsigned char *s1, unsigned char *s2, const unsigned char *restrict beta, const unsigned char *restrict beta_RS_N_4, c
www.eeworm.com/read/235922/14041907

c rf2401_demo.c

///////////////////////////////////////////////////////////////////// // Desc: Demo App for RF2401 Module // Vender: http://www.newmsg.com // Date: 2007-3-12 /////////////////////////////
www.eeworm.com/read/133338/14048692

asm bcd2bin.asm

; 5位BCD数转化为16位BIN数 ;************************************************************************ ; BCD To Binary Conversion ; ; This routine converts a 5 digit BCD numb