此源代码为UC/OS-II移植到51单片机的源代码.包括OS_CPU.H,OS_CPU_C.C,OS_CPU_A.S三个主要文件
标签: OS_CPU_C OS_CPU_A OS_CPU OS-II
上传时间: 2015-04-19
上传用户:王楚楚
C51读写DS12887程序 已用于开发的无线电子衡器上 包括RTC.h及RTC.c
上传时间: 2015-04-20
上传用户:youmo81
用H无穷控制,对不稳定系统进行鲁棒控制。本人用车载DVD作了仿真试验,效果较好
标签: 控制
上传时间: 2013-12-17
上传用户:shinesyh
包含8个文件:type.h, borrow.c, createfile.c, MainMenuControl.C, reader.c, readfile.c, search.c, writefile.c
标签: MainMenuControl createfile writefile readfile
上传时间: 2013-12-22
上传用户:xuanchangri
第1章-SD卡读写模块 1. sdconfig.h: 该文件为SD卡读写模块配置头文件,用户可根据实际硬件条件进行修改. 2. SD目录 : SD卡读写模块的全部文件,一般不用修改. 3. 建议sdconfig.h文件不要放于SD目录中,因为SD目录中的文件一般无须修改,sdconfig.h通常会有改动. 4. 例子见上一级目录的SDExample目录.
上传时间: 2015-04-23
上传用户:lanwei
c编译器中time.h的实现,对于要想了解c的标准库,有必要看一看。
上传时间: 2013-12-25
上传用户:stella2015
绝对正真的stdio.h的实现,从原始的io角度看待自己所编写的c指令,对以后c的深入研究大有裨益。
上传时间: 2015-04-24
上传用户:klin3139
prolog 找路例子程序: === === === === === === Part 1-Adding connections Part 2-Simple Path example | ?- path1(a,b,P,T). will produce the response: T = 15 P = [a,b] ? Part 3 - Non-repeating path As an example, the query: ?- path2(a,h,P,T). will succeed and may produce the bindings: P = [a,depot,b,d,e,f,h] T = 155 Part 4 - Generating a path below a cost threshold As an example, the query: ?- path_below_cost(a,[a,b,c,d,e,f,g,h],RS,300). returns: RS = [a,b,depot,c,d,e,g,f,h] ? RS = [a,c,depot,b,d,e,g,f,h] ? no ==================================
标签: Part connections example prolog
上传时间: 2015-04-24
上传用户:ljt101007
H.264 RTP 打包格式中文译稿,针对视频应用/网络电话/IPTV人士
上传时间: 2014-11-05
上传用户:stella2015
In case you haven t realized it, building computer systems is hard. As the complexity of the system gets greater, the task of building the software gets exponentially harder. As in any profession, we can progress only by learning, both from our mistakes and from our successes. This book represents some of this learning written in a form that I hope will help you to learn these lessons quicker than I did, or to communicate to others more effectively than I did before I boiled these patterns down.
标签: complexity the building computer
上传时间: 2015-04-25
上传用户:tyler