more 1.功能:分屏显示输出的信息,也可以查看指定文件的内容 2.用法: move/E[/C][/P][/S][/Tn][+n][dirver:][path]filename /E启用扩展功能 /C显示页面前先清除屏幕 /P扩展FormFeed字符 /S将多个空白行缩成一行 /Tn将制表符扩展为n个空格(默认为8个) +n 3.注意: 1.m..
分类:
其他好文 时间:
2017-08-08 12:23:42
阅读次数:
165
The Nike Zoom Shift is one of the best-looking budget model sneakers Nike has to offer. Coming in at only $100, how will these babies perform on the h ...
分类:
其他好文 时间:
2017-08-02 16:58:35
阅读次数:
184
Set<E> 和 Collection<E> 都带了<E>,是泛型接口。什么是泛型类,泛型接口呢?Oracle官方文档上是这么说的: A generic class is defined with the following format: class name<T1, T2, ..., Tn> { ...
分类:
其他好文 时间:
2017-08-01 19:28:18
阅读次数:
123
题目描述 有n个人排队到m个水龙头去打水,他们装满水桶的时间t1, t2 , ……, tn为整数且各不相同,应如何安排他们的打水顺序才能使他们花费的总时间最少? 只有一组输入数据哦。 输入 4 2 ( n m ) 2 6 4 5 (t1 t2 …… tn) 4 2 ( n m ) 2 6 4 5 ( ...
分类:
其他好文 时间:
2017-08-01 11:06:37
阅读次数:
156
Traction – I keep doing this, but I really can’t help it. The brain can’t help but judge certain things by how they look prior to experiencing it firs ...
分类:
其他好文 时间:
2017-07-29 11:40:29
阅读次数:
205
俗话说,包治百病,鞋守一生。对于男生来说,鞋子是整个造型中决定性的收尾要素,鞋子能在某种程度上掌握一个男人的时尚品味。 最近,李易峰就站在自家鞋柜前对镜自拍,仿佛是鞋店的货架展览。 李易峰身着satisfy裤子,身旁黄色的手提袋则是 Balenciaga,很有品味。 但网友们的视线早就不在自拍照上了 ...
分类:
其他好文 时间:
2017-07-26 18:02:53
阅读次数:
277
Traction – The Nike Kyrie 3 for sale traction was one of the better tractions I’ve played in. It’s hard to upgrade what was already amazing from the K ...
分类:
其他好文 时间:
2017-07-17 20:06:49
阅读次数:
174
题目描述: 给定两个字符串s1s2……sn和t1t2……tn。求出这两个字符串最长的公共子序列的长度。字符串s1s2……sn的子序列指可以表示为si1si2……sim(i1<i2<……<im)的序列。(n>=1,m<=1000) 输入: n=4 m=4 s="abcd" t="becd" 输出: 3 ...
分类:
其他好文 时间:
2017-07-15 18:57:35
阅读次数:
193
题目描述 造一幢大楼是一项艰巨的工程,它是由n个子任务构成的,给它们分别编号1,2,…,n(5≤n≤1000)。由于对一些任务的起始条件有着严格的限制,所以每个任务的起始时间T1,T2,…,Tn并不是很容易确定的(但这些起始时间都是非负整数,因为它们必须在整个工程开始后启动)。例如:挖掘完成后,紧接 ...
分类:
其他好文 时间:
2017-07-09 20:56:35
阅读次数:
157
Greedy. 证明: Let's say we have job 1, 2, ..., n, and they have time and fine as t1, f1, t2, f2, ..., tn, fn and they are in the order of t1/f1 <= t2/f2 ...
分类:
其他好文 时间:
2017-07-09 10:58:04
阅读次数:
168