Number SequenceTime Limit:1000MSMemory Limit:10000KTotal Submissions:35251Accepted:10151DescriptionA single positive integer i is given. Write a progr...
分类:
其他好文 时间:
2015-04-28 13:27:26
阅读次数:
104
题意: 给N个点求任意两个点的“距离”总和: A,B的“距离”定义为:min(|ax-bx|,|ay-by|)(n 2 #include 3 #include 4 #include 5 #include 6 #include 7 #include 8 9 #define ll lon...
分类:
其他好文 时间:
2015-04-23 21:24:38
阅读次数:
274
ZOJ 3600 Taxi Fare(数学啊)...
分类:
其他好文 时间:
2015-04-19 21:25:23
阅读次数:
164
题目链接:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=3600
题面:
Taxi Fare
Time Limit: 2 Seconds Memory Limit: 65536 KB
Last September, Hangzhou raised the taxi fare...
分类:
其他好文 时间:
2015-04-17 11:42:57
阅读次数:
132
SELECTION-SCREEN SKIP.SELECTION-SCREEN END OF BLOCK a01.*&---------------------------------------------------------------------**& Start of main progr...
分类:
其他好文 时间:
2015-04-13 16:31:30
阅读次数:
119
参考:
Debian官网链接
Motion官网链接首先,参见Debian官网链接对Motion的介绍,网页中包含了所有相关依赖包,请首先确保这些依赖包的安装。Motion介绍摘出对Motion的介绍部分。如下:
Package: motion (3.2.12-3.4)V4L capture program supporting motion detectionMotion is a progr...
分类:
Web程序 时间:
2015-04-13 09:42:55
阅读次数:
253
最近上网查了一下基金项目的英文表示方法。将常见的列在下面。有的大家可以举一反三。不全之处,请各位补充。The National Basic Research Program of China国家重点基础研究发展计划(973)Hi-Tech Research and Development Progr...
分类:
其他好文 时间:
2015-04-03 12:54:59
阅读次数:
107
//二分匹配的最小路径覆盖
//对于第i次ride,如果在第i次ride结束后还能在第j次ride出发前赶到第j次的出发点
//那么i到j就有一条边
//根据最小路径覆盖 = N - 最大匹配即可得到答案
#include
#include
#include
#include
using namespace std;
const int maxn = 510;
int lin...
分类:
其他好文 时间:
2015-03-21 09:57:21
阅读次数:
142
1.首先创建一个控制台项目2.添加引用【红色的都是将项目添加为引用,其中蓝色的log4net是直接从源代码下的Reference文件夹下引用的dll】3.写代码1)首先将config配置好【http://www.cnblogs.com/chucklu/p/4337848.html】2)修改Progr...
分类:
其他好文 时间:
2015-03-14 18:20:38
阅读次数:
123
1. 入口函数 通过命令行执行hhvm的入口函数在 hhvm/hphp/hhvm/main.cpp:main, main函数分别有多种执行顺序,默认则是执行 HPHP::execute_program(argc, argv); 这个函数定义在 hhvm/hphp/runtime/base/progr...
分类:
其他好文 时间:
2015-03-13 10:30:13
阅读次数:
148