码迷,mamicode.com
首页 >  
搜索关键字:bob    ( 1241个结果
the linux command line学习笔记之一
常用命令:pwd:printworkingdirectory,查看当前的工作目录;cd~user_name:进入用户的家目录;[root@centos7l~]#cd~bob [root@centos7lbob]#lnfilelink:创建硬链接;注:硬链接不能参考不在同一个分区上的文件硬链接不能参考目录ln-sitemlink:创建软链接;注:软链接可以参..
分类:系统相关   时间:2015-03-05 17:17:50    阅读次数:233
人月神话读后略有感想
《人月神话》是软件工程方面的一本经典著作,作者布鲁克斯(Frederick P. Brooks)被誉为“IBM System/360之父”,他曾是这一系统的项目经理,后来在设计期任360操作系统的项目经理。由于这一工作,他与Bob Evans和Erich Bloch 1985年曾获美国国家技术奖。B...
分类:其他好文   时间:2015-03-01 13:05:46    阅读次数:139
Codeforces Beta Round #6 (Div. 2 Only) C. Alice, Bob and Chocolate
题目大意有些长度不同的巧克力棒排成一行,A从左往右吃,B从右往左吃。两人吃的速度相同,不允许暂停,不允许手中的还没吃完就吃下一个,当两个人手中的同时吃完并且下一个要吃的是相同的一个时这个巧克力棒归A吃。问他们最终都吃了几个。解题思路两个指针分别从左到右和从右到左。按照题目要求操作即可。...
分类:其他好文   时间:2015-02-20 09:43:16    阅读次数:134
poj1740 A New Stone Game(博弈)
A New Stone Game Time Limit: 1000MS   Memory Limit: 30000K Total Submissions: 5028   Accepted: 2753 Description Alice and Bob decide to play a new stone game.At the begin...
分类:其他好文   时间:2015-02-14 13:51:28    阅读次数:178
一题写残了的 大数
//CodeForce18D - Seller Bob 1 #include"iostream" 2 #include"cstdio" 3 #include"cstring" 4 #include"algorithm" 5 using namespace std; 6 int num[2010][7...
分类:其他好文   时间:2015-02-10 20:08:09    阅读次数:153
poj 1463 Strategic game 树状dp
Strategic game Time Limit: 2000MS   Memory Limit: 10000K Total Submissions: 6607   Accepted: 3047 Description Bob enjoys playing computer games, especially strategic ...
分类:其他好文   时间:2015-02-10 13:31:46    阅读次数:180
hdu1054 树形dp
http://acm.hdu.edu.cn/showproblem.php?pid=1054 Problem Description Bob enjoys playing computer games, especially strategic games, but sometimes he cannot find the solution fast enough and then...
分类:其他好文   时间:2015-02-07 20:23:14    阅读次数:129
poj 2054 Color a Tree 据说是贪心
Bob is very interested in the data structure of a tree. A tree is a directed graph in which a special node is singled out, called the "root" of the tree, and there is a unique path from the root to each of the other nodes. Bob intends to color all the no...
分类:其他好文   时间:2015-02-06 21:55:57    阅读次数:221
hdu 5055 Bob and math problem
http://acm.hdu.edu.cn/showproblem.php?pid=5055思路:贪心,先排序,然后找到一个奇数与最后以为交换,然后把前n-1位从大到小排序,看看是否符合。 1 #include 2 #include 3 #include 4 using namespace s...
分类:其他好文   时间:2015-02-06 21:40:34    阅读次数:191
二维数组 获取某键值集合
//查询产品线下 已设为兼容性的类目$data = array( array('id' => 1, 'name' => 'Bob', 'position' => 'Clerk'), array('id' => 2, 'name' => 'Alan', 'position' => 'Man...
分类:编程语言   时间:2015-02-06 16:27:20    阅读次数:222
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!