码迷,mamicode.com
首页 >  
搜索关键字:ikkis story iv - pan    ( 2702个结果
Dominos revealed in line earnings ghd iv cheap ghds
Dominos revealed in line earnings ghd iv cheap ghds styler with revenue 3.7% higher and a development of same store sales. Dominos is a cash flow stor...
分类:其他好文   时间:2014-08-18 17:50:12    阅读次数:236
2014读书计划
已读书籍:代码整洁之道(Clean Code, Robert C. Martin)失控(Out of Control,Kevin Kelly)用户故事与敏捷方法(User Story Applied,Mike Cohn)建筑的永恒之道(The Timeless Way of Building, C....
分类:其他好文   时间:2014-08-18 00:04:43    阅读次数:172
HDU 1052 Tian Ji -- The Horse Racing(贪心)(2004 Asia Regional Shanghai)
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1052Problem DescriptionHere is a famous story in Chinese history."That was about 2300 years ago. Genera...
分类:其他好文   时间:2014-08-17 12:54:42    阅读次数:284
NOI2014 DAY2 题解
当天下午3点拿到jcvb现场发来的数据,本地自测100+100+30=230。BUAA成绩60+60+30=150。sad story~动物园 zoo既是它的后缀同时又是它的前缀,并且该后缀与该前缀不重叠,将这种字符串的数量记作num[i]。偌大的提示:kmp! 思路很简单,求出next数组,你会发...
分类:其他好文   时间:2014-08-16 18:30:20    阅读次数:469
Issue的分类和定义
Issue的分类和定义:将产品需求进行细粒度拆分,输入到项目部,达到快速开发、验证和交付的目标。 Issue共有5种分类:Story /NewFeather/Task/Sub_Task/Bug...
分类:其他好文   时间:2014-08-15 17:59:49    阅读次数:311
HDU 3416 Marriage Match IV(spfa+最大流)
题目的大体意思是:给你一些有向边让你求出给出的点s,t之间最短路的条数。 两边spfa从s到t,和从t到s然后求出在最短路上的点建一条容量为1的边,然后求出s到t的最大的流量,就是最短路的数目。 PS:代码写的姿势不够优美。 Marriage Match IV Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 32768...
分类:其他好文   时间:2014-08-15 16:05:49    阅读次数:336
android   动态改变图片大小
在oncreate中,使用getheight等函数不能获得控件大小,得到的为0应使用其他方法 Resourcesres=getResources(); finalImageViewview=(ImageView)findViewById(R.id.IV_about); finalDrawabledrawable=res.getDrawable(R.drawable.ic_about); DisplayMetricsdm=newDisplayMet..
分类:移动开发   时间:2014-08-15 14:49:39    阅读次数:230
POJ 3282 Ferry Loading IV(模拟)
POJ 3282 Ferry Loading IV(模拟)...
分类:其他好文   时间:2014-08-15 10:44:08    阅读次数:144
POJ 3282 Ferry Loading IV(模拟,队列)
题意   汽车通过渡船过河  渡船开始在左边   输入按车辆来的顺序输入河两岸的车   渡船每次运输的汽车的总长度不能超过渡船自己本身的长度  先来的车先走   求轮船至少跨河多少次才能将所有的车辆都运完 简单模拟  建两个队列  分别装左边的车  和右边的车   算出两边各至少需要运输多少次就行了 #include #include #include using namespace std;...
分类:其他好文   时间:2014-08-15 00:04:16    阅读次数:277
POJ 3282 Ferry Loading IV(简单模拟)
Description Before bridges were common, ferries were used to transport cars across rivers. River ferries, unlike their larger cousins, run on a guide line and are powered by the river's current. Ca...
分类:其他好文   时间:2014-08-14 20:34:49    阅读次数:349
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!