码迷,mamicode.com
首页 >  
搜索关键字:bye    ( 284个结果
搬家到cnblogs
从openshift搬到LOFTER再到点点然后来cnblogs,晃悠一大圈,主要是没时间学习很多东西,再加上cnblogs的搜索收录情况比较好一点(百 度搜索)。另外听闻百度空间bye-bye了,以前还觉得比较清爽,后来就是乱糟糟不喜欢,现在的新浪微博也是 Technorati 标记: 随笔
分类:其他好文   时间:2015-04-10 23:45:12    阅读次数:169
第一次作业
一.程序void main() { int i=0; seefirst(i); i=cmd(i); if(i==99) { printf("Thank You!bye~\n");}}void seefirst(){ printf("Microsoft Window [版本 6.1.7601]\...
分类:其他好文   时间:2015-04-09 10:10:58    阅读次数:132
Bye-Bye!
Bye-Bye!...
分类:其他好文   时间:2015-03-18 12:27:23    阅读次数:109
windows FTP自动下载脚本
新建ftp.dat文件,内容如下open xxx.xxx.xxx.xxxusernamepasswordcd lcd x:\filesbinaryhashmget *.*bye新建run.bat文件 ftp -s:ftp.dat执行run.bat即可http://linuxinfo.blog.51c...
分类:Windows程序   时间:2015-03-05 12:36:30    阅读次数:294
Codeforces Good Bye 2014 B. New Year Permutation
这道题我一开始的想法是:把每个需要交换的都交换了,循环n次肯定就是结果,n又比较小不会超时。但是这种想法too young,因为它无法交换需要间接交换的两个数。所以一种正确解法是:找出能间接交换的所有i和j,把对应的A[i][j]=A[j][i]='1',之后只需扫一遍整个矩阵把要换的换了就是最终结...
分类:其他好文   时间:2015-01-23 12:45:09    阅读次数:226
Android Studio 上手之痛 喜大普奔
虽然 Google 早就说要我们对 eclipse say bye 改用 android studio 但是我下载尝试后果断放弃了,为什么呢? 一启动就挂在下载一个什么包上面,why? 因为在天朝有一堵墙 然后今天在 GitHub 上找到一个开源项目,里面有我想要的东西,不过这个是 android studio 项目,跟 eclipse 完全不兼容好伐 于是再次下载 android...
分类:移动开发   时间:2015-01-22 18:06:55    阅读次数:245
WordCount&Hadoop
第一个Hadoop下的Wordcount程序这次的源码是用的Hadoop实战的源码首先将源码拷贝进Linux下的工作目录下,在/home/hadoop/workspace下。导入两个测试文件echo "Hello World Bye World" file01echo "Hello Hadoop B...
分类:其他好文   时间:2015-01-22 17:28:16    阅读次数:164
Good Bye 2014 D. New Year Santa Network
D. New Year Santa Network time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output New Year is coming in Tree World! In this w...
分类:Web程序   时间:2015-01-20 22:21:52    阅读次数:366
Good Bye 2014 B. New Year Permutation 【传递闭包 贪心】
解题思路:给出一列数an,再给出一个矩阵d[i][j],在满足d[i][j]=1的情况下,称a[i]和a[j]可以交换,问经过交换最后得到字典序最小的数列a[n]首先是贪心的思想,大的能换就换到后面去,这样尽可能使小的在前面。然后是判断a[i]和a[j]能不能交换, 如果d[i][j]=1,表示a[...
分类:其他好文   时间:2015-01-09 07:00:44    阅读次数:223
Codeforces goodbye 2014 c
/** ?*?@brief?good?bye?2014?c ?*?@file?c.cpp ?*?@author?mianma ?*?@created?2014/01/06??16:42 ?*?@edited??2014/01/06??16:42 ?*?@type?game ?*?@note? ?*/ #include?<fstr...
分类:数据库   时间:2015-01-06 18:24:48    阅读次数:205
284条   上一页 1 ... 24 25 26 27 28 29 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!