代码搜索:uint8
找到约 10,000 项符合「uint8」的源代码
代码结果 10,000
www.eeworm.com/read/300708/13897609
tpl master boot record.tpl
template "主引导记录"
// Template by Stefan Fleischmann
// X-Ways Software Technology AG
// 适用于物理硬盘的 0 扇区或任何分区的第一扇区。
description "包含分区表"
applies_to disk
sector-aligned
requires 510 "55 AA"
www.eeworm.com/read/300320/13919759
h zlg_socket.h
#ifdef SOCKET_GLOBALS
#define SOCKET_EXT
#else
#define SOCKET_EXT extern
#endif
#define PF_INET 0
#define AF_INET 1
#define SOCK_STREAM 0
#define SOCK_DGRAM 1
#define TCP_PROTOCOL 0
www.eeworm.com/read/237251/13970671
c ch372dbg.c
/*
; 单片机内置USB调试固件程序 V1.0
; 用于连接CH372或者CH375的单片机进行简单的调试功能
; 可以用include直接包含到应用系统的主程序中,或者添加到工程项目中
;
; Website: http://winchiphead.com
; Email: tech@winchiphead.com
; @2004.08
;**************
www.eeworm.com/read/236537/14012185
c loadbit.c
/****************************************************************************************
* 文件名:LOADBIT.C
* 功能:显示单色图形及汉字显示。先将图形转换为对应的点阵数组,然后即可调用此文件的函数输出驱动。
* 作者:黄绍斌
* 日期:2004.02.26
* 备注:使用GUI_Set
www.eeworm.com/read/236240/14024391
_c eeprom._c
/*********************************************************************
微 雪 电 子 WaveShare http://www.waveShare.net
功能目的: 建立EEPROM操作示例程序
目标系统: 基于AVR单片机
应用软件: ICCAVR
www.eeworm.com/read/236240/14024413
c eeprom.c
/*********************************************************************
微 雪 电 子 WaveShare http://www.waveShare.net
功能目的: 建立EEPROM操作示例程序
目标系统: 基于AVR单片机
应用软件: ICCAVR
www.eeworm.com/read/204837/15332919
h i2c.h
/****************************************Copyright (c)**************************************************
** 广州周立功单片机发展有限公司
** 研 究
www.eeworm.com/read/204837/15332925
c uart0.c
/****************************************************************************
* 文 件 名:main.c
* 功 能:运行RTC进行计时,将所时间值不断的通过串口向上位机发送,并把秒的值
* 输出LED1--LED4显示。
* 说 明:将跳线器JP12短接。
*
www.eeworm.com/read/204837/15332969
h fat32.h
#ifndef __FAT32_H__
#define __FAT32_H__
#include "config.h"
/* 检测卡是否完全插入 check weather card is insert entirely */
#define UARTBUF_LENGTH 32
#define BUFFER_LENGTH 512
typedef struct
{
UINT
www.eeworm.com/read/204706/15334617
c vs1001.c
/*
Copyright (C) 2000 Jesper Hansen .
This file is part of the yampp system.
This program is free software; you can redistribute it and/or
modify it under the terms of th