CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - 操作系统 c

搜索资源列表

  1. R_WPublem.rar

    0下载:
  2. 操作系统课程设计:生产者消费者程序,windows环境,Visual C++开发工具,实现进程通信,Operating systems curriculum design: the producer consumer program, windows environment, Visual C++ development tools, to achieve the process of communication
  3. 所属分类:OS Develop

    • 发布日期:2017-04-10
    • 文件大小:1632487
    • 提供者:123
  1. ThreadMetric.rar

    1下载:
  2. 实时操作系统的时间参数测试代码,只要用于ThreadX,同时它具有可移植性,并有port.c文件来方便开发人员进行代码移植。C写的时间参数测试用例。,RTOS test suite,for ThreadX.also can be used in Linux or uc/os. Test the time parameter for RTOS,such as ContextSwitch time and response time.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:81745
    • 提供者:郑志
  1. project1

    0下载:
  2. 操作系统内存分配释放算法的C语言模拟,包括首次适应法与循环首次适应法。指令可通过io转向从文件读入-The release of the operating system memory allocation algorithm for C-language simulation, including the first cycle for the first time to adapt to meet the law and the law. Io steering commands can b
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:25776
    • 提供者:lly
  1. ucore-lab1

    0下载:
  2. Ucore是一个很小的适于学习的操作系统,此“麻雀”包含虚存管理、进程管理、处理器调度、同步互斥、进程间通信、文件系统等主要内核功能,总的内核代码量(C+asm)不会超过5K行。充分体现了“小而全”的指导思想。 这是ucore的实验1:系统软件启动过程。实验目的:操作系统是一个软件,也需要通过某种机制加载并运行它。在这里我们将通过另外一个更加简单的软件-bootloader 来完成这些工作。为此,我们需要完成一个能够切换到x86 的保护模式并显示字符的bootloader,为将来启动操作系统
  3. 所属分类:OS Develop

    • 发布日期:2017-04-09
    • 文件大小:1725387
    • 提供者:gyh
  1. ucore-lab

    0下载:
  2. Ucore是一个很小的适于学习的操作系统,此“麻雀”包含虚存管理、进程管理、处理器调度、同步互斥、进程间通信、文件系统等主要内核功能,总的内核代码量(C+asm)不会超过5K行。充分体现了“小而全”的指导思想。 这是全部的六个实验,有助于对操作系统的深入理解.-Ucore is a small operating system suitable for learning, " Sparrow" that contains the virtual memory managemen
  3. 所属分类:OS Develop

    • 发布日期:2017-05-27
    • 文件大小:10463950
    • 提供者:ZZR
  1. xionghuihua

    0下载:
  2. 磁盘调度操作系统,操作系统实验,c++编程,免费下载.-Disk scheduling operating system, operating system experiment, c++ programming, free download.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:1035
    • 提供者:xionghuihua
  1. vxworks8139driver

    0下载:
  2. 实时操作系统vxworks下,网卡8139的驱动程序,C语言编写-VxWorks real-time operating system, the NIC 8139 driver, C language
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:60056
    • 提供者:王建
  1. procSchdule

    0下载:
  2. 操作系统实验 先来先服务算法 C语言编写-Operating System Experiment first-come, first-served algorithm written in C
  3. 所属分类:OS Develop

    • 发布日期:2017-04-11
    • 文件大小:995
    • 提供者:龚靖仁
  1. pthreadmatrix

    0下载:
  2. Pthread c++ 并行矩阵乘法 运行于linux操作系统 -Multi thread matrix multiplication in c++ with Pthread
  3. 所属分类:MPI

    • 发布日期:2017-03-30
    • 文件大小:1468
    • 提供者:cui
  1. exp1

    0下载:
  2. 操作系统实验一 体验Nachos下的并发程序设计 用C++实现双向有序链表; 在nachos系统中使用你所写的链表程序并演示一些并发错误 -Experience Nachos operating system under test a concurrent programming using C++, ordered two-way linked list in nachos system written list to use your program and demonstr
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:433699
    • 提供者:chengwang
  1. Bankers_algorithm

    1下载:
  2. 操作系统原理实验——银行家算法实验报告 2实验内容或题目 1)设计五个进程{P0,P1,P2,P3,P4}共享三类资源{A,B,C}的系统,{A,B,C}的资源总数量分别为10,5,72)并行进程可动态地申请资源和释放资源(程序交互输入申请或释放资源数量),系统按各进程的申请动态地分配资源。 3)每当进程动态申请资源或释放资源时,模拟程序应能及时显示或打印各个进程在此时刻的资源分配表、系统可用资源量和安全序列等资源分配信息和安全检查信息 -Operating System
  3. 所属分类:操作系统开发

    • 发布日期:2012-11-07
    • 文件大小:2053
    • 提供者:恋恋的恋
  1. ucore-lab5

    0下载:
  2. Ucore是一个很小的适于学习的操作系统,此“麻雀”包含虚存管理、进程管理、处理器调度、同步互斥、进程间通信、文件系统等主要内核功能,总的内核代码量(C+asm)不会超过5K行。充分体现了“小而全”的指导思想。 这是ucore的实验5:进程同步。实验目的:熟悉ucore中的进程同步机制,了解操作系统为进程同步提供的底层支持;在ucore中实现信号量(semaphore)机制;理解管程机制,在ucore中增加对条件变量(condition variable)的支持;了解经典进程同步问题,并使用
  3. 所属分类:OS Develop

    • 发布日期:2017-03-24
    • 文件大小:1002178
    • 提供者:gyh
  1. yinhangjiasuanfa

    0下载:
  2. 操作系统作业银行家算法的实现 用C++语言做的 含有 MFC 框架-The implementation of the banker s algorithm MFC framework
  3. 所属分类:OS Develop

    • 发布日期:2017-05-10
    • 文件大小:2134072
    • 提供者:xiongdeliang
  1. VMwareChsBook

    0下载:
  2. vmware中文教程,你想让你的电脑变成多台进行使用吗?你也为没有多台电脑在多平台环境下进行C/S或B/S编程感到苦恼吗?请参考该文档,可以轻松解决你的问题,让你彻底发挥你的电脑的功能,可以一台变成多台并且在多个操作系统平台下进行使用。-vmware Chinese Course, you want your computer into a multi-use it? You do not have more than one computer in the multi-platform env
  3. 所属分类:OS Develop

    • 发布日期:2017-04-08
    • 文件大小:422221
    • 提供者:cn1111
  1. Win32_AssemblyPragrammingV2

    0下载:
  2. Windows环境下32位汇编语言是一种全新的编程语言。它使用与C++语言相同的API接口,不仅可以用来开发出大型的软件,而且是了解操作系统运行细节的最佳方式。 本书从编写应用程序的角度,从“Hello World!”这个简单的例子开始到编写多线程、注册表和网络通信等复杂的程序,通过70多个实例逐步深入Win32汇编语言编程的方方面面。 本书作者罗云彬拥有十余年汇编语言编程经验,是汇编编程网站http://asm.yeah.net和汇编编程论坛http://win32asm.yeah.n
  3. 所属分类:assembly language

    • 发布日期:2017-05-10
    • 文件大小:2496411
    • 提供者:张 周
  1. jincheng_tongxin

    0下载:
  2. 本代码为C编写的进程管理。基本能够实现操作系统中进程的管理。-The C code for the process of the preparation of management. Fundamental to the achievement of the operating system process management.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:9820
    • 提供者:kenneth
  1. uCOS-II

    0下载:
  2. 掌握在uC/OS-II 操作系统下使用ZLG/GUI的基本方法。 1. 启动 ADS 1.2,使用 ARM Executable Image for UCOSII(for lpc22xx)工程模板建立一 个工程 gui_ucos,工程存储在 uCOS-II 目录下。 说明:在 uCOS-II 目录下要保存有 uCOS-II 的移植代码和内核源代码。 2. 建立 C 源文件 Test .c,编写实验程序,保存到 gui_ucos\src 目录下,然后添加到工程 的 use
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:183120
    • 提供者:阳仲伯
  1. BankTrans

    0下载:
  2. 操作系统的多线程问题,用c语言做的,银行问题-The issue of multi-threaded operating system, using c language do banking problems
  3. 所属分类:OS Develop

    • 发布日期:2017-04-10
    • 文件大小:28314
    • 提供者:郭娟
  1. fifo

    0下载:
  2. 在c环境下模拟操作系统中的先来先服务算法.-C simulation environment in the operating system of first come first serve algorithm.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:3766
    • 提供者:bgl
  1. S_Shell

    0下载:
  2. 用标准C实现shell功能,是操作系统的作业,Linux里面的she-Shell to achieve using standard C function, the operation is the operating system, Linux inside she
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:3128
    • 提供者:lixiongxi
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 26 »
搜珍网 www.dssz.com