代码搜索:uint8
找到约 10,000 项符合「uint8」的源代码
代码结果 10,000
www.eeworm.com/read/143132/5758854
h mbuf.h
#ifndef _MBUF_H
#define _MBUF_H
#include
#ifndef _GLOBAL_H
#include "global.h"
#endif
extern unsigned Ibufsize; /* Size of interrupt buffers to allocate */
extern int Nibufs; /
www.eeworm.com/read/143132/5758920
c sppp.c
/* Simplified Point-to-Point Protocol
* No negotiation, no address or ctl fields, 1-byte pids
*/
#include "global.h"
#include "mbuf.h"
#include "iface.h"
#include "ip.h"
#include "slhc.h"
#i
www.eeworm.com/read/141138/5776878
c blit_0.c
/*
** $Id: blit_0.c,v 1.2 2003/09/04 06:02:53 weiym Exp $
**
** Port to MiniGUI by Wei Yongming (2001/10/03).
** Copyright (C) 2001 ~ 2002 Wei Yongming.
** Copyright (C) 2003 Feynman Software.
*
www.eeworm.com/read/141138/5776883
c pixels.c
/*
** $Id: pixels.c,v 1.4 2003/09/04 06:02:53 weiym Exp $
**
** Port to MiniGUI by Wei Yongming (2001/10/03).
** Copyright (C) 2001 ~ 2002 Wei Yongming.
** Copyright (C) 2003 Feynman Software.
*
www.eeworm.com/read/140826/5780864
c blit_0.c
/*
** $Id: blit_0.c,v 1.2 2003/09/04 06:02:53 weiym Exp $
**
** Port to MiniGUI by Wei Yongming (2001/10/03).
** Copyright (C) 2001 ~ 2002 Wei Yongming.
** Copyright (C) 2003 Feynman Software.
*
www.eeworm.com/read/140826/5780873
c pixels.c
/*
** $Id: pixels.c,v 1.5 2003/09/12 11:13:34 weiym Exp $
**
** Port to MiniGUI by Wei Yongming (2001/10/03).
** Copyright (C) 2001 ~ 2002 Wei Yongming.
** Copyright (C) 2003 Feynman Software.
*
www.eeworm.com/read/140779/5781286
c write-rand.c
#include "machine.h"
main()
{
INT16 r;
UINT8 msb, lsb;
int i;
for (i = 0; i < 180; i++) {
r = (INT16) rand();
msb = (r >> 8) & 0xFF;
lsb = r & 0xFF;
printf("%c", msb);
pr
www.eeworm.com/read/140624/5784830
c modem.c
/****************************************Copyright (c)**************************************************
** 广州周立功单片机发展有限公司
** 研 究
www.eeworm.com/read/140624/5784831
h modem.h
/****************************************Copyright (c)**************************************************
** 广州周立功单片机发展有限公司
** 研 究
www.eeworm.com/read/139405/5798893
h rtc.h
/****************************************Copyright (c)**************************************************
** 广州周立功单片机发展有限公司
** 研 究