代码搜索:Byte
找到约 10,000 项符合「Byte」的源代码
代码结果 10,000
www.eeworm.com/read/142822/12916359
asm ps2main.asm
;========================================================================
; FILE: ps2main.asm
;
; This file contains the code that implements the ps2 interface to the
; host.
;
;REVISION_
www.eeworm.com/read/243140/12959012
h serial_driver.h
/*****************************************************************************
*
* Module : serial_driver.h
* Description : low level serial device driver interface
* OS :
www.eeworm.com/read/141406/13011768
lst ad9835.lst
C51 COMPILER V6.02 AD9835 09/11/2005 06:36:51 PAGE 1
C51 COMPILER V6.02, COMPILATION OF MODULE AD9835
OBJECT MODULE PLACED IN
www.eeworm.com/read/141406/13011849
c ad9835.c
//use uart , mode 1, send
#define IN_SPICommu
#include "SPICommunication.h"
unsigned char daoUChar(unsigned char uc)
{
unsigned char i, temChar;
temChar = 0;
for( i=0; i
www.eeworm.com/read/139812/13129428
lst 3310lcd_function.lst
1 .file "3310LCD_function.c"
2 .arch atmega16
3 __SREG__ = 0x3f
4 __SP_H__ = 0x3e
5 __SP_L__ = 0x3d
www.eeworm.com/read/139341/13160408
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/326099/13166184
asm ps2main.asm
;========================================================================
; FILE: ps2main.asm
;
; This file contains the code that implements the ps2 interface to the
; host.
;
;REVISION_
www.eeworm.com/read/241079/13170865
h datadef.h
//************************************//
//******* ***全局数据定义***************//
//***********************************//
#ifndef _DATADEF_H
#define _DATADEF_H
#define SOFTVERSION 114 //软件版本
www.eeworm.com/read/325866/13179068
asm mult8x8s.asm
;*******************************************************************
; 8x8 Software Multiplier
; ( Code Efficient : Looped Code )
;**********************************
www.eeworm.com/read/325866/13179099
asm mult8x8f.asm
;*******************************************************************
; 8x8 Software Multiplier
; ( Fast Version : Straight Line Code )
;*****************************