代码搜索:uint8
找到约 10,000 项符合「uint8」的源代码
代码结果 10,000
www.eeworm.com/read/484777/6574880
c prj1.c
#include
#include
#include "LCM12864.h"
#define uint8 unsigned char
#define uint16 unsigned int
#define uint32 unsigned long
extern void get_keycode(uint8*,uint8);
exte
www.eeworm.com/read/484777/6574904
lst prj1.lst
C51 COMPILER V8.05a PRJ1 08/03/2007 21:31:14 PAGE 1
C51 COMPILER V8.05a, COMPILATION OF MODULE PRJ1
OBJECT MODULE PLACED IN p
www.eeworm.com/read/484559/6579808
c lcddrive.c
/****************************************************************************************
* 文件名:LCDDRIVE.C
* 功能:图形液晶98*67驱动(型号为3510I(S1D15G14))
* 硬件连接:
* Pin1 _Reset ------------------
www.eeworm.com/read/464164/6592078
c mt6189a1_drv.c
/*****************************************************************************
* Copyright Statement:
* --------------------
* This software is protected by Copyright and the information contain
www.eeworm.com/read/483911/6597439
h dec6713.h
/********************************************************************************\
\*DEC6713.H v1.00 *
* Copyright 2006 by SSD Electronic Technology Ltd.
www.eeworm.com/read/482769/6611645
lst mainled.lst
C51 COMPILER V7.50 MAINLED 05/11/2009 22:41:47 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE MAINLED
OBJECT MODULE PLACED IN
www.eeworm.com/read/482769/6611653
h config.h
#ifndef __CONFIG_H
#define __CONFIG_H
//This segment should not be modified
#ifndef TRUE
#define TRUE 1
#endif
#ifndef FALSE
#define FALSE 0
#endif
typedef unsigned char uint8;
www.eeworm.com/read/482769/6611654
lst ds1302.lst
C51 COMPILER V7.50 DS1302 05/11/2009 22:41:48 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE DS1302
OBJECT MODULE PLACED IN
www.eeworm.com/read/482769/6611667
c key.c
#include "config.h"
#define KEY_ON 0
#define KEY_OFF 1
#define KEY1 (1
www.eeworm.com/read/482867/6615458
asv trainlvq.asv
% training vector quantization
function [v]=trainlvq(x,p)
global para;
c=para.clusters;
if(p==0)
s=para.s(1);
else
s=para.s(p)
end
x=double(x);
%preprocess---------------------
rn