代码搜索:uint8
找到约 10,000 项符合「uint8」的源代码
代码结果 10,000
www.eeworm.com/read/149676/12358187
txt lpc2131串口(tx+rx)+time0+adc采样的代码.txt
//LPC2131串口(TX+RX)+TIME0+ADC采样的代码!
#include "config.h"
#define TX0BUFF_LEN 4
#define RX0BUFF_LEN 8
//0x55 if first send
uint8 gTx0Buff[TX0BUFF_LEN]={0xaa,0x00,0x00,0x00};
www.eeworm.com/read/337302/12378370
h lcddraw.h
/*****************************************************************************
*
* MODULE: Driver for LCD Driver-Controller
*
* COMPONENT: $RCSfile: LcdDraw.h,v $
*
* VERS
www.eeworm.com/read/337302/12378454
c uart.c
/****************************************************************************
*
* MODULE: uart.c
*
* COMPONENT: $RCSfile: $
*
* VERSION: $Name: $
*
* RE
www.eeworm.com/read/337302/12378593
h lcddraw.h
/*****************************************************************************
*
* MODULE: Driver for LCD Driver-Controller
*
* COMPONENT: $RCSfile: LcdDraw.h,v $
*
* VERS
www.eeworm.com/read/337302/12378671
c uart.c
/****************************************************************************
*
* MODULE: uart.c
*
* COMPONENT: $RCSfile: $
*
* VERSION: $Name: $
*
* RE
www.eeworm.com/read/337245/12382505
c 240x.c
/*--------------------------------------------------------
240x.c文件 240x-I2CROM的读写函数
作者:Computer-lov 创建日期:2004.11.12 最后修改日期:2004.11.21
版本:1.0
Copyright (c) 2005 Computer-l
www.eeworm.com/read/336806/12414941
c sdcmd.c
/*****************************************************************************************************
** Descriptions: sd 卡驱动软件包: SD卡物理层 ---- SD卡SPI模式支持的命令
***************************************
www.eeworm.com/read/336805/12415099
h uart1.h
/****************************************Copyright (c)**************************************************
** 广州周立功单片机发展有限公司
** 研 究
www.eeworm.com/read/250190/12426014
h ds18b20.h
/*********************************************************************
微 雪 电 子 WaveShare http://www.waveShare.net
目 的: 建立DS18B20操作库
目标系统: 基于任何兼容C51的微处理器
应用软件: Keil C
www.eeworm.com/read/249999/12443256
m patchwork.m
function [psnr,w]=patchwork(d,attack_style,attack_strength)
%%% d 像素修改值
%%% attack_style 用于设置选择何种攻击
%%% w 返回提取的水印信息
%%% psnr 返回峰值信噪比
%%% attack_strength 用于控制攻击的强弱
%%%%%%%%%%%%%%%% 读入原始载体图像 %%%%%