北航2020软件工程(嵌入式方向)
☆12Jun 4, 2020Updated 6 years ago
Alternatives and similar repositories for Documents
Users that are interested in Documents are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Source code and documents for course BUAA Software Engineering Embedded 2021. 北航计算机学院2021春季学期嵌入式软件工程代码与文档.☆30Jun 2, 2022Updated 4 years ago
- 2021年北航编译课程设计,基于SysY文法的MIPS编译器☆32May 26, 2024Updated 2 years ago
- 冯如杯项目-嵌入式实时对象检测系统☆11Mar 20, 2019Updated 7 years ago
- ☆10Sep 17, 2016Updated 9 years ago
- HelloX operating system for STM32 chipset☆14Jan 18, 2015Updated 11 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- QSDK是河北骑士智能科技有限公司基于RT-THREAD RTOS编写的NB-IOT模块驱动代码☆10Nov 12, 2019Updated 6 years ago
- 针对传统快递站点的各种不足,该无人快递站点通过采用多点机器视觉模块识别快件上的条形码进而获取该货物的具体位置,再查询数据库进行数据匹配获取快件的相关信息,通过机械臂控制技术来实现智能分拣、上架,将货架信息保存至库中,并发送信息给收件人。最后,系统根据取件人的取货码或二维码,…☆16Apr 21, 2019Updated 7 years ago
- 内核源码学习,包括源码注释和学习笔记,笔记位于Lee_Doc☆11Sep 26, 2015Updated 10 years ago
- 在嵌入式软件开发当中,常常第一步就是设计整个系统的架构。有基于OS的,也有裸机的。我们先拿裸机说事儿,我想很多人在做单片机的裸机开发(甚至基于OS)时脑海里根本没有设计架构的想法,从来都是while(1)循环到底,能写点状态机已经算是基础扎实的人物了。那么问题来了,whil…☆13Nov 25, 2019Updated 6 years ago
- [ACMMM 2022 Oral] Official Implementation for Bi-directional Heterogeneous Graph Hashing towards Efficient Outfit Recommendation☆11Updated this week
- BUAA Compiler Homework☆13Mar 12, 2018Updated 8 years ago
- STM32 快速开发框架,基于标准库及C++11☆12Jan 17, 2020Updated 6 years ago
- UCMapViewer是基于UCMap(OpenGL版)的通用地图开发框架,涵盖了各类GIS数据的展示、查询、编辑、分析等各项功能 ( http://www.creable.cn/kuibu/xiazai.asp ) ,开发者可根据自己的应用需求来定制修改☆12Jan 7, 2019Updated 7 years ago
- ☆15Jan 22, 2025Updated last year
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- dwin☆13Apr 10, 2019Updated 7 years ago
- 收集有趣的、有用的、方便移植的开源仓库,大家有兴趣可以尝试移植到RT-Thread。☆15Oct 16, 2018Updated 7 years ago
- 在嵌入式开发中离不开设备通信,而在通信中稳定性最高的莫过于环形缓冲区算法,当读取速度大于写入速度时,在环形缓冲区的支持下不会丢掉任何一个字节(硬件问题除外)。从.H文件中可看到Ringbuff的数据结构,当中有读写地址以及有效未读数据大小,以及读状态等。 向外部提供的AP…☆19Nov 25, 2019Updated 6 years ago
- 基与FreeRTOS和STM32 CubeMX HAL库的简易串口框架☆15Nov 24, 2018Updated 7 years ago
- Piston-Driven Pneumatically-Actuated Soft Robots: modeling and backstepping control☆14Aug 13, 2024Updated last year
- ☆16Jun 13, 2025Updated last year
- STM32+ME3616 NBIOT模组对接OneNET代码☆15Apr 13, 2019Updated 7 years ago
- 单相用电器监测系统☆15Jul 8, 2019Updated 7 years ago
- Current-fed dual inductor converter with wide input and output voltage range☆21Mar 29, 2019Updated 7 years ago
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- 北航6系CO课 BUAA CO☆66Nov 23, 2021Updated 4 years ago
- 使用python实现《算法第四版》中的各种算法☆10Mar 13, 2017Updated 9 years ago
- 操作系统课程实验设计☆12Mar 16, 2025Updated last year
- RT-Thread&正点原子联合出品潘多拉开发板对接OneNET示例,使用AP6181 WiFi模块、OneNET EDP协议,实现数据上报和命令下发控制☆16Mar 8, 2020Updated 6 years ago
- Python bindings to the Apriltags library☆19Apr 20, 2025Updated last year
- ☆10Oct 7, 2021Updated 4 years ago
- uT/OS是中国国内最早(2009/10/10发布V1.0)的用于物联网领域的开源RTOS内核之一,是Tenux开源社区(www.tenux.org或www.tenux.cn)的核心开源项目,uT/OS开源嵌入式操作系统内核是商业级质量,支持业界常用的Keil MDK、IA…☆23Nov 16, 2017Updated 8 years ago
- Urban Region Representation Learning with Attentive Fusion (ICDE 2024)☆20Feb 9, 2025Updated last year
- Active Vision Tracking of a Tendon-driven continuum robot by using efficient model-based Reinforcement Learning☆12Aug 25, 2023Updated 2 years ago
- 1-Click AI Models by DigitalOcean Gradient • AdDeploy popular AI models on DigitalOcean Gradient GPU virtual machines with just a single click. Zero configuration with optimized deployments.
- ST公司的其中一款加速度传感器,硬件IIC通讯,Demo程序,工程基于STM32CubeIDE编写的☆18Mar 27, 2020Updated 6 years ago
- This repository contains Matlab codes associated with the paper entitled "Kinematic Modeling and Trajectory Tracking Control of an Octopu…☆12Apr 19, 2021Updated 5 years ago
- Simulation and implementation of a Nonlinear Model Predictive Growth Control for Soft Growth Robots☆12Dec 23, 2023Updated 2 years ago
- 大模型面试八股文☆48May 31, 2025Updated last year
- ☆13Feb 18, 2024Updated 2 years ago
- Code implementation of Soft Matter submission with title "Learning 3D Shape Proprioception for Continuum Soft Robots with Multiple Magnet…☆17Mar 21, 2025Updated last year
- 2020物联网毕业设计☆36Mar 17, 2020Updated 6 years ago