文件名称:huisu
- 所属分类:
- 数据结构常用算法
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 118kb
- 下载次数:
- 0次
- 提 供 者:
- 李*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
out< "please input the number of the nodes"<<endl
cin>>nodesNum
cout<<"please input the graph"<<endl
for( i = 1 i<=nodesNum i++)
for( j = 1 j <= nodesNum j++)
cin>>graph[i][j] */-out < please input the number of the nodes <<endl cin>> nodesNum cout << please input the graph <<endl for (i = 1 i <= nodesNum i++) for (j = 1 j <= nodesNum j++) cin>> graph [i] [j]* /
cin>>nodesNum
cout<<"please input the graph"<<endl
for( i = 1 i<=nodesNum i++)
for( j = 1 j <= nodesNum j++)
cin>>graph[i][j] */-out < please input the number of the nodes <<endl cin>> nodesNum cout << please input the graph <<endl for (i = 1 i <= nodesNum i++) for (j = 1 j <= nodesNum j++) cin>> graph [i] [j]* /
(系统自动生成,下载前可以参看下载内容)
下载文件列表
myAlgorithmExamplesAndExplain
.............................\回溯法
.............................\......\哈密尔顿环
.............................\......\..........\哈密尔顿环.txt
.............................\......\..........\哈密尔顿环递归回溯.txt
.............................\......\图的着色问题
.............................\......\............\图的着色问题的递归回溯.txt
.............................\......\............\着色问题.txt
.............................\......\子集和数问题
.............................\......\............\子集和数的递归回溯.txt
.............................\......\............\子集和数问题.txt
.............................\......\皇后问题
.............................\......\........\皇后问题.txt
.............................\......\........\皇后问题递归求解.txt
.............................\......\邮票问题的一部分(见算法基础课后练习)
.............................\......\....................................\邮票问题的一部份(编得一团糟).txt
.............................\......\....................................\邮票问题(用递归回溯).txt
.............................\排序
.............................\....\41插入排序.txt
.............................\....\42ShellSort.txt
.............................\....\43冒泡排序.txt
.............................\....\44快速排序.txt
.............................\....\45选择排序.txt
.............................\....\46堆排序.txt
.............................\栈及其应用
.............................\..........\习题集3_17
.............................\..........\..........\Debug
.............................\..........\..........\SqStack.h
.............................\..........\..........\主函数.cpp
.............................\..........\..........\习题集3_17.dsp
.............................\..........\..........\习题集3_17.dsw
.............................\..........\..........\习题集3_17.ncb
.............................\..........\..........\习题集3_17.opt
.............................\..........\..........\习题集3_17.plg
.............................\..........\..........\问题描述.txt
.............................\..........\栈
.............................\..........\..\Debug
.............................\..........\..\栈.dsp
.............................\..........\..\栈.dsw
.............................\..........\..\栈.ncb
.............................\..........\..\栈.opt
.............................\..........\..\栈.plg
.............................\..........\..\栈的实验.cpp
.............................\..........\..\栈的抽象数据类型.h
.............................\..........\栈的应用之_____表达式求值
.............................\..........\.........................\Debug
.............................\..........\.........................\SqStack.h
.............................\..........\.........................\栈的应用之_____表达式求值.dsp
.............................\..........\.........................\栈的应用之_____表达式求值.dsw
.............................\..........\.........................\栈的应用之_____表达式求值.ncb
.............................\..........\.........................\栈的应用之_____表达式求值.opt
.............................\..........\.........................\栈的应用之_____表达式求值.plg
.............................\..........\.........................\表达式求值.cpp
.............................\..........\.........................\表达式求值.dsp
.............................\..........\.........................\表达式求值.dsw
.............................\..........\.........................\表达式求值.ncb
.............................\..........\.........................\表达式求值.opt
.............................\..........\.........................\表达式求值.plg
.............................\..........\栈的应用之____括号匹配检验
.............................\..........\..........................\Debug
.............................\..........\..........................\SqStack.h
.............................\..........\..........................\括号匹配检验.cpp
.............................\...
.............................\回溯法
.............................\......\哈密尔顿环
.............................\......\..........\哈密尔顿环.txt
.............................\......\..........\哈密尔顿环递归回溯.txt
.............................\......\图的着色问题
.............................\......\............\图的着色问题的递归回溯.txt
.............................\......\............\着色问题.txt
.............................\......\子集和数问题
.............................\......\............\子集和数的递归回溯.txt
.............................\......\............\子集和数问题.txt
.............................\......\皇后问题
.............................\......\........\皇后问题.txt
.............................\......\........\皇后问题递归求解.txt
.............................\......\邮票问题的一部分(见算法基础课后练习)
.............................\......\....................................\邮票问题的一部份(编得一团糟).txt
.............................\......\....................................\邮票问题(用递归回溯).txt
.............................\排序
.............................\....\41插入排序.txt
.............................\....\42ShellSort.txt
.............................\....\43冒泡排序.txt
.............................\....\44快速排序.txt
.............................\....\45选择排序.txt
.............................\....\46堆排序.txt
.............................\栈及其应用
.............................\..........\习题集3_17
.............................\..........\..........\Debug
.............................\..........\..........\SqStack.h
.............................\..........\..........\主函数.cpp
.............................\..........\..........\习题集3_17.dsp
.............................\..........\..........\习题集3_17.dsw
.............................\..........\..........\习题集3_17.ncb
.............................\..........\..........\习题集3_17.opt
.............................\..........\..........\习题集3_17.plg
.............................\..........\..........\问题描述.txt
.............................\..........\栈
.............................\..........\..\Debug
.............................\..........\..\栈.dsp
.............................\..........\..\栈.dsw
.............................\..........\..\栈.ncb
.............................\..........\..\栈.opt
.............................\..........\..\栈.plg
.............................\..........\..\栈的实验.cpp
.............................\..........\..\栈的抽象数据类型.h
.............................\..........\栈的应用之_____表达式求值
.............................\..........\.........................\Debug
.............................\..........\.........................\SqStack.h
.............................\..........\.........................\栈的应用之_____表达式求值.dsp
.............................\..........\.........................\栈的应用之_____表达式求值.dsw
.............................\..........\.........................\栈的应用之_____表达式求值.ncb
.............................\..........\.........................\栈的应用之_____表达式求值.opt
.............................\..........\.........................\栈的应用之_____表达式求值.plg
.............................\..........\.........................\表达式求值.cpp
.............................\..........\.........................\表达式求值.dsp
.............................\..........\.........................\表达式求值.dsw
.............................\..........\.........................\表达式求值.ncb
.............................\..........\.........................\表达式求值.opt
.............................\..........\.........................\表达式求值.plg
.............................\..........\栈的应用之____括号匹配检验
.............................\..........\..........................\Debug
.............................\..........\..........................\SqStack.h
.............................\..........\..........................\括号匹配检验.cpp
.............................\...