Skip to content
View meng-plus's full-sized avatar
🏠
居家办公
🏠
居家办公

Block or report meng-plus

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
meng-plus/README.md

Hi there 👋

GitHub 监控 Google 监控 Zhihu 监控 gitee 监控

mengplus's GitHub statsTop Langs

about me

嵌入式开发工程师,喜欢应用新的技术和新的设计思想到单片机平台。

我的宗旨是

  1. 代码可读性第一,执行效率第二;
  2. 提高代码复用,降低程序员负担;
  3. 高效的设计方案提高整体性能;
  4. 全局最优比局部最优更有价值;
  5. 一次设计终身收益

所以我的原则是

  1. 架构是项目的开端
  2. 每个模块的设计有法可依
  3. 功能是通用而非专用
  4. 分层是必然的结构
  5. 面向对象是我努力的目标
  6. 不写注释就是高质量代码的表现

📫 How to reach me

  1. B站 公开了我分享的学习视频https://space.bilibili.com/152180949
  2. CSDN 分享了一些文字笔记https://blog.csdn.net/qq_34901073
  3. gitee分享了我的代码https://gitee.com/mengplus/
  4. github 同样分享了我的代码https://github.com/meng-plus
  5. 自然还有这里啦https://mengplus.gitbook.io/
  6. QQ交流渠道790012859(51群); 929996346(32群);113129301(鸿蒙群);71263861(C语言/C++/VC/MFC程序设计);740239588(Qt/C++/Linux)
  7. 淘宝店铺:https://mengplus.taobao.com/

Popular repositories Loading

  1. 51MCU_Drive 51MCU_Drive Public

    51单片机经典驱动设计方案

    C 13 4

  2. 51MCU 51MCU Public

    51单片机的一些小例程

    C 10 6

  3. modbusPro modbusPro Public

    我的modbus开发库,提高封装程度,降低二次开发难度,提高开发过程中频繁调试增删命令的需求

    C++ 1

  4. error_code error_code Public

    设备故障码管理框架

    C 1

  5. mm_sspi mm_sspi Public

    模拟SPI(Serial Peripheral Interface)在单片机开发中经常被使用,通过模块化的设计简化设计避免重复的工作量,

    C 1

  6. C-PointerLecture C-PointerLecture Public

    C语言专题知识讲解示例代码

    C++