搜索资源列表
GPS---1.1
- GPS,89c52单片机采集显示程序keil,采用循环链表方式接收串口发送的GPS数据并进行解析。-GPS, 89c52 microcontroller collection display program the keil using circular linked list to receive the serial port to send GPS data to parse.
DuLinkList
- 一个基于面向对象的双向循环链表程序,提供链表数据的插入,添加,前序打印,后序打印,查找,计算长度等功能。-Based on object-oriented way circular list program that provides the list of data insertion, addition, pre-order printing, after printing sequence, find, calculate the length of the other functions
STM32简单的GUI程序
- 简单的图形界面,main初始化完成之后直接进入菜单界面循环。指针函数指向菜单切换链表的第一个函数,退出函数后,根据KEY_TYPE变量的值,指向链表中不同编号的函数。非常直观,适合无操作系统的简单的环境下编程。