代码搜索:Byte
找到约 10,000 项符合「Byte」的源代码
代码结果 10,000
www.eeworm.com/read/401210/11561146
c 6.2.c
#include
sbit DQ =P2^1; //定义端口
typedef unsigned char byte;
typedef unsigned int word;
//延时
void delay(word useconds)
{
for(;useconds>0;useconds--);
www.eeworm.com/read/155956/11836863
bak display.bak
DISPLAY:
MOV BYTE_TEMP,#0FFH
MOV R6,BYTE_LOW
MOV R7,BYTE_HIGH
CJNE R7,#0,PROCESS_HIGH ;
www.eeworm.com/read/155956/11836876
a51 display.a51
DISPLAY:
MOV BYTE_TEMP,#0FFH
MOV R6,BYTE_LOW
MOV R7,BYTE_HIGH
CJNE R7,#0,PROCESS_HIGH ;
www.eeworm.com/read/257538/11921472
c usb_isr.c
/*
Copyright 2003 Cygnal Integrated Products, Inc.
File: usb_isr.c
Author: JS
Created: JAN 03
Target Device: C8051F320
Source file for USB firmware. Includes the followi
www.eeworm.com/read/132140/14108062
h main.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/228937/14357281
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/228696/14367634
c 6.2.c
#include
sbit DQ =P2^1; //定义端口
typedef unsigned char byte;
typedef unsigned int word;
//延时
void delay(word useconds)
{
for(;useconds>0;useconds--);
www.eeworm.com/read/207777/15262380
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/154542/5636227
c usb_isr.c
/*
Copyright 2003 Cygnal Integrated Products, Inc.
File: usb_isr.c
Author: JS & CS
Created: AUG 03
Target Device: C8051F320
Source file for USB firmware. Includes the fo
www.eeworm.com/read/268470/11137205
c usb_isr.c
/*
Copyright 2003 Cygnal Integrated Products, Inc.
File: usb_isr.c
Author: JS
Created: JAN 03
Target Device: C8051F320
Source file for USB firmware. Includes the followi