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

搜索资源列表

  1. filesystem_C

    0下载:
  2. 此版本是在网上广为流传的 二级文件系统 基础上制作的.重新编写了块操作等模块,修正了N多BUG. 实现的命令有 ls-列目录 md-创建目录 cd-进入子目录 mf-创建文件 cat-显示文件内容 del-删除文件 vi-简单文件编辑 reg-注册用户管理 q-退出 超级雷电 -this version on the Internet widely circulated two file system on the basis of production. Rewrite
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:28.95kb
    • 提供者:CF雷电
  1. file_system

    0下载:
  2. 本源代码所设计的文件系统,具有建立文件(create)、打开文件(open)、读文件(read)、写文件(write)、关闭文件(close)、撤销文件(delete)等功能。在模拟程序中可从键盘上输入文件操作命令来模拟各用户程序中所调用的各种文件操作,用一个结束命令(end)停止程序的执行。-source code designed by the file system, with the establishment of documents (create) open the file (o
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:2.28kb
    • 提供者:agang
  1. fluentos-C

    0下载:
  2. 我个人编写的操作系统,实现了保护模式并切换到用户态运行用户进程,对与操作系统初学者有一定帮助!-I personally prepared by the operating system, achieved a protected mode and switch to user mode users running process, with the right operating system will definitely help beginners!
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:1.08mb
    • 提供者:liuxf
  1. page.change

    0下载:
  2. 功能介绍: l 输入进程P总共有的页面数,l 并输入系统已经在内存中分配的页面数。当所分配的页面数大于进程P的页面数时,l 则不l 需要进行页面调度工作。 l 由进程P的页面数目,l 程序随机生成一些访问内存的页面号,l 为简化程序,l 这些页面号的数目同l 进程P的进程数目一致(这个缺陷也有待改进)。 l 由用户选择FIFO算法还是LRU算法对进程P的页面访问内存分配的页面进行分配,l 并输出具体的页面访问过程。 原理介绍: 请求页式管理中的置换算法:置换算法在内存中没有空
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:80.94kb
    • 提供者:角斗士
  1. weijianguanli

    1下载:
  2. 文件管理系统,是我大三的课程设计,有CBuilder和C语言两种语言实现,包括系统登录,文件管理,CB做的还有一个很友好的用户界面-document management system, the church is the curriculum design, CBuilder has two C language and language, including the system registry, document management, CB do have a very friendl
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:4.99mb
    • 提供者:陈金鹏
  1. os2design4file

    0下载:
  2. 设计并实现一个多用户多级目录结构的文件系统。该系统必须具备下列功能:目录操作,文件操作-design and realization of a multi-user multi-level directory structure of the file system. The system must have the following functions : directory operations, file manipulation
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:92.3kb
    • 提供者:nimeda
  1. DataBurn

    0下载:
  2. DataBurn is an Objective-C example which demonstrates some of the features of DRTracks. The sample illustrates how to create a DRFolder from an existing folder on the source disk and burn it to disc, creating a hybrid ISO9660/Joliet/HFS+ data CD. The
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:97.57kb
    • 提供者:Calvin Hou
  1. 多用户银行家算法

    0下载:
  2. 一个完整的多用户银行家算法-a complete multi-user bankers Algorithm
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:7.99kb
    • 提供者:夏雨
  1. 操作系统存储器管理

    0下载:
  2. 本次程序的题目为:进程管理——支持多个进程并发运行的简单的进程管理模拟系统,对本实验的分析要求是:⑴系统中的同步机构采用信号量上的P、V操作的机制;⑵控制机构包括阻塞和唤醒操作;⑶时间片中断处理程序处理模拟的时间片中断;⑷进程调度程序负责为各进程分配处理机;⑸根据用户的需求来创建n个进程(n为即满足用户需求,又不超出系统可容的最大进程数),各进程互斥地访问使用临界资源 S1、S2;⑹使用动态优先数(如:随阻塞次数的增加而减小优先数,以提高其优先权);⑺进程结束后应能够撤消;⑻进程间能实现“发送”
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:19.36kb
    • 提供者:赵利君
  1. 操作系统进程管理

    2下载:
  2. 本次程序的题目为:进程管理——支持多个进程并发运行的简单的进程管理模拟系统,对本实验的分析要求是:⑴系统中的同步机构采用信号量上的P、V操作的机制;⑵控制机构包括阻塞和唤醒操作;⑶时间片中断处理程序处理模拟的时间片中断;⑷进程调度程序负责为各进程分配处理机;⑸根据用户的需求来创建n个进程(n为即满足用户需求,又不超出系统可容的最大进程数),各进程互斥地访问使用临界资源 S1、S2;⑹使用动态优先数(如:随阻塞次数的增加而减小优先数,以提高其优先权);⑺进程结束后应能够撤消;⑻进程间能实现“发送”
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:27.15kb
    • 提供者:赵利君
  1. 用login二级目录的文件系统

    1下载:
  2. 这个程序是模拟采用二级目录结构的磁盘文件系统中的文件操作,它可以实现对文件的一些基本管理,如:读、写、删除文件等。通过这个程序可掌握文件子系统的原理,加深对二级目录结构的文件系统中用户管理、文件管理、目录管理的理解,并用程序实现对文件子系统的模拟。-the procedure is simulated using two disk directory structure of the file system file manipulation, it can be achieved on som
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:7.19kb
    • 提供者:程倩
  1. SeggerEval_WIN32_MSVC_MinGW_GUI_V516 emWin5.16源码

    0下载:
  2. emWin5.16源码。嵌入式图形用户界面开发最好的软件,欢迎大家下载。-emWin5.16 source. Embedded graphical user interface to develop the best software, are welcome to download.
  3. 所属分类:操作系统开发

    • 发布日期:2016-01-27
    • 文件大小:6.9mb
    • 提供者:feng
  1. IFS.zip

    0下载:
  2. 操作系统实验:模拟采用二级目录结构的磁盘文件系统中的文件操作。程序简单模拟了一个类unix的shell界面,并完成了实验中所要求的具体内容。运行时需注意问题:初始用户名密码为root,登陆后可输入help命令查看命令格式获取帮助。,Operating System Experiment: Simulate file operations for the two-level directory structure in the file system. Should pay attention
  3. 所属分类:OS Develop

    • 发布日期:2017-03-23
    • 文件大小:19.5kb
    • 提供者:Ingu
  1. myshell.rar

    1下载:
  2. 用纯C语言编写的一个Linux下的Shell,包含tch和bash的基本功能(包含重定向和后台运行),暂时不支持管道。已经在cygwin和Ubantu 7.10下测试通过。 主要包含: makefile 编译生成myshell可执行文件 myshell.c 主函数(涉及程序入口) utility.c 所有功能函数(将近1000行) myshell.h(包含宏定义、结构体声明、库函数的头文件,及utility.c中的所有函数的声明) readme 用户手册(当用户在myshel
  3. 所属分类:OS Develop

    • 发布日期:2015-08-07
    • 文件大小:293.38kb
    • 提供者:Yang
  1. 2TrayPopMenu.rar

    0下载:
  2. 本算例实现一个任务栏托盘菜单,当用户右击该该图标时,就会弹出一个快捷菜单,An example of the realization of a task bar tray menu when the user right-click the icon, it will pop up a shortcut menu
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:415.83kb
    • 提供者:zhoust07
  1. android-x86-1.6-r2_usb.img

    0下载:
  2. 这是一款基于x86架构的集成开发软件,方便好用里面有详细的资料图解-This is a x86 architecture-based integrated development software, a user-friendly graphic details inside
  3. 所属分类:OS Develop

    • 发布日期:2017-10-30
    • 文件大小:51.51mb
    • 提供者:周民
  1. UniversalPackageBuilder_v3

    0下载:
  2. 云台C#版的家庭视频监控系统系统,界面美观,不管是使用还是学习,都是很不错的。-PTZ C# version of the video monitor system, in the VS2005 under the compiler success, this process is complete video surveillance of the designated area, on a timely snapshot of the screen and video operation,
  3. 所属分类:OS Develop

    • 发布日期:2017-11-11
    • 文件大小:1.12mb
    • 提供者:sdsad
  1. ecos-2.0-user-guide-a4

    0下载:
  2. eCos的技术内幕,可以帮助你更好的分析理解Ecos操作系统-The technology of eCos
  3. 所属分类:OS Develop

    • 发布日期:2017-03-24
    • 文件大小:669.61kb
    • 提供者:xinjian
  1. threadx

    0下载:
  2. ThreadX优秀的硬实时操作系统.This Express Start Guide is designed to help you install and use ThreadX for the Motorola 68332 microprocessor using the Green Hills development suite. This guide, the readme.txt file on the distribution disk, and Chapter 2 of t
  3. 所属分类:OS Develop

    • 发布日期:2017-03-25
    • 文件大小:981.08kb
    • 提供者:kongri
  1. vt8500-u-boot-user-guide_1.2.1

    0下载:
  2. vt8500 u-boot user guide 1.2.1
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:524.34kb
    • 提供者:ciumbuntu
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com