原题地址:https://oj.leetcode.com/problems/plus-one/题意:Given a non-negative number represented as an array of digits, plus one to the number.The digits are...
分类:
编程语言 时间:
2014-09-14 05:47:06
阅读次数:
218
原题地址:https://oj.leetcode.com/problems/rotate-image/题意:You are given annxn2D matrix representing an image.Rotate the image by 90 degrees (clockwise).Fo...
分类:
编程语言 时间:
2014-09-14 02:29:46
阅读次数:
245
原题地址:https://oj.leetcode.com/problems/sudoku-solver/题意:Write a program to solve a Sudoku puzzle by filling the empty cells.Empty cells are indicated b...
分类:
编程语言 时间:
2014-09-13 10:34:04
阅读次数:
291
1)3Sumhttps://oj.leetcode.com/problems/3sum/Given an arraySofnintegers, are there elementsa,b,cinSsuch thata+b+c= 0? Find all unique triplets in the a...
分类:
编程语言 时间:
2014-09-12 11:38:13
阅读次数:
298
将不断保持更新……eclipse不自动编译.class文件,导致程序跑不起来。尝试以下方法:cleanproject--》查看eclipse中problems视图有什么问题--》终极,查看project的buildpath是否存在问题。今天遇到的问题就是buildpath里有个jar包没有remove掉而引起的……浪费了比较多的时间..
分类:
其他好文 时间:
2014-09-11 17:29:22
阅读次数:
105
参照arch官网wiki:https://wiki.archlinux.org/index.php/Beginners%27_guide
前面略过u盘镜像制作,系统采用archlinux-2014.08.01-dual.iso/x86_64(一个ISO 镜像文件同时支持32位与64位构架),现在最新的镜像应该是2014.09.03,Downloads
引导采用传统的BIOS/Legacy 模式...
分类:
系统相关 时间:
2014-09-10 12:32:40
阅读次数:
304
Tried to install Ubuntu desktop on my Dell Inspiron 1420 but failed, finally work around it and solved the problem. All the problems encountered might be caused by my computer graphical card "NVIDIA GeForece 8400M GS", it has hardware failure before and I ...
分类:
其他好文 时间:
2014-09-09 16:13:09
阅读次数:
266
接上篇:A*寻路初探 GameDev.net 在A*寻路中使用二叉堆 作者:Patrick Lester(2003年4月11日更新) 译者:Panic 2005年3月28日 译者序: 这一篇文章,是“A* Pathfinding for Beginners.”,也就是我翻译的另一篇文章《A*寻路初探...
分类:
其他好文 时间:
2014-09-07 22:19:55
阅读次数:
255
今天更新了最新版的Eclipse luna 4.4版本,svn更新了项目后,系统一直报错,经查看在Problems窗口中发现一堆错误,提示如下:
Unbound classpath variable: 'M2_REPO/aopalliance/aopalliance/1.0/aopalliance‘ ...
经过查看是Eclipse不识别M2_REPO这个参数,其实这些ja...
分类:
系统相关 时间:
2014-09-03 16:53:51
阅读次数:
251
Many counting problems are solved by establishing a bijection between the set to be counted and some easy-to-count set. This kind of proofs are usuall...
分类:
其他好文 时间:
2014-08-31 17:02:51
阅读次数:
244