码迷,mamicode.com
首页 >  
搜索关键字:company    ( 1620个结果
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
[UVALive] 6492 Welcome Party(最小点覆盖)
6492 Welcome Party For many summers, the Agile Crystal Mining company ran an internship program for students. Theygreatly valued in...
分类:其他好文   时间:2015-03-30 22:25:04    阅读次数:139
POJ 3249 拓扑+dp
Test for JobTime Limit:5000MSMemory Limit:65536KTotal Submissions:9479Accepted:2168DescriptionMr.Dog was fired by his company. In order to support his...
分类:其他好文   时间:2015-03-27 23:36:03    阅读次数:168
Codeforces Round #117 (Div. 2)E---Wooden Fence(dp)
Vasya has recently bought some land and decided to surround it with a wooden fence.He went to a company called “Wooden board” that produces wooden boards for fences. Vasya read in the catalog of produc...
分类:其他好文   时间:2015-03-21 14:05:31    阅读次数:293
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!