代码搜索:Byte
找到约 10,000 项符合「Byte」的源代码
代码结果 10,000
www.eeworm.com/read/139337/10996762
h std_defs2.h
/* 1. Standard types for AES cryptography source code */
typedef unsigned char u1byte; /* an 8 bit unsigned character type */
typedef unsigned short u2byte; /* a 16 bit unsigned
www.eeworm.com/read/139337/10996765
h std_defs2.h
/* 1. Standard types for AES cryptography source code */
typedef unsigned char u1byte; /* an 8 bit unsigned character type */
typedef unsigned short u2byte; /* a 16 bit unsigned
www.eeworm.com/read/469083/6977244
c lcd106x56.c
/***************************************************************************
* *
* FILE: LCD106x56.C
www.eeworm.com/read/466907/7023292
c f34x_usb_isr.c
//-----------------------------------------------------------------------------
// F34x_USB_ISR.c
//-----------------------------------------------------------------------------
// Copyright 2005 S
www.eeworm.com/read/466907/7023299
lst f34x_usb_isr.lst
C51 COMPILER V8.08 F34X_USB_ISR 06/04/2008 21:50:45 PAGE 1
C51 COMPILER V8.08, COMPILATION OF MODULE F34X_USB_ISR
OBJECT MODULE PLAC
www.eeworm.com/read/466977/7026096
c f34x_usb_isr.c
//-----------------------------------------------------------------------------
// F34x_USB_ISR.c
//-----------------------------------------------------------------------------
// Copyright 2005 S
www.eeworm.com/read/466977/7026102
lst f34x_usb_isr.lst
C51 COMPILER V7.06 F34X_USB_ISR 06/07/2007 00:12:17 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE F34X_USB_ISR
OBJECT MODULE PLAC
www.eeworm.com/read/465770/7045436
c usb_isr.c
/*
File: usb_top_isr.c
Author: DM
Created: 11/8/02
Target Device: C8051F320
Source file for USB firmware. Includes top level isr with Setup,
and Endpoint data handlers.
www.eeworm.com/read/461909/7214704
asm m1247.asm
;/* 这是MAX1247的汇编程序, 文件名M1247.ASM */
;/* 功能:本程序主要是读出输入通道CH0(或CH1,CH2,CH3)的模数转换值,*/
;/* 转换值放在寄存器R6,R7中,R6放高位。MAX1247芯片的四个通道 */
;/* 可编程为单极性/双极性和差动/单端工作, 这里采用单端\单极性 */
;/
www.eeworm.com/read/460508/7248522
asm mult8x8s.asm
;*******************************************************************
; 8x8 Software Multiplier
; ( Code Efficient : Looped Code )
;**********************************