搜索:uint8
找到约 10 项符合「uint8」的查询结果
结果 10
按分类筛选
https://www.eeworm.com/dl/1004955.html
技术资料
C语言中uint8数据类型
C语言中用于表示8位无符号整数的数据类型,适用于嵌入式开发和单片机编程,提供清晰的数值范围和内存占用说明,便于高效处理底层数据。
https://www.eeworm.com/dl/648/234027.html
单片机开发
12864串口液晶,包含两个文件:lcd.c与lcd.h. 调用 void printLCD(uint8 x,uint8 y,uint8 *fmt, ... ),即可将显示的字符串发送到液晶屏显示
12864串口液晶,包含两个文件:lcd.c与lcd.h.
调用 void printLCD(uint8 x,uint8 y,uint8 *fmt, ... ),即可将显示的字符串发送到液晶屏显示
https://www.eeworm.com/dl/665/361160.html
matlab例程
lena图像的分解将规范化后的图像的数据格式由适合显示图像的uint8格式转换为适合数值处理的double格式
lena图像的分解将规范化后的图像的数据格式由适合显示图像的uint8格式转换为适合数值处理的double格式,再调用二维小波分解函数进行图像分解,最后为了清晰地显示分解图像的塔式结构,在图像的相应区域绘制若干分界线。 ...
https://www.eeworm.com/dl/987562.html
技术资料
2401源码
// 包含头文件
//------------------------------------------------------------------------------------
//是模拟 IO, 主 IIC
#include "BasType.h"
#include "RegDefs.h" // SFR declarations
#include "intrins.h"
extern void msec(unsigned int x);
sbit ht2402_data = P2^0 ...
https://www.eeworm.com/dl/502/31673.html
单片机编程
ADS1210 ADS1211 C程序
include "macrodefine.h"#include "lpc2294.h"
//ADS1210初始化子程序void AD_Init(void){ Delayus(2); SPI1_Communation(0x64); SPI1_Communation(0x72); //单极性,SDOUT独立,先MSB,REF使用内部 SPI1_Communation(0x20); //自校准模式,增益1,通道0&nbsp ...
https://www.eeworm.com/dl/901751.html
技术资料
【二次开发】SmartM 串口DLL下载
/*
---------------------------------------------------------------
文件名称:SmartMComDll.h
说 明:声明串口DLL函数
作 者:温子祺
创建时间:2010-08-06
联系方式:wenziqi@hotmail.com
博 客:http://www.cnblogs.com/wenziqi/
小 组:http://group.ednchina.com/2748/
官 网 ...
https://www.eeworm.com/dl/894444.html
技术资料
基于IAR的CC2530关于Flash的读写程序
# include <iocc2530.h># include <string.h># define uintunsigned int# define uchar unsigned char# define uint8 unsigned char# define uint16unsigned int# ifndef BV# define Bv(n)(1 << (n))fendif# define st (x)do (x} while (LINE==-1)/* SPI settings*/# define HAL SPI CLOCK POL LO0x00f ...
https://www.eeworm.com/dl/502/31574.html
单片机编程
16 16点阵显示汉字原理及显示程序
16 16点阵显示汉字原理及显示程序
#include "config.h"
#define&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; DOTLED_LINE_PORT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PORTB #define&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n ...
https://www.eeworm.com/dl/509771.html
单片机编程
红外解码程序
/*
&nbsp;* _168ZHONGDUAN2.c
&nbsp;*
&nbsp;* Created: 2014/11/2 15:12:45
&nbsp;* &nbsp;Author: lenovo
&nbsp;*/&nbsp;
#include <avr/io.h>
#include <avr/iom168pa.h>
#include <avr/interrupt.h>
#include <util/delay.h>
#include <avr/eeprom.h>
//#include <util/delay_basic.h>
//unsigne ...
https://www.eeworm.com/dl/838363.html
技术资料
ANO_TC匿名上位机V65
总体介绍下匿名上位机的特点1.&nbsp; &nbsp; &nbsp;高效率:程序流程不断优化,收发效率高,协议解析速度快、UI更新速度快、波形刷新效率高。特别是V6版本以来,在多线程的同时,上位机将程序不同功能改为多进程模式,更加提升了匿名上位机的性能。2. 高速波形:上位机有一项很重要的功能,就是对接收 ...