代码搜索:uint8
找到约 10,000 项符合「uint8」的源代码
代码结果 10,000
www.eeworm.com/read/158853/5594627
h ch37d51.h
/*
; 单片机内置USB调试固件程序 之 计算机接口程序 V1.0
; 用于连接CH372或者CH375的单片机进行简单的调试功能
; 可以用include直接包含到应用系统的主程序中,或者添加到工程项目中
;
; Website: http://winchiphead.com
; Email: tech@winchiphead.com
; @2004.08
;****
www.eeworm.com/read/157654/5604808
c lspr16_16.c
/* Raine line scroll. Made for cave driver : 16x16 sprites, 16bpp,
and offsets of the lines every 4 bytes */
#include "deftypes.h"
#include "raine.h"
void ldraw16x16_Mapped_16(UINT8 *SPR, int x,
www.eeworm.com/read/157654/5604809
c spr8x8_32.c
/******************************************************************************/
/* */
/* RAINE 8x8
www.eeworm.com/read/157654/5604811
c spr8x8_16.c
/******************************************************************************/
/* */
/* RAINE 8x8
www.eeworm.com/read/157654/5604822
c lspr16_8.c
/* Raine line scroll. Made for cave driver : 16x16 sprites, 16bpp,
and offsets of the lines every 4 bytes */
#include "deftypes.h"
#include "raine.h"
void ldraw16x16_Mapped(UINT8 *SPR, int x, int
www.eeworm.com/read/157654/5604823
c spr16x16_16.c
/******************************************************************************/
/* */
/* RAINE 16x16
www.eeworm.com/read/157654/5604824
c lspr16_32.c
/* Raine line scroll. Made for cave driver : 16x16 sprites, 16bpp,
and offsets of the lines every 4 bytes */
#include "deftypes.h"
#include "raine.h"
void ldraw16x16_Mapped_32(UINT8 *SPR, int x,
www.eeworm.com/read/155328/5626521
c main.c
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**
www.eeworm.com/read/155328/5626541
c main.c
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**
www.eeworm.com/read/155002/5630739
h ide.h
#ifndef __IDE_H
#define __IDE_H
typedef unsigned char uint8; /* 无符号8位整型变量 */
typedef signed char int8; /* 有符号8位整型变量