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

搜索资源列表

  1. PwDump4

    0下载:
  2. This program dump password hashes from local or remote Windows NT/2000 machines. It prints them onto the screen in l0phtcrack format, or will write them to a file if desired. -This program dump password hashes from loc al Windows NT/2000 or remote
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:252055
    • 提供者:林杰
  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
    • 文件大小:29649
    • 提供者:CF雷电
  1. WarmOS

    0下载:
  2. 一个从底层支持中文显示的操作系统的源代码,以及目标IMG文件,可在VMWare下运行.-one from the bottom of the Chinese show support of the operating system source code, and the goal of IMG document in the running VMWare.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:565536
    • 提供者:棋棋赢
  1. Linux_IO

    0下载:
  2. Linux对IO端口资源的管理,出自詹荣开,对Linux下IO端口资源的管理讲的深入浅出,非常透彻-Linux right IO ports in the management of resources, from Zhan Rongkai. right Linux IO ports in the management of resources for the simple and very thorough
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:10585
    • 提供者:zds
  1. ARM_00_OS

    0下载:
  2. 看看ARM菜鸟在ARM7上写的操作系统——ARM圈圈操作系统 最近在ADuC7027上写了一个ARM_00_OS,头都写晕了,发上来给大家一起来看看。 任务按优先级调度,如果处于就绪态且优先级最高的任务有两个或更多,则按时间片轮循调度。 支持任务创建、任务删除、内存分配、简单的消息、简单的设备管理、CPU及内存等使用统计等功能。 任务可处于ARM模式或THUMB模式,在创建任务时,要指定任务所处于的模式。 从这里下载整个文件包:http
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:360553
    • 提供者:Computer00
  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
    • 文件大小:2333
    • 提供者:agang
  1. dsread

    0下载:
  2. read the network addresses from a named Directory Services object and display all parts of the address.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:75624
    • 提供者:杜建强
  1. mantis-0.9.5

    0下载:
  2. MANTIS是由科罗拉多大学开发的传感器网络嵌入式操作系统。 这是mantis的0.9.5版本的源码。-clearances from the University of Colorado to develop a sensor network embedded operating system. Mantis is the 0.9.5 version of the source code.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:1937428
    • 提供者:liyuan
  1. mouse_driver

    0下载:
  2. 一个鼠标驱动的实例,有需要的可以下载下来-a mouse-driven examples, we need look can be downloaded from
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:9284
    • 提供者:xiaoyan
  1. OSdiaodu

    0下载:
  2. diaodu1完成基本模块框架 diaodu2完成了先进先出,和输出显示模块。 diaodu2-1准备将FCFS的到达时间按从小到大排列进行实现。未果 diaodu3完成了SJF,优化了输出精度 diaodu4基本完成了RR但是有一个小bug, diaodu5完成了RR diaodu6优化了一些输入输出,但是发现RR等于4时正确,大于或小于4都有问题。算法出现问题 diaodu7解决了RR的问题。程序基本完成 diaodu8优化了代码,并完善了RR输出时间轴表示
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:10728
    • 提供者:billdong
  1. lockydm

    0下载:
  2. 电子密码锁源程序,大家拿来相互学习,情大家多多执教。-electronic password lock source, we used to learn from each other, the situation Members can teach.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:5080
    • 提供者:杨俊起
  1. ossystem

    0下载:
  2. 基于DOS的多任务系统的实现 1. 用C语言完成线程的创建和撤消,并按优先权加时间片轮转算法对多个线程进行调度; 2. 改变时间片的大小,观察结果的变化。思考:为什么时间片不能太小或太大; 3. 假设两个线程共用同一软件资源(如某一变量,或某一数据结构),请用记录型信号量来实现对它的互斥访问; 4. 假设有两个线程共享一个可存放5个整数的缓冲,一线程不停的计算1到50的平方,并将结果放入缓冲中,另一个线程不断的从缓冲中取出结果,并将他们打印出来,请用记录型信号量实现这一生产者和消
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:4139
    • 提供者:Li
  1. zuijiashiyingfa

    1下载:
  2. 关于操作系统存储分配的最佳适应法,它从全部空闲区中找出能满足作业要求的、且大小最小的空闲分区,这种方法能使碎片尽量小。为适应此算法,空闲分区表(空闲区链)中的空闲分区要按大小从小到大进行排序,自表头开始查找到第一个满足要求的自由分区分配。该算法保留大的空闲区,但造成许多小的空闲区。-distribution of the operating system stored in the best adaptation, it all from the free zone to identify me
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:3083
    • 提供者:烟仔
  1. ess6425_flash_ide_filesystem_src

    0下载:
  2. 这是ESS公司6425芯片上OS的一部分,包含所有flash读写、IDE接口、fat32文件系统所有的C语言代码,对学习文件系统和接口驱动的朋友有很多帮助-This is the ESS 6425 chip companies on the part of the OS, includes all the flash-writable, IDE interface, fat32 file system all the C language code, learning systems and d
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:102422
    • 提供者:何中求
  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. Csharpoperatingsystem

    0下载:
  2. Csharp写的一个超微软操作系统,欢迎大家互相学习讨论-Csharp write a super-Microsoft operating system, we welcome the discussion to learn from each other
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:224643
    • 提供者:mk
  1. plan9.tar

    0下载:
  2. 这是一个同样来自贝尔实验室的和UNIX有着渊源的操作系统, 其简洁的设计和实现易于我们学习和理解-This the same one from Bell Laboratories and UNIX with source operating system, its compact design and easy to achieve our learning and understanding
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:8937577
    • 提供者:hjz67
  1. StringS_qmhsoft

    0下载:
  2. 非常实用的VB函数,包括SQL字符转换,取月末日期,取计算机名等-VB very practical function, including SQL characters change from the end date for the computer, etc.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:7837
    • 提供者:方孔人
  1. er

    0下载:
  2. 通用化大会山高水低法国是个是是是是是发奉国寺十分-General Assembly of France is Shangaoshuidi are Yes Yes Yes Yes fat from the very Temple
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:19769
    • 提供者:zhc
  1. linux011zhushizhong

    0下载:
  2. linux最初版本的源代码呀,对操作系统开发有兴趣的朋友可以研究一下!! 代码由国内的某位牛人做了注释(中文的)!别的就不用多说了,-initial version of the Linux source code ah, the development of the operating system are interested in the study can be friends! ! Code from the domestic cattle of a certain person
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:5279459
    • 提供者:xiaolei
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com