码迷,mamicode.com
首页 >  
搜索关键字:cluster may be unhea    ( 8921个结果
[论文]A Link-Based Approach to the Cluster Ensemble Problem
论文作者:Natthakan Iam-On, Tossapon Boongoen, Simon Garrett, and Chris Price 下次还是在汇报前先写了论文总结,不然有些点汇报时容易忘了说,以前看的论文看补不补上来吧,有时间再说。前言: 这篇论文是关于聚类集成的,成熟的聚类集成框.....
分类:移动开发   时间:2014-12-02 13:23:01    阅读次数:527
kbengine在线调试
使用可视化工具GUIConsole:使用脚本命令工具Cluster Controller:你可以使用这个工具查看服务端运行的一些状态信息 (参看: Information query servers)你可以使用这个工具进入Python命令行调试 (参看: Console)使用telnet服务kben...
分类:其他好文   时间:2014-12-02 13:22:54    阅读次数:289
kbengine集群控制工具
集群控制命令目录地址: kbe/tools/server/pycluster/cluster_controller.py### 查询服务端信息:[kbe@gameserver ~]$ python $KBE_ROOT/kbe/tools/server/pycluster/cluster_contro...
分类:其他好文   时间:2014-12-02 11:47:37    阅读次数:314
Longest Palindromic Substring
动态规划Given a stringS, find the longest palindromic substring inS. You may assume that the maximum length ofSis 1000, and there exists one unique longes...
分类:其他好文   时间:2014-12-01 20:48:25    阅读次数:250
Python Tutorial 学习(一)--Whetting Your Appetite
If you do much work on computers, eventually you find that there’s some task you’d like to automate. For example, you may wish to perform a search-a...
分类:移动开发   时间:2014-12-01 14:05:21    阅读次数:138
hadoop 转
http://hadoop.apache.org/docs/r1.0.4/cn/cluster_setup.html old最新的hadoop2.5 安装目录做了一定修改,安装变得稍微简单一点首先安装准备工具 $ sudo apt-get install ssh $ sudo apt-get in....
分类:其他好文   时间:2014-11-30 22:55:31    阅读次数:300
【LeetCode】Construct Binary Tree from Preorder and Inorder Traversal
Construct Binary Tree from Preorder and Inorder TraversalGiven preorder and inorder traversal of a tree, construct the binary tree.Note:You may assume...
分类:其他好文   时间:2014-11-30 16:46:40    阅读次数:150
[Leetcode] Binary Tree Maximum Path Sum
Given a binary tree, find the maximum path sum.The path may start and end at any node in the tree.For example:Given the below binary tree, 1 ...
分类:其他好文   时间:2014-11-30 16:42:57    阅读次数:200
【LeetCode】Construct Binary Tree from Inorder and Postorder Traversal
Construct Binary Tree from Inorder and Postorder TraversalGiven inorder and postorder traversal of a tree, construct the binary tree.Note:You may assu...
分类:其他好文   时间:2014-11-30 15:20:40    阅读次数:128
Binary Tree Maximum Path Sum
Given a binary tree, find the maximum path sum.The path may start and end at any node in the tree.For example:Given the below binary tree, 1 ...
分类:其他好文   时间:2014-11-29 21:37:03    阅读次数:330
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!