搜索资源列表
-
0下载:
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
-
-
0下载:
一个用于gpl游戏编程的3d图形处理库- The 3d graph processing storehouse which uses in the gpl game
to program
-
-
0下载:
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
-
-
0下载:
c program to calcolate the number of triangles in a graph
-
-
0下载:
这是我平时做的一次作业,是用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
-
-
0下载:
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
-
-
0下载:
程序采用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.
-
-
0下载:
主要介绍线性结构,树型结构,图状结构三种逻辑结构元素的存储实现,在此基础上介绍一些典型算法及时,空效率分析.-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
-
-
0下载:
Graph algorithm in C based program
-
-
0下载:
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.
-
-
1下载:
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 虹膜识别程序
-
-
0下载:
使用邻接表存储结构,编写一个程序,实现对有向图遍历操作。是用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.
-
-
0下载:
用C语言数据结构描述的演示用邻接矩阵存图的小程序-Described in C language data structures stored adjacency matrix of graph presentation with a small program
-
-
0下载:
用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
-
-
0下载:
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
-
-
0下载:
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
-
-
0下载:
1.掌握图的基本存储方法:邻接矩阵和邻接表(本程序中使用邻接矩阵);
2.掌握有关图的基本操作算法并能使用高级语言实现(本程序使用C语言);
3.掌握图的深度优先搜索遍历和广度优先搜索遍历算法;
4.掌握图的最小生成树的两种算法:prim算法和kruskal算法。
5.掌握图的最短路径的两种算法:DIJ算法和floyd算法。
-1 The basic storage methods mastered graph: adjacency matrix and adjacency
-
-
0下载:
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下载:
TeeChart Pro是一款提供上百种2D和3D图形风格、40种数学和统计功能、加上无限制的轴和22种调色板组件供选择。TeeChart还包括一个强大的、完整的编辑对话框,几乎可用于每个组件和子组件,允许你快速的设计复杂图表应用程序。
图表编辑器通过TeeCommander组件进一步得到增强,它提供一次点击访问图表编辑器和共同特征。
二、主要特性
是32位ActiveX控件,可以在VB、Delphi、MS Office等多种编程环境下使用;
可以直接存取ODBC数据源;
具
-
-
0下载:
图论算法在计算机科学中扮演着很重要的角色,它提供了对很多问题都有效的一种简单而系统的建模方式。很多问题都可以转化为图论问题,然后用图论的基本算法加以解决。遗传算法是解优化问题的有效算法,而并行遗传算法是遗传算法研究中的一个重要方向,受到了研究人员的高度重视。(Graph theory plays an important role in computer science. It provides a simple and systematic modeling method for many p
-