由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - define an adjacent matrix for a graph
相关主题
C++如何实现graph?Source code for graph algorithms?
How to detect cycle with minimum space请问分析code的工具
新手问一个多维数组传递给函数的问题[合集] 问个算法问题
HW Question: Bipartite Graphs大侠们说说C(C++)或Fortran比较Matlab到底优点在哪儿?
Can we define pure virtual function? (转载)为什么从txt文件里拷贝script到front page 里面时空格都变成了%20 ?
[合集] 两道面试题简单python regular expression 问题求救
再给大家出道题regular expression的一个问题
binary graph是什么?good GUI for graph layout and flow?
相关话题的讨论汇总
话题: adjacent话题: matrix话题: graph话题: define话题: vector
进入Programming版参与讨论
1 (共1页)
j****g
发帖数: 597
1
if we already have the definition of a node,
the adjacent matrix will be
vector> adjacent_matrix;
correct?
s****u
发帖数: 118
2
编译错误的话就看看error log好了么 -.-

~~~~这里> >,加个空格

【在 j****g 的大作中提到】
: if we already have the definition of a node,
: the adjacent matrix will be
: vector> adjacent_matrix;
: correct?

j****g
发帖数: 597
3
我是土人,没用过template...
能解释一下为什么要加空格吗?一般编译器好像都忽略空格的。
t****t
发帖数: 6806
4
ignore space? how about
classabc{inti;doubled;};
">>" is a token, so you have to separate it

【在 j****g 的大作中提到】
: 我是土人,没用过template...
: 能解释一下为什么要加空格吗?一般编译器好像都忽略空格的。

1 (共1页)
进入Programming版参与讨论
相关主题
good GUI for graph layout and flow?Can we define pure virtual function? (转载)
面题:copy directed graph[合集] 两道面试题
A Problem on MST再给大家出道题
问问Boost library, 尤其是Boost Graph Library (BGL)binary graph是什么?
C++如何实现graph?Source code for graph algorithms?
How to detect cycle with minimum space请问分析code的工具
新手问一个多维数组传递给函数的问题[合集] 问个算法问题
HW Question: Bipartite Graphs大侠们说说C(C++)或Fortran比较Matlab到底优点在哪儿?
相关话题的讨论汇总
话题: adjacent话题: matrix话题: graph话题: define话题: vector