代码搜索:uint8

找到约 10,000 项符合「uint8」的源代码

代码结果 10,000
www.eeworm.com/read/17757/756310

h cpld_flash.h

#include "config.h" #define CPLD_OUT_DATA0 (*(uint8*)0x81008000) #define CPLD_OUT_DATA1 (*(uint8*)0x81008001) #define CPLD_OUT_DATA2 (*(uint8*)0x81008
www.eeworm.com/read/26075/953505

51

typedef unsigned char uint8; typedef unsigned int uint16; typedef unsigned long uint32; #pragma pack(1) typedef struct { uint8 BS_jmpBoot[3]; uint8 BS_OEMName[8]; uint16 BPB_BytesPerSec
www.eeworm.com/read/226829/4780047

h md5.h

#ifndef _MD5_H #define _MD5_H #include "global.h" void MDString (uint8 *string, uint8 digestresult[], int len); uint32 EPAmd5_digest(uint8 *pdata, int length, Time timestamp); #endif
www.eeworm.com/read/368107/2826428

h main.h

#ifdef main_GLOBALS #define main_EXT #else #define main_EXT extern #endif #define TRUE 1 #define FALSE 0 #define memcomp_en 0 main_EXT void memcopy(uint8 *DBfr,uint8 *SBfr,uint8 Len);
www.eeworm.com/read/366046/2893649

h common_function.h

#ifndef COMMON_FUNCTION #define COMMON_FUNCTION extern Uint8 fcs (Int16 len, Uchar *pfcs); extern Uint8 stcpy(Int8 *strDest, const Int8 *strSrc); extern Uint8 mecpy(void *strDest, const void *
www.eeworm.com/read/366046/2893806

h common_function.h

#ifndef COMMON_FUNCTION #define COMMON_FUNCTION extern Uint8 fcs (Int16 len, Uchar *pfcs); extern Uint8 stcpy(Int8 *strDest, const Int8 *strSrc); extern Uint8 mecpy(void *strDest, const void *
www.eeworm.com/read/153670/5645548

h ip.h

#ifndef _IP_H #define _IP_H #include "sys.h" #include "mac.h" typedef struct { Uint8 version; Uint8 service; Uint16 packetlength; Uint16 ident; Uint16 offset; Uint8 timetoli
www.eeworm.com/read/153434/5650241

h main.h

#ifdef main_GLOBALS #define main_EXT #else #define main_EXT extern #endif #define TRUE 1 #define FALSE 0 #define memcomp_en 0 main_EXT void memcopy(uint8 *DBfr,uint8 *SBfr,uint8 Len);
www.eeworm.com/read/370551/9595585

c rc4.c

#include "config.h" #define RC4_KEYSTATE_NUM 32 //默认:256 typedef struct rc4_key { uint8 state[RC4_KEYSTATE_NUM]; uint8 x; uint8 y; } rc4_key; void prepareKey(c
www.eeworm.com/read/412317/11205680

h zheng_get_current_time.h

#ifndef zheng_get_current_time_H_ #define zheng_get_current_time_H_ UINT64 convert_time_format64(UINT8 *l ); UINT8 convert_time_format8(UINT64 k ,UINT8 *i); #endif