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

搜索资源列表

  1. java_celluar

    0下载:
  2. 根据蚂蚁算法模拟的程序-under the ant algorithm simulation procedures
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:33239
    • 提供者:冬儿
  1. TSPNEW

    0下载:
  2. 经典的货郎担问题解决办法,采用了模拟退火算法,结构非常清楚,速度很快!-classic traveling salesman problem solution, using simulated annealing, the structure is very clear, very fast!
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1437975
    • 提供者:红红
  1. ProcessCall

    0下载:
  2. 操作系统中的进程调度,进程调度模拟程序:假设有10个进程需要在CPU上执行,分别用:先进先出调度算法;基于优先数的调度算法;最短执行时间调度算法 确定这10个进程在CPU上的执行过程。要求每次进程调度时在屏幕上显示:当前执行进程;就绪队列;等待队列 -operating system process scheduling, process simulation scheduling procedures : Assuming a 10 CPU in the process of impl
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:104247
    • 提供者:魏然
  1. jQuantum

    0下载:
  2. jQuantum这个Java程序用于模拟一个量子计算机。它的目的是让开发者可以开发量子算法的演示。其它主要的目的是在你的头脑中创建真实的图像,使其易于理解。-jQuantum the Java program used to simulate a quantum computer. Its purpose is to allow developers can develop quantum algorithm presentations. Other main purpose is in you
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:88625
    • 提供者:liaosp_11
  1. javaSplash

    0下载:
  2. Java语言写的水波模拟算法 Java源代码,直接编译执行即可-Java language to write the wave simulation algorithm Java source code, the implementation can be directly translated
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:913
    • 提供者:叶子
  1. PageReplacementAlgorithm

    0下载:
  2. 用java实现的模拟操作系统页面置换算法,该算法是基于先进先出算法实现的。-Simulation of the operating system using java to achieve the page replacement algorithm, which is based on the FIFO algorithm implementation.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:2010
    • 提供者:张杰
  1. DistanceVectorRouter

    1下载:
  2. 一份模拟距离向量算法的Java语言源码 基于距离向量算法的 路由器设计与实现-Simulation of Distance Vector Routing
  3. 所属分类:Java Develop

    • 发布日期:2016-05-30
    • 文件大小:20776
    • 提供者:
  1. bank

    0下载:
  2. 这是一个模拟银行界面的JAVA算法,他可以进行存款,取款,查询余额大等-This is a simulation of the banking interface JAVA algorithm, he can conduct deposits, withdrawals, balance inquiries, and so on
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:1165
    • 提供者:wuzhijiang
  1. Pagingrequestanalogstoragemanagementsystemtoachiev

    0下载:
  2. 根据请求调页存储管理方式的相关原理,编程模拟实现一个请求调页存储管理系统,该系统的页面置换算法必须包括先进先出页面淘汰算法(FIFO)、最近最少使用LRU页面淘汰算法和最佳淘汰算法。同时系统可以随意设置当前分配给作业的物理块数。 系统运行时,任意输入一个页面访问序列,设定不同的页面置换算法和物理块数,输出其页面淘汰的情况,计算其缺页次数和页面置换次数。 系统结束后,要求比较同一个页面访问序列,在不同的页面置换算法和物理块数的情况下,其产生的缺页次数和页面置换次数,并分析其原因。 -P
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:7099
    • 提供者:yangyang
  1. bloodOS

    0下载:
  2. 我们操作系统的课程设计,模拟操作系统的进程调度功能,包括四种算法,先来先服,优先级,轮转法,多级轮转-We are of course operating system design, simulation of the process of scheduling the operating system functions, including the four algorithms, first-come, first serve, priority, web method, multi-s
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:488560
    • 提供者:张云波
  1. simulated_annealing

    0下载:
  2. 人工智能问题,通过模拟退火算法实现旅行商问题,随机产生31个地址,计算旅行商走完的最短路径,并绘制路线图。作者:陈华昌-Using simulated annealing algorithm achive "traveler" problem.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:14972
    • 提供者:chc
  1. project

    0下载:
  2. 页面置换算法模拟程序,实现页面置换!页面置换算法模拟程序-asdasd
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:7940
    • 提供者:王城
  1. Fire4[evolution]

    0下载:
  2. 基于粒子系统的火焰模拟算法 采用java语言1.5版本-Flame-based particle system simulation algorithm using java language version 1.5
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:80818
    • 提供者:lean
  1. Process

    0下载:
  2. 任务1:进程调度 1 设计目的 (1)要求学生设计并实现模拟进程调度的算法:时间片轮转及先来先服务。 (2)理解进程控制块的结构。 (3)理解进程运行的并发性。 (4)掌握进程调度算法。 2 设计要求 在多道程序运行环境下,进程数目一般多于处理机数目,使得进程要通过竞争来使用处理机。这就要求系统能按某种算法,动态地把处理机分配给就绪队列中的一个进程,使之运行,分配处理机的任务是由进程调度程序完成的。一个进程被创建后,系统为了便于对进程进行管理,将系统中的所有进程按其状
  3. 所属分类:Applet

    • 发布日期:2017-03-23
    • 文件大小:4969
    • 提供者:heartBeat
  1. banker

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

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

    0下载:
  2. 一个java做的操作系统中关于银行家算法的模拟,有界面的哦。对课程设计之内很有用。-A java operating system to do the simulation on the banker' s algorithm, there are interfaces Oh. Within the course design is useful.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:3376
    • 提供者:panboyu
  1. elevator

    0下载:
  2. java项目实践,线程,GUI设计,电梯模拟算法,有详细的文档,是我在学校程序设计大赛获奖作品-java project practice, threading, GUI design, elevator simulation algorithm, a detailed documentation, I was in school Programming Contest Winners
  3. 所属分类:Java Develop

    • 发布日期:2017-12-04
    • 文件大小:4019
    • 提供者:peng
  1. Mente-Carlo

    0下载:
  2. 蒙特卡洛模拟算法,java编程,并有注释-Monte Carlo simulation algorithm, java programmingand comment
  3. 所属分类:Java Develop

    • 发布日期:2017-05-04
    • 文件大小:1211614
    • 提供者:菲影成诗
  1. os

    0下载:
  2. 在txt文档里输入模拟指令,读取txt文档内容,用调度算法实现cpu的模拟调度算法.(In the txt document, enter the analog command, read the contents of the txt document, using scheduling algorithm to achieve CPU simulation scheduling algorithm)
  3. 所属分类:Java编程

  1. Java操作系统磁盘调度算法

    0下载:
  2. 模拟操作系统磁盘调度算法,实现了先来先服务,最短寻道时间,电梯扫描算法(Disk scheduling algorithm for analog operating system)
  3. 所属分类:Java编程

    • 发布日期:2018-01-09
    • 文件大小:7168
    • 提供者:黑汉
« 12 3 4 5 6 »
搜珍网 www.dssz.com