登录
首页 » C++ Builder » SourceCode12_uCOS_II_F340

SourceCode12_uCOS_II_F340

于 2013-01-13 发布 文件大小:286KB
0 216
下载积分: 1 下载次数: 6

代码说明:

  UCOSII在C8051F340上的移植(C8051F340 UCOSII)

文件列表:

SourceCode12_uCOS_II_F340
.........................\APPs
.........................\....\main.c,1898,2010-09-19
.........................\....\STARTUP.A51,5253,2008-04-20
.........................\Project
.........................\.......\List
.........................\.......\....\main.lst,4408,2010-09-20
.........................\.......\....\OS.lst,21432,2010-09-20
.........................\.......\....\OS_CORE.lst,61989,2010-09-20
.........................\.......\....\OS_CPU_C.lst,20079,2010-09-20
.........................\.......\....\OS_FLAG.lst,60117,2010-09-20
.........................\.......\....\OS_MBOX.lst,32691,2010-09-20
.........................\.......\....\OS_MEM.lst,19596,2010-09-20
.........................\.......\....\OS_MUTEX.lst,37673,2010-09-20
.........................\.......\....\OS_Q.lst,47250,2010-09-20
.........................\.......\....\OS_SEM.lst,26942,2010-09-20
.........................\.......\....\OS_TASK.lst,49093,2010-09-20
.........................\.......\....\OS_TIME.lst,14361,2010-09-20
.........................\.......\....\STARTUP.lst,12134,2010-09-20
.........................\.......\....\uCOS_II.m51,68617,2010-09-20
.........................\.......\OS.lst,21389,2009-07-19
.........................\.......\output
.........................\.......\......\ExtDll.iex,19,2009-08-17
.........................\.......\......\main.obj,29774,2010-09-20
.........................\.......\......\OS.obj,2121,2010-09-20
.........................\.......\......\OS_CORE.obj,53384,2010-09-20
.........................\.......\......\OS_CPU_C.obj,33630,2010-09-20
.........................\.......\......\OS_FLAG.obj,25603,2010-09-20
.........................\.......\......\OS_MBOX.obj,32202,2010-09-20
.........................\.......\......\OS_MEM.obj,33405,2010-09-20
.........................\.......\......\OS_MUTEX.obj,25933,2010-09-20
.........................\.......\......\OS_Q.obj,25874,2010-09-20
.........................\.......\......\OS_SEM.obj,31444,2010-09-20
.........................\.......\......\OS_TASK.obj,39107,2010-09-20
.........................\.......\......\OS_TIME.obj,28484,2010-09-20
.........................\.......\......\STARTUP.obj,869,2010-09-20
.........................\.......\......\uCOS_II,347364,2010-09-20
.........................\.......\......\uCOS_II.hex,31852,2010-09-20
.........................\.......\......\uCOS_II.lnp,403,2010-09-20
.........................\.......\......\uCOS_II.plg,969,2010-09-20
.........................\.......\uCOS_II.Opt,2523,2010-09-20
.........................\.......\uCOS_II.plg,7579,2009-07-19
.........................\.......\uCOS_II.Uv2,2781,2010-09-20
.........................\.......\uCOS_II_Opt.Bak,2530,2010-09-19
.........................\.......\uCOS_II_Uv2.Bak,2781,2010-09-19
.........................\uCosii
.........................\......\INCLUDES.H,1100,2009-07-19
.........................\......\OS.A51,8487,2008-07-22
.........................\......\OS_CFG.H,8513,2009-07-19
.........................\......\OS_CORE.C,44674,2008-04-17
.........................\......\OS_CPU.H,4493,2009-07-19
.........................\......\OS_CPU_C.C,13455,2009-08-17
.........................\......\OS_FLAG.C,44914,2008-03-24
.........................\......\os_kcdef.h,557,2001-12-09
.........................\......\OS_MBOX.C,23914,2008-03-24
.........................\......\OS_MEM.C,14180,2008-06-12
.........................\......\OS_MUTEX.C,27977,2008-03-24
.........................\......\OS_Q.C,34696,2008-03-24
.........................\......\OS_SEM.C,19556,2008-03-24
.........................\......\OS_TASK.C,36204,2008-04-03
.........................\......\OS_TIME.C,9963,2008-03-24
.........................\......\uCOS_II.C,1064,2008-03-17
.........................\......\uCOS_II.H,47939,2009-07-19

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 小学期电信16-1秦毫
    oled屏幕上面显示时分秒,可自行控制暂停(Time and seconds are displayed on the OLED screen, and the pause can be controlled by itself.)
    2019-01-06 12:14:10下载
    积分:1
  • 1046.-Plane-Spotting
    大多数自行车速度表工作通过使用霍尔效应传感器固定在自行车前叉。磁铁是附加到前轮上的辐条之一,它将与霍尔效应开关一次革命的车轮。速度计监测传感器计数轮革命。如果知道车轮的直径,距离可以很容易地计算如果你知道有多少革命的车轮。此外,如果时间完成革命,平均速度也可以计算出来。 对于这个问题,您将编写一个程序来确定总距离(英里)和平均速度(英里每小时)考虑到车轮直径,革命的数量和总时间的旅行。你可以假定前轮从未离开地面,并没有下滑或打滑。(Most bicycle speedometers work by using a Hall Effect sensor fastened to the front fork of the bicycle. A magnet is attached to one of the spokes on the front wheel so that it will line up with the Hall Effect switch once per revolution of the wheel. The speedometer monitors the sensor to count wheel revolutions. If the diameter of the wheel is known, the distance traveled can be easily be calculated if you know how many revolutions the wheel has made. In addition, if the time it takes to complete the revolutions is known, the average speed can also be calculated. For this problem, you will write a program to determine the total distance traveled (in miles) and the average speed (in Miles Per Hour) given the wheel diameter, the number of revolutions and the total time of the trip. You can assume that the front wheel never leaves the ground, and there is no slipping or skidding.)
    2013-12-21 14:06:26下载
    积分:1
  • COORDINATES12
    C program for converting polar to rectangular coordinates rectangular to polar coordinates finding distance between the coordinates
    2010-06-04 23:11:22下载
    积分:1
  • PWM
    msp430单片机通过产生PWM波控制舵机(msp430 microcontroller to generate the PWM wave control servos)
    2021-03-08 16:19:28下载
    积分:1
  • 交通灯程序
    1.东西方向、南北方向均有红、黄、绿三种信号灯; 2.东西干道和南北干道,绿灯下情况通行,红灯情况下不行,黄灯情况下 慢行; 3.东西干道和南北干道交替控制; 4.实时提醒绿灯亮的剩余时间; 5.通行时间可调; 6.雾霾或夜间模式按钮按下,所有方向显示黄灯.(1. there are three red, yellow and green lights in east-west direction and north-south direction. 2. the East West trunk road and the north-south trunk road pass under the green light. 3. East and west main road and the north and South Main Road alternately control; 4. reminding the remaining time of the green light in real time; 5. the time can be adjusted; 6. haze or night mode button is pressed, all directions show yellow light.)
    2021-01-13 22:48:47下载
    积分:1
  • 例程 CPU Demo
    说明:  cpu卡 读卡示例程序 单片机stm32 编译环境keil(CPU card reading sample program STM32 compiler environment KEIL)
    2021-04-19 16:48:51下载
    积分:1
  • lan
    一台安捷伦的N9020A频谱分析仪,所带的例子是GPIB连接的,现在用LAN来连接。 (Agilent N9020A spectrum analyzer, the example brought to GPIB connection, use the LAN to connect.)
    2012-11-20 14:18:05下载
    积分:1
  • Infrared
    红外遥控电灯,可以控制灯的亮度和关灭....(Infrared remote control lights, you can control the lamp brightness.)
    2011-08-18 23:50:01下载
    积分:1
  • ADXL345-SPI
    msp430x16x与ADXL345的spi通讯(msp430x16x the ADXL345 spi communication)
    2020-07-01 17:40:01下载
    积分:1
  • mips16_functions_c32_example
    PIC32是Microchip公司的32位单片机,此例介绍了如何使用mips16缩短指令集(Is Microchip' s PIC32 32-bit microcontroller, this example describes how to use the reduced instruction set mips16)
    2010-07-14 14:02:12下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载