代码搜索:uint8
找到约 10,000 项符合「uint8」的源代码
代码结果 10,000
www.eeworm.com/read/441863/7663654
c memalloc.c
/*
*2006/08/16 WXL 2.0
*
*/
/*
V0.2 added PC-based binding 21/July/2006
V0.1 Initial Release 10/July/2006
*/
#include "compiler.h" //compiler sp
www.eeworm.com/read/440344/7690319
c os_cpu_c.c
/*********************************************************************************************************
** Small RTOS 51
** The
www.eeworm.com/read/440344/7690378
c display.c
#include "config.h"
#include "display.h"
#include
#define DISP_MAX_X 80 /* Maximum number of columns */
#define DISP_MAX_Y
www.eeworm.com/read/440344/7690387
c display.c
#include "config.h"
#include "display.h"
#include
#define DISP_MAX_X 80 /* Maximum number of columns */
#define DISP_MAX_Y
www.eeworm.com/read/440344/7690400
c display.c
#include "config.h"
#include "display.h"
#include
#define DISP_MAX_X 80 /* Maximum number of columns */
#define DISP_MAX_Y
www.eeworm.com/read/440085/7694046
m 基于个数判断脉冲噪声的中值滤波器的主程序.m
a=J;
a=double(a);
[dep,width]=size(a);
new_image=ones(size(a));
r=1;
M=20;
[new_image,edge,noise]=adp_spa_denoise_new(a,r,M);
figure;imshow(uint8(a));
figure;imshow(uint8(new_image));
www.eeworm.com/read/439988/7696258
h dot11rsnlib.h
/* dot11RsnLib.h - Contains definitions for the 802.11 RSN Library */
/* Copyright 2004 Wind River Systems, Inc. */
/*
Modification History
--------------------
01c,20jan05,rb Implement MIC count
www.eeworm.com/read/439771/7701887
h sd-mmc_.h
/*********************************************************************
微 雪 电 子 WaveShare http://www.waveShare.net
目 的
www.eeworm.com/read/438918/7719426
c gps_6610.c
#include "My_NOKIA6610/LCD_6610_Config.h"
#include "UART/UART.h"
#include "LCD_Graphic.h"
#include "GPS_Config.h"
uint8 SatNum[2+1]; //位星数目
uint8 SatDetail[12*2+1]; //定位卫星详细信息,编号
uint8 G
www.eeworm.com/read/438711/7727956
c sd_spi.c
/*!
*@file sd_spi.c
*
*
*
*@version v1.0.0
*@date 2007
*@author jacky291@126.com
*/
#include "sd_spi.h"
#ifndef __IO_H
#include "io.h"
#endif
#ifndef __TIME_H
#include "t