CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 JSP源码/Java 搜索资源 - 模拟进程

搜索资源列表

  1. os

    0下载:
  2. 操作系统实验的题目 cpu的进程调度的模拟-Experimental process of the operating system cpu scheduling simulation
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:5585
    • 提供者:袁俊
  1. 21

    0下载:
  2. 操作系统的进程调度(动态)模拟实验,请尊重作者劳动成果!-Operating system process scheduling (dynamic) simulation experiment, please respect of the fruits of labor!
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:6126
    • 提供者:tear4114
  1. 22

    0下载:
  2. 操作系统的进程调度(静态态)模拟实验,请尊重作者劳动成果!-The process of scheduling the operating system (static state) simulation experiments, please respect of the fruits of labor!
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:5961
    • 提供者:tear4114
  1. banker

    0下载:
  2. 此文件为操作系统中的银行家算法,用JAVA来模拟实现银行家算法 银行家算法 设Requesti是进程Pi的请求向量,如果Requesti[j]=K,表示进程Pi需要K个Rj类型的资源。当Pi发出资源请求后,系统按下述步骤进行检查:
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:14670
    • 提供者:王军
  1. ProducerConsumer

    0下载:
  2. 分析进程的同步与互斥现象,编程实现经典的进程同步问题——生产者消费者问题的java模拟 -Producer and Consumer
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:695
    • 提供者:gg
  1. code

    0下载:
  2. 进程调度算法模拟 时间片轮转法 可视化-Process scheduling algorithm Round-Robin time slice simulation visualization
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:144906
    • 提供者:李梦甜
  1. Ticket

    0下载:
  2. java语言编程实现 模拟铁路售票系统 多进程-tickets sell system
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:3033
    • 提供者:
  1. ReaderAndWriter

    0下载:
  2. 采用java编写的源代码,模拟实现操作系统中经典问题——读者写着问题中,操作系统是如何处理并发进程之间的资源分配等问题。-Source code written using java, simulation of the classic problems of operating system- the reader reads the problem, the operating system how to handle concurrent processes of resource all
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:17112
    • 提供者:王羊羊
  1. process

    0下载:
  2. 进程模拟程序代码,包括动态优先级算法,反馈算法,-Process simulation code
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:8213
    • 提供者:王成
  1. MultiProcess

    0下载:
  2. 操作系统实验 模拟实现单处理机下的进程调度程序 包括先来先服务 短作业优先 时间片轮转 动态优先级 并有详细注释-Experimental simulation of the operating system under the single-processor scheduler process, including a first-come first-served priority round-robin short operating dynamic priority and detai
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:2427
    • 提供者:123
  1. 1_DDMS_user

    0下载:
  2. DDMS 的全称是Dalvik Debug Monitor Service,它为我们提供例如:为测试设备截屏,针对特定的进程查看正在运行的线程以及堆信息、Logcat、广播状态信息、模拟电话呼叫、接收SMS、虚拟地理坐标等等。-The DDMS full name is the Dalvik Debug Monitor Service, it provides us with such as: test equipment, screen shots, view the running thre
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:176077
    • 提供者:pantiy
  1. OS

    0下载:
  2. 模拟操作系统的进程的操作,了解操作系统对进程的操作-Simulate the process of the operating system' s operation, to understand the operation of the operating system process
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:1765
    • 提供者:donglin
  1. Timer

    0下载:
  2. java实现数字时钟,通过进程模拟生活中的闹钟-java digital clock, alarm clock of life by process simulation
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:4193
    • 提供者:wangtian
  1. Operating-System-Experiment-Project

    0下载:
  2. 这是一个模拟实现操作系统进程调度,作业调度,存储器管理,文件系统管理等功能小程序,是基于java Eclipse平台实现的,愿与大家交流共享-This is a simulated operating system process scheduling, job scheduling, memory management, file system management features such as applets, java Eclipse platform-based, and we wo
  3. 所属分类:Java Develop

    • 发布日期:2017-11-13
    • 文件大小:418458
    • 提供者:康锐
  1. Task-Manager

    0下载:
  2. 进程管理器:枚举操作系统当前运行的所有的进程,模拟windows任务管理器功能。主要涉及到的知识有进程同步,内存管理等。-Task Manager
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-11-11
    • 文件大小:10434
    • 提供者:董万波
  1. Bankallocation

    0下载:
  2. 模拟银行家算法实现程序,有界面,可以自由输入处理的进程数目。-Analog bankers algorithm, interface, you can freely enter the number of processing process.
  3. 所属分类:Java Develop

    • 发布日期:2017-12-07
    • 文件大小:48638
    • 提供者:duhuiyou
  1. osExa

    0下载:
  2. 一个简单的操作系统模拟的实现,未实现单步进程的模拟-failed to translate
  3. 所属分类:Java Develop

    • 发布日期:2017-12-07
    • 文件大小:78843
    • 提供者:lucifer
  1. taskAttemper

    0下载:
  2. 操作系统进程调度模拟!先来先服务和响应比高者优先的调度-Operating system process scheduling simulation! First come first serve and the response is high priority scheduling
  3. 所属分类:Applet

    • 发布日期:2017-11-26
    • 文件大小:2736
    • 提供者:cation
  1. Operation

    0下载:
  2. 模拟操作系统的优先级进程调度,一个简单的展示,便于初学者理解操作系统CPU调度-Simulation of the operating system process scheduling priority, a simple demonstration, is advantageous for the beginners to understand operating system CPU scheduling
  3. 所属分类:Java Develop

    • 发布日期:2017-03-25
    • 文件大小:3629
    • 提供者:喻和斌
  1. FileManageSystem

    0下载:
  2. JAVA模拟操作系统的文件管理 使用java语言,采用多到程序设计方法基本上实现并模拟了单用户操作系统。该操作系统包括四部分内容:①文件管理和用户接口;②存储管理;③设备管理;④进程管理。-JAVA simulation operating system file management using the JAVA language, and simulation is realized by using program design method to basically the single
  3. 所属分类:JavaScript

    • 发布日期:2017-05-02
    • 文件大小:598737
    • 提供者:李再煜
« 1 23 »
搜珍网 www.dssz.com