代码搜索:uint8
找到约 10,000 项符合「uint8」的源代码
代码结果 10,000
www.eeworm.com/read/478934/6708345
h eagle.h
#ifndef _EAGLE_H
#define _EAGLE_H
#ifndef _GLOBAL_H
#include "global.h"
#endif
#ifndef _MBUF_H
#include "mbuf.h"
#endif
#ifndef _IFACE_H
#include "iface.h"
#endif
/* Hardware-depend
www.eeworm.com/read/478934/6708363
c axheard.c
/* AX25 link callsign monitoring. Also contains beginnings of
* an automatic link quality monitoring scheme (incomplete)
*
*/
#include "global.h"
#include "mbuf.h"
#include "iface.h"
#includ
www.eeworm.com/read/478934/6708364
h display.h
#ifndef _DISPLAY_H
#define _DISPLAY_H
#ifndef _STDIO_H
#include
#endif
#define MAXARGS 5
struct display {
unsigned cookie; /* Magic cookie to detect bogus pointers */
#define
www.eeworm.com/read/478934/6708366
h mbuf.h
#ifndef _MBUF_H
#define _MBUF_H
#include
#ifndef _GLOBAL_H
#include "global.h"
#endif
extern unsigned Ibufsize; /* Size of interrupt buffers to allocate */
extern int Nibufs; /
www.eeworm.com/read/478934/6708433
c sppp.c
/* Simplified Point-to-Point Protocol
* No negotiation, no address or ctl fields, 1-byte pids
*/
#include "global.h"
#include "mbuf.h"
#include "iface.h"
#include "ip.h"
#include "slhc.h"
#i
www.eeworm.com/read/478256/6713723
c font24_32.c
/****************************************************************************************
* 文件名:FONT24_32.C
* 功能:24*32 ASCII码字体及显示函数。
* 作者:黄绍斌
* 日期:2004.02.26
* 备注:使用GUI_SetColor()函数设置前景颜色及背景色。
www.eeworm.com/read/478256/6713752
h mass_command.h
#ifndef _MASS_COMMAND_H
#define _MASS_COMMAND_H
// UFI指令代码定义
#define UFI_READ10 0x28
#define UFI_WRITE10 0x2A
#define UFI_INQUIRY 0x12
#define UFI_READCAPACITY 0x25
#define UF
www.eeworm.com/read/478046/6718670
h vf_thin.h
#ifndef __VFTHIN_H__
#define __VFTHIN_H__
#include "VF_Type.h"
#include "VF_Global.h"
#include "VF_Function.h"
//
// imageThin: 图像细化处理
//
sint32 imageThin(uint8 *lpBits, sint32 Width, sint
www.eeworm.com/read/478046/6718680
h vf_feature.h
#ifndef __VFFEATURE_H__
#define __VFFEATURE_H__
#include "VF_Type.h"
#include "VF_Global.h"
//
// EncodeFeature: 对指纹特征进行压缩编码
//
sint32 EncodeFeature(FEATUREPTR lpFeature, uint8 *lpData)
{
www.eeworm.com/read/478046/6718706
h vf_feature2.h
#ifndef __VFFEATURE_H__
#define __VFFEATURE_H__
#include "VF_Type.h"
#include "VF_Global.h"
//
// EncodeFeature: 对指纹特征进行压缩编码
//
sint32 EncodeFeature(FEATUREPTR lpFeature, uint8 *lpData)
{