登录
首页 » C# » 51 多任务

51 多任务

于 2022-03-13 发布 文件大小:307.86 kB
0 142
下载积分: 2 下载次数: 1

代码说明:

在应用程序设计中,合理的使用操作系统可以使程序编写难度大大降低。但操作系统本 身需要占用一定的内存和CPU处理时间,所以操作系统一般用在功能强劲的CPU如80x86、 ARM中,在8051 单片机中应用较少。 如何在8051 单片机中使用操作系统?近年来,不少网友公布了其操作系统代码,其中 比较著名的有杨屹移植的ucos/ii和陈明计的small rtos51(已经有出版书籍)。在keil集成开 发环境中,也包含了一个名为RTX-51的操作系统,有两个版本,其中tiny版本可以在没有 外部存储器的情况下运行,使用较上面两种系统要简单,适合入门学习。当我们有一定的操 作系统程序编写经验后,转到学习其它操作系统就会容易很多。

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

发表评论

0 个回复

  • 计算器实现
    实现一个简单的计算加减乘除功能,能进行连接式计算。
    2022-03-23 07:00:52下载
    积分:1
  • boil
    说明:  fluent官方教程:蒸发冷凝模型(Lee model)-udf(fluent tutorial: Lee model-udf)
    2021-03-13 14:19:24下载
    积分:1
  • MFCDraw
    MFC 画图程序 包括了所有画图的功能! 里面包括了源代码,相当好用!(MFC Paint program to include all the functions of drawing! Which includes source code, very easy to use!)
    2020-11-19 10:09:37下载
    积分:1
  • Duaoller
    说明:  双DSP与FPGA的发电机控制器的设计Dual DSP and FPGA design generator controller(Dual DSP and FPGA design generator controller)
    2011-03-23 20:47:48下载
    积分:1
  • DataManage
    基于supermap的二次开发,数据管理功能强大,除了地图的基本操作还有文件操作(Data Management is a powerful addition to the basic operation of the map file operations based on the secondary development of supermap)
    2020-07-03 20:00:01下载
    积分:1
  • B18
    E:Visual_C__MFC扩展编程实例 例18 动态地抓取应用程序的屏幕图像并将其打印。 上一个实例打印的是文档的报表,而不是当前出现在屏幕上的内容。在本例中,将实现 屏幕抓取并打印其内容。M F C 为打印视提供了有限的支持, 但只要用M F C 在 C Vi e w : : O n D r a w ( )中所提供的设备环境,就可以绘制自己的视。在打印视的时候, M F C只需调 用具备打印机设备环境的O n D r a w ( )函数即可。但是,如果不绘制自己的视,例如,用一个或 者一个以上的控件窗口填充自己的视就不会打印任何东西。每个控件将使用自己的设备环境 将自己打印到屏幕,因此打印视的唯一途径就是抓取屏幕(拷贝其内容到一个位图对象)并将其 打印到打印机。由于该功能整个与位图相关,因此将该功能封装到了位图类中。(E : Visual_C__MFC expand programming examples cases 18 crawls dynamic application's screen images and their Print. Print example, a document is a statement, rather than the current appeared on the screen content. In this case, to achieve the screen crawls and print its contents. M F C Print, as provided limited support, but as long as M F C in C Vi e w : : O r a n D. w (), which provided the equipment environment, we can draw our own consideration. In Print, as when M F C only with the printer device called the environment O D r a n w () function can be. However, if we do not draw their attention, for example, or one with a control over their windows filled as it will not print anything. Controls will use their own equipment to their environment to Print Screen, Therefore, as Print i)
    2007-05-19 19:40:37下载
    积分:1
  • TXT文件转obj文件
    根据3dmax导出的obj格式,将 txt文件的内容以 obj的格式储存,然后在3dmax显示。首先 读入txt文件的内容,然后依次写入obj文件里面 
    2023-04-05 02:20:03下载
    积分:1
  • tcp ip DATA 用VS。NET的例子
    tcp ip DATA 用VS。NET的例子-tcp ip with VS.NET example
    2022-02-02 04:32:55下载
    积分:1
  • ADXL345模块
    #include "adxl345.h" #include "main.h" #include "myiic.h" #include "math.h" #include "main.h" #include #include "stm32f1xx_hal_uart.h" #include "usart.h" void ADXL345_write(u8 addr, u8 data) { IIC_Start(); IIC_Send_Byte(ADXL_WRITE);     IIC_Wait_Ack();     IIC_Send_Byte(addr);     IIC_Wait_Ack();     IIC_Send_Byte(data);     IIC_Wait_Ack();     IIC_Stop();     HAL_Delay(10); } u8 ADXL345_read(u8 addr) {     u8 d = 0;     IIC_Start();     IIC_Send_Byte(ADXL_WRITE);     IIC_Wait_Ack();     IIC_Send_Byte(addr);     IIC_Wait_Ack();     II
    2022-05-28 01:28:24下载
    积分:1
  • CS1
    this is a webCam code
    2013-04-12 23:40:58下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载