Assign the taskTime Limit: 1 SecMemory Limit: 256 MB题目连接http://acm.hdu.edu.cn/showproblem.php?pid=3974DescriptionThere is a company that has N employe...
分类:
其他好文 时间:
2015-04-22 23:42:10
阅读次数:
174
1、下面的 SELECT 语句列出了 AGE 的值在 25 与 27 之间的所有记录:SELECT * FROM COMPANY WHERE AGE BETWEEN 25 AND 27;下面的语句是错误的,WHERE前面不能有逗号UPDATE 't_sportList' SET sl_02_EndT...
分类:
数据库 时间:
2015-04-22 21:58:50
阅读次数:
156
Moving TablesTime Limit: 1 SecMemory Limit: 64 MB Submit: 1182Solved: 563DescriptionThe famous ACM (Advanced Computer Maker) Company has rented a floo...
分类:
其他好文 时间:
2015-04-20 14:38:36
阅读次数:
121
When Vova arrived in Guangzhou, his Chinese friends immediately invited him to a restaurant. Overalln people came to the restaurant, including Vova. The waiter offered to seat the whole company
at a...
分类:
其他好文 时间:
2015-04-19 22:49:17
阅读次数:
174
题意:给定n条街道,用一个矩阵描述两两之间的距离,m个任务,p,t,d分别为所在街道、任务起始时间、任务结束时间,求完成所有任务所需最少人数;思路:先用floyd处理两两间最短路,然后,若完成i任务的人能够完成j任务,则在i,j间建一条边,所需人数为总任务数减最大匹配数;匈牙利算法;#include...
分类:
其他好文 时间:
2015-04-18 20:32:41
阅读次数:
118
Beware the ShareUdi DahaniT WAS MY FiRST PROjECT AT THE COMPANY. I’d just finished my degree and was anxious to prove myself, staying late every day going through the existing code. As I worked through...
分类:
其他好文 时间:
2015-04-18 16:13:03
阅读次数:
151
NetworkTime Limit:1000MSMemory Limit:10000KTotal Submissions:10286Accepted:4775DescriptionA Telephone Line Company (TLC) is establishing a new telepho...
分类:
其他好文 时间:
2015-04-17 17:34:38
阅读次数:
130
1. JSON Model{ company: { name: "Treefish Inc", info: { employees: 3, }, contacts: [ { ...
分类:
其他好文 时间:
2015-04-16 21:25:14
阅读次数:
548
import java.io.File;
/**
* @Description: 删除.svn文件夹
* @author huangzjb
* @mail cblue2013@126.com
* @Company jinpeng
* @date 2015-4-16
*/
public class DeleteSvnFiles {
/**
*
* @...
分类:
其他好文 时间:
2015-04-16 15:43:37
阅读次数:
126
题目链接http://poj.org/problem?id=3216题目解释题意:莉莉是一家维修公司,服务这个城市的 Q 块。有一天,公司收到M修复任务,其中第 i 个发生在Pi块,对任何修理工的到来的最后到来期限的Ti,就是它的起始时间,并需要一个修理工 Di 时间完成。修理工完成当前单个任务,必...
分类:
其他好文 时间:
2015-04-14 22:59:24
阅读次数:
184