码迷,mamicode.com
首页 >  
搜索关键字:anything    ( 347个结果
some fragment of thinking in java
1.String s;System.out.println("s=");you will get a compile time error because s isn't actually attached to anything, A safer practice, then is always ...
分类:编程语言   时间:2015-10-18 11:23:29    阅读次数:177
283 Move Zeroes
/** * 题意:将0挪到末尾,并且不改数组中原有元素的顺序 * 解析:找到0元素,然后寻找其后面非0的元素,进行交换位置 * @param {number[]} nums * @return {void} Do not return anything, modify nums in-place i...
分类:其他好文   时间:2015-10-04 22:17:09    阅读次数:276
emacs 24.4.1 使用company mode智能提示C++程序
company 不是公司,而是两个单词的合成,complete anything。所以不只是用于C++编程。首先使用package system安装company-modeM-x list-packages然后搜索company-modei, x 安装company mode官方文档在这里修改~/.emacs.d/init.el, 添加一行(add-hook 'after-init-hook 'g...
分类:编程语言   时间:2015-10-04 19:44:10    阅读次数:325
hdu 1114--Piggy-Bank
Problem DescriptionBefore ACM can do anything, a budget must be prepared and the necessary financial support obtained. The main income for this action...
分类:其他好文   时间:2015-09-23 21:09:33    阅读次数:247
Life is hard
Life is hard, always so.If there's anything to give you a hard life with sunshine and warmth, please treasure, it will be a lifetime of memories.生活很难,...
分类:其他好文   时间:2015-09-22 10:02:50    阅读次数:145
更新自己在github fork后的代码
下边就一一个 repository 为例。 点击红框中的选项 上图中:1表示需要更新的repository 2 表示更新源 出现 there isn‘t anything to compara 表示没有可更新的内容。 如果要更新自己fork的代码,需要自己的repos...
分类:其他好文   时间:2015-09-18 12:21:07    阅读次数:139
黑客伦理
(1) 使用计算机以及所有有助于了解这个世界本质的事物都不应受到任何限制。任何事情都应该亲手尝试。(Access to computers—and anything that might teach you something about the way the world works—should...
分类:其他好文   时间:2015-09-14 13:38:03    阅读次数:121
HDU-5001 Walk (概率DP)
Problem DescriptionI used to think I could be anything, but now I know that I couldn't do anything. So I started traveling.The nation looks like a con...
分类:其他好文   时间:2015-09-11 14:10:07    阅读次数:180
Hdu 5001 Walk 概率dp
WalkTime Limit: 1 Sec Memory Limit: 256 MB题目连接http://acm.hdu.edu.cn/showproblem.php?pid=5001DescriptionI used to think I could be anything, but now I ...
分类:其他好文   时间:2015-09-08 23:31:40    阅读次数:303
HDU 1114 Piggy-Bank
Piggy-BankProblem DescriptionBefore ACM can do anything, a budget must be prepared and the necessary financial support obtained. The main income for t...
分类:其他好文   时间:2015-09-07 19:16:06    阅读次数:173
347条   上一页 1 ... 23 24 25 26 27 ... 35 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!