2017年10月16日

摘要: Given an unsorted array of integers, find the length of the longest consecutive elements sequence. For example,Given [100, 4, 200, 1, 3, 2],The longes 阅读全文
posted @ 2017-10-16 10:35 月下之风 阅读(128) 评论(0) 推荐(0) 编辑

2017年9月2日

摘要: https://leetcode.com/problems/median-of-two-sorted-arrays/solution/ http://www.cnblogs.com/yuzhangcmu/p/4138184.html http://blog.csdn.net/gao144015605 阅读全文
posted @ 2017-09-02 19:44 月下之风 阅读(157) 评论(0) 推荐(0) 编辑
摘要: https://leetcode.com/problems/product-of-array-except-self/description/ 解题思路: http://blog.csdn.net/wzy_1988/article/details/46916179 阅读全文
posted @ 2017-09-02 17:08 月下之风 阅读(111) 评论(0) 推荐(0) 编辑

2016年7月11日

摘要: 1 不定长参数 2 数组初始化 3 变长数组 4 应用于Array、ArrayBuffer的算法 5 数组的mkString 阅读全文
posted @ 2016-07-11 20:57 月下之风 阅读(189) 评论(0) 推荐(0) 编辑

2016年7月8日

摘要: 转自 http://www.cnblogs.com/xbinworld/p/4273506.html?utm_source=tuicool&utm_medium=referral 稀疏矩阵是指矩阵中的元素大部分是0的矩阵,事实上,实际问题中大规模矩阵基本上都是稀疏矩阵,很多稀疏度在90%甚至99%以 阅读全文
posted @ 2016-07-08 20:50 月下之风 阅读(279) 评论(0) 推荐(0) 编辑

2016年6月10日

摘要: ''' ! /usr/bin/env bash trap "exec 1000 & ;exec 1000testfifo rm rf testfifo for ((n=1;n&1000 done start= for ((i=1;i&1000 }& done wait end= echo "time 阅读全文
posted @ 2016-06-10 14:10 月下之风 阅读(632) 评论(0) 推荐(0) 编辑

2016年6月9日

摘要: 这是 @Air君·Saunato·LoFoTo 大神运用3DLUT的作品 这是借用昔年大神 @昔年Olivia 用3DLUT的片片 http://paopaopaojiao.lofter.com/post/291f18_3b27f39 这是一些本人用3DLUT的拙作 最开始,应该是几个月之前看到 @ 阅读全文
posted @ 2016-06-09 19:47 月下之风 阅读(583) 评论(0) 推荐(0) 编辑

2016年6月5日

摘要: http://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000 https://github.com/geeeeeeeeek/git recipes/wiki http://www.ruanyife 阅读全文
posted @ 2016-06-05 11:11 月下之风 阅读(129) 评论(0) 推荐(0) 编辑

2016年6月4日

摘要: http://www.ruanyifeng.com/blog/2012/08/how_to_read_diff.html diff是Unix系统的一个很重要的工具程序。 它用来比较两个文本文件的差异,是代码版本管理的基石之一。你在命令行下,输入: $ diff diff就会告诉你,这两个文件有何差异 阅读全文
posted @ 2016-06-04 13:35 月下之风 阅读(293) 评论(0) 推荐(0) 编辑

2016年5月30日

摘要: # 位置需要导入包```\usepackage{beamerfoils}\usepackage{tikz}\usepackage{pgf}\MyLogo{%%\includegraphics[height=0.15\textwidth]{fig/school.jpg}\pgfputat{\pgfxy 阅读全文
posted @ 2016-05-30 20:04 月下之风 阅读(7600) 评论(0) 推荐(0) 编辑

导航