搜索资源列表

  1. cn700_vc91445348451251

    0下载:
  2. 拓扑排序算法,输入一组图的信息,能够输出图的拓扑排序。-topological sorting algorithm, a Reuters input information to the topology map output sequencing.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-13
    • 文件大小:133120
    • 提供者:李林
  1. NetFinder

    0下载:
  2. 网络拓扑发现 发现路由器与子网,给出路由器的简单配置信息、子网中的主机(如果支持SNMP,给出简单的系统描述) 搜索深度、团体名、起始路由器可设定 -network topology discovery and found router subnet, the router is a simple configuration information,- hosts on the network (if SNMP suppor
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-13
    • 文件大小:197632
    • 提供者:熊熊XP
  1. ans_to_output

    0下载:
  2. 一些从ansys中输出数据(结构节点信息、拓扑关系,面积,荷载等)的apdl小程序 对于需要提取一个结构的这些信息用于其它程序语言编程,很好用,特别是对于复杂的结构-some Filed output from the data (information structure nodes, topology, area, load) 7.0-9.0 small extraction procedures need for a stru
  3. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:3072
    • 提供者:谢艳花
  1. sjjg

    0下载:
  2. -图的应用 建立AOV的存储结构及拓扑排序的算法的完整程序-- The establishment of AOV diagram of storage structure and topological sorting algorithm for a complete program
  3. 所属分类:系统编程

    • 发布日期:2024-05-13
    • 文件大小:4096
    • 提供者:宫静
  1. networktopfind

    0下载:
  2. 运用snmp协议编程,迅速查找所在子网及相邻子网的网络拓扑结构,采用优化算法,速度快-use snmp programming agreement quickly identify where subnetworks and the adjacent subnet the network topology, using optimization algorithms, faster
  3. 所属分类:SNMP编程

    • 发布日期:2024-05-13
    • 文件大小:31744
    • 提供者:方格路
  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. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:68608
    • 提供者:杨智丹
  1. ZigBeejishu

    0下载:
  2. 本文介绍了ZigBee 技术的由来,接着介绍了ZigBee 协议栈 的组成、网络拓扑、特点以及ZigBee技术的优点,最后介绍了ZigBee 技术的应用。 -This paper introduces the origin of the ZigBee technology, and then introduced the ZigBee protocol stack component, network topology an
  3. 所属分类:文档资料

    • 发布日期:2024-05-13
    • 文件大小:240640
    • 提供者:刘天
  1. mysnmp

    0下载:
  2. 发现某个路由的所有子网的拓扑结构,好的示例程序.-found a routing of all subnetworks topology, a good sample program.
  3. 所属分类:SNMP编程

    • 发布日期:2024-05-13
    • 文件大小:31744
    • 提供者:
  1. wangshangxixiguanli

    0下载:
  2. 近年来,随着计算机技术的发展和互联网时代的到来,我们已经进入了信息时代,也有人称为数字化时代,在这数字化的时代里,学校的教学管理都受到了极大的挑战。Internet技术持续迅猛的发展,也给传统的办学提出了新的模式。通过设计和建设网络拓扑架构、网络安全系统、数据库基础结构、信息共享与管理、信息的发布与管理,从而方便管理者、老师和学生间信息发布、信息交流和信息共享。以现代计算技术、网络技术为基础的数字化教学主要是朝着信息化、网络化、现代化的
  3. 所属分类:软件工程

    • 发布日期:2024-05-13
    • 文件大小:754688
    • 提供者:jiafeimao
  1. Cisco_design

    0下载:
  2. 这是Cisco/Solaris网络体系设计与实现课程设计报告,里面有网络拓扑的设计和三层交换机的配置。 -This is the Cisco/Solaris network system design and implementation of curriculum design, inside the network topology design and the three-tier switch configuration.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:69632
    • 提供者:sunrain
  1. tppx

    0下载:
  2. 拓扑排序,以前做的,可以实现6个顶点8条弧的任意有向图的拓扑排序-topological sorting, previously done, can achieve a six point eight arbitrary arc to a map of topological sorting
  3. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:碰字见
  1. aaaaaaaaaaaaa

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

    • 发布日期:2024-05-13
    • 文件大小:254976
    • 提供者:lea5195444
  1. graphicsalgorithmy

    0下载:
  2. 一套很好的图论算法源码,包括图的遍历,最短路径的实现,有向图计算、拓扑排序等多个算法的源码。-a good graph algorithm source code, including the traverse map, the shortest path, and it is to map, many other topological sorting algorithm source code.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-13
    • 文件大小:9216
    • 提供者:xiaofeng
  1. topology

    0下载:
  2. 一个简单的接近真实的网络拓扑发现算法程序包,大家可以下来参考以下 -a simple close to the real network topology discovery algorithm package, we can down reference to the following
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-13
    • 文件大小:83968
    • 提供者:yangqiang
  1. Soft20060210162244716(1)

    0下载:
  2. visualc++实现拓扑排序下载的清登陆本网页-visualc achieve topological sorting download-landing this website
  3. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:90112
    • 提供者:李阳
  1. tuopupaixu

    0下载:
  2. 拓扑排序算法和主函数,希望大家好好运用,如果有什么不懂可以联系我哦-topological sorting algorithm and the main function, we make good use of hope that if there is any link I can understand Oh
  3. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:张宗博
  1. NEApers

    0下载:
  2. 演化神经网络拓扑结构编写的扫雷机器人程序-evolution of neural network topology structure of the mine-sweeping robot procedures
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-13
    • 文件大小:99328
    • 提供者:姜寒月
  1. ICMPSNMP

    0下载:
  2. ICMP和SNMP编程,用ICMP实现网络的三层拓扑发现,并且用SNMP管理网络-ICMP and SNMP programming, ICMP achieved with the three-tier network topology discovery. and using SNMP network management
  3. 所属分类:SNMP编程

    • 发布日期:2024-05-13
    • 文件大小:432128
    • 提供者:curie
  1. discovery

    0下载:
  2. 用于局域网的拓扑发现,给出拓扑的示意图,非常好用。-for LAN topology discovery, topology diagram is very handy.
  3. 所属分类:系统编程

    • 发布日期:2024-05-13
    • 文件大小:2228224
    • 提供者:陈艳秋
  1. bhfit

    0下载:
  2. 输入学期总数 学期的学分上限 课程数 拓扑排序所形成的课程先修关系的边数 课程号及其学分 在各学期学期负担尽量均匀和 课程集中在前几个学期进行排课两种条件下进行排课-importation of the total semester credit semester courses ceiling few topological sorting as a result of the pre-course edge courses, a
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-13
    • 文件大小:2048
    • 提供者:houny
« 1 2 3 45 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org