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

搜索资源列表

  1. Desktop

    0下载:
  2. 调度问题的回溯算法,算法中的经典问题。问题描述:假设有n个任务由k个可并行工作的机器完成。完成任务i需要的时间为ti。试设计一个算法找出完成这n个任务的最佳调度,使得完成全部任务的时间最早。-Scheduling problem backtracking algorithm is the classic problem. Problem Descr iption: Suppose there are n-task by the k-parallel machine can be complete
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:16015
    • 提供者:pactric
  1. 进程调度与作业调度的模拟

    0下载:
  2. 对进程调度与作业调度的模拟,进程调度算法:采用的是最高优先数优先的高度算法(即把处理机分配给优先数最高的进程和先来先服务算法。分区分配和回收算法:采用首次适应算法和最佳适应算法实现动态分区。其中,空闲分区通过空闲分区链来管理,在进行内存分配时,系统优先使用空闲区低端的空间。-process of scheduling and job scheduling simulation and process scheduling algorithm : the highest priority is t
  3. 所属分类:OS Develop

    • 发布日期:2017-03-23
    • 文件大小:40000
    • 提供者:陈任全
  1. eightnum

    0下载:
  2. 8数码的广度优先算法和A*算法。可以查找出最佳路径,并且自动演示-8 digital breadth-first algorithm and A* algorithm. Can search out the best path, and automatic presentation
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-12
    • 文件大小:2752276
    • 提供者:djbone
  1. memory

    0下载:
  2. 内存管理实验 1. 实验目的: 用高级语言编写和调试一个内存管理程序,以加深对内存的分配、回收以及空闲块管理的理解。 2. 实验内容: 编写一个模拟程序,完成内存可变分区分配的模拟,要求采用最佳适应法、最坏适应法、首次适应法或下次适应法之一。 实验具体包括:首先确定分配内存块管理的数据结构、空闲块的数据结构,然后完成内存分配、内存回收、空闲块管理等程序代码 最后编写模拟分配和回收过程的主函数,上机实验并取得结果数据。 -Memory management in Exper
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:1194
    • 提供者:Jun
  1. Public-transport-system-the-best-path-algorithm.ra

    0下载:
  2. 公共交通最佳路径算法在分析城市道路网络最短路径算法 SP算法 和公交网络的特点的基础上,提出公共交通系 ( ) ( ) 统最佳路径算法.首先引入直达矩阵 T矩阵 和最小换乘矩阵 Q 矩阵 ,讨论公交网络节点间换乘 问题,得出最少换乘算法.利用 Q 矩阵确定节点间最少换乘次数,评价公交网络方便可达性.其次 ( ) 结合最少换乘算法,对最短路径算法 Dijkstra 算法 进行改进.在标号过程中,利用 Q 矩阵对待检验 T标号点进行筛选,减少 T 标号计算量,得到一条综合考虑
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:107124
    • 提供者:怀自国
  1. OS_source_code

    0下载:
  2. 计算机操作系统实验——动态分区分配方式的模拟:采用首次适应算法和最佳适应算法。-Computer Operating System Experiment- Simulation of dynamic partitioning distribution: The first-fit algorithm and the best-fit algorithm.
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:2303
    • 提供者:Splendid Sun
  1. Park

    1下载:
  2. 公园导游图 数据结构 本系统实现: 1.公园内任两景点之间最短路径的查询 2.输出公园景点分布 3.最佳路径(很多程序里面都没有这个,是本人熬夜将一C++程序改为C,并数据结构化。)-The system implementation: 1. Park, the shortest path between any two spots query 2. Output of the distribution of three park attractions. The best pa
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:184647
    • 提供者:Eruler
  1. bestschedulestore

    0下载:
  2. 用贪心算法实现的程序存储问题和用回溯法实现的最佳调度问题-Greedy algorithm with memory problems and procedures to achieve the best use of backtracking scheduling problem
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:1437
    • 提供者:sean
  1. A-Star

    0下载:
  2. 一个非常好用的A star搜索最佳路径算法 -a best A* find the shortest path algorithm
  3. 所属分类:Linux Network

    • 发布日期:2017-03-28
    • 文件大小:66997
    • 提供者:Stanley
  1. Android最佳学习路线图

    0下载:
  2. Android最佳学习路线图 包含部分源码,教程ppt,和素材,共学习使用
  3. 所属分类:android

    • 发布日期:2017-04-02
    • 文件大小:345333
    • 提供者:欧阳逗
  1. Freescale FRDM-KL02Z GPIO 流水灯

    1下载:
  2. 使用 Freescale 之 Cortex-M0+ 的 ARM(FRDM-KL02Z)开发板做个 GPIO 的流水灯,于 IAR 的 IDE 环境编译,适合初学者入门最佳的首选!
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2015-11-27
    • 文件大小:1641387
    • 提供者:xyz543
  1. 热带气旋最佳路径数据集

    4下载:
  2. 本文件是中国气象局上海台风研究所发布的历史台风数据,包括最佳路径、台风中心气压和移速等数据,对研究台风及其引起的台风风暴潮有指导性意义,也是国内为数不多的完整记载台风数据的资料。
  3. 所属分类:行业发展研究

  1. OSGI原理与最佳实践

    0下载:
  2. OSGI原理与最佳实践, 这是介绍OSGI比较全面的书籍了。(OSGI principles and best practices)
  3. 所属分类:Java编程

    • 发布日期:2017-12-11
    • 文件大小:88351744
    • 提供者:chenspnjupt
  1. OIF

    0下载:
  2. OIF最佳指数法筛选最佳波段,因为数据量大,分段处理的数据。 应用于Matlab程序,需要的朋友可以参考一下(Optimal Index Factory)
  3. 所属分类:matlab例程

  1. C~C++程序员实用大全——C~C++最佳编程指南

    0下载:
  2. C~C++程序员实用大全——C~C++最佳编程1指南C~C++程序员实用大全——C~C++最佳编程1指南C~C++程序1员实用大全——C~C++1最佳编1程指南(C~C++ program1mer practical da-c ~C++ best progra1mming gu1ideC~C++ programmer practical da-c ~C++ best programm1ing guideC~C++ 1programmer practical da-c ~C++ best prog
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:43472896
    • 提供者:27薄荷糖
  1. 最佳答案 问答悬赏 V2.0

    0下载:
  2. 本插件结合论坛帖子实现问答采纳模式,被采纳的会员会获得系统奖励的积分,有效提高会员回答积极性,参与性。插件界面美观大方,兼容各类模板。(The plug-in combines the forum post to implement the question answering model, and the accepted members get the bonus points of the system, which can effectively improve the enthusia
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:54272
    • 提供者:羞涩老僧
  1. 新建文件夹

    0下载:
  2. 一个二元信号最佳接收机的程序,将信号进行检测调制,使得恢复原始信号与初始信号比较(A program of optimum receiver for two element signal, which detects and modulates the signal, makes the original signal recovered and compared with the original signal)
  3. 所属分类:其他

    • 发布日期:2018-01-03
    • 文件大小:1024
    • 提供者:fengqiji
  1. 最佳置换算法

    0下载:
  2. 该代码实现了操作系统中的最佳置换算法,相关代码可以实现功能的拓展,代码只提供最基本的思路和实现(The code implements the best replacement algorithm in the operating system,the related code can realize the expansion of function,Code provides only the most basic ideas and Implementation)
  3. 所属分类:其他

    • 发布日期:
    • 文件大小:1024
    • 提供者:wwwssh
  1. code

    0下载:
  2. 最佳调度问题的回溯算法 设有n个任务由k个可并行工作的机器来完成,完成任务i需要时间为 。试设计一个算法找出完成这n个任务的最佳调度,使完成全部任务的时间最早。(要求给出调度方案)(Backtracking algorithm for optimal scheduling problem There are n tasks to be done by K machines that can work in parallel, and the task I needs time to comp
  3. 所属分类:数据结构

    • 发布日期:2018-01-06
    • 文件大小:188416
    • 提供者:绫壹
  1. 第二次实习

    0下载:
  2. 解决部分全国铁路路线最佳经由问题,数据仅当参考,不可用于实际生产。(The best way to solve the railway route is to solve the problem. The data can only be used as a reference and can not be used in actual production.)
  3. 所属分类:数据结构

    • 发布日期:2018-01-08
    • 文件大小:618496
    • 提供者:风渡沙
« 1 23 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com