代码搜索:uint8
找到约 10,000 项符合「uint8」的源代码
代码结果 10,000
www.eeworm.com/read/169681/5416427
h ncr810.h
/* ncr810.h - NCR 810 Script SCSI Controller header file */
/* Copyright 1984-1999 Wind River Systems, Inc. */
/*
modification history
--------------------
01g,03dec98,ihw Added identMsg{Buf,Length
www.eeworm.com/read/169681/5416511
h if_vcom.h
/* if_vcom.h - VLAN ethernet board transparent mode library */
/* Copyright 1990-1994, PEP Modular Computers */
/* Copyright 1984-1994, Wind River Systems, Inc. */
/*
modification history
----------
www.eeworm.com/read/169604/5419092
lst sendrcvself.lst
__start:
__text_start:
002A E5CF LDI R28,0x5F
002B E0D4 LDI R29,4
002C BFCD OUT 0x3D,R28
002D BFDE OUT 0x3E,R29
002E 51C0 SUBI R28,0x10
002F 40D
www.eeworm.com/read/169604/5419103
_c eeprom._c
#include
#include "E:\ICC_H\CmmICC.H"
#define DISP_DDR DDRD
#define DISP_PORT PORTD
void main(void)
{
uint8 i;
uint8 wrDat=0x55;
uint8 wrDat_[]={1,2,3,4,5,6,7,8},rdDat_[8
www.eeworm.com/read/169604/5419110
lst eeprom.lst
__text_start:
__start:
002E E5CF LDI R28,0x5F
002F E0D4 LDI R29,4
0030 BFCD OUT 0x3D,R28
0031 BFDE OUT 0x3E,R29
0032 51C0 SUBI R28,0x10
0033 40D
www.eeworm.com/read/169602/5419308
hpp scantab.hpp
/* Copyright (C) 2003 MySQL AB
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Fou
www.eeworm.com/read/169602/5419326
hpp tckeyreq.hpp
/* Copyright (C) 2003 MySQL AB
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Fou
www.eeworm.com/read/169199/5425618
h ide.h
#ifndef __IDE_H
#define __IDE_H
typedef unsigned char uint8; /* 无符号8位整型变量 */
typedef signed char int8; /* 有符号8位整型变量
www.eeworm.com/read/168433/5447008
c write-rand.c
#include "machine.h"
main()
{
INT16 r;
UINT8 msb, lsb;
int i;
for (i = 0; i < 180; i++) {
r = (INT16) rand();
msb = (r >> 8) & 0xFF;
lsb = r & 0xFF;
printf("%c", msb);
pr
www.eeworm.com/read/167290/5461355
c main.c
/****************************************Copyright (c)**************************************************
** 广州周立功单片机发展有限公司
** 研 究