代码搜索:uint8

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

代码结果 10,000
www.eeworm.com/read/374173/9418189

h fat16.h

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_BytesPerS
www.eeworm.com/read/374149/9419956

mptags door.mptags

!_TAG_FILE_FORMAT 2 /extended format; --format=1 will not append ;" to lines/ !_TAG_FILE_SORTED 1 /0=unsorted, 1=sorted, 2=foldcase/ !_TAG_PROGRAM_AUTHOR Darren Hiebert /dhiebert@users.sourceforge.n
www.eeworm.com/read/373947/9426825

h sscs_802_15_4.h

// Copyright (c) 2001-2008, Scalable Network Technologies, Inc. All Rights Reserved. // 6701 Center Drive West // Suite 520 //
www.eeworm.com/read/177932/9426838

h usrsocklib.h

/* 库定义: 为上层应用提供c-s模式的Server的管理功能, 为上层屏蔽具体的通信细节及Server管理细节, * 使上层更快的完成其关心的功能(从原先的SockTransLayer继承而来) * 创建日期: 2006/10/11 * 定版日期: 2006/10/11 * 版本: V1.03 * 编写人: 陈幸幸 * 修改日志: * 2006/
www.eeworm.com/read/373944/9426839

h mac_802_15_4_transac.h

// Copyright (c) 2001-2008, Scalable Network Technologies, Inc. All Rights Reserved. // 6701 Center Drive West // Suite 520 //
www.eeworm.com/read/373712/9441990

h main.h

#include "reg52.h" typedef unsigned char uint8; typedef unsigned int uint16; typedef unsigned long uint32; sbit bRunLED = P3^4; //运行指示灯 sbit bWatchDog = P1^7; //看门狗复位 sbit b485Send =
www.eeworm.com/read/373712/9441999

c modbus.c

#include "main.h" //字地址 0 - 255 (只取低8位) //位地址 0 - 255 (只取低8位) /* CRC 高位字节值表 */ const uint8 code auchCRCHi[] = { 0x00, 0xC1, 0x81, 0x40, 0x01, 0xC0, 0x80, 0x41, 0x01, 0xC0, 0x80, 0x41, 0x0
www.eeworm.com/read/373712/9442011

bak main.c.bak

#include "main.h" /****************************** 微控电子 www.mcuc.cn modbus RTU 的C51程序 单片机89S52 通信波特率 9600 8位数据 1位停止位 偶校验 485通位接口 单片机控制板地址 localAddr(变量) 通信可设置数据的地址: 字地址 0 - 255 (只取16位的低8位) 位
www.eeworm.com/read/373712/9442025

lst modbus.lst

C51 COMPILER V7.06 MODBUS 03/16/2005 16:48:06 PAGE 1 C51 COMPILER V7.06, COMPILATION OF MODULE MODBUS OBJECT MODULE PLACED IN
www.eeworm.com/read/373712/9442027

c main.c

#include "main.h" /****************************** 微控电子 www.mcuc.cn modbus RTU 的C51程序 单片机89S52 通信波特率 9600 8位数据 1位停止位 偶校验 485通位接口 单片机控制板地址 localAddr(变量) 通信可设置数据的地址: 字地址 0 - 255 (只取16位的低8位) 位