1095. Cars on Campus (30)Zhejiang University has 6 campuses and a lot of gates. From each gate we can collect the in/out times and the plate numbers o...
分类:
其他好文 时间:
2015-08-25 14:04:16
阅读次数:
372
uvaoj 10397 - Connect the CampusMany new buildings are under construction on the campus of the University of Waterloo. The university has hired brickl...
分类:
其他好文 时间:
2015-08-21 20:54:38
阅读次数:
442
题意比较简单,dp[i][j] 表示上一次男女吃的deliciousness分别为i, j的时候的吃的最多的苹果。那么dp[i][j] = max(dp[i][k] + 1), 0 2 using namespace std; 3 const int MAXN = 1001; 4 struct .....
分类:
移动开发 时间:
2015-08-21 15:09:43
阅读次数:
175
Java起源:SUN(全称Stanford University Network,后来被Oracle公司以74亿美金收购)公司的工程师考虑到c++复杂性,于是使用c++开发出了新的平台——Oak(橡树)平台,主要设计师为James gosling,后来oak得到了sun公司首席执行官Scott McNealy的支持,为了更好地进行推广,正式将Oak更名为Java。
Java开发的三个方向:...
分类:
编程语言 时间:
2015-08-21 13:40:36
阅读次数:
275
Description
Bessie noted that although humans have many universities they can attend, cows have none. To remedy this problem, she and her fellow cows formed a new university called The University...
分类:
其他好文 时间:
2015-08-18 16:24:17
阅读次数:
123
lua简介
官方网址: http://www.lua.org/
Lua 是一个小巧的脚本语言。是巴西里约热内卢天主教大学(Pontifical Catholic University of Rio de Janeiro)里的一个研究小组,由Roberto Ierusalimschy、Waldemar Celes 和 Luiz Henrique de Figueiredo所组成并于1993年开发...
分类:
编程语言 时间:
2015-08-18 16:19:56
阅读次数:
109
Network Saboteur
Time Limit: 2000MS
Memory Limit: 65536K
Total Submissions: 10216
Accepted: 4885
Description
A university network is composed of N computers. System adm...
分类:
Web程序 时间:
2015-08-18 10:23:08
阅读次数:
144
http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=3703
Happy Programming Contest
Time Limit: 2 Seconds
Memory Limit: 65536 KB
In Zhejiang University Programming Contes...
分类:
移动开发 时间:
2015-08-17 12:06:31
阅读次数:
126
HITS(HITS(Hyperlink - Induced Topic Search) ) 算法是由康奈尔大学( Cornell University ) 的Jon Kleinberg 博士于1997 年首先提出的,为IBM 公司阿尔马登研究中心( IBM Almaden Research Cent...
分类:
编程语言 时间:
2015-08-17 11:49:26
阅读次数:
154
PDF417是美国符号科技(Symbol Technologies, Inc.)发明的二维条码,发明人是台湾赴美学人王寅君博士,王博士於1984年毕业於国立交通大学资讯系,获得纽约州立大学石溪分校(University of New York at Stony Brook)电脑硕士和博士学位後,.....
分类:
其他好文 时间:
2015-08-17 11:30:21
阅读次数:
289