码迷,mamicode.com
首页 >  
搜索关键字:vim find    ( 39587个结果
LeetCode OJ - Minimum && Maximum Depth of Binary Tree
这两道题用递归的解法都很简单,只是稍有不同。下面是AC代码: 1 /** 2 * Given a binary tree, find its minimum depth. 3 * the minimum depth is the number of nodes along th...
分类:其他好文   时间:2014-05-10 08:47:32    阅读次数:271
linux开发环境搭建(二)
1,安装arm-linux-gcc安装方法,将安装包解压到/opt下,然后vim /.bashrc修改一行:export PATH = $PATH:/opt/FriendlyARM/tooschain/4.5.1/bin,后面是安装的路径,重新登录系统,注销即可,然后arm-linux-+Tab键就...
分类:系统相关   时间:2014-05-10 01:33:20    阅读次数:512
Edit Distance
Given two wordsword1andword2, find the minimum number of steps required to convertword1toword2. (each operation is counted as 1 step.)You have the fol...
分类:其他好文   时间:2014-05-10 01:09:28    阅读次数:325
Leetcode | Edit Distance
Given two words word1 and word2, find the minimum number of steps required to convert word1 to word2. (each operation is counted as 1 step.)You have t...
分类:其他好文   时间:2014-05-09 19:09:35    阅读次数:318
VIM在文件夹中查找
在vim中提供2中方法来在其他文件或者文件夹中搜索字符串,第一种是vimgrep还有一种是grep。如果只是在当前打开的文件中查找字符串的,使用:?后面加上想要搜索的字符串就可以。这里要解决的是在别的文件中,也许这个文件还没有打开,或者需要在多个文件中操作,比如在当前文件夹下面所有.c的文件中查找,...
分类:其他好文   时间:2014-05-09 12:46:51    阅读次数:370
Vim学习资源汇总
本篇文章主要汇总了网络上的Vim学习资源,包括文章、博客、书籍、网站等。
分类:其他好文   时间:2014-05-09 12:05:39    阅读次数:311
如何不花钱就能找到乐子
How to Find Happiness Without Buying It如何不花钱就能找到乐子Our materialistic society has led us to believe that happiness cannot be obtained without having mon...
分类:其他好文   时间:2014-05-09 11:57:25    阅读次数:363
LeetCode: Triangle 题解
Given a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent numbers on the row below.For example, given the fol...
分类:其他好文   时间:2014-05-08 21:08:25    阅读次数:407
Vim的map
linux系统下.vimrc文件(这个文件可以在家目录新建);这个文件记录着vim的配置信息;如:"显示行号set number"键映射map“如按F5,在word的前后加入{}map i{ea}
分类:其他好文   时间:2014-05-05 10:12:32    阅读次数:274
QT环境搭建常见的bug解决 -->ld: cannot find –lbootstrap 错误
常见错误列表一、编译arm环境的时候:./configure -prefix $HOME/Qtenv/arm -embedded arm-nomake docs -nomake demo -nomake examples1、configure完成之后,make出现问题:/usr/bin/ld: ca...
分类:其他好文   时间:2014-05-05 09:32:27    阅读次数:1967
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!