- 博客(3)
- 资源 (1)
- 收藏
- 关注
原创 算法与数据结构--树的有关习题
1.What is the depth of the tree in the Figure ?Answer:树的深度=根节点到最远叶子的距离,最远:A-B-E-J-L(M),有四条边,所以树的深度为4.2.Give the prefix, infix, and postfix expressions corresponding to the tree in the figure.Answ...
2020-04-27 22:55:28 1158
原创 基于51单片机的带记忆功能的电子密码锁设计
设计要求:1、利用51系列单片机为核心,矩阵键盘与LCD1602液晶显示屏组成硬件系统,设计一款电子密码锁;2、该密码锁具有设置、修改六位用户密码、超次报警、超次锁定、密码错误报警等功能;3、通过串行存储器AT24C02来实现密码的修改和存储,掉电后密码不丢失;4、当输入密码与存储密码一致时,开锁并响音乐,若三次输入错误,则报警自动锁定;其中初始密码为000000(可在代码中自行修改)。...
2020-04-26 16:56:04 2246 5
原创 数据结构与算法--递归数字打印问题
Write a function to output an arbitrary double number (which might be negative) using only printDigit for I/O. For example, the output number will be 10.55 for input number 10.548.The compiled source ...
2020-04-20 18:38:17 511
基于51单片机的的电子密码锁设计.rar
2020-04-26
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人