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

搜索资源列表

  1. 操作系统课程设计(四实验和一)

    0下载:
  2. 广东工业大学 洪凌郁 操作系统的课程设计:包括进程管理,作业调度,存储管理,和磁盘调度!有问题可以E-mail联系我!-guangdong industry university honglinyu OS cource project: include process schedule, job schedule, memory management, disk schedule. Any question, please email to the writer.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:1516795
    • 提供者:阳光
  1. linux [0]11 源代码(带中文注释的)

    0下载:
  2. Linux 0.11 版本的中文件注释版本,把里面的E文按作者的理解,改成了中文,并且加入了作者自己的理解心得,对于学习Linux内核很有帮助.-0.11 version of the Linux File Notes version of the E inside the text by the author's understanding, the Chinese changed, and acceded to the author's understanding of id
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:285698
    • 提供者:李建波
  1. ucFS_trials

    0下载:
  2. This project should serve as an \"easy start\" with uC/FS. All pathes are relative to the project file. You should therefore be able to copy the entire directory (including all ubdirectories) to any location on your harddrive. -This project sh
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:3211103
    • 提供者:wyq
  1. ScalableMemoryAllocator

    0下载:
  2. 这是一篇讲内存分配器的不错的论文,不过需要很好的E文才能看得懂。-say this is a good memory distributor of paper, but it needs good E can understand the text.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:115761
    • 提供者:curly
  1. UHCI11D

    1下载:
  2. intel Universal Host Controller Interface (UHCI) Design Guide-intel Universal Host Controller Interfac e (UHCI) Design Guide
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:399251
    • 提供者:林旭昇
  1. efi1_10_14_61

    0下载:
  2. EFI(Extensible Firmware Interface)是下一代BIOS,正逐步取代BIOS成为计算机的FIRMWARE标准。它是 Intel 为全新类型的 PC 固件的体系结构、接口和服务提出的建议标准。其主要目的是为了提供一组在 OS 加载之前(启动前)在所有平台上一致的、正确指定的启动环境.EFI的国际标准组织是UEFI。 efi1_10_14_61.zip是INTEL公司早期在在WINDOWS上面的EFI模拟器,能够运行模拟PC机的硬件环境,并提完整的EFI模拟界面,程序
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:4013523
    • 提供者:席振新
  1. THREAD_lasting

    0下载:
  2. This example will show how you can determine if the specified thread is the last thread in the process or not. -This example will show how you can determin e if the specified thread is the last thread in th e process or not.
  3. 所属分类:操作系统开发

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

    0下载:
  2. 用Evc开发的一些关于文件操作的程序实例源码,供大家下载参考学习- With E v c development some about the document operation procedure example source code, study for everybody downloading reference -Evc development with the document on the operation of the program is the source code,
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:229211
    • 提供者:steven
  1. process_attemper

    1下载:
  2. 1、 :编写并调试一个模拟的进程调度程序,采用“最高优先数优先”调度算法对进程进行调度。 “最高优先数优先调度算法的基本思想是把CPU分配给就绪队列中优先数最高的进程。尝试静态优先数与动态优先数两种方法: a) 静态优先数是指优先数在整个进程运行期间不再改变。优先数可以在数据输入时指定,也可以根据到达顺序、运行时间确定。 b) 动态优先数是指进程的优先数在创建进程时可以给定一个初始值,并且可以按一定原则修改优先数。例如进程获得一次CPU后就将其优先数减少1。或者进程等待的时间超过某一时限
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:365976
    • 提供者:huiting_liu
  1. 1

    1下载:
  2. 设计一个按优先数调度算法实现处理器调度的程序。 [提示]: (1) 假定系统有5个进程,每个进程用一个PCB来代表。PCB的格式为: 进程名、指针、要求运行时间、优先数、状态。 进程名——P1~P5。 指针——按优先数的大小把5个进程连成队列,用指针指出下一个进程PCB的首地址。 要求运行时间——假设进程需要运行的单位时间数。 优先数——赋予进程的优先数,调度时总是选取优先数大的进程先执行。 状态——假设两种状态,就绪,用R表示,和结束,用E表示。初始状态都为就绪
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:7115
    • 提供者:liu
  1. RR

    0下载:
  2. 设计一个按时间片轮转法实现处理器调度的程序 (1)假定系统有5个进程,每个进程用一个PCB来代表。PCB的结构为: • 进程名——如Q1~Q5。 • 指针——把5个进程连成队列,用指针指出下一个进程PCB的首地址。 • 要求运行时间——假设进程需要运行的单位时间数。 • 已运行时间——进程已运行的单位时间数,初始值为0。 • 状态——假设两种状态,就绪和结束,用R表示就绪,用E表示结束。初始状态都为就绪状态。 (2) 每次运行之前,为每个进程任意
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:2095
    • 提供者:sophie
  1. 20050424142805718

    0下载:
  2. excel vba 实例源代码e xcel vba 实例源代码excel vba 实例源代码
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:27144
    • 提供者:tianjp
  1. CliffordECummingsFIFO

    0下载:
  2. 超值奉献,Clifford E. Cummings FIFO关于异步FIFO的两篇文章,同时附有中文解说,主要讲解异步FIFO的实现难点---空满标志的产生,以及读写地址的产生
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:227550
    • 提供者:horse
  1. Android_BookReader.rar

    0下载:
  2. Google的Android操作系统上的一款电子书阅览器,含源代码。对于学习android的开发者很有帮助。,Google' s Android operating system on an e-book reader, including the source code. For those who study the development of android helpful.
  3. 所属分类:操作系统开发

    • 发布日期:2017-04-10
    • 文件大小:1783235
    • 提供者:张海波
  1. ROST-CM

    0下载:
  2. ROST投稿审稿系统由远程投稿、远程审稿、采编管理以及反剽窃等四大模块,即将推出提升文献引用率的SEO管理模块和网刊模块。-ROST submission review system by the remote submission, remote reviewers, editorial management, and anti-plagiarism, and other four modules, the upcoming rate increase SEO citation and net
  3. 所属分类:OS Develop

    • 发布日期:2017-05-24
    • 文件大小:8013149
    • 提供者:李健
  1. EFI_Toolkit_2.0.0.1

    2下载:
  2. Intel EFI BIOS toolkit 2.0.0.1,可以制作EFI BIOS的设备驱动,目前intel已经不再开放此工具-Intel EFI BIOS toolkit 2.0.0.1, you can build device driver on EFI BIOS, now it s no longer public by intel.
  3. 所属分类:OS Develop

    • 发布日期:2017-06-19
    • 文件大小:28760343
    • 提供者:张峻海
  1. dnfbb1[1].09.06

    0下载:
  2. dnf运作程序,无需打怪,只需走动,全屏打怪。-dnf operating procedures, without Daguai, just walk around, full-screen Daguai.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-09
    • 文件大小:1399876
    • 提供者:star
  1. BIOS-source-code

    1下载:
  2. <BIOS研发技术剖析>书的源代码,包括完整的BIOS汇编语言源程序.-<BIOS研发技术剖析> Book' s source code, including a complete BIOS assembly language source code.
  3. 所属分类:OS Develop

    • 发布日期:2017-05-20
    • 文件大小:5983955
    • 提供者:Tan Yu-An
  1. 80386

    0下载:
  2. 这是本关于保护模式下变成的电子书,设计很多CUP设计原理。是理解操作系统的必看书-This is a protected mode on the e-books into the design a lot of design principles CUP. Is to understand the operating system will read
  3. 所属分类:OS Develop

    • 发布日期:2017-05-26
    • 文件大小:9573311
    • 提供者:asdsf
  1. e-kernel090803

    0下载:
  2. 自己开发的高效实时操作系统内核代码,ARM9处理器,仅仅可用于学习。-RTOS kernel, e-kernel
  3. 所属分类:OS Develop

    • 发布日期:2017-04-17
    • 文件大小:200547
    • 提供者:weilin
« 12 3 »
搜珍网 www.dssz.com