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

搜索资源列表

  1. rtemsOS

    0下载:
  2. rtems一个相当优秀的开源嵌入式操作系统,用winrar解压后将扩展名后的_去掉,再解压就行-RTEMS a very good open-source embedded operating system, with WinRAR decompression after the extension removed _ and then decompress on the line
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:15192
    • 提供者:BabySpider
  1. moduledos--source

    0下载:
  2. 一个nasm写的引导程序,功能混乱的引导程序,已实现命令行界面,实现cls,reboot命令-nasm write a guide procedures, functions confusion guide procedures, has been achieving command line interface, achieve cls, reboot orders
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:110858
    • 提供者:破天惊
  1. geekos-0.3.0

    1下载:
  2. GEEKOS是一个免费的操作系统内核,运行于X86 CPU上,代码约5000行,适合做教学用操作系统。-GEEKOS is a free operating system kernel, X86 running on the CPU, About 5,000 line code, suitable for teaching purposes operating system.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:1689478
    • 提供者:szg
  1. 28104055398

    1下载:
  2. shell 程序要求实现的shell支持以下内部命令: 1. Batch Processing 如果shell启动带有一个文件名作为参数,打开该文件并执行文件里所有命令。待所有进程全部结束退出shell。 2. Debugging 提供-v选项,shell启动时打开此选项将在运行过程中输出若干调试信息。在该模式下,shell应该显示所有被创建了的进程的PID号,通报已结束的子进程和传递给子进程的参数等。 3. Prompt (命令行提示符) 解释器打印$PS2作为提示符。 4.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:14591
    • 提供者:drufy
  1. shell_explaining

    1下载:
  2. 操作系统课程中,命令行解释程序,可以把用户输入的命令翻译为计算机可以执行的语言.-operating system course, command line interpreter. Users can input the orders translated into computer language can be implemented.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:1722
    • 提供者:yhnju
  1. UnixShell4osDesign

    1下载:
  2. Unix shell是unix的命令解释程序,用于让用户以一种友好的方式运行程序和执行命令。 本课程设计要求学生在linux下写一个命令解释程序,实现Ksh最基本的功能。即:允许用 户打入一个可执行的程序的名字以及其命令行参数,执行这个程序。同时实现一部分内部命 令(比如cd,详见要实现的命令),以及输入输出重定向等功能。-Unix shell is unix order to explain procedures to enable users to a friendly mann
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:58370
    • 提供者:nimeda
  1. mod-linux-0.11

    0下载:
  2. Linux 0.11 代码在不做修改的情况下,很难在现在的环境下这接编译通过(除非你能的到 10 几年前 Linus 用的那个版本的 gcc 什么的)。所以要对代码作少量修改(说说是少量花了好几小时的,主要是一上来不熟 gcc 的内嵌汇编)。比起linux0.01,linux0.11更加完善,更加接近操作系统的要求,内核小有利于学习linux-0.11 Linux code does not modify the circumstances, In the present difficult c
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:122234
    • 提供者:zuozaior
  1. FileSystemdesign

    1下载:
  2. 模拟文件系统,操作系统课程设计的心血,含详细设计报告(设计要求、设计思想、数据结构设计、实体关系图、数据流图、程序流程图、结果分析等)。界面友好,模拟MS-DOS命令行方式,并提供命令列表和命令帮助。编程语言:c语言,编译工具:VC6.0。主要内容:模拟磁盘(使用内存空间)、模拟磁盘空间申请、模拟文件目录、模拟打开文件表。主要功能:建立文件、写文件、读文件、显示文件、删除文件、重命名文件、查询文件属性、关闭文件。 -simulation file system, operating syst
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:138819
    • 提供者:邹英斌
  1. 磁盘调度算法

    0下载:
  2. 磁盘调度算法 1。实现三种算法: 1。先来先服务 2。最短寻道优先(可自己假设当前磁头的位置) 3。电梯算法 2。磁道服务顺序从指定的文本文件(TXT文件)中取出 3。输出: 第一行:磁道的服务顺序 第二行:显示移动总道数-a disk scheduling algorithms. Three algorithms to achieve : 1. First-come first-serve two. Seeking shortest priority (to
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:7343
    • 提供者:飞扬
  1. FileNotification

    0下载:
  2. A collection of command line tools which illustrate features of the file system. Demonstrates extended attributes, ACL s, and kqueue notification mechanisms.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:228497
    • 提供者:Calvin Hou
  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. Panel

    0下载:
  2. 双位数码管显示,二线制通讯,基于mb89930型芯片-Double-digit digital display, second-line communications system, based on the type mb89930 chip
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:11779
    • 提供者:古龙
  1. sdhc

    0下载:
  2. SDHC bios驱动,平台是2440,在开发板调试通过,花了两周时间修改调试,绝对能用,网上流传的版本大多是不能用的-SDHC bios driven platform is 2440, in the development board debugging passed, spent two weeks to amend debugging, absolutely can, on-line version of the spread are not used
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:14497
    • 提供者:wangqiang
  1. c

    0下载:
  2. 要求: 1。实现三种算法: 1。先来先服务 2。最短寻道优先(老师会给当前磁头的位置) 3。电梯算法 2。磁道服务顺序从指定的文本文件(TXT文件)中取出 3。输出: 第一行:磁道的服务顺序 第二行:显示移动总道数-Requirements: 1. The realization of the three algorithms: 1. First Come First
  3. 所属分类:OS Develop

    • 发布日期:2017-04-12
    • 文件大小:1748
    • 提供者:
  1. CWT-CSQC

    1下载:
  2. 电容生产线在线快速批量抽检,数据直接采集到计算机中,并画出直方图,及时而直观地报告生产线上批量生产的电容质量分布情况。此程序用C编写,仿WINDOWS菜单可在DOS下运行。通过GPIB卡控制美国惠普公司的HP4278电容测试仪采集数据到计算机中,自动生成质量检验部门所需的图表。本软件已在深圳电容生产厂家使用多年。这里给出我的全套源代码。-Capacitor production line online fast bulk sampling, data collection directly to
  3. 所属分类:OS Develop

    • 发布日期:2017-04-25
    • 文件大小:43289
    • 提供者:WSW
  1. PLCRemoteControl

    0下载:
  2. 本程序为PLC远程监控系统,可实现远程在线监控。-This procedure for PLC remote monitoring system, remote on-line monitoring can be achieved.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-09
    • 文件大小:153389
    • 提供者:王伟
  1. poiuytreeeeweww

    0下载:
  2. 存储管理这是用数据酷编写的超级还曾需飞行行分区地方人个还有就适合打击的假死优化哦-Storage management data that is also super cool to be prepared by the flight line of geographical areas are suitable for people against the suspended animation optimization Oh
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:114731
    • 提供者:xiaokang87lk
  1. FIFO

    0下载:
  2. FIFO以及跨时钟域的同步问题。 FIFO有分离的地址总线和用以读写数据的数据通道,以及指示堆栈状态(满、将满等)的状态线。-FIFO as well as cross-clock domain synchronization. FIFO have separate address bus and read and write data to the data channel, as well as the instructions state stack (full, will be fu
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:3488
    • 提供者:isaac
  1. zaixianjiatinglicaixitongshejiyushixian

    0下载:
  2. 在线家庭理财系统设计与实现   姓名: 刘丽琳 申请学位级别: 硕士 专业: 软件工程 指导教师: 齐德昱 吴正伯 -On-line family financial management system design and implementation of Name: Liu Lilin to apply for graduate-level: Master: Software engineering instructors: D
  3. 所属分类:OS Develop

    • 发布日期:2017-05-15
    • 文件大小:3645379
    • 提供者:印樱
  1. PICos18_v2_10

    2下载:
  2. PIC单片机上用的符合osek/vdx标准的小型操作系统。源码+手册-PIC microcontroller used in line with osek/vdx-standard small-scale operating system
  3. 所属分类:OS Develop

    • 发布日期:2017-05-10
    • 文件大小:2200544
    • 提供者:
« 12 3 »
搜珍网 www.dssz.com