码迷,mamicode.com
首页 >  
搜索关键字:implicit graph trave    ( 4211个结果
使用Graph工具观察FFT波形
2014年8月1日,经过很长时间的上网查阅资料,走了很多弯路,终于可以成功使用Graph工具仿真波形了,虽然这个的确很简单,但是经过自己摸索出来的,兴奋之情难于言表。明天就是七夕了,刚和女朋友分手的我,有点小郁闷。不发牢骚了,最后一句,祝天下所有有缘人都是失散多年的兄妹。/*************...
分类:其他好文   时间:2014-08-05 15:28:50    阅读次数:492
uva193 - Graph Coloring
Graph Coloring You are to write a program that tries to find an optimal coloring for a given graph. Colors are applied to the nodes of the graph and t...
分类:其他好文   时间:2014-08-05 13:31:49    阅读次数:215
Problem B Codeforces 295B 最短路(floyd)
DescriptionGreg has a weighed directed graph, consisting ofnvertices. In this graph any pair of distinct vertices has an edge between them in both dir...
分类:其他好文   时间:2014-08-04 13:30:27    阅读次数:317
codeforces340D - Bubble Sort Graph dp + 最长上升子序列
题意:给你长为n的序列 ,每个节点都和在它前面且值比他大的点产生一条边,问你一个最大 两两点没有边的集合的 集合元素有多少解题思路:想了半天才发现是最长上升子序列。。解题代码: 1 // File Name: 340d.cpp 2 // Author: darkdream 3 // Created ...
分类:其他好文   时间:2014-08-03 17:45:05    阅读次数:204
The history of Graph Store(matrix, adjacency list, and orthogonal list)
在图论中涉及到了图存储相关的方案,但它们是怎么来的?按照自己的理解,尝试着分析了关于图存储的发展史。不一定完全正确,仅供参考。...
分类:其他好文   时间:2014-08-03 12:47:45    阅读次数:246
poj 1679 The Unique MST (次小生成树)
The Unique MST Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 20293   Accepted: 7124 Description Given a connected undirected graph, tell if its minimum spa...
分类:其他好文   时间:2014-08-02 20:58:54    阅读次数:362
复习图---Delay Constrained Maximum Capacity Path(SPFA+二分)
Delay Constrained Maximum Capacity Path Time Limit:10000MS     Memory Limit:65535KB     64bit IO Format:%I64d & %I64u Submit Status Description Consider an undirected graph with N vert...
分类:其他好文   时间:2014-08-02 18:31:43    阅读次数:313
Greg and Graph+floyd算法的应用
Greg and Graph floyd算法的理解与灵活运用+逆向思维...
分类:其他好文   时间:2014-08-02 18:26:33    阅读次数:287
Struts2.x教程(二) OGNL和值栈
OGNL(Object Graph Nvigation Language,对象图导航语言)是一个开源的表达式引擎。通过使用OGNL的表达式语法可以存取Java对象树的任意属性和调用Java对象树的方法等。 ValueStack,被称为值栈,是对OGNL的扩展,Struts2正式通过ValueStack来使用OGNL进行赋值和取值操作的。...
分类:其他好文   时间:2014-08-02 12:58:13    阅读次数:320
GraphX笔记
val graph=GraphLoader.edgeListFile(sc,"/home/spark/spark/graphx/data/followers.txt")//加载边时顶点是边上出现的点,定点默认数据是1 val users = sc.textFile("/home/spark/spark/graphx/data/users.txt").map { line=> val field...
分类:其他好文   时间:2014-08-01 23:17:12    阅读次数:323
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!