码迷,mamicode.com
首页 >  
搜索关键字:topo    ( 95个结果
topo排序完全版
输入数据:4 61 21 32 33 42 44 24 61 21 32 33 42 41 2topo排序为偏序:演示:http://www.tyut.edu.cn/kecheng1/site01/suanfayanshi/topological_sort.asp详细:http://blog.csd...
分类:编程语言   时间:2015-03-04 22:28:46    阅读次数:179
python map记录
defchange_logic(string): dir=os.path.dirname(string)//得到上一级目录 return"%s/logic.xml"%dir config_logic=map(change_logic,config_topo)map(function,sequence[,sequence,...])->list通过定义可以看到,这个函数的第一个参数是一个函数,剩下的参数是一个或多个序..
分类:编程语言   时间:2015-02-28 11:34:53    阅读次数:156
poj 1094 Sorting It All Out[ topo]
传送门:http://poj.org/problem?id=1094 Sorting It All Out Description An ascending sorted sequence of distinct values is one in which some form of a less-than operator is used to order the elem...
分类:其他好文   时间:2015-02-20 09:46:55    阅读次数:159
UVa 10305 给任务排序
题意:给定一些任务,和任务序列 i  j,意思是要求任务 i 必须要在任务 j 前完成。给出这样的任务序列。 思路:拓扑排序。 注意的是任务是从1开始的到n。 Code: #include #include bool dfs(int u,int n); bool toposort(int n); int graph[105][105]; int topo[105]; int t; in...
分类:编程语言   时间:2015-02-04 21:49:34    阅读次数:226
[转载]GMT地形数据总结
[转载]GMT地形数据总结 原文地址:GMT地形数据总结作者:Jason转载:http://seisman.info/gmt-topo-grid-datas.html目前接触到的地形数据主要有三种:etopo、GTOPO30以及SRTM。按照精度从低到高排序如下:etopo5:GMT网格数据之eto...
分类:其他好文   时间:2015-01-12 19:09:37    阅读次数:279
storm 相关命令
1.启动nimbus nohup ./storm nimbus & 2.启动supervisor nohup ./storm supervisor & 3.启动ui nohup ./storm ui & 4.启动log nohup ./storm log & 5.上传topo storm/storm-0.9.0.1/bin/storm jar storm_topo.jar...
分类:其他好文   时间:2015-01-06 12:14:08    阅读次数:370
Autolayout性能优化
最近有客户提出大数据量Topo图的自动布局问题,在Topo中除了Node、Link,还包括Group、Subnetwork等容器组件。在这样的情况下,我们抛开布局算法不谈,主要分析如何提高布局的性能,如何让TWaver能够支持更强大的数据量,让整体的布局效果更人性化。
分类:其他好文   时间:2014-09-03 12:57:56    阅读次数:455
Autolayout性能优化
最近有客户提出大数据量Topo图的自动布局问题,在Topo中除了Node、Link,还包括Group、Subnetwork等容器组件。在这样的情况下,我们抛开布局算法不谈,主要分析如何提高布局的性能,如何让TWaver能够支持更强大的数据量,让整体的布局效果更人性化。...
分类:其他好文   时间:2014-09-03 11:15:36    阅读次数:427
Storm 简介
Nimbus :负责资源分配和任务调度, 把任务相关的元信息写入Zookeeper 相应目录。 Supervisor :负责接受nimbus 分配的任务,启动和停止属于自己管理的worker 进程。 Worker :运行具体处理组件逻辑的进程。 Executor :运行spout/bolt 的线程 Task : worker 中每一个spout/bolt 的线程称为一个task. Topology : storm 中运行的实时应用程序,消息在各个组件间流动形成逻辑上的拓扑结构。 Spout :在一个topo...
分类:其他好文   时间:2014-08-20 12:39:12    阅读次数:171
form_tag
class SwitchesController [:index, :show] def index end def show end #存储拓扑 def topo @vts = VmToSwitch.all @sts = SwitchToSwitch.all @st...
分类:其他好文   时间:2014-08-07 03:05:28    阅读次数:269
95条   上一页 1 ... 7 8 9 10 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!