搜索资源列表
usb_keyboard_design_project(based_ti_tusb2136)
- 开发工具:iar for c51 主要IC:tusb2136(ti)(8052内核) 主要应用:PC外接usb键盘,智能手机/PDA外接usb键盘 备注:使用keil开发工具编译时需要将地址分配固定,对照firmware/release/list下map文件修改源码-Tools : iar for major decoder IC : tusb2136 (ti) (8052 kernel) main applications : PC external usb keyboard, s
Kernel
- 好记星的控件,包括button,list,对文件操作
uCOS-II
- μC/OS-II 是一个基于抢占式的实时多任务内核,可固化、可剪裁、具有高 稳定性和可靠性,除此以外,μC/OS-II 的鲜明特点就是源码公开,便于移植和 维护。 在μC/OS-II官方的主页上可以查找到一个比较全面的移植范例列表。但是, 在实际的开发项目中,仍然没有针对项目所采用芯片或开发工具的合适版本。那 么,不妨自己根据需要进行移植 -μC/OS-II is a preemptive real-time based on multi-tasking kernel
linux_audio_mailing_list
- Linux Kernel中的有关声音驱动部份开发者论坛上的mailing list,对嵌入式驱动开发人员有用-Linux Kernel in the voice-driven part of the Developer Forum on the mailing list, useful for embedded-driven development officer
uCOS_51
- uCOS_51的工程目录简介】 uCOS_51 根目录 uCOS_51\uCOS-II\Src uCOS-II v2.52内核源文件目录 uCOS_51\uCOS-II\MCS-51 与硬件相关的文件目录 uCOS_51\uCOS-II\Inc 与应用相关的文件目录 uCOS_51\uCOS-II\Doc 光盘资料里面直接拷贝,附带两个自己添加的文件,一个是钟常慰编写的《uCOS-IIv2.52源码中文译注》,另一个是光盘资料压缩包
hanban
- 1、 基本功能: 使用传统链表,实现以下功能: 1) 录入(可以直接从键盘录入,也可通过文件存储) 2) 显示所有航班信息 3) 按照查询要求(比如日期、地点等),列出相关的航班信息。 2、 扩展要求: 1) 完全使用内核链表完善该项目功能。 2) 对录入的信息进行排序(比如按起飞时间排序、按起飞地址排序等) -1, the basic functions: Using traditional chain, to achieve the following f
planeproject
- 航班系统,利用内核链表,实现航班信息的录入,删除,排序,查找-Flights system, using kernel linked list, achieve flight information input, delete, sort, search
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,
klist
- 内核链表的简单例子,可以当作学习用或者简单的开发用-Simple example of the kernel list