Welcome![Sign In][Sign Up]
Location:
Search - graph

Search list

[OpenGL programopenrm-devel-1.5.2-3.tar

Description: 2D/3D Scene Graph rendering engine for Linux/Unix/Win32 layered atop OpenGL. Supports stereoscopy, volume rendering, 2D/3D texture mapping, picking, LOD and view-dependent operations, cross-platform text, constant-rate rendering and image-based data.
Platform: | Size: 633856 | Author: 约非 | Hits:

[CommunicationM-PSK

Description: 4psk&8psk的matlab实现,采用蒙特卡罗仿真法,计算误码率误比特率,绘制相应曲线-the realization of 4psk&8psk by Matlab tool,it use Monte Carlo way to calculate the BER and draw the graph.
Platform: | Size: 3072 | Author: 王明 | Hits:

[CSharpQuickGraph_src

Description: Boost Graph Library的C#实现,有很多图论算法。-Boost Graph Library of C#, there are many graph algorithm.
Platform: | Size: 237568 | Author: 杨波 | Hits:

[Windows DevelopVBDirectx

Description: 外国高手用vb编写的游戏源代码 很精美 无论在声音图像上都是很专业的 适合对vb比较精通人学习-It is a foreign skill programmer s game code using VB, very fine. For both the sound and graph is professional, it is very useful for the advanced learner.
Platform: | Size: 3014656 | Author: dick | Hits:

[Windows Develop图形程序

Description: VC图形程序,自己编写的,功能还不完全可以借鉴以下。-Simply drawing graph program, written by VC++
Platform: | Size: 66560 | Author: | Hits:

[Windows Developmachie_study

Description: 机器学习及人工智能中的多层感机的算法,可识别复杂的二维点阵图形,在实际的模式识别中很有参考价值。-Machine study for arithmetic multi-layer perceptron, it can recognize 2D dot matric graph, it is a good reference for pattern recognition
Platform: | Size: 105472 | Author: wtm | Hits:

[Windows DevelopMyDraw绘图软件

Description: 画图软件代码 内含2个软件。一个是1。0 另一个是2。0用。net编译-Program source code of drawing graph in Windows, compile with VS.NET.
Platform: | Size: 155648 | Author: 周里 | Hits:

[GUI DevelopVisualization

Description: 图算法可视化程序,使用java swing开发,我的毕业设计-It is my graduate design about visulization for graph algorithms using java swing.
Platform: | Size: 55296 | Author: 王浩然 | Hits:

[JSP/JavaGraphAlgorithm

Description: 用applet显示的Dijkstra算法,用于计算图论中点到点的最短距离-using applet shows the Dijkstra algorithm used in the calculation of graph theory point-to-point shortest distance
Platform: | Size: 8192 | Author: aaa | Hits:

[AI-NN-PR模拟退火法计算最短路径

Description: 用模拟退火法高效的计算图论中哈密顿贿赂的最短路径-simulated annealing method of calculating efficient graph theory Hamiltonian bribery Shortest Path
Platform: | Size: 2048 | Author: 孙兵 | Hits:

[2D GraphicGraph 1

Description: 程序的目的是要实现动态画出多边形,可以进行移动、旋转、放缩几何变换和动画,并可以填充-procedures are designed to achieve dynamic draw polygons that can be mobile, rotating and scaling geometric transformation and animation, and can be filled
Platform: | Size: 125952 | Author: 网小强 | Hits:

[GDI-BitmapChart_New

Description: 是一个很好的生成图形报表的工具,是本人自主开发的,可以生成柱形图、饼图等-is a very good statements generated graphics tools, I was developing on their own, can generate bar graph, pie, etc.
Platform: | Size: 1021952 | Author: 石湘涛 | Hits:

[2D GraphicGraph SrcNew

Description: 几个很好的图形C++类,开发的时候,直接加入工程即可使用。-several good C++ graphics category, the development, directly joining the project can be used.
Platform: | Size: 1083392 | Author: 高陈强 | Hits:

[Graph DrawingCORE 图形系统

Description: 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 of points, and will be displayed starting at that point. If an input file is specified, the program waits for a keypress, then resets the screen parameters and clears the screen before exiting. If the data comes from the standard input, the program exits without clearing the screen or resetting it -Graph with no options takes pairs of points (two numbers per line) from the given file (or st andard input) as x-and y-values and plots them o n the screen. connected by straight lines. A string surround ed by quotes "..." may follow a pair of points. and will be displayed starting at that point. If an input file is specified, the program waits for a keypress. then resets the screen parameters and clears th e screen before exiting. If the data comes from t he standard input, the program exits without clearing the screen o r resetting it
Platform: | Size: 52224 | Author: ysh | Hits:

[Console最小费用最大流1

Description: 本文用C语言实现了优化算法-最小费用最大流算法,主要用于图论领域-Using C programming language, the optimization algorithm-minimum cost maximum flow algorithm, mainly for the field of graph theory
Platform: | Size: 3072 | Author: 申辉 | Hits:

[GUI Developdraw-sin-graph

Description: 一个使用VB完成的函数曲线绘图小程序,可以实现基本的三角函数绘制,如正弦,余弦,正切等-a VB completed mapping function curves small programs, can achieve a basic trigonometry mapping, such as sine, cosine, tangent, etc.
Platform: | Size: 1024 | Author: 杨沧海 | Hits:

[CSharpEULER1

Description: Euler 回路问题 .问题描述: 对于给定的图G 和G 中的2 个顶点v 和w,连接顶点v 和w 且经过图中每条边恰好1 次 的路径称为顶点v 和w 之间的1 条Euler 路。当v=w 时得到一条首尾相接的Euler 回路。 .编程任务: 对于给定的图G,编程计算图G 的一条Euler 回路。 .数据输入: 由文件input.txt 给出输入数据。第1 行有2 个正整数n 和m,表示给定的图G 有n 个 顶点和m 条边,顶点编号为1,2,…,n。接下来的m 行中,每行有2 个正整数u,v ,表示 图G 的一条边(u,v) 。 .结果输出: 将编程计算出的Euler 回路输出到文件output.txt 。如果不存在Euler 回路,则输出-1。-Euler circuit problem. Problem description : for a given graph G and G of two vertices v, w, connectivity and vertex v w map through which each side precisely the path to a meeting called vertices v, w between a Euler Road. When v = w be an end-to-end circuit Euler. . Programming tasks : for a given graph G, programming terms of a graph G Euler circuit. . Data input : from the document input.txt given input data. Line 1 has two positive integers n and m, to the graph G with n vertices and m edges and vertices numbered 1, 2, ..., n. Next m OK, every trip has two positive integer u, v, said of a graph G edge (u, v). . Results output : Programming will be calculated by Euler circuit output to a file output.txt. If there is no Euler circuit, the output 1.
Platform: | Size: 61440 | Author: 无翼 | Hits:

[Data structsGraphTheory

Description: 一篇很全的图论知识的概论,很适合初学者观看-a very full knowledge of graph theory to the Introduction, which is perfect for beginners to watch
Platform: | Size: 591872 | Author: sunnie | Hits:

[GDI-Bitmaphistogram_generator

Description: 根据不同的数据集画出相应的柱状图 包括的主要文件有 Graph.dsw GraphView.cpp GraphView.h Graph.h-According to different data sets to draw the corresponding histogram for all the major documents Graph.dswGraphView.cppGraphView.hGraph.h
Platform: | Size: 50176 | Author: 白伊清 | Hits:

[Special Effectssegment

Description: source code and ref paper of C++ implementation of the image segmentation algorithm described in the paper: "Efficient Graph-Based Image Segmentation"-source code and ref paper of C implementati on of the image segmentation algorithm describ ed in the paper : "Efficient Graph- Based Image Segmentation"
Platform: | Size: 314368 | Author: jft987msn | Hits:
« 1 2 3 4 56 7 8 9 10 ... 50 »

CodeBus www.codebus.net