• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






canexjtuzju

记录
 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 23 下一页

2014年8月14日

LeetCode--Anagrams
摘要: 1 /************************************************************************* 2 > File Name: Anagrams.cpp 3 > Author: zhoukang1991 4 > Mai... 阅读全文
posted @ 2014-08-14 11:54 canexjtuzju 阅读(174) 评论(0) 推荐(0)
 
LeetCode--N-Queens
摘要: dfs:根据行或者列开始,假设根据行,从第1行开始,从第一行的每一列对应的元素开始dfs,直到第n行,输出结果 1 /************************************************************************* 2 > File Name: N-... 阅读全文
posted @ 2014-08-14 11:10 canexjtuzju 阅读(146) 评论(0) 推荐(0)
 

2014年8月13日

LeetCode--Gas Station
摘要: 1 /************************************************************************* 2 > File Name: GasStation.cpp 3 > Author: zhoukang1991 4 > Mail: zhoukan... 阅读全文
posted @ 2014-08-13 14:46 canexjtuzju 阅读(196) 评论(0) 推荐(0)
 
GDB调试(转)
摘要: GDB 是GNU开源组织发布的一个强大的UNIX下的程序调试工具。或许,各位比较喜欢那种图形界面方式的,像VC、BCB等IDE的调试,但如果你是在 UNIX平台下做软件,你会发现GDB这个调试工具有比VC、BCB的图形化调试器更强大的功能。所谓“寸有所长,尺有所短”就是这个道理。 一般来说,GDB主... 阅读全文
posted @ 2014-08-13 13:51 canexjtuzju 阅读(178) 评论(0) 推荐(0)
 
LeetCode--Word Search
摘要: dfshttps://github.com/cane1991/BasicAlogrithmSourceCode/blob/master/LeetCode/WordSearch.cpp 1 /*******************************************************... 阅读全文
posted @ 2014-08-13 13:16 canexjtuzju 阅读(202) 评论(0) 推荐(0)
 
Ptrace_scope的作用及设置
摘要: echo "0"|sudo tee /proc/sys/kernel/yama/ptrace_scopeShort answer: no practical danger yet, but read on for a better way...What's this ptrace thing any... 阅读全文
posted @ 2014-08-13 10:33 canexjtuzju 阅读(6144) 评论(0) 推荐(0)
 

2014年8月12日

LeetCode--Gray Code
摘要: 格雷码的定义第二次写的,参考别人。代码写的很简洁 1 class Solution { 2 public: 3 vector grayCode(int n) { 4 // Start typing your C/C++ solution below 5 // ... 阅读全文
posted @ 2014-08-12 00:01 canexjtuzju 阅读(165) 评论(0) 推荐(0)
 

2014年8月11日

Vim强大设置(转)
摘要: http://www.cnblogs.com/ma6174/archive/2011/12/10/2283393.html"""""""""""""""""""""""""""""""""""""""" 阅读全文
posted @ 2014-08-11 17:43 canexjtuzju 阅读(132) 评论(0) 推荐(0)
 
LeetCode--Decode Ways
摘要: 其实本题和:http://www.geeksforgeeks.org/count-possible-decodings-given-digit-sequence/是类似的。但是这道题需要考虑错误情况。 1 class Solution { 2 public: 3 int numDecodin... 阅读全文
posted @ 2014-08-11 17:16 canexjtuzju 阅读(160) 评论(0) 推荐(0)
 
Git连接GitHub
摘要: 其实这个内容就是git如何添加和使用远程库参考:http://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000/0013752340242354807e192f02a44359908df8a5643... 阅读全文
posted @ 2014-08-11 12:10 canexjtuzju 阅读(243) 评论(0) 推荐(0)
 
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 23 下一页