码迷,mamicode.com
首页 >  
搜索关键字:shredding company    ( 1627个结果
CSU1569: Wet Tiles(BFS控制时间相同)
1569: Wet Tiles Time Limit: 60 Sec  Memory Limit: 512 MB Submit: 73  Solved: 34 [Submit][Status][Web Board] Description Alice owns a construction company in the town of Norainia, famous f...
分类:其他好文   时间:2015-04-06 20:23:03    阅读次数:125
hdu 2962 Trucking 最短路+二分。。Dijkstra+SPFA两种算法实现。
Problem Description A certain local trucking company would like to transport some goods on a cargo truck from one place to another. It is desirable to transport as much goods as possible each trip. Unfortunately, one cannot always use the roads in the shor...
分类:编程语言   时间:2015-04-05 09:16:13    阅读次数:208
Codeforces Round #170 (Div. 2)---C. Learning Languages(并查集)
The “BerCorp” company has got n employees. These employees can use m approved official languages for the formal correspondence. The languages are numbered with integers from 1 to m. For each employee w...
分类:其他好文   时间:2015-04-03 15:30:55    阅读次数:135
java中23种设计模式之13-组合模式(composite pattern)
import java.util.LinkedList;abstract class Company{ private String name; public void setName(String name) { this.name=name; } public String getName()....
分类:编程语言   时间:2015-04-02 22:13:33    阅读次数:125
【POJ 2104】K-th Number
DescriptionYou are working for Macrohard company in data structures department. After failing your previous task about key insertion you were asked to...
分类:其他好文   时间:2015-04-02 20:50:23    阅读次数:126
poj1039——计算几何 求直线与线段交点,判断两条直线是否相交
poj1039——计算几何 求直线与线段交点,判断两条直线是否相交PipeTime Limit:1000MSMemory Limit:10000KTotal Submissions:9439Accepted:2854DescriptionThe GX Light Pipeline Company s...
分类:其他好文   时间:2015-04-02 20:39:39    阅读次数:157
c++文件\函数\头文件注释格式
/*******************************************************************   *  Copyright(c) 2000-2013 Company Name   *  All rights reserved.   *     *  文件名称:   *  简要描述:   *     *  创建日期:   *  作者:  ...
分类:编程语言   时间:2015-04-02 15:09:13    阅读次数:133
设计模式开始--组合模式
组合模式一、作用需求是体现部分与整体的关系时,完成的功能就是基础的对象可以组成成更加复杂的对象,而这个组合的对象又可以进一步的组合,不断的迭代,便可以体现出层次的结构二、类图(核心在于有一个之类有一个向上的引用)三、实现(1)Company定义结构public abstract class Comp...
分类:其他好文   时间:2015-04-01 17:01:43    阅读次数:100
POJ 1144 无向图的割点
NetworkTime Limit:1000MSMemory Limit:10000KTotal Submissions:10207Accepted:4744DescriptionA Telephone Line Company (TLC) is establishing a new telepho...
分类:其他好文   时间:2015-03-31 19:50:18    阅读次数:165
Aizu 1263 Network Mess 树的直径+构造
题目链接:点击打开链接 Network Mess Gilbert is the network admin of Ginkgo company. His boss is mad about the messy network cables on the floor. He finally walked up to Gilbert and asked the lazy netwo...
分类:Web程序   时间:2015-03-31 14:41:10    阅读次数:208
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!