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

搜索资源列表

  1. chcp

    0下载:
  2. 图论算法,旅行推销员问题,很有趣。 可算出图中的哈米尔顿回路-graph algorithm, traveling salesman problem, very interesting. Map can be calculated totally dominated the circuit
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:60084
    • 提供者:许善
  1. Graph 1

    0下载:
  2. 程序的目的是要实现动态画出多边形,可以进行移动、旋转、放缩几何变换和动画,并可以填充-procedures are designed to achieve dynamic draw polygons that can be mobile, rotating and scaling geometric transformation and animation, and can be filled
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:125913
    • 提供者:网小强
  1. 无向图的邻接表生成和显示

    1下载:
  2. 这个源程序是关于无向图的邻接表生成和显示的,可以用这个程序实现-the source of the undirected graph generation and adjacent table shows, this procedure can be used to achieve
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1141
    • 提供者:纵横驰骋
  1. Chart_New

    0下载:
  2. 是一个很好的生成图形报表的工具,是本人自主开发的,可以生成柱形图、饼图等-is a very good statements generated graphics tools, I was developing on their own, can generate bar graph, pie, etc.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:1022587
    • 提供者:石湘涛
  1. 图的m着色问题

    0下载:
  2. 给定无向量图G顶点和m种不同的颜色。用这些颜色为图G的各顶点着色,每个顶点着一种颜色。是否有一种着色法使G图中每条边的两个顶点着不同的颜色。这个问题是图的m可着色判定问题给定无向量图G顶点和m种不同的颜色。用这些颜色为图G的各顶点着色,每个顶点着一种颜色。是否有一种着色法使G图中每条边的两个顶点着不同的颜色。这个问题是图的m可着色判定问题-given no vector graph G vertices and m different colors. Using these color grap
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:6516
    • 提供者:刘二
  1. apf1

    1下载:
  2. 有源滤波器(APF)matlab_simulink仿真图的子图之一。算法是DQ0 算法。-active filter (APF) matlab_simulink simulation map one of the graph. The algorithm is DQ0 algorithm.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:4929
    • 提供者:王晓光
  1. UWB_BPSK_Analysis

    0下载:
  2. uwb的BPSK调制进行时域和频域的分析,并画出时域和频域图形-UWB BPSK modulation in time domain and frequency domain analysis and paint time domain and frequency domain graph
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:6517
    • 提供者:杨元
  1. Graph SrcNew

    0下载:
  2. 几个很好的图形C++类,开发的时候,直接加入工程即可使用。-several good C + + graphics category, the development, directly joining the project can be used.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:1083916
    • 提供者:高陈强
  1. 画图程序开发MAPMODE

    1下载:
  2. 1、 本程序在交作业时需提交程序详细的说明书、源码程序。 2、 编程方式可以使用API编程或MFC编程方式。 3、 功能至少包括: 1) 画直线、矩形、椭圆和颜色填充,支持打印输出。 2) 可以更改线宽、更改线的颜色和填充的颜色。如下面的图形显示。 3) 最好实现对图形对象的文件存储。 -1, the procedures in perpendicular operation must produce detailed procedures manuals, source
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:132900
    • 提供者:八云
  1. 在无向完全图中寻找边不重复的汉密尔顿回路

    0下载:
  2. 图论课程设计:在无向完全图中寻找边不重复的汉密尔顿回路-graph theory of curriculum design : no plans to seek full side will not repeat the Hamilton circuit
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:20736
    • 提供者:ch.nan
  1. 分形算法与程序设计—VB实现(光盘源码)

    2下载:
  2. 分形几何被称为大自然的几何学。其研究对象是破碎的、不光滑的和不规则的几何物体,但在不同的尺度下看它,却具有相同或相近的结构。本书构造了多种分形图的生成算法,并通过计算机程序设计语言实现。所生成的分形图或精巧、或神秘、或逼真自然,无论从美学的角度还是从科学的角度看,都会使你有全新的感受。-fractal geometry of nature known as geometry. Its object is broken, not smooth and irregular geometric obj
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:1157272
    • 提供者:林辉
  1. 双Euler 回路问题

    0下载:
  2. 一个很好的算法练习: 问题描述:对于给定的图G,经过图中每条边恰好2 次的回路称为图G 的双Euler 回路。 编程任务:对于给定的图G,编程计算图G 的双Euler 回路。 -a good algorithm practice : Problem descr iption : for a given graph G, After map each side exactly two times the loop known as the G-Euler circuit. Progra
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2406
    • 提供者:韦国立
  1. 5班8号周前平

    0下载:
  2. 输入一个有向图,用深度优先搜索,判断该图是否为一有圈的图。-importation of a directed graph, with the depth-first search to determine whether the plan is a map of the circle.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:12768
    • 提供者:周子藤
  1. CORE 图形系统

    0下载:
  2. Graph with no options takes pairs of points (two numbers per line) from the given file (or standard input) as x- and y- values and plots them on the screen, connected by straight lines. A string surrounded by quotes \"...\" may follow a pair
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:52854
    • 提供者:ysh
  1. VBtx0320163

    0下载:
  2. 这是我用的一个关于图形曲线的程序,可以绘制曲线功能-This is the one I use the curve on the graph procedures, function curves can be mapped
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:2880
    • 提供者:yang
  1. 图论算法库 C++ 语言实现

    0下载:
  2. 图论算法库 C++ 语言实现 代码内容 图论算法库,包括以下算法: 单源最短路径 Dijkstra 算法 单源最短路径 Bellman-Ford 算法 最小生成树 Prim 算法 每对节点间最短路径 Flod-Warshall 算法 语言 C++ 编译平台 VisualAge C++ 4.0 作者 starfish (starfish.h@china.com) 备注 程序用C++语言编写,在VisualAge C++ 4.0下调试通过。压
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10202
    • 提供者:罗鹏魁
  1. 有向图从邻接矩阵转换为邻接表后的dfs

    0下载:
  2. 有向图从邻接矩阵转换为邻接表后再深度优先遍历-a graph from the adjacency matrix conversion of the adjacent#$#!142996#!#$read IntelCPU serial number. Rar!#$#read Intel CPU serial number. Rar read Intel CPU serial number. Read rar Intel CPU serial number. rar
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1298
    • 提供者:面包
  1. 最小费用最大流1

    0下载:
  2. 本文用C语言实现了优化算法-最小费用最大流算法,主要用于图论领域-Using C programming language, the optimization algorithm-minimum cost maximum flow algorithm, mainly for the field of graph theory
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:2925
    • 提供者:申辉
  1. 创简单图元

    0下载:
  2. 用VC写的一个图元实例该实例创建一个简单图元。-VC plans to write a million examples of the examples to create a simple graph yuan.
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:14693
    • 提供者:wz
  1. 实现系统的图形打印功能

    0下载:
  2. 程序功能的说明如下所示 图形打印:实现系统的图形打印功能。-function of procedures shown in the graph below Print : achieving system's graphics printing function.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:262204
    • 提供者:王晓明
« 1 2 ... 37 38 39 40 41 4243 44 45 46 47 ... 50 »
搜珍网 www.dssz.com