Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - section
Search - section - List
DL : 0
基于Vc的UCFS程序,作者在电脑上开辟了一段RAM来作为文件系统存储. 对学习fat文件系统很有帮助.-Vc based on the UCFS procedures, the authors in the computer has opened up a section of RAM as a file system storage. Fat file system of learning very helpful.
Date : 2025-12-14 Size : 2.24mb User : 吴佳磊

DL : 0
μCOS-II在lpc210x上的移植代码C语言部分,包括任务堆栈初始化代码和钩子函数等 用ads1.2编译,必须使用ARM方式编译-μCOS-II in the lpc210x Porting code to C-section, including the task stack initialization code and hook functions such as using ads1.2 compiled methods must be used to compile ARM
Date : 2025-12-14 Size : 2kb User : 李小春

DL : 0
μCOS-II在LPC210x上的移植代码CPU配置部分-μCOS-II in the LPC210x code on the CPU Configuration section of transplant
Date : 2025-12-14 Size : 1kb User : 李小春

UCOS-III中支持了时间片的轮转调度,为了减少关中断的时间, 内核在对临界段的处理上使用了一些方法,比如为防止中断中访问 临界段代码,把中断的事情分两步来做,即中断中把对内核的操作 仅做保存,实际的操作推迟到一个称为OS_IntQTask中完成!这样 就可以在程序中使用禁止调度的方式来处理临界段的代码,也大大 减少了关中断的时间!但这并不意味着这种方法就是最优了,它是在 任务切换的消耗和关中断的时间来平衡的,所以UCOS-III也支持使用 关中断的方法! -UCOS-III in support of a time slice of the round-robin scheduling, in order to reduce the interrupt off time, the kernel in the handling of the critical section using a number of methods, such as to prevent interruption in access to critical sections of the code, to break things in two steps do, that is to interrupt the operation of the kernel to do only save the actual operating postponed to a called OS_IntQTask done! This procedure can be used in a way against scheduling critical sections of code to deal with, but also greatly reduces the time to break off! But this does not mean that this method is optimal, and it is consumed in the task switching and interrupt time off to balance, so UCOS-III also supports the use of off interrupt method!
Date : 2025-12-14 Size : 6.78mb User : 比斌

这是本人翻译的InstallShield 2009 premier软件的随机使用手册中关于“发布向导”部分的使用方法。几位新手依据该文,轻松制作了安装程序。现拿出来与大家分享。若有不妥之处,恭请指正。-This is my translation of the InstallShield 2009 premier software random manual on "Publishing Wizard" section to use. Several novice in accordance with the text easy to create the installer. It is out to share with you. If anything wrong with that, respectfully corrected.
Date : 2025-12-14 Size : 269kb User : 李谷明

DL : 0
自己做的一个STC12C5A60S2单片机的一个软件测试开发包,包含了此款单片机的所有硬件资源的测试和使用,并带有UCOS-II操作系统的注释翻译和应用。-Do a STC12C5A60S2 microcontroller, a software test and development package, including the testing and use of this section all the hardware resources of the microcontroller, with comment translation and application of UCOS-II operating system.
Date : 2025-12-14 Size : 3.25mb User : yuzhimin

DL : 0
μCOS-II在lpc210x上的移植代码C语言部分,包括任务堆栈初始化代码和钩子函数等,用ads1.2编译,必须使用ARM方式编译-μCOS-II portable code in lpc210x on C-language section, including the task stack initialization code and hook function, compiled with ads1.2, you must use the ARM compiled
Date : 2025-12-14 Size : 3kb User : 程泳

ucOS-II系统在win32,VC6.0上的移植例子。本例中建立了一个最简单的task,每隔2s输出一段文字。在本例基础上,可以在win32和vc6.0的基础上模拟实现ucOS绝大多数函数(函数名与原函数相同),可作为学习使用。-ucOS-II system in transplant on win32, VC6.0 examples. In this case one of the most simple task, every 2s output section of text. In this case, on the basis of, in win32 and vc6.0 based on simulation achieve ucOS vast majority of function (function name is the same as the original function), can be used as a learning.
Date : 2025-12-14 Size : 942kb User : 孙逸仙

If you want to use SPI communication instead of SDIO on STM32F4xx for any reason, you can do that. To enable SPI communication, open your defines.h file and set constant Now, SPI is activated. Make sure, that you include dependencies libraries, described in “Dependencies” section. By default SPI1 is used with Pinspack 1, but you can set it to your own SPI (in defines.h file) with Look here to see, which pins are associated with each SPI. For SPI is also used CS (Chip select) pin. You can leave it’s settings as it is, or change it to what you want. You can do this with (in defines.h)
Date : 2025-12-14 Size : 447kb User : Alex

DL : 0
1.改进的uC-OS的内核程序段 2.正对UC-OSIII的bug作者做了修改, 3.减小单片机损耗-1. Improved kernel section of uC-OS 2. Positive for UC-OSIII the bug author made changes 3. Reduce loss microcontroller
Date : 2025-12-14 Size : 14kb User : wp

(1)、应用程序。 (2)、半导体厂商提供的库函数。 (3)、板级支持包,底层驱动。 (4)、UCOSIII源码,与CPU无关。 (5)、这部分在移植UCOSIII的时候要根据所使用的CPU架构来编写。 (6)、讲与CPU相关功能代码封装起来。 (7)、UCOSIII官方提供的一系列通用函数的源文件,一部分函数用于替代stdlib库中的函数。 (8)、配置文件。((1) applications. (2) the library function provided by the semiconductor manufacturer. (3) board level support package, bottom drive. (4), UCOSIII source code, and CPU independent. (5) this section will be written in accordance with the CPU framework used when porting UCOSIII. (6) talk about CPU related function code. (7) the source file of a series of general functions provided by UCOSIII, and some functions are used to replace the functions in stdlib library. (8) configuration file.)
Date : 2025-12-14 Size : 3.44mb User : dadayidada
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.