CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - components

搜索资源列表

  1. Visual_Cpp

    0下载:
  2. 最短路径查询,用的是ESRI公司arcobject组件开发的,已经作成dll,用起来非常的方便-Shortest Path inquiries, the company is ESRI arcobject development of the components, make dll with it is very convenient
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:37802
    • 提供者:丁胜
  1. c小应用

    0下载:
  2. 题目:有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少? 1.程序分析:可填在百位、十位、个位的数字都是1、2、3、4。组成所有的排列后再去掉不满足条件的排列。 2.程序源代码:-topic : 1,2,3,4 figures, the number can be formed with each other with no repeat of the triple-digit figures? How many are? 1. Program Analysis : c
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:5539
    • 提供者:镝钦
  1. fina_ver

    0下载:
  2. 用迷宫算法实现聚点的统计,这里只是简单扫描每个像素的四个方向,当然,可以很容易修改源码,实现八个方向的扫描,至于聚点嘛,就是被数码0包围的数码1组成的块,这种算法在元件识别方面可以应用。-maze algorithm used accumulation of statistics, here simply scanning each pixel of the four directions, of course, you can easily modify the source codes to
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2973
    • 提供者:光法
  1. JAXPDOMTest

    0下载:
  2. 使用JAXP获得DOM解析器的基本原理与获得SAX是相同的,例子使用JAXP来获取一个DOM解析器组件。-use JAXP parser access to the DOM and access to the basic tenets of SAX is the same, examples use JAXP access to a DOM parser components.
  3. 所属分类:数据结构常用算法

    • 发布日期:2015-06-10
    • 文件大小:1672
    • 提供者:徐广贤
  1. lqx10004

    1下载:
  2. 最小重量机器设计问题 设某一机器由n个部件组成,每一种部件都可以从m个不同的供应商处购得。设w(i,j)是从供应商j处购得的部件i的重量,C(i,j)是相应的价格。 设计一个优先列式分支限界法,给出总价格不超过c的最小重量机器设计。-minimum weight machines based design of a machine n components, each component can be 000 m from different vendors purchased. L
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1930
    • 提供者:卢起雪
  1. show_zuiduan

    1下载:
  2. 这是我的作业,是当时全班最好的,最短路径演示系统,能自定义节点和路径,显示出最短路径,节点用了组件,整个程序用了皮肤组件。-This is my work, then the whole class is the best, shortest path demonstration system can be defined nodes and trails. show that the shortest path, using a node components, with the whole
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:656449
    • 提供者:虚名
  1. zuixiaoshengchengshu

    2下载:
  2. 最小生成树问题 若要在n个城市之间建设通信网络,只需要架设n-1条线路即可。如何以最低的经济代价建设这个通信网,是一个网的最小生成树问题。 (1)利用克鲁斯卡尔算法求网的最小生成树。 (2)实现教科书6.5节中定义的抽象树类型 MFSet。以此表示构造生成树过程中的连通分量。 (3)以文本形式输出生成树中各条边以及他们的权值。 -minimum spanning tree problem to the n-city building communications netw
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1654
    • 提供者:wangjian
  1. 2005022014355931749

    0下载:
  2. 此文件包含组成 calc24point 应用程序的每个文件的内容摘要。-calc24point application components of each document summary of the contents.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:50941
    • 提供者:鞠传会
  1. TheBottomofaGraph.tar.gz

    1下载:
  2. ACM题解:The Bottom of a Graph 求图的强连通分量的好例子,ACM problem solution: The Bottom of a Graph a good example of graph of strongly connected components
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-29
    • 文件大小:529419
    • 提供者:夏雨可
  1. MPI-GraphTheory

    1下载:
  2. 图论部分的MPI源码,包括传递闭包、连通分量、最短路径和最小生成树,附带说明和测试用例-Graph Theory part of the MPI source code, including the transitive closure, connected components, shortest path and minimum spanning tree, with instructions and test cases
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:737930
    • 提供者:不死鸟
  1. 612109301

    0下载:
  2. 要求采用邻接矩阵作为无向图的存储结构,邻接表作为有向图的存储结构,完成无向图和有向图的建立,并对建立好的图进行深度和广度优先遍历。具体实现要求: 1. 通过键盘输入图的顶点和边信息,分别构造一个无向图的邻接矩阵和一个有向图的邻接表。 2. 分别对建立好的两个图进行深度和广度优先遍历,输出相应的遍历序列。 3. 统计两个图的连通分量的个数。 -Require the use of adjacency matrix as the storage structure of an und
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:393938
    • 提供者:风雷
  1. Cpp1

    0下载:
  2. 求强连通分量,好像只是判断有几个强连通分量的。-Strongly connected component, it seems only a judge has several strongly connected components.
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:1341
    • 提供者:
  1. yizhi_list

    0下载:
  2. 不同的数据结构组成的链表,供学习类间关系使用-Different components of the linked list data structure for studying the relationship between the use of category
  3. 所属分类:Data structs

    • 发布日期:2017-04-28
    • 文件大小:233494
    • 提供者:ffgu
  1. AskToStrugglingConnectedComponents

    0下载:
  2. 输入一个有向图是数据,计算并给出该有向图的强联通分量。-I is a program that ask to struggling connected components
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:156655
    • 提供者:LiLei
  1. virtualroaming

    0下载:
  2. 系统的概要设计范围是:软件系统总体结构设计、全局数据库和数据结构设计、外部接口设计、主要部件功能分配设计、部件之间的接口设计等方面的内容。-Summary of the system design are: the overall structure of software system design, global database and data structure design, external interface design, key components function all
  3. 所属分类:Data structs

    • 发布日期:2017-05-16
    • 文件大小:4299213
    • 提供者:李大山
  1. data_structer

    0下载:
  2. 数据结构是在整个计算机科学与技术领域上广泛被使用的术语。它用来反映一个数据的内部构成,即一个数据由那些成分数据构成,以什么方式构成,呈什么结构。数据结构有逻辑上的数据结构和物理上的数据结构之分。逻辑上的数据结构反映成分数据之间的逻辑关系,而物理上的数据结构反映成分数据在计算机内部的存储安排。数据结构是数据存在的形式。-Data structure is in the field of computer science and technology is widely used terminolo
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2123766
    • 提供者:kine
  1. suanfa

    1下载:
  2. 数据结构基本算法演示程序实现: 1、实现KMP模式匹配算法、哈夫曼编码算法、由遍历序列恢复二叉树、Prim算法、Kruskal算法、Floyd算法、Dijkstra算法、拓扑排序、关键路径算法、二叉排序树生成算法(含平衡化)、哈希表生成及哈希查找算法、希尔排序、快速排序、堆排序、归并排序、基数排序。(四则表达式计算、矩阵运算、有向图的强连通分量求解) 2、算法中的链表结构和数组结构的基本操作要求单独函数实现(同组内算法要求共享使用)。 要求数据结构基本算法演示程序具有菜单选择,算法要
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:20855
    • 提供者:dark
  1. Graph-traversal-spanning-tree

    0下载:
  2. 1.显示图的邻接矩阵, 图的邻接表, 深度优先遍历, 广度优先遍历, 最小生成树PRIM算法, 最小生成树KRUSCAL算法,图的连通分量。 2.当用户选择的功能错误时,系统会输出相应的提示。 3.通过图操作的实现,把一些实际生活中的具体的事物抽象出来-Shown FIG s adjacency matrix, graph the adjlink, depth-first traversal, breadth first traverse, minimum spanning tree m
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1318
    • 提供者:江洋
  1. dfn_low

    0下载:
  2. 图论中,输出重连通分量,dfn和low程序。-Graph theory, the output re-connected components, dfn and low process.
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:1816
    • 提供者:
  1. connected-components

    0下载:
  2. 此代码是基于数据结构算法分析的代码,用到图论中的深度优先收索法来求连通分支的问题,只要给出顶点、边数和相应的边就可以求出连通分支的数目-This code is based on the analysis of the code of the data structure algorithms used in graph theory depth-first closing cable method, as long as the given vertex connectivity of the
  3. 所属分类:Data structs

    • 发布日期:2017-11-15
    • 文件大小:614
    • 提供者:韦龙
« 12 »
搜珍网 www.dssz.com