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

搜索资源列表

  1. GreedyTP

    0下载:
  2. 同学做的基于贪婪策略的拓扑排序算法可视化演示程序,支持用户自己画出拓扑图,VC++.net下测试通过。-students so greedy strategy based on the topological sorting algorithm visualization demo program that allows users to draw their own topology map, VC. Net under test.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:67.2kb
    • 提供者:杨智丹
  1. aaaaaaaaaaaaa

    1下载:
  2. 课程安排,用拓扑排序实现 4、实现课程的拓扑排序。(选)(加) 问题描述:软件专业的学生要学习一系列课程,其中有些课程必须在其先修课程完成后才能学习,具体关系见下表: 课程编号 课程名称 先决条件 C1 程序设计基础 无 C2 离散数学 C1 C3 数据结构 C1,C2 C4 汇编语言 C1 C5 操作系统 C3 假设每门课程的学习时间为一学期,试为该专业的学生设计教学计划,使他们能在最短的时间内修完这些课程。-curriculum, using topolo
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9.08kb
    • 提供者:lea5195444
  1. Topsort

    0下载:
  2. 所谓拓扑排序是指将顶点按照拓扑次序排列。有几种简单的算法可以求出一个图的拓扑次序。一种算法的思想如下: (1)在有向图中查找一个没有后继(或前驱)的顶点并添加到顶点表中。 (2)从图中删除该顶点和所有以该顶点为头(尾)的弧。 -The so-called topological sorting refers to the vertex order in accordance with the topology. There are several simple algor
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:1.04kb
    • 提供者:zong
  1. 123456

    1下载:
  2. 实现多课程的排序问题,符合先修课程安排的要求,可给出多种排课方案!!本程序的亮点是可得出一组课程的所有可能的拓扑排序,故最终结果是多方案的-Scheduling multi-course meet the requirements of Pre-curriculum can be given a variety of arranging schedule the program! ! The highlight of this program can be drawn from a group
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4.95kb
    • 提供者:qq546703
  1. PSO

    0下载:
  2. Particle swarm optimization (PSO) is a population based stochastic optimization technique developed by Dr. Eberhart and Dr. Kennedy in 1995, inspired by social behavior of bird flocking or fish schooling. Each particle keeps track of its coordinates
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-03-24
    • 文件大小:673byte
    • 提供者:BBB
  1. graph.yangxu

    0下载:
  2. 熟悉图的存储方式,实现图的邻接矩阵或者邻接表的存储方式下的基本运算,特别是深度遍历和广度遍历;掌握以图为基础的一些常用算法,如最小生成树、拓扑排序、最短路径等。-Familiar with the map of storage practices, and achieve adjacency matrix or adjacency list is stored under the basic operations, especially in the depth and breadth trav
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:248.24kb
    • 提供者:胡顶豪
  1. Topological_sort_information_data_structure_tutori

    0下载:
  2. 数据结构教程拓扑排序资料Topological sort information data structure tutorial -Data structure tutorial topological sorting information Topological sort information data structure tutorial
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:109kb
    • 提供者:7b
  1. DEM

    2下载:
  2. 目前三角网是进行精细地形表达最好和最常用的方法,因此本文讨论利用三角网法来建立露天矿的精细DEM模型。由于露天矿复杂特殊的地形特征,在建模过程中应充分考虑相应的约束条件,否则会出现台阶被削平等现象。构建不规则三角网的方法可分为分而治之算法、逐点插入算法和三角网生长算法。各种算法各具优缺点,结合矿区的实际情况,本文采用一次性约束三角网生成算法,经过空间数据提取、拓扑关系建立以及空间索引建立,最终建立起边界约束线以内的约束不规则三角网。-At present, triangulated irregu
  3. 所属分类:software engineering

    • 发布日期:2017-02-22
    • 文件大小:323kb
    • 提供者:suixin
  1. Class_Plan-1.3

    0下载:
  2. 实现了所选课程的正确排序,由于部分课程有先修课程,因此用到了拓扑排序的知识。-Selected the correct course to achieve the sort, as some courses have pre-course, so use a topological sort of knowledge.
  3. 所属分类:Button control

    • 发布日期:2017-05-18
    • 文件大小:4.52mb
    • 提供者:王希
  1. jySNMP

    0下载:
  2. 提出并实现了基于简单网络管理协议( SNMP)的大型异构IP网络拓扑发现方法,该方法包括代理发现、拓扑信息探测和拓扑信息分析三个步骤。对代理发现中的探测报文构造、去除冗余信息、信息分析算法以及非转发设备信息利用等关键问题进行了讨论,针对探测时遇到的路由器间歇性不响应、路由器过长时间不响应和探测目标为子网络号等问题进行了分析并给出了解决方案。实现结果表明,该方法可以高效地获取较为丰富的拓扑信息,与traceroute路径探测结合使用,可以极大地提高拓扑发现结果的完整性-Including agen
  3. 所属分类:SNMP

    • 发布日期:2017-03-31
    • 文件大小:156.37kb
    • 提供者:cctv
  1. zhihu_spider-master

    0下载:
  2. 知乎爬虫 此项目的功能是爬取知乎用户信息以及人际拓扑关系,爬虫框架使用scrapy,数据存储使用mongo,下载这些数据感觉也没什么用,就当为大家学习scrapy提供一个例子吧(The function of this project is to crawl and understand user information and interpersonal topological relations. The crawler framework uses scrapy, data storag
  3. 所属分类:网络编程

    • 发布日期:2018-01-07
    • 文件大小:1.59mb
    • 提供者:zyt1998
搜珍网 www.dssz.com