-
51单片机小系统
此系统可以运行在8051 8位单片机上, 就像在嵌入系统中使用C语言替代汇编一样,在嵌入系统中使用RTOS是大势所趋。原因主要是现在在大多数情况下编程效率比执行效率重要(单片机便宜嘛)。但纵观51的RTOS,keil c51 所带的RTX Full 太大(6k多),且需要外部ram,又无源代码,很多时候不实用。RTX Tiny虽然小(900多字节),但是任务没有优先级和中断管理,也无源代码,也不太实用。而ucosII虽有源代码,但是它太大,又需要外部ram,所有函数又必须是重入函数,用在51这类小片内RAM的单片机上有点勉强。于是,我借鉴ucosII和RTX Tiny编写了Small RTOS 51,虽然它为51系列编写,但是它还是比较容易移植到其它CPU上。
- 2022-02-20 02:13:51下载
- 积分:1
-
a
说明: 得到函数地址的程序,菜鸟级产品不要笑我
刚学驱动(Adress Of function)
- 2009-06-24 10:28:07下载
- 积分:1
-
bulk_loopback_app
ADI 公司的bf526 usb bulk 例程 编译环境为VisualDSP5.0++ (bf526 usb demo)
- 2013-12-11 19:18:56下载
- 积分:1
-
图的算法实现
图的算法实现
(1)将图的信息建立文件;
(2)从文件读入图的信息,建立邻接矩阵和邻接表;
(3)实现Prim、Kruskal、Dijkstra和拓扑排序算法。
(Graph Algorithms (1) will map the information to create the document (2) read from the document map information, the establishment of adjacency matrix and adjacency list (3) the realization of Prim, Kruskal, Dijkstra, and topological sorting algorithm.)
- 2021-04-22 15:18:48下载
- 积分:1
-
DataPro
采用MFC框架,输入相应函数,画出函数曲线(Draw the curves according to the function you put in.)
- 2015-03-07 22:04:03下载
- 积分:1
-
数据库系统课程设计
数据库系统课程设计(Database System Design Course)
- 2005-01-05 19:59:50下载
- 积分:1
-
c++ MFC
MFC基于c++语言,功能强大,界面开发的时候,对控件,如按钮,编辑框,对话框,进度条等的操作是基本的。带控件提示信息的对话框程序,可以增加对基本控件的认识,对进一步学习打下坚实的基础。
- 2023-01-09 08:20:03下载
- 积分:1
-
UIWebViewDemo
UIWebViewDemo,是一个简洁的手机浏览视图,可以获取有效链接进行互联网操作。(UIWebViewDemo is a simple mobile browser view, you can obtain a valid link for Internet operations.)
- 2013-05-14 20:13:17下载
- 积分:1
-
a foreigner addendum to the database example, a good example of learning, it is...
一个老外编的数据库实例工程,学习的好例子,强烈建议下载。-a foreigner addendum to the database example, a good example of learning, it is strongly recommended to download.
- 2022-10-23 10:40:04下载
- 积分:1
-
数 据 结 构 算 法 设 计 与 实 现vc运动会系统算法源代码
数 据 结 构 算 法 设 计 与 实 现vc运动会系统算法源代码-data structure and algorithm design systems to achieve vc Games algorithm source code
- 2022-10-10 01:30:03下载
- 积分:1