Location:
Search - UC T
Search list
Description: uC/OS 2.52源码完整版 网上也有地方有源码,但是大多数都是少文件的,本原码完整,能够直接使用- uC/OS 2.52 source code complete version
Though there is many versions of source code on the Internet ,most of them don t include all the files, this is a complete version ,you can use it directly
Platform: |
Size: 59076 |
Author: 徐震弘 |
Hits:
Description: uC/IP V1 源代码 2003-08-13[摘][码]
....一个自由的TCP/IP协议栈-Phone / IP source code 2003-08-13 V1 [Abstract] [code] ... a free T CP / IP Protocol Stack
Platform: |
Size: 560965 |
Author: zhangdx |
Hits:
Description: In a preemptive priority based RTOS, priority inversion
problem is among the major sources of deadline
violations. Priority inheritance protocol is one of the
approaches to reduce priority inversion. Unfortunately,
RTOS like uC/OS can’t support priority inheritance
protocol since it does not allow kernel to have multiple
tasks at the same priority. Although it has different ways
to avoid priority inversion such as priority ceiling
protocol, developers still have some difficulties in
programming real time applications with it. In this paper,
we redesign the uC/OS kernel to provide the ability to
support round robin scheduling and implement priority
inheritance semaphore on the modified kernel. As result,
we port new kernel with priority inheritance semaphore to
evaluation board, and evaluate the execution time of each
of the kernel service as well as verify the operations of
our implementation.
Platform: |
Size: 135878 |
Author: 刘天宏 |
Hits:
Description: Using the UnderC Tokenizer Class
It s often necessary to parse complex text files, where standard i/o
is too clumsy. C programmers fall back on strtok(), but this can be
tricky to use properly. Besides, you are still responsible for keeping
strtok() fed with new input, and I don t like the schlepp.
Tokenizer is a text-parsing input stream, modelled after the (undocumented)
VCL TParser class, and based on the UnderC tokenizing preprocessor front-end.
Platform: |
Size: 16553 |
Author: lee |
Hits:
Description: uC/OS 2.52源码完整版 网上也有地方有源码,但是大多数都是少文件的,本原码完整,能够直接使用- uC/OS 2.52 source code complete version
Though there is many versions of source code on the Internet ,most of them don t include all the files, this is a complete version ,you can use it directly
Platform: |
Size: 58368 |
Author: 徐震弘 |
Hits:
Description: uctcpip2.0 和ucosII完美结合-uctcpip2.0 and ucosII perfect combination
Platform: |
Size: 248832 |
Author: 戴松青 |
Hits:
Description: uC/IP V1 源代码 2003-08-13[摘][码]
....一个自由的TCP/IP协议栈-Phone/IP source code 2003-08-13 V1 [Abstract] [code] ... a free T CP/IP Protocol Stack
Platform: |
Size: 561152 |
Author: zhangdx |
Hits:
Description: In a preemptive priority based RTOS, priority inversion
problem is among the major sources of deadline
violations. Priority inheritance protocol is one of the
approaches to reduce priority inversion. Unfortunately,
RTOS like uC/OS can’t support priority inheritance
protocol since it does not allow kernel to have multiple
tasks at the same priority. Although it has different ways
to avoid priority inversion such as priority ceiling
protocol, developers still have some difficulties in
programming real time applications with it. In this paper,
we redesign the uC/OS kernel to provide the ability to
support round robin scheduling and implement priority
inheritance semaphore on the modified kernel. As result,
we port new kernel with priority inheritance semaphore to
evaluation board, and evaluate the execution time of each
of the kernel service as well as verify the operations of
our implementation.-In a preemptive priority based RTOS, priority inversionproblem is among the major sources of deadlineviolations. Priority inheritance protocol is one of theapproaches to reduce priority inversion. Unfortunately, RTOS like uC/OS can t support priority inheritanceprotocol since it does not allow kernel to have multipletasks at the same priority. Although it has different waysto avoid priority inversion such as priority ceilingprotocol, developers still have some difficulties inprogramming real time applications with it. In this paper, we redesign the uC/OS kernel to provide the ability tosupport round robin scheduling and implement priorityinheritance semaphore on the modified kernel. As result, we port new kernel with priority inheritance semaphore toevaluation board, and evaluate the execution time of eachof the kernel service as well as verify the operations ofour implementation.
Platform: |
Size: 135168 |
Author: 刘天宏 |
Hits:
Description: Using the UnderC Tokenizer Class
It s often necessary to parse complex text files, where standard i/o
is too clumsy. C programmers fall back on strtok(), but this can be
tricky to use properly. Besides, you are still responsible for keeping
strtok() fed with new input, and I don t like the schlepp.
Tokenizer is a text-parsing input stream, modelled after the (undocumented)
VCL TParser class, and based on the UnderC tokenizing preprocessor front-end.
Platform: |
Size: 16384 |
Author: lee |
Hits:
Description: UCS (Ultra Corba Simulator) is one more powerful corba client/servant simulator tool than other similar products(e.g. Telcopro s MtSim, or OpenFusion s Corba Explorer, or eaiBridge s CAST). It doesn t need idl-related helper class or IR service.
Platform: |
Size: 7607296 |
Author: ucs_2008 |
Hits:
Description: 基于UCOS操作系统的TCP/IP源代码-UCOS operating system based on TCP/IP source code
Platform: |
Size: 36864 |
Author: 陈晓 |
Hits:
Description: MiniGUI 是一款面向实时嵌入式系统的图形用户界面支持系统。MiniGUI 的开发起始于 1998 年底,到现在已历经近十年时间。经过飞漫软件多年的精心打造,MiniGUI 已经成为性能优良、功能丰富的跨操作系统嵌入式图形用户界面支持系统.和 Linux 这样的类 UNIX 操作系统相比,一般意义上的传统嵌入式操作系统具有一些特殊性。举例而言,诸如 uClinux、uC/OS-II、eCos 等操作系统,通常运行在没有 MMU(内存管理单元,用于提供虚拟内存支持)的 CPU 上;这时,往往就没有进程的概念,而只有线程或者任务的概念,这样,MiniGUI 的运行环境也就大相径庭。
-MiniGUI 是一款面向实时嵌入式系统的图形用户界面支持系统。MiniGUI 的开发起始于 1998 年底,到现在已历经近十年时间。经过飞漫软件多年的精心打造,MiniGUI 已经成为性能优良、功能丰富的跨操作系统嵌入式图形用户界面支持系统.和 Linux 这样的类 UNIX 操作系统相比,一般意义上的传统嵌入式操作系统具有一些特殊性。举例而言,诸如 uClinux、uC/OS-II、eCos 等操作系统,通常运行在没有 MMU(内存管理单元,用于提供虚拟内存支持)的 CPU 上;这时,往往就没有进程的概念,而只有线程或者任务的概念,这样,MiniGUI 的运行环境也就大相径庭。
dfdsg
Platform: |
Size: 2957312 |
Author: zhangwei |
Hits:
Description: LPC2368驱动淘宝上27元钱的TFT的代码,包含了uCOS+uCGUI,希望各位能够用得到:)-LPC2368 driver 27 yuan on Taobao TFT money code, contains uCOS+ uCGUI, hope you can get:)
Platform: |
Size: 1523712 |
Author: 程度 |
Hits:
Description: 介绍了两通适滤波器组的完全重构条件,利川E uc lidean分解算法,将两通适滤波器组的设计问题简化为
寻找给定特性的低通滤波器的最佳Euclidean }I_补滤波器的单变量非线性优化问题,并探讨了采川遗传算法设计此
类高度非线性优化问题最后通过设计例子说明将遗传算法应川到滤波器组的设计,是可行的
-Abstract: T his paper f>resenLs un effe< Live rneLhod based on genetic ulgoriLhrn for designing Lw<r < hunnel perfe< L re< orr
sLru< Lion(PPS) filler banks. After Lhe perfe< L re<onslru<:Lion(PPS) conditions are studied, Lhe design f>rol>lem is simf>lified
Lo seur< h for Lhe best eu< lideun <ornf>lernenLurv-filler uwresf>onding Lo Lhe given low-puss filler by using Eu< lideun fu< Lor-
izuLion. Then genetic ulgoriLhrn is used Lo <x>rnpuLe Lhe nonlinear f>rogrumming fwl>lern. Finullv un exumf>le is given Lo i1-
lusLruLe Lhe proE>osed rneLhod is effe< Live.
Platform: |
Size: 62464 |
Author: 百度 |
Hits:
Description: 无线通信经典书籍,作者David.Tse为UC-Berkeley教授,内定为下一代通信学界接班人,与他的学生(UIUC副教授)合著,工科通信专业研究生必备参考书.-Fundamentals of wireless communications, a typicall book among the best-seller in communication areas
Platform: |
Size: 4421632 |
Author: 高昕 |
Hits:
Description: MicroCOS-II The Real-Time Kernel second Edition
Companion CD for the Book and contains all source code
for uC/OS-II and ports for the Intel 80x86 processor running in real mode.
Platform: |
Size: 5350400 |
Author: gaansan |
Hits:
Description: 提 出了基于修正空间 时频分布( S TF D) 矩阵 的 ES P RI T算法 以实现 对宽 带线性调 频信号 的到达
角估计-Th e a l g or i t h m f o r di r e c t i o n- o f- a r r i va l o f t he wi d e ba n d c hi r p s i gna l s ba s e d 0 1 3 .ESPRI T u s i n g
t he mo di f i e d s p a t i a l t i me- f r e q ue n c y ma t r i x i S pr e s e nt e d.The mod i f i e d STFD ma t r i x whi c h h as t he s i mi l ar
ma t he ma t i c a l c on st r uc t i o n wi t h t he c o va r i a nc e ma t r i x c a n be ob t a i ne d wi t h t h e c r o s s W i gn e r- Vi l l e
di s t r i but i o ns o f t he o ut pu t s of t he ar r a y.Unde r t he c o nd i t i on of un i f o r m l i n e a r r a y,t he mo di f i e d STFD
ma t r i x c a n b e t r a n s f or me d i nt o t he ma t r i x wh i c h h a s t he pr op e r t y of r ot a t i on a l i nva r i a nc e . The n t he
ESPRI T c a n be a p pl i e d t o D O A e s t i ma t i on
Platform: |
Size: 145408 |
Author: fjp119 |
Hits:
Description: 绘制电容电压变化曲线
电阻、电感、电容串联电路R、L、C,试求电路突然接通电源E时,电源电压uc(t)的变化规律,并绘制R=1,L=0.5,C=1,E=1,uc(0)=0,uc’(0)=0时的电容电压uc(t)d 的变化曲线。
-Draw capacitance voltage variation curve resistor, inductor, capacitor series circuit of the R, L, and C, Find circuit suddenly turned on the power supply E, the variation of the supply voltage uc (t), and draw the R = 1, L = 0.5, C = 1, E = 1, UC (0) = 0, uc ' (0) = 0 when the capacitor voltage uc (t) is the change of d curve.
Platform: |
Size: 30720 |
Author: 王明 |
Hits:
Description: For times when you don t have itoa available or it takes too much code and you have a tiny uC with 1k flash you could use this version. It is compact and hand written to meet my needs. Hoping my needs are not unique.-For times when you don t have itoa available or it takes too much code and you have a tiny uC with 1k flash you could use this version. It is compact and hand written to meet my needs. Hoping my needs are not unique.
Platform: |
Size: 1024 |
Author: Rein |
Hits:
Description: uCOSII2.91在VS2010上移植成功!
初学ucosII的朋友可以在电脑上直接模拟学习了!再也不用bc这样的编译工具了!也不用vc6.0那种古老的编译环境了!
松加愉快!(UCOSII2.91 has been successfully transplanted on VS2010!
A friend who first learns ucosII can simulate learning directly on the computer! No more compiling tools like BC! Don't use the old compiling environment of VC6.0!
Relax and have a good time!)
Platform: |
Size: 2065408 |
Author: 科尔莫日 |
Hits: