代码搜索:uint8
找到约 10,000 项符合「uint8」的源代码
代码结果 10,000
www.eeworm.com/read/153434/5650755
h i2c.h
/****************************************Copyright (c)**************************************************
** 广州周立功单片机发展有限公司
** 研 究
www.eeworm.com/read/475585/6773576
h intfx.h
/******************************************************************************
** Filename: intfx.h
** Purpose: Interface to high level integer feature extractor.
** Author: Robert Mos
www.eeworm.com/read/299240/6786322
c ad.c
/* INCLUDE */
#include /* for EnableInterrupts macro */
#include /* include peripheral declarations */
#include "COMMON.h"
#include "AD.h"
#include "PROCESS.h"
/*
www.eeworm.com/read/474195/6816319
c~ main.c~
#include "mega128.h"
#include "delay.h"
#include "lcd1602.h"
#define uint8 unsigned char
void main(void)
{
uint8 *ss="hello world!"
lcd_init();
lcd_wr_nbyte(0x40,ss,12)
}
www.eeworm.com/read/474195/6816331
c main.c
#include "mega128.h"
#include "delay.h"
#include "lcd1602.h"
#define uint8 unsigned char
void main(void)
{
uint8 *ss="hello world!";
lcd_init();
lcd_wr_nbyte(0x40,ss,12);
}
www.eeworm.com/read/473910/6821869
c lcm2402_dev.c
/********************************************************************************************
* 程 序 名:LCM2402_DEV.c
* 功 能:LCM2402液晶模块驱动(MBC24204)
* 硬件条件:1.CPU型号:AT89S52
* 2.晶振:12
www.eeworm.com/read/295566/8154346
txt mcs51readwritech375 .txt
;该程序测试以下U盘通过:
;郎科/超稳经典64M/超稳迷你128M/U160-64M/超稳普及128M,爱国者/迷你王16M/邮箱型,
#include
#include "CH375INC.H"
#include /* 以下定义适用于MCS-51单片机,其它单片机参照修改 */
#define UINT8 unsigned char
www.eeworm.com/read/295304/8170671
c main.c
#include "reg932.h"
#define CONID 0x42//00h-10h
#define STAID 0x92
#define CMDID 0xe2
#define MODE0 0
#define MODE1 1
#define MODE2 2
#define MODE3 3
#define uint8 unsigned char
www.eeworm.com/read/295304/8170683
lst main.lst
C51 COMPILER V7.06 MAIN 08/08/2003 11:35:03 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE MAIN
OBJECT MODULE PLACED IN Ma
www.eeworm.com/read/193645/8209922
h median.h
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Copyright (c) 2007 by Qu chun lei watt@vip.163.com
*
* File Name: MEDIAN.H
* Module: 0603C
* Langu