搜索结果

找到约 66 项符合 uint 的查询结果

技术资料 C语言中uint8数据类型

C语言中用于表示8位无符号整数的数据类型,适用于嵌入式开发和单片机编程,提供清晰的数值范围和内存占用说明,便于高效处理底层数据。
https://www.eeworm.com/dl/1004955.html
下载: 2
查看: 67

单片机开发 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/648/234027.html
下载: 31
查看: 1089

单片机开发 //通过18B20检测的数字温度可在电脑上显示当前温度值 #include <reg52.h> #define uchar unsigned char #define uint un

//通过18B20检测的数字温度可在电脑上显示当前温度值 #include <reg52.h> #define uchar unsigned char #define uint unsigned int sbit DS=P2^2 //define interface uint temp // variable of temperature uchar flag1 // sign of the result positive or negative sbit dula=P2^6 sbit wela=P2^7 ...
https://www.eeworm.com/dl/648/337983.html
下载: 199
查看: 1428

matlab例程 lena图像的分解将规范化后的图像的数据格式由适合显示图像的uint8格式转换为适合数值处理的double格式

lena图像的分解将规范化后的图像的数据格式由适合显示图像的uint8格式转换为适合数值处理的double格式,再调用二维小波分解函数进行图像分解,最后为了清晰地显示分解图像的塔式结构,在图像的相应区域绘制若干分界线。
https://www.eeworm.com/dl/665/361160.html
下载: 125
查看: 1095

技术资料 L6470步进电机驱动IC开发资料

以安装文件提供,先执行安装文件,然后到安装目录,打开需要的资源,程序是IAR的,编译能通过,程序注释很清晰,适合相关人员学习。CPU硬件平台:ST STM32F105VBdspin.h 文件,对寄存器结构做了详细的定义,对程序的易读性有很大的帮助:typedef struct{  uint32_t ABS_POS;  uint16_t EL_POS;  uint32_t MA ...
https://www.eeworm.com/dl/837648.html
下载: 11
查看: 5787

技术资料 ad7793 smpl

#ifndef AD7793_h #define AD7793_h //#define SPI_EN_ASS void InitSPI(void); void wAD7793(uint8_t RegAdr,uint32_t RegData); void ResetAD7793(void); uint32_t rAD7793(uint8_t RegAdr); typedef struct { __I uint8_t len; // Register size (bits) __I ...
https://www.eeworm.com/dl/983425.html
下载: 8
查看: 6522

技术资料 【二次开发】SmartM 串口DLL下载

/* --------------------------------------------------------------- 文件名称:SmartMComDll.h 说 明:声明串口DLL函数 作 者:温子祺 创建时间:2010-08-06 联系方式:wenziqi@hotmail.com 博 客:http://www.cnblogs.com/wenziqi/ 小 组:http://group.ednchina.com/2748/ 官 网:www.smartmcu.com - ...
https://www.eeworm.com/dl/901751.html
下载: 1
查看: 6739

单片机编程 LED电压表源代码

#include "stm8s103f.h" #include "LEDBL.h" #include "UART1.h" #include "LCD1621.h" //#include "KEY.h" #define uchar unsigned char #define uint unsigned int _Bool KEYC @PB_IDR:4;//COPY _Bool KEYP @PC_IDR:6;//POW uint ShowMode = 1;
https://www.eeworm.com/dl/510053.html
下载: 1
查看: 45

技术资料 msp430基础程序集合

LED 程序 P4OUT=BitCode; //输出位码 LED 流水灯实验 P2OUT=Code[Bit[i]]; //输出段码 #include "msp430x14 ...
https://www.eeworm.com/dl/945657.html
下载: 8
查看: 6248

单片机开发 //1602液晶显示字屏为:TX-1C MCU GOTOYUNLONGDZ #include<reg52.h> #define uchar unsigned char #defi

//1602液晶显示字屏为:TX-1C MCU GOTOYUNLONGDZ #include<reg52.h> #define uchar unsigned char #define uint unsigned int
https://www.eeworm.com/dl/648/337987.html
下载: 178
查看: 1215