代码搜索:uint8

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

代码结果 10,000
www.eeworm.com/read/201926/15392713

_h font24_32._h

/**************************************************************************************** * 文件名:FONT24_32.H * 功能:24*32 ASCII码字体显示函数。(头文件) * 作者:黄绍斌 * 日期:2004.02.26 * 备注:使用GUI_SetColor()函数设置前景颜色及背景
www.eeworm.com/read/201886/15393191

c arp.c

#include #include #include #include #include #include #include /** \brief ARP cache table holding ARP_TS
www.eeworm.com/read/201703/15398483

h modem.h

/**************************************************************************** * 文件名:MODEM.H * 功能:MODEM驱动程序。头文件 * 说明:基于LPC2100、LPC2200系列ARM7微控制器的UART1 **********************************************
www.eeworm.com/read/201068/15416690

c udp.c

#define UDP_GLOBALS #include "config.h" #include "../include/cfg_net.h" /********************************************************************** **函数原型: uint16 CheckSumUdp(uint8 *check,uint16 lengt
www.eeworm.com/read/201068/15416709

c socket.c

#define SOCKET_GLOBALS #include "config.h" #include "../include/cfg_net.h" /********************************************************************** **函数原型: uint8 close(uint8 num) **入口参数:
www.eeworm.com/read/200350/15435173

cpp md5module.cpp

/* * RFC 1321 compliant MD5 implementation * * Copyright (C) 2001-2003 Christophe Devine * * This program is free software; you can redistribute it and/or modify * it under the terms
www.eeworm.com/read/113517/15454488

cpp snapshot.cpp

/* * Snes9x - Portable Super Nintendo Entertainment System (TM) emulator. * * (c) Copyright 1996 - 2001 Gary Henderson (gary@daniver.demon.co.uk) and * Jerremy Koot (jkoo
www.eeworm.com/read/113517/15454489

h memmap.h

/* * Snes9x - Portable Super Nintendo Entertainment System (TM) emulator. * * (c) Copyright 1996 - 2001 Gary Henderson (gary@daniver.demon.co.uk) and * Jerremy Koot (jkoo
www.eeworm.com/read/113517/15454498

h netplay.h

/* * Snes9x - Portable Super Nintendo Entertainment System (TM) emulator. * * (c) Copyright 1996 - 2001 Gary Henderson (gary@daniver.demon.co.uk) and * Jerremy Koot (jkoo
www.eeworm.com/read/112488/15484422

c dataret.c

/**************************************************************************** * File:DATARET.C * 功能:使用串口UART0接收上位机发送的数据,当接收到8个连续数据后,取反LED1控制, * 并将数据原封不动地发送回上位机。 * 说明:将跳线器JP2、JP8_LED1短接。 ****