登录
首页 » 操作系统 » 一个迷你操作系统gazos的源码

一个迷你操作系统gazos的源码

于 2023-01-11 发布 文件大小:94.60 kB
0 80
下载积分: 2 下载次数: 1

代码说明:

一个迷你操作系统gazos的源码-a mini-source operating system gazos

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

发表评论


0 个回复

  • 微软女士
    Microsoft MS-DOS6.0 完整源代码,包括所有外部命令,安装程序,DOSSHELL等。每个源文件均包括开发历史、更新说明、注释。这样一套源码对你的意义,实在无法以笔墨形容-Microsoft the MS-DOS6.0 complete source code, including all external commands, the installation procedure, DOSSHELL and so on. Each source document includes the development history, the renewal explanation, the annotation. This kind of set of sources code to your significance, really is unable to the words to describe
    2022-05-17 19:09:01下载
    积分:1
  • a micro
    一个微型操作系统源码-a micro-source operating system
    2022-07-07 23:14:16下载
    积分:1
  • 一个的课件及其相关的资料,含实验报告等.
    一个操作系统的课件及其相关的资料,含实验报告等.-An operating system software and related information, including test reports and so on.
    2022-03-18 21:06:02下载
    积分:1
  • Linux动态电源管理库,在Linux2.6内核环境下编译通过,以应用程序函数库的方式来使用...
    Linux动态电源管理库,在Linux2.6内核环境下编译通过,以应用程序函数库的方式来使用-Linux dynamic power management for the Linux kernel compile environment, Application procedures for the library to use
    2022-04-06 23:48:03下载
    积分:1
  • DustFS 文件实现源码,研究文件的朋友可以下载参考!...
    DustFS 文件系统实现源码,研究文件系统的朋友可以下载参考!-DustFS File System source code, research papers, the system can be downloaded refer to a friend!
    2022-07-16 02:32:02下载
    积分:1
  • 在Xcode中,如何文本框和其他流行
    在Xcode怎么在文本框等弹出泡泡提示,人性化提示等。好不容易找到的,非常有价值哦,-In Xcode, how to text boxes and other pop-up bubble tips, user-friendly prompts. Not easy to find, and very valuable Oh, He He
    2023-06-03 22:45:02下载
    积分:1
  • 生产者与消费者问题的实现
    生产者与消费者问题的实现-producers and consumers to achieve the
    2022-09-05 09:10:02下载
    积分: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
  • this is aes algorithm
    this is aes algorithm
    2022-02-02 04:29:09下载
    积分:1
  • 学习MFC的好东西
    学习MFC的好东西-learning MFC good things
    2022-07-22 08:27:01下载
    积分:1
  • 696518资源总数
  • 105205会员总数
  • 10今日下载