搜索资源列表
memoryshare
- vxworks共享内存代码,实现了vxworks双端链表,对初学者掌握vxworks共享内存提供了良好的借鉴-vxworks shared memory code, to achieve a double-vxworks client list, for beginners to master vxworks shared memory provides a good reference
c_list
- 在纯C语言嵌入式开发环境下可以使用的双链表算法及相关调试接口函数。-double list using C language
c_suanfa
- c常用算法 带头结点双链循环线性表 单链表 单循环链表 定长串 -c common algorithms to take the lead node linear form double-stranded cycle fixed-length string list list round robin ...
DuLinkList_file
- 读取目录中的文件名,放到循环双链表中,按1查看前一个, 按2查看后一个,按3退出。 -Read files in the directory name into the circulation doubly linked list, press 1 View 2 View 3 exit.
webPlayer
- 第一个版本的原型机会采用Cortex M3级别的芯片,使用SD卡作为音乐的缓冲区,通过WiFi模块配合 lwIP网络协议栈连接豆瓣服务器,将数据首先下载到SD卡中缓存起来;系统采用一块Vx10xx MP3解码 芯片实现音乐的解码和播放。播放模块始终从SD卡中读取缓存的音乐,从而避免由于网络不稳定带来的 糟糕的播放体验。为了保护该开源项目,SD卡将不使用任何标准的文件系统,我们会将其视作一个巨大 的FLASH缓冲区使用,配合一个简单的链表式存储结构来保存和索引音乐文件。为了解决T
Raw-os-kernel
- 传统的os 比如ucos 这种维护了一个头为单指针的双向链表,这样导致链表插入到尾部的速度很慢,得不偿失,所以raw os 采用了头为双指针的双向链表,插入速度更快。-Traditional OS such as UCOS the maintain a head for a single needle two-way linked list. As a result, the linked list insertion to the tail of the speed is very slow,