There are generally two methods to write DFS
algorithm, one is using recursion, another one is using stack. (reference from
Wiki Pedia)Pseudocode for ...
分类:
其他好文 时间:
2014-06-13 08:39:34
阅读次数:
218
1.
首先下载官方GO語言安装包:https://code.google.com/p/go/wiki/Downloads?tm=22. 设置
GOPATH在任意磁盘根目录新建一个文件夹,名字随意,这个将会是我们的工作目录,像我把它命名为 @Go@Go
目录下新建三个目录:binpkgsrc之后在“计...
翻译来自
:http://wiki.jabbercn.org/index.php?title=XEP-0045&variant=zh-cn#.E6.9C.AF.E8.AF.AD通用术语Affiliation(岗位)--
一个长期存在的和房间之间的联系或连接; 可能的岗位有 "owner"(所有者),...
分类:
其他好文 时间:
2014-06-11 11:00:21
阅读次数:
311
由于使用Ubuntu的缘故,开始使用VirtualBox,使用中遇到了一些小问题,整理如下(已经许久未更新,希望对刚接触的朋友有帮助,老手们请自动忽略)。VirtualBox下载地址:https://www.virtualbox.org/wiki/Downloads1、VirtrualBoxUSB设备无法分配首先需要安装补丁包(Oracle_VM..
分类:
其他好文 时间:
2014-06-10 23:14:54
阅读次数:
244
使用System.Data.SQLite下载地址:http://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki得到System.Data.SQLite.dll添加到工程引用;建表,插入操作C#代码staticvoidMai...
分类:
数据库 时间:
2014-06-10 21:40:17
阅读次数:
367
RMI:Remote Method
Invocation是java编程语言里,一种用于实现远程过程调用的应用程序编程接口。它使客户机上运行的程序可以调用远程服务器上的对象。参考:http://zh.wikipedia.org/wiki/Java_RMIJBI:Java
Business Integr...
分类:
其他好文 时间:
2014-06-10 10:16:20
阅读次数:
223
Transactional memory in Clojure is implemented
using Multiversion Concurrency Control
protocolhttp://en.wikipedia.org/wiki/Transactional_memoryhttp:/....
分类:
其他好文 时间:
2014-06-09 15:02:02
阅读次数:
199
资料来源:Editplus
Wikihttp://editplus.info/wiki/Regular_Expressionshttp://editplus.info/wiki/Regular_expression_syntaxRegular
Expressions 正则表达式This page e...
分类:
其他好文 时间:
2014-06-08 20:09:22
阅读次数:
344
安装失败的截图:
因此使用常规方法:对依赖的两个包进行获取安装,依旧失败:
因此解决方法为在官网上下载相对应版本的virtualbox软件;下载地址为:https://www.virtualbox.org/wiki/Linux_Downloads...
分类:
其他好文 时间:
2014-06-08 17:56:43
阅读次数:
334
题目:For example,"A man, a plan, a canal: Panama" is a palindrome. "race a car" is not a palindrome.
解题思路:验证一个字符串是否是回文字符串。首先看看wiki上对于回文的解释:回文,亦称回环,是正读反读都能读通的句子,亦有将文字排列成圆圈者,Famous examples include "Amore, Roma", "A man, a plan, a canal: Panama" and "No 'x' in...
分类:
其他好文 时间:
2014-06-08 16:30:29
阅读次数:
235