-
室内温湿度监控系统源代码及相关资料
主要内容是基于51单片机,借助于温湿度传感器来设计一个温湿度监控系统,用来监控及测量室内的温度与湿度。基本要求有:(1) 能够实时、准确的测量室内的温度值与湿度值;(2) 人性化的设计,用户能够根据不同的需求设定上、下限温度值,当超过界限值时启动报警装置;(3) 温度检测范围:0℃-40℃;测量精度:+ 2℃;(4) 湿度检测范围:20%RH-90%RH;测量精度:+ 5%RH;显示方式:LCD显示。
- 2023-06-24 02:30:04下载
- 积分:1
-
基于MINI2440的 实时时钟的实验源码+启动代码 下载后可以直接运行...
基于MINI2440的 实时时钟的实验源码+启动代码 下载后可以直接运行-Based on real-time clock MINI2440 experimental source+ download boot code can run! !
- 2022-03-21 06:12:10下载
- 积分:1
-
DE2 练习源码2-1
Part I
We wish to display on the 7-segment displays HEX3 to HEX0 the values set by the switches SW15−0. Let the
values denoted by SW15−12, SW11−8, SW7−4 and SW3−0 be displayed on HEX3, HEX2, HEX1 and HEX0,
respectively. Your circuit should be able to display the digits from 0 to 9, and should treat the valuations 1010 to
1111 as don’t-cares.
1. Create a new project which will be used to implement the desired circuit on the Altera DE2 board. The
intent of this exercise is to manually derive the logic functions needed for the 7-segment displays. You
should use only simple VHDL assignment statements in your code and specify e
- 2022-03-23 22:31:42下载
- 积分:1
-
NIOS II UART test procedure, using a week Ligong a development board, if it is i...
NIOS II UART 测试程序,使用的是周立功出的开发板,如果是自己的板子,只需配置引脚就可以使用-NIOS II UART test procedure, using a week Ligong a development board, if it is its own board, simply configuring the pins you can use
- 2022-11-18 00:55:03下载
- 积分:1
-
一个用asm写的操作系统原型
很适合大家学习学习
一个用asm写的操作系统原型
很适合大家学习学习-This a prototype of an operating system written in assembly language. It is very suitable for learning.
- 2022-02-01 09:53:29下载
- 积分:1
-
STR710的定时器编程C语言例子,开发环境为IAR EWARM。
STR710的定时器编程C语言例子,开发环境为IAR EWARM。-STR710 timer programming example of C language, development environment IAR EWARM.
- 2022-12-28 02:05:03下载
- 积分:1
-
首先,打开图像(256色);再次,进行归一化处理,点击“一次性处理”;最后,点击“R”或者使用菜单找到相应项来进行识别。识别的结果显示在屏幕上,同时也输出到文件...
首先,打开图像(256色);再次,进行归一化处理,点击“一次性处理”;最后,点击“R”或者使用菜单找到相应项来进行识别。识别的结果显示在屏幕上,同时也输出到文件result.txt中。-First, open the Image (256 colors); Again, a naturalization processing, click on "one-time"; Finally, click on the "R" or use the menu item corresponding to find identification. The results show identification on the screen, but also the output to a file which result.txt.
- 2023-07-13 14:35:03下载
- 积分:1
-
S3C44BOX BIOS. Use the command : help show help
S3C44BOX的BIOS。可使用的命令:help --- show help ? --- = help date --- show or set current date time --- show or set current time setweek --- set weekday clock --- show system running clock setmclk --- set system running clock setbaud ------ set baud rate ipcfg ------ show or set IP address load ------ load file to ram comload ------ load file from serial port run ------ run from sdram prog ------ program flash copy ------ copy flash from src to dst address boot ------ boot from flash backup ------ move bios to the top of flash md ------ show memory data move ------ move program from flash to sdram-S3C44BOX BIOS. Use the command : help show help------------------ = help show date set current date or time or set------ show current time setweek------ set weekday show------ clock system running clock setmclk------ set system running clock setbaud set baud rate------------ ipcfg show or set IP address load------ load file to ram comload------ load file from serial port run--
- 2022-01-27 11:08:18下载
- 积分:1
-
单片机电子密码锁
#include
#include
#include
#include //包含随机函数rand()的定义文件
#include //包含_nop_()函数定义的头文件
#define uchar unsigned char
#define uint unsigned int
#define LCDIO P0
#define delay4us() _nop_();_nop_();_nop_();_nop_();
uchar buffer[4]={0}; //缓冲
sbit sda=P3^3; 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-07-05 00:10:04下载
- 积分:1
-
"embedded system components revealed" part of the source code informat...
《嵌入式系统构件揭密》部分源代码资料-"embedded system components revealed" part of the source code information
- 2022-01-25 22:18:07下载
- 积分:1