搜索资源列表
snake
- 双向链表实现的贪吃蛇游戏,有详细的注释。调用一块液晶屏的GUI函数,移植性好。-Two-way linked list implementation Snake game with detailed annotations. Call an LCD screen GUI functions, porting is good.
C_linked_list_data
- C语言实现数据结构的链表,介绍链表的数据结构及基本的算法-C language linked list data structures, linked list data structure and introduces the basic algorithm
thefirsttimetoadapttomethod
- 采用首次适应法模拟内存分配,用链表实现,解释较全面-Storage allocation algorithm uses the first time to adapt to (FF) method.
danpianji_lianbiao
- 单片机多级菜单编程实现建立一个树状的菜单结构,用链表实现-Microcontroller programming multi-level menu (ZT) to build a tree menu structure, with the linked list implementation
menu
- 本例是实现了链表菜单的实现,并给出了在Renesas单片机编译环境下实现的具体实例-In this case is linked list menu, and gives specific examples of Renesas MCU compiler environment
ourdev_531827
- 用链表实现LCD多级菜单显示效果,用链表实现LCD多级菜单显示效果-List LCD multi-level menu display, display LCD multi-level menu List
Elevator
- 基于stm32f103RBT6的电梯控制程序,以链表管理逻辑关系,定时器中断,实现任意楼层停靠-stm32f103RBT6,The elevator control program,linked list
STM32F103_Model
- 电力抄表系统检测设备的软件实现,主要功能:检测链路是否畅通,链路数据采集并显示等。使用芯片:STM32单片机。-Electricity meter reading system detects the device software, the main function: to detect link is smooth, link data acquisition and display. Using the chip: STM32 microcontroller.
webPlayer
- 第一个版本的原型机会采用Cortex M3级别的芯片,使用SD卡作为音乐的缓冲区,通过WiFi模块配合 lwIP网络协议栈连接豆瓣服务器,将数据首先下载到SD卡中缓存起来;系统采用一块Vx10xx MP3解码 芯片实现音乐的解码和播放。播放模块始终从SD卡中读取缓存的音乐,从而避免由于网络不稳定带来的 糟糕的播放体验。为了保护该开源项目,SD卡将不使用任何标准的文件系统,我们会将其视作一个巨大 的FLASH缓冲区使用,配合一个简单的链表式存储结构来保存和索引音乐文件。为了解决T
Multi-level-menu
- 用链表实现多级菜单,STM32彩屏显示多级菜单-List realize multi-level menu, STM32 color display multi-level menu
link_list
- 基于IAR在stm32f4上面实现链表,堆栈。-Based on stm32f4 in the IAR to achieve the list, the stack.
animal-game
- 通过链表指针实现动物运动会的功能,运用到深拷贝,指针访问。-Animal Games through the linked list pointers function, applied to deep copy pointer accesses.