Under yourQuartus II folder, go to bin->cygwin->bin folder, select the following files in the list below and then right-click and choose Properties.Un...
分类:
移动开发 时间:
2014-08-20 17:45:02
阅读次数:
308
微软近期Open的职位:Group: Search Technology Center Asia (STCA)/Data Platform teamTitle: Senior Development LeadLocation: Beijing, ChinaThe R&D of Data Platfo...
分类:
其他好文 时间:
2014-08-20 15:37:42
阅读次数:
159
变形的Manacher算法,在扩展的时候要加入限制条件,满足题目中说的从左到中间身高不减。其他地方倒是没有什么改动。。 1 //#define LOCAL 2 #include 3 #include 4 #include 5 #include 6 using namespace std; 7...
分类:
其他好文 时间:
2014-08-19 20:24:25
阅读次数:
288
Topic 1: Regarding Level
In general, a college grad dev or PM will start at 59.
59 and 60 are level 1 (ie, PM)
61 and 62 are level 2 (ie, PM II)
63 and 64 are Senior (ie, Senior PM)
65 through ...
分类:
其他好文 时间:
2014-08-19 10:57:04
阅读次数:
6454
题意: 判断给出的线段是否组成了多边形。Solution: 简单题,并查集+hash 这里用map实现code#include #include #include #include using namespace std;typedef pair ii;map f;int f...
分类:
其他好文 时间:
2014-08-18 17:45:12
阅读次数:
277
Gopher IITime Limit: 2000MSMemory Limit: 65536KTotal Submissions: 6675Accepted: 2732DescriptionThe gopher family, having averted the canine threat, mu...
分类:
其他好文 时间:
2014-08-18 09:11:23
阅读次数:
277
A + B Problem II
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)
Total Submission(s): 209179 Accepted Submission(s): 40226
Problem Description
I ha...
分类:
其他好文 时间:
2014-08-17 18:39:32
阅读次数:
184
一、写在前面目前市面上所用的IIS版本估计都是>=6.0的.所以我们主要以下面三个版本进行讲解服务器版本 IIS默认版本server20036.0server20087.0server20128.0二、IIS6的请求过程 由图可知,所有的请求会被服务器中的http.sys组件监听到,它会根据II.....
分类:
其他好文 时间:
2014-08-17 18:22:12
阅读次数:
270
UVA 10869 - Brownie Points II
题目链接
题意:平面上n个点,两个人,第一个人先选一条经过点的垂直x轴的线,然后另一个人在这条线上穿过的点选一点作垂直该直线的线,然后划分出4个象限,第一个人得到分数为1,3象限,第二个人为二四象限,问第一个个人按最优取法,能得到最小分数的最大值,和这个值下另一个人的得分可能情况
思路:树状数组,可以枚举一点,如果能求出...
分类:
其他好文 时间:
2014-08-16 23:51:11
阅读次数:
531
题目链接:http://poj.org/problem?id=2536
题意:已知有n只老鼠的坐标,m个洞的坐标,老鼠的移动速度为V,S秒以后有一只老鹰要吃老鼠,问有多少个老鼠被吃。
很明晰,二分匹配,老鼠为X集合,洞为Y集合
#include
#include
#include
#include
#include
#include
#define i...
分类:
其他好文 时间:
2014-08-16 19:48:31
阅读次数:
239