代码搜索:uint8
找到约 10,000 项符合「uint8」的源代码
代码结果 10,000
www.eeworm.com/read/478046/6718714
h vf_getorientmap.h
#ifndef __VFGETORIENTMAP_H__
#define __VFGETORIENTMAP_H__
#include "VF_Type.h"
#include "VF_Global.h"
//
// getOrientMap: 求指纹方向场
//
void getOrientMap(sint32 r)
{
////////////////////////
www.eeworm.com/read/478234/6722152
c gpslib.c
/*
* GPSRF1006 Message Format
*
* UTC : Universal time coordinated
*
* $IDMSG,D1,D2,D3,D4,.................,Dn*CS[CR][LF]
*
* GGA,hhmmss,llll.lll,a,nnnnn.nnn,b,t,uu,v.v,w.w,M,x.x,M,y.y,z
www.eeworm.com/read/478246/6722532
h gps.h
#ifndef __GPS_H__
#define __GPS_H__
#define UInt32 unsigned int
#define Int16 short
#define UInt16 unsigned short
#define UInt8 unsigned char
#define Boolean int
#def
www.eeworm.com/read/478249/6722637
h zlg_ffs.h
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**
www.eeworm.com/read/477242/6740470
h lcd_ltm024.h
#ifndef _LCD_LTM024_H_
#define _LCD_LTM024_H_
#include
#include "Global.h"
#define CHARACTER 32
#define glcd_XMIN 0
#define glcd_YMIN 0
#define glcd_XMAX 239
#define glcd_
www.eeworm.com/read/477323/6741719
h s12_register.h
/******************************************************************************
Copyright (c) Motorola 2001
File Name : $RCSfile: s12_register.h,v $
Engineer : $Author: estyge
www.eeworm.com/read/476396/6760208
m ch2_3_4.m
%图像的动画显示
mri = uint8(zeros(128,128,1,27));
for frame=1:27
[mri(:,:,:,frame),map] = imread('mri.tif', frame);
end
mov = immovie(mri,map);
movie(mov);
www.eeworm.com/read/476396/6760211
m ch2_3_5.m
mri = uint8(zeros(128,128,1,27));
for frame=1:27
[mri(:,:,:,frame),map] = imread('mri.tif', frame);
end
mov = immovie(mri,map);
movie(mov);
www.eeworm.com/read/265250/11272182
c ds1820.c
这是我在LPC2210上用DS18B20的测温源程序
一直在测量我家的室外温度 一切正常~
#include "config.h"
uint8 count;
fp32 tmax,tmin;
/************延时程序****************/
void DelayuS(uint32 dly) //延时约9uS
{