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

搜索资源列表

  1. span_forest

    0下载:
  2. Computes estimates for the number of forests of a graph, input as a 0-1 incidence matrix. Notes: Compile in C++, \"g++ -o span_forest span_forest.c\". The program does not demand that the matrix is symmetric with 0 diagonal, but uses only the upper t
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3545
    • 提供者:卢松
  1. 3dgpl

    0下载:
  2. 一个用于gpl游戏编程的3d图形处理库- The 3d graph processing storehouse which uses in the gpl game to program
  3. 所属分类:Graph program

    • 发布日期:2017-11-19
    • 文件大小:94284
    • 提供者:站长
  1. redundantpaths

    0下载:
  2. c pgm to find redundant paths in a graph.Many fault-tolerant network algorithms rely on an underlying assumption that there are possibly distinct network paths between a source-destination pair. Given a directed graph as input, write a program that u
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:1748
    • 提供者:jazz
  1. Progetto

    0下载:
  2. c program to calcolate the number of triangles in a graph
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:78636
    • 提供者:rocco87
  1. 22

    0下载:
  2. 这是我平时做的一次作业,是用C++编写的一个程序,是关于图的遍历,实现对图的广度和深度遍历-This is what I usually do a job, is written in C++, a program on the graph traversal to realize the breadth and depth of the graph traversal
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:29260
    • 提供者:潇潇
  1. OLEAuto

    0下载:
  2. MS Office Automation using C++” - this what I started searching over the internet a few weeks back to plot a graph in an Excel sheet through my program. Fortunately, I got a few - actually very few - inputs from the cyber world, might be because I am
  3. 所属分类:Editor

    • 发布日期:2017-03-29
    • 文件大小:38545
    • 提供者:mxw
  1. Graph

    0下载:
  2. 程序采用C++编写,在C++Builder6.0中编译通过,用于计算简单图结构的连通度和结合度。-Using C++ program written in C++ Builder6.0 in compiles, used to calculate the simple graph structure, degree of connectivity and integration.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:79545
    • 提供者:孔翔翔
  1. C

    0下载:
  2. 主要介绍线性结构,树型结构,图状结构三种逻辑结构元素的存储实现,在此基础上介绍一些典型算法及时,空效率分析.-Introduces the linear structure, tree structure, graph-like structure of three elements of the logical structure of the storage to achieve, on this basis are some typical algorithms in time, spac
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:370928
    • 提供者:pan
  1. lab9

    0下载:
  2. Graph algorithm in C based program
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:51893
    • 提供者:piyush
  1. interfacetograph

    0下载:
  2. It s interface to graph in C++ Builder 6. It s very easy program with easy implementation, non class and heavy function. You try it.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-16
    • 文件大小:25212
    • 提供者:dupek
  1. CODE

    1下载:
  2. 1.GeometricContext文件是完成图片中几何方向目标分类。 参考文献《Automatic Photo Pop-up》Hoiem 2005 2 GrabCut文件是完成图像中目标交互式分割 参考文献《“GrabCut” — Interactive Foreground Extraction using Iterated Graph Cuts》 C. Rother 2004 3 HOG文件是自己编写的根据HOG特征检测行人的matlab代码 4 虹膜识别程序
  3. 所属分类:matlab

    • 发布日期:2015-10-28
    • 文件大小:6918144
    • 提供者:张数
  1. tudebianli

    0下载:
  2. 使用邻接表存储结构,编写一个程序,实现对有向图遍历操作。是用C++编写的程序源代码。-Storage structure using the adjacency list, write a program to achieve a directed graph traversal operations. Is a program written in C++ source code.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:865
    • 提供者:李晓珊
  1. using-adjacent-matrix-to-store-graph

    0下载:
  2. 用C语言数据结构描述的演示用邻接矩阵存图的小程序-Described in C language data structures stored adjacency matrix of graph presentation with a small program
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:564
    • 提供者:pustar
  1. draw-program

    0下载:
  2. 用C#写的绘图程序,可以实现画、读取、存储点线面。并对图形进行缩放、拉伸、平移等操作。更重要的是,实现了图形的橡皮绘制效果!-Written in c# drawing program, can realize the painting, read the save point, line and plane. And the graph, stretching, such as the translation of the scale operation. More important, re
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-04
    • 文件大小:1418211
    • 提供者:张海兵
  1. regular-LDPC-code

    0下载:
  2. Low Density Parity Check (LDPC) 信道编码的C程序。二部图连接关系的输入在20000.10000.3.631.txt 文件中。文件中的参数包括check,ariable节点的度数,具体的连接关系。可根据具体需要,需改你所需的txt文件,从而实现任意参数的LDPC程序仿真。经验证,此程序的性能正确,符合理论文献中的结果。-Low Density Parity Check (LDPC) codes simulation C program. This program i
  3. 所属分类:Algorithm

    • 发布日期:2015-08-19
    • 文件大小:284672
    • 提供者:金琦
  1. graph

    0下载:
  2. C#编写,实现windows画图程序的所有功能,并且有撤销功能(支持50次),此外还可能对图形进行旋转、缩放、平移、裁剪。曲线为Bezier曲线-All functions written in C#, windows Paint program, and the Undo function (support 50) In addition, the graphics may rotate, zoom, pan, cutting. Curve for Bezier curves
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-30
    • 文件大小:626781
    • 提供者:
  1. main

    0下载:
  2. 1.掌握图的基本存储方法:邻接矩阵和邻接表(本程序中使用邻接矩阵); 2.掌握有关图的基本操作算法并能使用高级语言实现(本程序使用C语言); 3.掌握图的深度优先搜索遍历和广度优先搜索遍历算法; 4.掌握图的最小生成树的两种算法:prim算法和kruskal算法。 5.掌握图的最短路径的两种算法:DIJ算法和floyd算法。 -1 The basic storage methods mastered graph: adjacency matrix and adjacency
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:3894
    • 提供者:奋斗菠萝
  1. C6000-2

    0下载:
  2. 1.重点使用C程序熟悉CCS中的操作,主要熟悉探测点(Probe Point),图表(Graph),动画(Animate)3个操作调试的应用,通过现存的C程序,加外部数据文件,进行模拟仿真处理.然后加调制数据文件,显示数据的波形和频谱。-1. Focus on the use of C procedure with CCS in operation, mainly familiar with the probe points (Probe Point), graph (Graph), anima
  3. 所属分类:DSP program

    • 发布日期:2017-04-27
    • 文件大小:255210
    • 提供者:Anna
  1. TeeChart-2015-D4-XE8-full-source

    3下载:
  2. TeeChart Pro是一款提供上百种2D和3D图形风格、40种数学和统计功能、加上无限制的轴和22种调色板组件供选择。TeeChart还包括一个强大的、完整的编辑对话框,几乎可用于每个组件和子组件,允许你快速的设计复杂图表应用程序。 图表编辑器通过TeeCommander组件进一步得到增强,它提供一次点击访问图表编辑器和共同特征。 二、主要特性 是32位ActiveX控件,可以在VB、Delphi、MS Office等多种编程环境下使用; 可以直接存取ODBC数据源; 具
  3. 所属分类:Delphi VCL

    • 发布日期:2017-06-17
    • 文件大小:26489856
    • 提供者:blockke
  1. the shortest path program in graph theory

    0下载:
  2. 图论算法在计算机科学中扮演着很重要的角色,它提供了对很多问题都有效的一种简单而系统的建模方式。很多问题都可以转化为图论问题,然后用图论的基本算法加以解决。遗传算法是解优化问题的有效算法,而并行遗传算法是遗传算法研究中的一个重要方向,受到了研究人员的高度重视。(Graph theory plays an important role in computer science. It provides a simple and systematic modeling method for many p
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-23
    • 文件大小:27648
    • 提供者:四姑娘
« 12 3 »
搜珍网 www.dssz.com