CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - os 进程

搜索资源列表

  1. 操作系统进程内存管理模拟特别版

    1下载:
  2. 操作系统进程内存管理模拟 有关此程序的功能请见程序中的帮助菜单 程序难点1:创建Windows xp中按钮样式 解决方法:使用标签控件与形状控件一起形成此样式 此方法缺点:由于标签没有TAB事件,所以不能使用键盘控制按钮。 此缺点解方法:截取键盘事件,以响应TAB事件(时间有限,没有实现) 程序难点2:实时与分时混合应用 解决方法:置一FOR循环在TIMER中,先判断并响应时实进程,再置另一当循环在TIMER中,无时实时再执行分时进程。 程序难点3:分页式内存管理的调度方式 解决方法:具体方法见
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:70635
    • 提供者:锡文
  1. 引导程序的设计以及进程环境的建立

    0下载:
  2. 1、BOOTSECT.BIN 功能:1.44M软盘的引导扇区中的文件 源代码文件:BOOTSECT.ASM 编译方法 nasm bootsect.asm -o bootsect.bin 2、WRBOOT.COM 功能:将BOOTSECT.BIN 写到软盘的引导扇区 源代码文件:WRBOOT.ASM 编译方法 nasm wrboot.asm -o wrboot.com 使用方法:将BOOTSECT.BIN 与WRBOOT.COM 置于同一目录下,软驱
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:10515
    • 提供者:黄小文
  1. OS进程调度模拟

    0下载:
  2. 1、按优先权调度算法,实现处理器调度。 2、主存储器空间的分配和回收 在可变分区管理方式下,采用最先适应算法实现主存空间的分配和回收。-1, priority scheduling algorithm to achieve processor scheduling. 2, the main memory space allocation and recovery of the variable area management, using the first algorithm to a
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:4278
    • 提供者:陈为
  1. OS进程调度源码_2

    0下载:
  2. OS操作系统进程调度算法,其中采用两个算法来实现:优先进程和短进程优先算法.-OS process scheduling algorithm, which uses two algorithms to achieve : short-priority process and the process of priority algorithm.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:12235
    • 提供者:wzc
  1. OS课程设计

    2下载:
  2. 8.进程通信 1编写两个进程,一进程负责发送字符 串,另一进程负责接收字符串; 2支持Windows/linux的的共享存储区、消息、有名和无名管道、Socket通信; 3发送进程应可以从窗口或键盘上接收字符串; 4接收进程应可将字符串显示在窗口上; 实现请安装VS2008
  3. 所属分类:源码下载

    • 发布日期:2011-06-27
    • 文件大小:35259198
    • 提供者:abc2453522
  1. OS

    1下载:
  2. 操作系统进程调度算法比较,FCFS,SJF,RR,MLFS-Comparison of the operating system process scheduling, FCFS, SJF, RR, MLFS
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-15
    • 文件大小:3594058
    • 提供者:caomiao
  1. os

    0下载:
  2. 一个具有模拟CPU、模拟内存、模拟硬盘、模拟CPU管理、模拟内存管理、模拟硬盘管理、模拟进程管理、模拟指令系统、模拟中断处理的一个能运行在WINDOWS平台上的一个模拟的单用户多任务操作系统。-Simulation of a CPU, analog memory, analog hard disk, analog CPU management, memory management simulation to simulate the hard disk management, and simul
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:870709
    • 提供者:Cherie
  1. os

    0下载:
  2. 操作系统中几个重要算法的模拟程序,包括进程调度,内存分配与回收,银行家算法-Operating system simulation algorithm several important processes, including process scheduling, memory allocation and recovery, banker s algorithm
  3. 所属分类:Console

    • 发布日期:2017-03-30
    • 文件大小:43993
    • 提供者:liuqiang
  1. os

    1下载:
  2. 操作系统实验和实验报告,包括单道作业调度,进程调度,文件管理和主存空间的分配和回收-Experiments and experimental operating systems, including single-channel job scheduling, process scheduling, document management and main memory space allocation and recovery
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:821240
    • 提供者:阿云
  1. os

    0下载:
  2. 操作系统的四大功能的模拟,分别进行进程管理、处理机调度(作业调度)、存储管理(页面调度)以及设备管理(磁盘调度)-The four functions of the operating system simulation, separately for the process management, processor scheduling [job scheduling], memory management [paging], and equipment management [disk s
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-04
    • 文件大小:1488530
    • 提供者:jem
  1. OS

    0下载:
  2. 模拟实现操作系统的各项性能,基本完成了进程调度与并发性处理-Simulation to achieve the performance of the operating system, and basically complete the process to deal with scheduling and concurrency
  3. 所属分类:OS Develop

    • 发布日期:2017-04-14
    • 文件大小:3395
    • 提供者:Mingwang Zhang
  1. os

    0下载:
  2. CSharp写的一个超微软操作系统,包括进程管理、内存管理等-CSharp write a superset of Microsoft operating systems, including process management, memory management, etc.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-22
    • 文件大小:78266
    • 提供者:金元宝
  1. os

    0下载:
  2. 操作系统进程调度算法模拟,附上源码、文档,做课程设计的朋友可以多参考-Operating system process scheduling algorithm simulation, source code is attached, documents, and curriculum design can refer to a friend
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-24
    • 文件大小:145802
    • 提供者:曾黎
  1. os

    0下载:
  2. 模拟操作系统的代码,包括包括进程管理,设备管理,文件管理)-Simulation of the operating system code, including, including process management, equipment management, document management)
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-26
    • 文件大小:404096
    • 提供者:kevin
  1. linux--os

    1下载:
  2. os实验源代码,共八个。。 有文件管理、内存管理、进程通信-os experiment source code, a total of eight. . There are document management, memory management, process communications and so on. . .
  3. 所属分类:OS Develop

    • 发布日期:2017-03-22
    • 文件大小:41243
    • 提供者:齐齐哈维
  1. os

    0下载:
  2. 进程管理模拟程序,实现了进程的三状态转换。操作系统课程设计。-Process management simulation program
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-08
    • 文件大小:2018517
    • 提供者:pengwi
  1. os

    0下载:
  2. 操作系统实验 进程间基于消息队列的通信 编写一段程序,同时父进程创建两个子进程p1和p2;并使子进程p1与子进程p2通过共享存储区相互发送数据(512字节)。 -Experimental operating system message queue-based inter-process communication
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:11145
    • 提供者:董俐
  1. hit-os-lab3.tar

    0下载:
  2. hit os 进程的轨迹跟踪于描绘lab3-Experimental lab3 hit os
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-22
    • 文件大小:12461
    • 提供者:north
  1. 进程通信

    0下载:
  2. 进程通信 socket进程通信 内含四个源代码 和实验说明(Contains four source code and experimental instructions)
  3. 所属分类:操作系统开发

    • 发布日期:2017-12-26
    • 文件大小:9216
    • 提供者:patirck
  1. OS课程设计

    0下载:
  2. 本科操作系统课程设计实现管道通信 通过在两个进程间创建通道,一个写信息通过通道传送给另一个进程并且读出来(pipeline communication)
  3. 所属分类:操作系统开发

    • 发布日期:2018-01-05
    • 文件大小:317440
    • 提供者:吊兰飞星
« 12 3 4 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com