登录
首页 » 操作系统 » SRTOS++ The ARM version, supports a variety of mainstream ARM processors such as...

SRTOS++ The ARM version, supports a variety of mainstream ARM processors such as...

于 2022-03-29 发布 文件大小:342.64 kB
0 61
下载积分: 2 下载次数: 1

代码说明:

SRTOS++ 的ARM版本,支持各种主流的ARM处理器,如ARM7TDMI,ARM9TDMI等。-SRTOS++ The ARM version, supports a variety of mainstream ARM processors such as ARM7TDMI, ARM9TDMI such.

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

发表评论

0 个回复

  • 2004.7.6日上传的一个有错这是2004.7.7日重新传的。这是本人用汇编和C混合编成的一个32...
    2004.7.6日上传的一个有错这是2004.7.7日重新传的。这是本人用汇编和C混合编成的一个32-bit多任务、多线程的操作系统内核。现在暂时不提供原代码但可以下载用。谁有兴趣且觉得自己有能力和我共同完善它最终实现真正的中国本土的高端操作系统请和我联系:yaocong@mail.china.com -2004.7.6 date passes on has mistake this is 2004.7.7 dates repasses on. This is myself uses the assembly and C mix forming 32-bit multi- duties, the multi-thread operating system essence. Now temporarily does not provide the original code but to be allowed to download uses. Who has the interest also thought oneself has the ability and I consummates it finally to realize the genuine Chinese native place high end operating system together please to relate with me: Yaocong@mail.china.com
    2023-05-02 10:10:03下载
    积分:1
  • 兔子吃草
    #include "stdafx.h" #include #include #include /*信号量的定义,它是负责协调各个线程, 以保证它们能够正确、合理的使用公共资源。 用于控制进程间的同步与互斥*/  typedef HANDLE Semaphore;  Semaphore g_semBuffer,g_semGlass, g_mutex; //mutex 为互斥锁  // 利用 Windows 下的 API 函数(视窗操作系统应用程序接口)来定义 P、V 操作  #define P(S) WaitForSingleObject(S,INFINITE) #define V(S) ReleaseSemaphore(S,1,NULL) #define rate 1000  #define CONSUMER_NUM 4 // 消费者个数 #define PRODUCER_NUM 4 // 生产者个数 #define BUFFER_NUM 4 // 缓冲区个数  char *thing[4]={"glass1","glass2","glass3","glass4"}; //公共的队列缓冲区  struct Buffer {  int product[BUFFER_NUM];  int front,rear;  }g_buf; //兔子线程 DWORD WINAPI Rabbit(LPVOID para)  {  int i =*(int*)para; //第 i 只小白兔&
    2022-05-23 06:18:02下载
    积分:1
  • 好好利用! 好好利用!
    好好利用! 好好利用! -make good use! M ake good use! M ake good use! M ake good use! Make good use!
    2023-06-03 20:40:02下载
    积分:1
  • uCos_II到ARM7的移植,内附详细的PDF说明文档及完整的源代码。
    uCos_II到ARM7的移植,内附详细的PDF说明文档及完整的源代码。-uCos_II ARM7 to the transplant, the PDF containing detailed documentation, and complete source code.
    2022-08-13 06:35:44下载
    积分:1
  • part of the guidance system used procedures
    部分常用系统的引导程序-part of the guidance system used procedures
    2022-01-26 05:20:24下载
    积分:1
  • 本文提供在微软的windows家族的的内核模式驱动程序中分配和使用内存的信息。它描述了驱动程序可用的内存类型,每种类型内存的适当的分配和使用,和测试与内...
    本文提供在微软的windows家族的操作系统的内核模式驱动程序中分配和使用内存的信息。它描述了驱动程序可用的内存类型,每种类型内存的适当的分配和使用,和测试与内存有关的问题的最好方法-This article provides Microsoft windows family of operating system kernel mode driver in the distribution and use of memory information. It describes the drivers available memory types, each type of memory appropriate allocation and use, and testing of memory-related issues and the best way to
    2022-03-03 17:14:04下载
    积分:1
  • java时间片轮转算法
    详细的时间片轮转算法时间片轮转算法时间片轮转算法时间片轮转算法时间片轮转算法
    2022-03-17 03:50:55下载
    积分:1
  • MetaFS 文件工程文件源码,基于dokan文件驱动
    MetaFS 文件系统工程文件源码,基于dokan文件系统驱动-MetaFS file system project source code files, based on the file system driver dokan
    2022-01-22 06:02:02下载
    积分:1
  • 能够动态显示cpu工频率的软件源代码,正常工在linux2.6内核下...
    能够动态显示cpu工作频率的软件源代码,正常工作在linux2.6内核下-Able to dynamically display the cpu frequency of the software source code, the normal work in the kernel linux2.6
    2022-01-25 17:16:09下载
    积分:1
  • 课程设计报告,文件管理过程 模拟文件过程,实现文件的存储和删除...
    操作系统课程设计报告,文件系统管理过程 模拟文件系统工作过程,实现文件的存储和删除 -Report operating system curriculum design, file system management process simulation process file system, file storage, and delete
    2022-11-25 03:30:03下载
    积分:1
  • 696518资源总数
  • 104305会员总数
  • 11今日下载