代码搜索:uint
找到约 10,000 项符合「uint」的源代码
代码结果 10,000
www.eeworm.com/read/110609/15528969
h comreadthread.h
// comreadthread.h
///////
UINT comreadthread(LPVOID pParam);
www.eeworm.com/read/392140/8362052
h lcddrv.h
#ifndef __TFT018_H
#define __TFT018_H
// Port 0
#define LCD_RST (1
www.eeworm.com/read/292174/8370248
h ds1302.h
/*********************************************************************
微 雪 电 子 WaveShare http://www.waveShare.net
目 的: 建立DS1302操作子程序
目标系统: 基于任何兼容C51的微处理器
应用软件: Keil C
www.eeworm.com/read/192011/8411321
_c modbus16._c
#include "main.h"
//字地址 0 - 255
//位地址 0 - 255
/* CRC 高位字节值表 */
const uint8 auchCRCHi[] = {
0x00, 0xC1, 0x81, 0x40, 0x01, 0xC0, 0x80, 0x41, 0x01, 0xC0,
0x80, 0x41, 0x00, 0xC1, 0x81, 0x40,
www.eeworm.com/read/192011/8411339
c modbus16.c
#include "main.h"
//字地址 0 - 255
//位地址 0 - 255
/* CRC 高位字节值表 */
const uint8 auchCRCHi[] = {
0x00, 0xC1, 0x81, 0x40, 0x01, 0xC0, 0x80, 0x41, 0x01, 0xC0,
0x80, 0x41, 0x00, 0xC1, 0x81, 0x40,
www.eeworm.com/read/189736/8456997
h sym6502.h
/*-----------------------------------------------------------------------------
6502 Macroassembler and Simulator
Copyright (C) 1995-2003 Michal Kowalski
This program is free software; you can
www.eeworm.com/read/189520/8466319
h mem_conf.h
#define uint8 unsigned char
#define int8 char
#define uint32 unsigned int
#define int32 int