http://acm.hdu.edu.cn/showproblem.php?pid=1829
Problem Description
Background
Professor Hopper is researching the sexual behavior of a rare species of bugs. He assumes that they feature two ...
分类:
其他好文 时间:
2015-05-19 21:00:27
阅读次数:
119
Maya Calendar
Time Limit: 1000MS
Memory Limit: 10000K
Total Submissions: 69769
Accepted: 21460
Description
During his last sabbatical, professor M. A. Ya made a surpr...
分类:
其他好文 时间:
2015-05-15 10:46:41
阅读次数:
131
最小生成树,刚刚学了Prim算法。对每条边变的权值进行预处理,c[i][j] = c[i][j] + p[i] + p[j] 其中c[i][j]为输入的权值,p[i],p[j]为连接这两个节点所需的费用。#include#include#include#includeusing namespace ...
分类:
Web程序 时间:
2015-05-07 00:23:01
阅读次数:
187
Wakatime –现在几点了,你在做什么呢前面提到了一个用来QS自己的工具Clarify。这次介绍一个专门给程序员用的工具。大家都知道一万小时定律,但我究竟写java写了多久了呢?WakaTime知道。估计很多人都知道RescueTime,我也是用RescueTime来记录我的工作时间。但它无法记...
分类:
其他好文 时间:
2015-05-05 08:44:08
阅读次数:
212
ref: http://stackoverflow.com/questions/979975/how-to-get-the-value-from-the-url-parameter 函数:function getQueryParams(qs) { qs = qs.split("+").j...
分类:
Web程序 时间:
2015-05-01 10:42:24
阅读次数:
151
SVN服务器信息:操作系统:CentOS 6.5
SVN版本:svn --version
svn, version 1.8.11 (r1643975)
compiled Apr 27 2015, 03:11:15 on x86_64-unknown-linux-gnuCopyright (C) 2014 The Apache Software Foundation.
This softwar...
分类:
其他好文 时间:
2015-04-30 12:33:38
阅读次数:
228
vsim -The vsim command invokes the VSIM simulator-t [] (optional) Specifies the simulator time resolution. must be one of the following: fs, ps,...
分类:
其他好文 时间:
2015-04-16 19:17:34
阅读次数:
97
Setup.exe /qs /ACTION=Install /FEATURES=SQLEngine,Replication/INSTANCENAME=MSSQLSERVER /SQLSVCACCOUNT=""/SQLSVCPASSWORD=""/SQLSYSADMINACCOUNTS="" /AGT...
分类:
数据库 时间:
2015-04-12 06:36:07
阅读次数:
184
从此链接下载的http://www.uzzf.com/soft/85836.html1.安装之前,先去控制面板将VS自带的dotfuscator卸载掉2.关闭360安全卫士3.安装下载的程序安装之后,打开程序1.创建一个新的project2.初始的界面是input界面上,选择打开F:\Softwar...
分类:
其他好文 时间:
2015-04-07 11:27:48
阅读次数:
156
时间限制:10000ms
单点时限:1000ms
内存限制:256MB
描述
Professor Q develops a new software. The software consists of N modules which are numbered from 1 to N. The i-th module will be started up by signal Si. If si...
分类:
其他好文 时间:
2015-04-05 20:33:27
阅读次数:
436