代码搜索:uint8
找到约 10,000 项符合「uint8」的源代码
代码结果 10,000
www.eeworm.com/read/124417/14568812
h eagle.h
#ifndef _EAGLE_H
#define _EAGLE_H
#ifndef _GLOBAL_H
#include "global.h"
#endif
#ifndef _MBUF_H
#include "mbuf.h"
#endif
#ifndef _IFACE_H
#include "iface.h"
#endif
/* Hardware-depend
www.eeworm.com/read/124417/14568880
c axheard.c
/* AX25 link callsign monitoring. Also contains beginnings of
* an automatic link quality monitoring scheme (incomplete)
*
*/
#include "global.h"
#include "mbuf.h"
#include "iface.h"
#includ
www.eeworm.com/read/124417/14568883
h display.h
#ifndef _DISPLAY_H
#define _DISPLAY_H
#ifndef _STDIO_H
#include
#endif
#define MAXARGS 5
struct display {
unsigned cookie; /* Magic cookie to detect bogus pointers */
#define
www.eeworm.com/read/124417/14568890
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/124417/14569128
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/224430/14593735
c wsn_router.c
/****************************************************************************
*
* MODULE: WSN_Router.c
*
* COMPONENT: $RCSfile: WSN_Router.c,v $
*
* VERSION: $Name
www.eeworm.com/read/224281/14598264
h resource.h
#ifndef RESOURCE_
#define RESOURCE_
/*
* Copyright (c) 2004-2005 Mobile Robotics
* http://mobilerobotics.sf.net
*
* File: resource.h
* Author: Johan Johanson
* Date: November 26, 2005
www.eeworm.com/read/224018/14607635
h lcd.h
/************************************************
*** Lcd testing head file
*** Editted by shang
*** 2005-6-15
************************************************/
typedef unsigned char uint8;
www.eeworm.com/read/223711/14618951
h zlg_ffs.h
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**
www.eeworm.com/read/223568/14624638
m test2.m
A = double(imread('lena.bmp'));
figure(1);
imshow(uint8(A));
imgsize = size(A,1)*size(A,2);
seed = 123;
rand('state',seed);
pn=rand(size(A,1),size(A,2));
AW = A + pn ;
figure(2);
imshow(uint8