CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - graph
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
Linux-Unix
Exploit
Scanner
Crack Hack
CA auth
Linux driver
Search - graph - List
[
OS program
]
ASP.net选课系统小程序
DL : 0
一个简单的选课系统,基本功能都已实现!SQL.sql文件是用于创建sql数据库的脚本语言,使用时请先创建好sql数据库,管理员帐号和密码同为manager。其他信息请自己查看源码。打开工程时如出现错误请把它考在根目录下。er-graph.gif为er图。 -Elective a simple system, the basic functions have been achieved! SQL.sql document is used to create sql database scripting language, used to create good post sql database administrator account and password for the same manager. Other information please check their source. Open the project if there are mistakes please test it in the root directory. Er-er graph.gif to map.
Date
: 2008-10-13
Size
: 135.48kb
User
:
宏伟
[
OS program
]
vc++graph
DL : 1
在vc环境下实现柱状图形,vc++以曲线或柱状图的形式实时动态显示数据的控件。txt格式,源码只需简单调入调试即可-in vc environment under columnar graphics, vc column of a curve or in the form of real-time dynamic display of data control. Txt format, you can simply source debugger can be transferred
Date
: 2008-10-13
Size
: 6.68kb
User
:
户田说
[
OS program
]
tubianli
DL : 0
图的遍历的演示(c 语言 数据结构课程设计题) /*定义图*/ typedef struct{ int V[M] int R[M][M] int vexnum }Graph /*创建图*/ void creatgraph(Graph *g,int n) { int i,j,r1,r2 g->vexnum=n /*顶点用i表示*/ for(i=1 i<=n i++) { g->V[i]=i } /*初始化R*/ for(i=1 i<=n i++) for(j=1 j<=n j++) { g->R[i][j]=0 } /*输入R*/ printf(\"Please input R(0,0 END):\\n\") scanf(\"%d,%d\",&r1,&r2) while(r1!=0&&r2!=0) { g->R[r1][r2]=1 g->R[r2][r1]=1 scanf(\"%d,%d\",&r1,&r2) } } -graph traversal of the display (c language curriculum design data structures that) / * definition of the map * / typedef s truct V (int int [M] R [M] [M]) int vexnum Graph / * create map * / void creatgraph (Graph * g, int n) (int i, j, r1, r2 g -
Date
: 2008-10-13
Size
: 1.37kb
User
:
吉庆
[
OS program
]
graph
DL : 0
就是一些图的基本操作 包括遍历 求最小生成树等
Date
: 2008-10-13
Size
: 4.9kb
User
:
chengly
[
OS program
]
ASP.net选课系统小程序
DL : 0
一个简单的选课系统,基本功能都已实现!SQL.sql文件是用于创建sql数据库的脚本语言,使用时请先创建好sql数据库,管理员帐号和密码同为manager。其他信息请自己查看源码。打开工程时如出现错误请把它考在根目录下。er-graph.gif为er图。 -Elective a simple system, the basic functions have been achieved! SQL.sql document is used to create sql database scripting language, used to create good post sql database administrator account and password for the same manager. Other information please check their source. Open the project if there are mistakes please test it in the root directory. Er-er graph.gif to map.
Date
: 2026-01-01
Size
: 135kb
User
:
宏伟
[
OS program
]
vc++graph
DL : 1
在vc环境下实现柱状图形,vc++以曲线或柱状图的形式实时动态显示数据的控件。txt格式,源码只需简单调入调试即可-in vc environment under columnar graphics, vc column of a curve or in the form of real-time dynamic display of data control. Txt format, you can simply source debugger can be transferred
Date
: 2026-01-01
Size
: 6kb
User
:
户田说
[
OS program
]
networkcurrentcapacitycounts
DL : 0
很好的网络流量统计源代码。 使用曲线图进行实时统计。 采集数据主要在类 MFNetTraffic 中实现, 而显示数据则是放在类MFTrafficButton中实现。 两者之间的通讯使用了回调函数的机制。 详情请看源代码。 -good network traffic statistics source. Use real-time graph statistics. Collecting data in the main category MFNetTraffic achieve, and display the data is placed on achieving MFTrafficButton category. Communications between the use of a callback function mechanism. For more information, please see the source code.
Date
: 2026-01-01
Size
: 46kb
User
:
韩苏
[
OS program
]
tubianli
DL : 0
图的遍历的演示(c 语言 数据结构课程设计题) /*定义图*/ typedef struct{ int V[M] int R[M][M] int vexnum }Graph /*创建图*/ void creatgraph(Graph *g,int n) { int i,j,r1,r2 g->vexnum=n /*顶点用i表示*/ for(i=1 i<=n i++) { g->V[i]=i } /*初始化R*/ for(i=1 i<=n i++) for(j=1 j<=n j++) { g->R[i][j]=0 } /*输入R*/ printf("Please input R(0,0 END):\n") scanf("%d,%d",&r1,&r2) while(r1!=0&&r2!=0) { g->R[r1][r2]=1 g->R[r2][r1]=1 scanf("%d,%d",&r1,&r2) } } -graph traversal of the display (c language curriculum design data structures that)/* definition of the map*/typedef s truct V (int int [M] R [M] [M]) int vexnum Graph/* create map*/void creatgraph (Graph* g, int n) (int i, j, r1, r2 g-
Date
: 2026-01-01
Size
: 1kb
User
:
吉庆
[
OS program
]
j04308
DL : 0
死锁的检测和解除 1 资源分配图和死锁定理 2 借助于死锁的安全性测试算法的死锁检测 3 warshall传递闭包算法的死锁检测 资源分配图和死锁定理 解决死锁问题的一条途径是死锁检测和解除,这种方法对资源的分配不加任何限制,也不采取死锁避免措施,但系统定时地运行一个“死锁检测”程序,判断系统内是否已出现死锁,如果检测到系统已发性了死锁,再采取措施解除它。 -Deadlock detection and lifting of one resource allocation map and Deadlock Deadlock With Theorem 2 to test the safety of Deadlock Detection Algorithm 3 warshall transitive closure of the deadlock detection algorithm of resource allocation and deadlock graph theorem to solve a deadlock problem approach is deadlock detection and disarmament, this method of allocation of resources without any restrictions, do not take measures to avoid deadlock, but the system from time to time to run a
Date
: 2026-01-01
Size
: 455kb
User
:
daiuirchuan
[
OS program
]
graph
DL : 0
就是一些图的基本操作 包括遍历 求最小生成树等-Some graph traversal for basic operation including the minimum spanning tree, etc.
Date
: 2026-01-01
Size
: 5kb
User
:
chengly
[
OS program
]
pie3d
DL : 0
使用API,在对话框窗体上画饼状图形。效果不错!-The use of API, in the dialog box to draw pie graph form. Good results!
Date
: 2026-01-01
Size
: 54kb
User
:
33
[
OS program
]
linkgragh
DL : 0
图的邻接表存储的所有功能实现在vC下调试通过-Graph adjacency list all the features of the realization of storage in vC debugging through
Date
: 2026-01-01
Size
: 3kb
User
:
horieyui
[
OS program
]
Graph
DL : 0
贪心算法 ;用到图结构,栈和队列来解决哈密顿回路;输出结果:路径(每条边及其权值),总和-Greedy algorithm use graph structure,stacks and queues to solve the Hamiltonian circuit output:path (each edge and the right value),the sum
Date
: 2026-01-01
Size
: 5kb
User
:
zhuliyan
[
OS program
]
xgraph
DL : 0
X Graph utility of ns 2
Date
: 2026-01-01
Size
: 54kb
User
:
aman
[
OS program
]
graph
DL : 0
windows下实现图的所用功能,包括:创建有向图和无向图的邻接表,给出有向图的邻接表,创建出逆邻接表-windows used to achieve chart features, including: creating a directed graph and undirected graph of adjacency list is given with the adjacency table, create a reverse adjacency list, etc.
Date
: 2026-01-01
Size
: 29kb
User
:
朱锐
[
OS program
]
7sab
DL : 0
Source code of stereo matching by graph cut
Date
: 2026-01-01
Size
: 17kb
User
:
medjahed
[
OS program
]
Graph-traversal
DL : 0
图的遍历,图的深度递归遍历算法,深度遍历非递归算法,图的广度遍历-Graph traversal.The depth traverseof the graph including recursion algorithm or not and breadth traverse of the chart.
Date
: 2026-01-01
Size
: 2kb
User
:
陆言
[
OS program
]
graph
DL : 0
关于数据结构中图的一些算法,包括Dijkstra、Floyd-Warshall等-About some algorithms about graph, including Dijkstra, Floyd-Warshall
Date
: 2026-01-01
Size
: 3kb
User
:
niezan
[
OS program
]
graph-search-algorithm
DL : 0
本算法是基于图论的广度优先搜索算法,对于配电网的孤岛搜索,以及各个孤岛的电气连通性判别具有很好的效果。-Used to solve the problem about graph search algorithm.
Date
: 2026-01-01
Size
: 21kb
User
:
陆亚南
[
OS program
]
Undirected-graph-coloring
DL : 0
c语言实现无向图的着色问题,利用邻接矩阵实现。-Undirected graph coloring
Date
: 2026-01-01
Size
: 1kb
User
:
cc
«
1
2
3
4
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.