码迷,mamicode.com
首页 >  
搜索关键字:make: command not fo    ( 1841个结果
[Leetcode] Trapping Rain Water
Givennnon-negative integers representing an elevation map where the width of each bar is 1, compute how much water it is able to trap after raining.Fo...
分类:移动开发   时间:2014-10-25 07:04:38    阅读次数:181
[LeetCode] Longest Substring Without Repeating Characters (LinkedHashSet的妙用)
Given a string, find the length of the longest substring without repeating characters. For example, the longest substring without repeating letters for "abcabcbb" is "abc", which the length is 3. Fo...
分类:其他好文   时间:2014-10-25 07:04:13    阅读次数:208
【分享】linux下iptables配置详解
开始配置我们来配置一个filter表的防火墙.(1)查看本机关于IPTABLES的设置情况[root@tp ~]# iptables -L -nChain INPUT (policy ACCEPT)target prot opt source destination Chain FO...
分类:系统相关   时间:2014-10-22 17:39:05    阅读次数:435
坑爹的黑店
坑爹的黑店maxm=10000v=[150,200,350]t=int(raw_input())for ii in range(0,t): m=int(raw_input()) f=[] for j in range(0,m+1): f.append(m) fo...
分类:其他好文   时间:2014-10-22 10:51:27    阅读次数:140
BZOJ 1207 DP
打一次鼹鼠必定是从以前的某一次打鼹鼠转移过来的  以打每个鼹鼠时的最优解为DP方程 #include #include #include #define N 10005 using namespace std; int n,m,ans; int f[N],t[N],x[N],y[N],mx[N]; int main() { scanf("%d%d",&n,&m); fo...
分类:其他好文   时间:2014-10-22 10:06:19    阅读次数:176
JavaFX开发的2048游戏
自从JavaFX被纳入Java8之后,JavaFX团队决定跳过几个版本,追赶Java8。而如今的JavaFX的与以往的Swing和JavaFX1.2版本已大大不同,为了更加容易理解和开发,JavaFX的改观不容小觑,但仁者见仁,智者见智,对于JavaFX而言,还有多久才能走到大众开发视线,拭目以待。JavaFX开发..
分类:编程语言   时间:2014-10-21 02:26:05    阅读次数:217
LeetCode Path Sum
Given a binary tree and a sum, determine if the tree has a root-to-leaf path such that adding up all the values along the path equals the given sum.Fo...
分类:其他好文   时间:2014-10-20 22:58:44    阅读次数:305
看我如何接入腾讯API,以及生成sig签名~\(≧▽≦)/~
以腾讯上传用户在应用中的等级相关信息为例。接口详情在此【"http://wiki.open.qq.com/wiki/v3/user/get_info"】在set_achievement这个接口中,接口参数包括openid, openkey, appid, pf, sig, user_attr, fo...
分类:Windows程序   时间:2014-10-20 19:23:43    阅读次数:418
delphi 颜色,字体保存到INI文件
颜色转换成整型保存{也可以用ColorToString / stringTOColor}字体用下面的函数转换成字符串,然后保存unitxFonts;interfaceusesClasses,Graphics,SysUtils;procedureStringToFont(sFont:string;Fo...
分类:Windows程序   时间:2014-10-20 14:52:01    阅读次数:230
Path Sum 路径和
Given a binary tree and a sum, determine if the tree has a root-to-leaf path such that adding up all the values along the path equals the given sum.Fo...
分类:其他好文   时间:2014-10-20 14:47:59    阅读次数:168
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!