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

搜索资源列表

  1. spooling

    0下载:
  2. 利用java实现的spooling系统模拟,包括输入输出井、缓冲区、出入输出进程的模拟。初学者可用来参考加深对操作系统相关概念的理解。-Spooling system using java implementation of simulation, including input and output wells, buffer, out of the analog output of the process. Beginners can be used to refer to deepen t
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:244657
    • 提供者:唐帆
  1. MCP2515-LPC2378

    1下载:
  2. MCP2515在ADS的带ucosii操作系统的 驱动程序 CPU是LPC2378 经过调试完全可以实现收发功能-The MCP2515 ucosii operating system with the ADS drivers CPU is LPC2378 through debugging functionality can send and receive
  3. 所属分类:uCOS

    • 发布日期:2017-05-20
    • 文件大小:5696587
    • 提供者:anbo
  1. contiki-protothread

    2下载:
  2. Protothread:在非常小的系统开销下实现实时多任务系统的方法,contiki嵌入式操作系统就是采用这用方法实现多线程的。 包含所需头文件,可以在keil下运行,源码里包含一个C源程序实例-Protothreads: Simplifying Event-Driven Programming of Memory-Constrained Embedded Systems
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:772869
    • 提供者:pp
  1. note

    0下载:
  2. 编写的程序用beep演奏婚礼进行曲,在linux操作系统下可以实现。-Programs written with the beep played the wedding march
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:833118
    • 提供者:lihua
  1. dance

    0下载:
  2. 一部分C一部分Asm,实现了一个能在裸机上运行的类似于炫舞的游戏,绝对是学习操作系统的好东西。-Part of the C part of the Asm, can achieve a similar run on the bare metal Hyun dance game, learning the operating system is definitely a good thing.
  3. 所属分类:Other Games

    • 发布日期:2017-04-02
    • 文件大小:14017
    • 提供者:John
  1. FIFO-LFU

    0下载:
  2. 用C语言实现操作系统请求页面调度算法FIFO LFU的实现 提前装入0,5,6页最后能够计算出缺页中断率-Operating system using C language the page is requested the implementation of scheduling algorithms FIFO LFU advance into 0,5,6 page last page fault rate to calculate the vacancy
  3. 所属分类:Data structs

    • 发布日期:2017-03-22
    • 文件大小:2170
    • 提供者:sunying
  1. IAP.rar

    0下载:
  2. 飞利浦ARM7,LPC2210上,IAP(在应用编程)功能在UC_OS操作系统中的实现代码,开发环境为ADS1.2,Philips ARM7, LPC2210 on, IAP (In-Application Programming) function in the realization of UC_OS operating system code, development environment for ADS1.2
  3. 所属分类:uCOS

    • 发布日期:2017-03-27
    • 文件大小:347794
    • 提供者:李戴
  1. ucore-lab1

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

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

    0下载:
  2. 自己编写的 MBR 主引导记录 硬盘读写 隐藏分区 激活隐藏 MBR读写、修改; 经过验证,在DOS下运行可以实现激活隐藏分区并进入隐藏分区操作系统。 前提是划分隐藏分区并装系统。-I have written the MBR of the hard disk read and write the master boot record MBR activate the hidden hidden partition read and write, modify been v
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:9841
    • 提供者:2011写论文
  1. pintos-project2

    1下载:
  2. 初学操作系统是在PINTOS上做的project2 实现了参数传递 系统调用等功能-Beginner on the operating system is doing project2 in PINTOS parameters to achieve the system calls and other functions
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:440517
    • 提供者:Zhang
  1. FreeRTOSFatFS

    3下载:
  2. 实现FatFS文件系统在FreeRTOS操作系统上的移植并运行。硬件平台在STM32的红牛开发板实现,可以完成SD卡上文件的读取,查找,删除,文件属性修改等等操作。-Achieve FatFS file system FreeRTOS operating system migration and run it. Hardware platform for Red Bull in the STM32 development board to achieve, you can complete th
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2016-01-26
    • 文件大小:1420117
    • 提供者:汪汪
  1. FreeRTOSUCGUI

    1下载:
  2. FreeRTOS操作系统上移植uc/GUI运行。实现字符串显示,图片显示等API函数。硬件平台是STM32的红牛开发板。-FreeRTOS operating system migration uc/GUI to run. To achieve a string display, picture display, etc. API. Hardware platform is a Red Bull STM32 development board.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2016-06-05
    • 文件大小:8467461
    • 提供者:汪汪
  1. lab4

    0下载:
  2. 哈工大操作系统实验4:linux 0.11上信号量的实现-HIT Operating System Experiment 4: linux 0.11 on a semaphore implementation
  3. 所属分类:OS Develop

    • 发布日期:2017-04-14
    • 文件大小:3044
    • 提供者:zhipeng ye
  1. Nachos

    0下载:
  2. Nachos中文文档教程, 作为教学用操作系统,需要实现简单并且尽量缩小与实际操作系统之间的差距,所以我们采用Nachos作为操作系统课程的教学实践平台。Nachos是美国加州大学伯克莱分校在操作系统课程中已多次使用的操作系统课程设计平台,在美国很多大学中得到了应用-Nachos Chinese document tutorial, as a teaching operating system, the need to achieve a simple and try to narrow t
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:141472
    • 提供者:wjbuunen
  1. Deviceinfo

    0下载:
  2. VC++编程实现远程获取WinCE设备操作系统版本、设备模块等详细信息,-VC++ programming for remote operating system version for WinCE devices, equipment modules and other details
  3. 所属分类:Windows CE

    • 发布日期:2017-05-17
    • 文件大小:4365573
    • 提供者:陈云
  1. 20101024101655133

    0下载:
  2. eHook.fne,易语言支持库,第三方支持库,全局钩子支持库 本支持库实现对全局钩子的支持。 本库为一般支持库,需要易系统3.0版本的支持,需要系统核心支持库3.0版本的支持,提供了2种库定义数据类型,提供了8种命令,提供了14个库定义常量。 操作系统需求: Windows -全局钩子支持库
  3. 所属分类:其他小程序

    • 发布日期:2017-03-26
    • 文件大小:7904
    • 提供者:adladl
  1. libcstl2.0

    0下载:
  2. 一个用C语言实现的stl库,堪比c++的std库,功能强大,支持linux和windows等主流操作系统。-A language of the stl with C libraries, comparable to the std c++ library, powerful, supporting linux and windows, and other mainstream operating systems.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-22
    • 文件大小:6948055
    • 提供者:黄健
  1. I2C_LPC2478

    0下载:
  2. 此程序实现基于LPC2478的I2C中间件驱动,操作系统为UC/OS--This program LPC2478 I2C middleware-based drive, the operating system for the UC/OS-II
  3. 所属分类:MiddleWare

    • 发布日期:2017-11-09
    • 文件大小:520737
    • 提供者:栾朋
  1. pv

    0下载:
  2. 操作系统-pv操作实现进程同步模拟生产者与消费这问题-OS-pv operations to achieve process synchronization analog producer and consumer problem
  3. 所属分类:OS Develop

    • 发布日期:2017-03-22
    • 文件大小:35628
    • 提供者:JFAN
  1. 3G-324M

    0下载:
  2. 基于3G_324M协议的可视电话终端软件设计 该文档提出了基于商用3G/324M协议栈的3G可视电话解决方案,该解决方案采用Windows Mobile操作系统,目标是实现基于 3GPP 3G-324M协议的3G手机可视电话应用。该方案具有良好的互操作性, 较低的成本,具有重要的现实和工程意义。 阅读前请先安装CAJViewer阅读器。 -Based 3G_324M protocol video phone terminal software design of the do
  3. 所属分类:Communication

    • 发布日期:2017-06-21
    • 文件大小:38845800
    • 提供者:liusand
« 1 2 ... 44 45 46 47 48 4950 »
搜珍网 www.dssz.com