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

搜索资源列表

  1. java

    0下载:
  2. 实现蚁群算法解决TSP问题,打印寻找到的最短路径以及其长度,随附数据-Implementation problems ant colony algorithm to solve TSP, print to find the shortest path and its length
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:3444
    • 提供者:heli
  1. project

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

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

    0下载:
  2. 用Java实现操作系统的死锁课程设计,可实现死锁的产生,避免,预防与解除,避免由银行家算法实现,界面优美,代码可读性好。而且本程序生成了可直接运行的.exe文件和可安装的程序,非常的方便实用-Java implementation of the operating system deadlock with curriculum design, the production can be realized deadlock, avoid, prevent and relieve, to avoid
  3. 所属分类:Java Develop

    • 发布日期:2017-06-21
    • 文件大小:34831352
    • 提供者:孟萌
  1. javaAIFind

    0下载:
  2. 用java实现游戏中AI寻路算法,让初学者能够了解AI寻路到底是怎么回事。-Implementation with java games AI pathfinding algorithm so that beginners can understand how AI find its way in the end is going.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:3784
    • 提供者:岩岷
  1. JavaSuanfaDaquan

    0下载:
  2. java算法大全,有近100多种常见算法的源代码,是学习JAVA算法的难得资料。-java algorithm Daquan, there are nearly 100 types of common algorithms source code is valuable information to learn JAVA algorithm.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:1110470
    • 提供者:天天
  1. IR

    0下载:
  2. 利用page rank 和HITS算法实现的一个简单的文本摘要系统-page rank,hits,text summerize
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:18658
    • 提供者:黄山山
  1. Dijk

    0下载:
  2. 经典Dijkstra,java最短路由算法-Classic Dijkstra, java shortest routing algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:1746
    • 提供者:jin
  1. cipandiaodusuanfa

    0下载:
  2. 磁盘调度算法实现1、先来先服务(FCFS) 2、最短寻道时间优先(SSTF) 3、扫描算法(SCAN) 4、循环扫描算法(CSCAN) -1 disk scheduling algorithm, first come first served (FCFS) 2, the shortest seek time first (SSTF) 3, scan algorithm (SCAN) 4, cyclic scan algorithm (CSCAN)
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:904561
    • 提供者:abc
  1. Process

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

    • 发布日期:2017-03-24
    • 文件大小: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-06
    • 文件大小:3376
    • 提供者:panboyu
  1. java_tsp

    1下载:
  2. 用Java 编写的蚁群算法解决TSP问题的路径规划,取得了很好的效果-Java written by ant colony algorithm to solve TSP problem of path planning, and achieved good results
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:2237
    • 提供者:zhangbaohua
  1. RoutingVector

    0下载:
  2. 距离矢量路由算法的实现 一个课堂作业 发出来交流-Distance vector routing algorithm to achieve a class assignment given to the exchange
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:9240
    • 提供者:邓彪
  1. Page-replacement-algorithm

    0下载:
  2. 页面置换算法,在FIFO,LRU,OPT算法中比较 各算法的优劣-Page replacement algorithm, FIFO, LRU, OPT algorithm comparing the advantages and disadvantages of each method
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:43237
    • 提供者:李明博
  1. pagefileter-release

    0下载:
  2. 游戏网页过滤 这个程序是用java利用代理服务器机制实现的网页过滤小软件 里边的过滤算法是基于语义的过滤和统计过滤的结合,正确率挺高的,95 以上。 还可以自定义关键字和url过滤 双击.exe 或者 run.bat,都能运行程序-game page filter
  3. 所属分类:Java Develop

    • 发布日期:2017-06-10
    • 文件大小:17838605
    • 提供者:于建波
  1. dongtaiguihua

    0下载:
  2. 算法分析与设计例子:可以完整运行+详细说明:若给定n个整数组成的序列a1,a2,a3,……an,求该序列形如ai+ai+1+……+an的最大值。-Examples of Algorithm Analysis and Design: You can run+ full details: If a given sequence of n integers a1, a2, a3, ... ... an, find the sequence of the form ai+ ai+1+ ... ...+
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:9555
    • 提供者:wangfeifei
  1. Dijkstra

    0下载:
  2. 操作系统的实验 源代码 关于 预防进程死锁的银行家算法-The experimental operating system source code on the prevention of deadlock in the banker' s algorithm process
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:15867
    • 提供者:huangbingtao
  1. GA

    0下载:
  2. java实现的遗传算法,用于股票分析。根据技术指标给出股票买卖建议-java implementation of genetic algorithm for stock analysis. Based on technical indicators give equity recommendations
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:5314
    • 提供者:陈先生
  1. Bank

    0下载:
  2. 这是操作系统中一个关于银行家算法的小程序-This is the operating system in a small program on the banker' s algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:1561
    • 提供者:曹雪佳
  1. Apriori算法java实现

    0下载:
  2. 机器学习中用于频繁模式挖掘的经典Apriori算法,java实现。本资源提供完整的代码,无bug可运行。
  3. 所属分类:JSP源码/Java

    • 发布日期:2013-04-22
    • 文件大小:8690
    • 提供者:23704351@qq.com
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com