#include#include#includeusing namespace std;struct Student{ int GE,GI,sum,rank,ID; int prefer[6];}STU[40066];struct School{ int want; //各学校招...
分类:
其他好文 时间:
2015-03-02 18:20:07
阅读次数:
170
#include#include#includeusing namespace std;int want[106]; //各学校招生人数struct Student{ int GE,GI,sum,rank,ID; int prefer[6]; bool R; /...
分类:
其他好文 时间:
2015-03-02 16:22:37
阅读次数:
195
#include#include#includeusing namespace std;struct Student{ int ID; int score[6]; int perfect; int sum; int rank;}S[10066];int p[6]; //1-5存题号1...
分类:
其他好文 时间:
2015-03-02 12:46:57
阅读次数:
188
DECLARE @Names TABLE ( name VARCHAR(20));INSERT INTO @Names VALUES ('DeSzmetch'),('DESZMETCH'),('DESZMETCK'),('DesZmetch'),('deszmetch');SELECT nam...
分类:
其他好文 时间:
2015-03-01 17:03:57
阅读次数:
200
#include#includeusing namespace std;struct Student{ char ID[15]; int score,final_rank,location_number,local_rank; //分数,总排名,考场号,场内排名}STU[30010];bool...
分类:
其他好文 时间:
2015-03-01 14:24:00
阅读次数:
127
-- =============================================
-- Author: tomtom
-- Create date: 2015.2.27
-- Description: ROWNUMBER、RANK、DENSE_RANK、NTILE排名窗口函数示例
-- ===========================================...
分类:
数据库 时间:
2015-02-28 08:57:24
阅读次数:
223
#include#includeusing namespace std;struct Student{ int mID; int grade[4]; //0对应平均A,1对应C,2对应M,3对应E}STU[2010];char course[4]={'A','C','M...
分类:
其他好文 时间:
2015-02-26 01:20:39
阅读次数:
133
To evaluate the performance of our first year CS majored students, we consider their grades of three courses only: C - C Programming Language, M - Mathematics (Calculus or Linear Algrbra), and E - Eng...
分类:
其他好文 时间:
2015-02-25 21:10:23
阅读次数:
157
一、Hadoop来历
在没有Hadoop的思想来源于Google在做搜索引擎的时候出现一个很大的问题就是这么多网页我如何才能以最快的速度来搜索到,由于这个问题Google发明了倒排索引算法,通过加入了Map-reduce的思想来计算Page Rank,通过不断的演变Google带给我们了GFS、Map-Reduce、Bigtable这三大的关键技术和思想。由于Google...
分类:
编程语言 时间:
2015-02-23 16:43:57
阅读次数:
234
求区间内个数大于rank的一个数主席树求一下就好啦! 1 /************************************************************** 2 Problem: 2223 3 User: rausen 4 Language: C+...
分类:
其他好文 时间:
2015-02-20 19:44:28
阅读次数:
176