代码搜索:uint8
找到约 10,000 项符合「uint8」的源代码
代码结果 10,000
www.eeworm.com/read/204122/15344157
h sdl_events.h
/*
SDL - Simple DirectMedia Layer
Copyright (C) 1997-2006 Sam Lantinga
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser Genera
www.eeworm.com/read/203704/15352840
h disktool.h
/*****************************************************************
Copyright (c) 2005.11 Lenovo Corporation
Module Name: DiskTool.h
Abstract: provide a series of functions to control DiskIO
www.eeworm.com/read/203632/15354171
c main.c
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**
www.eeworm.com/read/203258/15363153
h ch375hf9.h
/* 2004.06.05, 2004.09.20, 2004.10.22, 2004.11.20, 2004.12.12, 2004.12.28, 2005.01.04, 2005.01.12, 2005.01.26, 2005.03.01, 2005.07.29
****************************************
** Copyright (C) W.c
www.eeworm.com/read/202163/15390138
c test.c
#define uint8 unsigned char
#define uint32 unsigned int
extern Add(uint32 x,uint32 y,uint32 z); //参数依次对应R0,R1,R2....Rn--------结果结果为汇编程序的最后寄存器的值
uint32 sum;
/****************************/
www.eeworm.com/read/202162/15390148
c test.c
#define uint8 unsigned char
#define uint32 unsigned int
#define N 100
//----------------------
uint32 sum;
//----------------------
void Main(void)
{
uint32 i; //R0=i
www.eeworm.com/read/201827/15394728
c md5.c
/***************************************************************************
* RT2x00 SourceForge Project - http://rt2x00.sourceforge.net *
*
www.eeworm.com/read/200758/15425366
c main1.c
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**
www.eeworm.com/read/200515/15431277
h ch375hf3.h
/* 2004.06.05, 2004.09.20, 2004.10.22, 2004.11.20, 2004.12.12, 2004.12.28, 2005.01.04, 2005.01.12, 2005.01.26, 2005.03.01, 2005.07.29, 2005.12.28, 2006.08.02
****************************************
www.eeworm.com/read/200350/15435178
h md5module.h
#ifndef _MD5_H
#define _MD5_H
#ifndef uint8
#define uint8 unsigned char
#endif
#ifndef uint32
#define uint32 unsigned long int
#endif
typedef struct
{
uint32 total[2];
uint32