# CPP Code frame of intelligent lock **Repository Path**: hello_niceday/cpp-code-frame-of-intelligent-lock ## Basic Information - **Project Name**: CPP Code frame of intelligent lock - **Description**: C++ BOOST 智能锁 - **Primary Language**: C++ - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-02-20 - **Last Updated**: 2023-02-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CPP Code frame of intelligent lock #### 介绍 智能锁,涉及硬件模块诸如:指纹、按键、指静脉、人脸信息等模块,都可以执行注册和验证功能,例如注册指纹、按键密码、指静脉特征等等。他们虽然内部原理不同,但是对外提供的功能类似,所以,可以抽象为一类设备,那么他们就有着共同的父类设备。用C++这种有着继承、多态、封装等语言特性的面向对象的语言来编写智能锁的代码,是比较合适的。当然,技术不局限于语言。C语言也同样可以编写出能够传达类似思想的代码。 智能锁,守护家庭的好助手。 > 预览效果 > > ![预览1](Images/22.jpg "预览1") #### 软件架构 软件架构说明 #### 安装教程 1. xxxx 2. xxxx 3. xxxx #### 使用说明 1. xxxx 2. xxxx 3. xxxx #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)