摘要: Non-unique ElementsYou are given a non-empty list of integers (X). For this task, you should return a list consisting of only the non-unique elements ... 阅读全文
posted @ 2014-08-05 09:25 哲人善思 阅读(341) 评论(0) 推荐(0) 编辑
摘要: Absolute sortLet's try some sorting. Here is an array with the specific rules.The array (a tuple) has various numbers. You should sort it, but sort it... 阅读全文
posted @ 2014-08-05 09:24 哲人善思 阅读(275) 评论(0) 推荐(0) 编辑
摘要: Common WordsLet's continue examining words. You are given two string with words separated by commas. Try to find what is common between these strings.... 阅读全文
posted @ 2014-08-05 09:23 哲人善思 阅读(325) 评论(0) 推荐(0) 编辑
摘要: The end of otherFor language training our Robots want to learn about suffixes.In this task, you are given a set of words in lower case. Check whether ... 阅读全文
posted @ 2014-08-05 09:22 哲人善思 阅读(148) 评论(0) 推荐(0) 编辑
摘要: 事情是这样的,需要使用ssh登陆服务器,进行工程的编译,结果不知道什么原因ssh出现write failed:broken pipe,掉线了。反复实验了好几次还是这样(白花花的时间啊,又是configure又是make的),掉线的结果当然是需要重新登陆,然而正因为如此,之前编译的相当于中断了。有没有... 阅读全文
posted @ 2014-07-25 10:15 哲人善思 阅读(3400) 评论(0) 推荐(0) 编辑
摘要: The end of otherFor language training our Robots want to learn about suffixes.In this task, you are given a set of words in lower case. Check whether ... 阅读全文
posted @ 2014-07-07 16:36 哲人善思 阅读(3901) 评论(0) 推荐(0) 编辑
摘要: 什么是 clang/llvm/libc++[1]clang 是最近几年(在大财主苹果的支持下)发展得非常好的 C 家族语言 (包括C/C++/Obj-C/Obj-C++) 编译器前端,所谓前端,就是它可以认识 C/C++/Obj-C/ObjC++ 代码,并且把它转化成某种更接近机器指令的形式。理论上... 阅读全文
posted @ 2014-06-30 14:08 哲人善思 阅读(1032) 评论(1) 推荐(0) 编辑
摘要: 1 ////////////////////////////////////////////////////////////////////////// 2 //code by hzs 3 //email: huangzhesi@gmail.com 4 //Last modified: 2014-... 阅读全文
posted @ 2014-05-18 21:21 哲人善思 阅读(291) 评论(0) 推荐(0) 编辑
摘要: boost版本:boost_1_55_0bug报告地址https://svn.boost.org/trac/boost/ticket/9332出错信息has_member_function_callable_with.hpp compile error on msvc-12.0 - '.select... 阅读全文
posted @ 2014-05-17 12:17 哲人善思 阅读(370) 评论(0) 推荐(0) 编辑
摘要: Reference:[1]Y. Tao, S. Papadopoulos, C. Sheng, K. Stefanidis. Nearest Keyword Search in XML Documents.[2]M. Qiao, L. Qin, H. Cheng, J. X. Yu, W. Tian... 阅读全文
posted @ 2014-05-14 15:42 哲人善思 阅读(379) 评论(0) 推荐(0) 编辑