代码搜索:Byte
找到约 10,000 项符合「Byte」的源代码
代码结果 10,000
www.eeworm.com/read/130765/14174952
asm b16tobcd.asm
;
;********************************************************************
; Binary To BCD Conversion Routine
; This routine converts a 16 Bit binary Number to a 5 Digit
; BCD N
www.eeworm.com/read/232789/14181485
h osd_uset.h
////////////////////////////////////////////////////////////////////////////////
// Genesis Microchip, Inc.
// This file was generated by Genesis Workbench. PLEASE DO NOT EDIT MANUALLY
/////////
www.eeworm.com/read/232789/14181549
h osd_uset.h
////////////////////////////////////////////////////////////////////////////////
// Genesis Microchip, Inc.
// This file was generated by Genesis Workbench. PLEASE DO NOT EDIT MANUALLY
/////////
www.eeworm.com/read/232789/14181794
h osd_uset.h
////////////////////////////////////////////////////////////////////////////////
// Genesis Microchip, Inc.
// This file was generated by Genesis Workbench. PLEASE DO NOT EDIT MANUALLY
/////////
www.eeworm.com/read/130222/14202971
c test_device.c
/*测试程序*/
#include
#include
#include
#include
main(){
int testdev;
int i;
char bufa[100];
char bufb[100];
int write_byt
www.eeworm.com/read/231109/14255158
h sst25vf016b_soft.h
#ifndef _SST25VF016B_SOFT_H
#define _SST25VF016B_SOFT_H
#define uchar unsigned char
#define uint unsigned int
#define ulong unsigned long
/* Function Prototypes */
sbit CE = P3^0;
sbit MOSI =
www.eeworm.com/read/229906/14312955
asm read_spi.asm
#include ht46r23.inc
@read equ 03h
@write equ 02h
@wrid equ 04h
@wren equ 06h
@rdsr equ 05h
@wrsr equ 01h
data .section 'data'
reg1 db ?
reg2 db ?
reg3 db ?
reg4 db ?
addrl d
www.eeworm.com/read/229031/14355532
txt 24c02程序设计.txt
#include
#include
#include
#include
#define unchar unsigned char
#define uint unsigned int
sbit SCL=P1_6;
sbit SDA=P1_7;
sbit K0=P1_3;
unchar E24_Sta
www.eeworm.com/read/227863/14407952
h blowfish.h
// blowfish.h interface file for blowfish.cpp
// _THE BLOWFISH ENCRYPTION ALGORITHM_
// by Bruce Schneier
// Revised code--3/20/94
// Converted to C++ class 5/96, Jim Conger
//
// modify H.S
www.eeworm.com/read/227565/14421040
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