码迷,mamicode.com
首页 >  
搜索关键字:find    ( 24186个结果
ACM: Find MaxXorSum 解题报告-字典树
1 #include"iostream" 2 #include"algorithm" 3 #include"cstdio" 4 #include"cmath" 5 #include"cstring" 6 #define MX 1400000 7 #define INF 0x3f3f3f3f 8 #d ...
分类:其他好文   时间:2016-07-23 13:26:37    阅读次数:193
在ubuntu下如何搜索文件?
来自 1.whereis 文件名 特点:快速,但是是模糊查找,例如 找 #whereis mysql 它会把mysql,mysql.ini,mysql.*所在的目录都找出来.我一般的查找都用这条命令. 2.find / -name 文件名 特点:准确,但速度慢,消耗资源大,例如我想找到php.ini... ...
分类:系统相关   时间:2016-07-23 11:57:25    阅读次数:171
玩转sublime(一)——玩转全局文件搜索/替换
sublime 有一个很强大的功能,就是全局文件搜索,就是你当前文件从给文件的根目录文件夹开始进行遍历搜索,不分大小写。 这个功能的用法: (1)Find-->Find in files ... 在下面的三个输入框内输入相关内容,输入框后面就是相关的按钮 第一个输入框是搜索条件。 如果知道是那个文件 ...
分类:其他好文   时间:2016-07-23 11:53:04    阅读次数:156
Continuous Subarray Sum
Given an integer array, find a continuous subarray where the sum of numbers is the biggest. Your code should return the index of the first number and ...
分类:其他好文   时间:2016-07-23 00:36:54    阅读次数:197
Submatrix Sum
Given an integer matrix, find a submatrix where the sum of numbers is zero. Your code should return the coordinate of the left-up and right-down numbe ...
分类:其他好文   时间:2016-07-23 00:27:44    阅读次数:220
Leetcode 4 Median of Two Sorted Arrays
There are two sorted arrays nums1 and nums2 of size m and n respectively. Find the median of the two sorted arrays. The overall run time complexity sh ...
分类:其他好文   时间:2016-07-22 21:30:45    阅读次数:141
ACM——Points on Cycle
Description There is a cycle with its center on the origin. Now give you a point on the cycle, you are to find out the other two points on it, to maxi ...
分类:其他好文   时间:2016-07-22 21:26:08    阅读次数:123
G - Who's in the Middle
Description FJ is surveying his herd to find the most average cow. He wants to know how much milk this 'median' cow gives: half of the cows give as mu ...
分类:其他好文   时间:2016-07-22 21:08:12    阅读次数:130
O - Can you find it?
Description Give you three sequences of numbers A, B, C, then we give you a number X. Now you need to calculate if you can find the three numbers Ai, ...
分类:其他好文   时间:2016-07-22 21:00:45    阅读次数:164
L - Points on Cycle
Description There is a cycle with its center on the origin. Now give you a point on the cycle, you are to find out the other two points on it, to maxi ...
分类:其他好文   时间:2016-07-22 20:58:06    阅读次数:140
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!