代码搜索:uint8
找到约 10,000 项符合「uint8」的源代码
代码结果 10,000
www.eeworm.com/read/193287/8241263
c loader.c
/*
* Start of Zoran Standard Header
* Copyright (c) 2003 - 2004 Zoran Corporation.
*
*
* All rights reserved. Proprietary and confidential.
*
* DESCRIPTION for loader.c
*
www.eeworm.com/read/294279/8243757
h udisk.h
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**
www.eeworm.com/read/193218/8246893
h sysled.h
/* sysLed.h - system-dependent LED driver Header File */
/* Copyright 1984-2001 Wind River Systems, Inc. */
/*
modification history
--------------------
01b,05may01,g_h add support for cplusplus
01
www.eeworm.com/read/193091/8253980
c test.c
#define uint8 unsigned char
#define uint32 unsigned int
#define N 100
uint32 sum;
// 使用加法运算来计算1+2+3+...+(N-1)+N的值。(N>0)
void Main(void)
{ uint32 i;
sum = 0;
for(i=0;
www.eeworm.com/read/293914/8264286
h translate.h
/***************************************************************************
translate.h - description
-------------------
begin
www.eeworm.com/read/293264/8303451
c c1.c
#define uint8 unsigned char
#define uint32 unsigned int
#define N 100
uint32 sum;
void Main(void)
{uint32 i;
sum=0;
for(i=0;i
www.eeworm.com/read/293264/8303674
c c2.c
#define uint8 unsigned char
#define uint32 unsigned int
extern uint32 Add(uint32 x,uint32 y);
uint32 sum;
void Main(void)
{sum=Add(555,168);
while(1);
}
www.eeworm.com/read/392780/8326102
h fat16.h
typedef unsigned char uint8;
typedef unsigned int uint16;
typedef unsigned long uint32;
#pragma pack(1)
typedef struct
{
uint8 BS_jmpBoot[3];
uint8 BS_OEMName[8];
uint16 BPB_BytesPerSec
www.eeworm.com/read/392647/8331455
c sed.c
/*-------------------------------------
工程名称:SED
工程功能:实现JRM12232液晶的驱动
时间:2008-7-31 19:27
作者:小琅
--------------------------------------*/
#include "myinclude.h"
#include "jrmlcd.h"
uint8 str1[
www.eeworm.com/read/392647/8331479
lst sed.lst
C51 COMPILER V8.08 SED 08/19/2008 15:03:57 PAGE 1
C51 COMPILER V8.08, COMPILATION OF MODULE SED
OBJECT MODULE PLACED IN SED