自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Daze

古今来形形色色无非是戏,天地间奇奇怪怪何必当真!

  • 博客(5)
  • 资源 (3)
  • 收藏
  • 关注

原创 poj2418

秒过!一是以前做过,二是这题用map又水了。。唉~ #include  #include  #include  #include  using namespace std; int main() {     ios::sync_with_stdio(false);     mapint> a;     string name;     int c

2013-12-13 16:33:45 1515 1

原创 poj1442

竟然卡输入??!!有意思么~用堆做不好玩,换了个multiset玩玩,最好还是优先队列哦~ PS,这种能用stl解决的数据结构题其实没大有意思。。 #include  #include  #include  using namespace std; #define MAXN  30010 int num[MAXN]; multisetint> 

2013-12-13 16:27:37 1415

原创 poj2442

基本的堆的应用,STL中heap即可搞定。最近手速快了好多啊~ #include #include using namespace std; #define MAXN 2008 int a[MAXN], b[MAXN], sum[MAXN]; int main() {     int t;     cin >> t;     while (t--)

2013-12-13 16:02:37 1207

原创 poj2503

扫扫尾,今天把初级的数据结构都完成了它,进军中级图论,算法导论看得很爽! 这题没啥好说的,map搞定 #include  #include  #include  #include  using namespace std; int main() {     string s, a, b;     mapbool> apperance;     m

2013-12-13 15:52:17 1658 6

原创 poj2299

求一下逆序数,因为冒泡交换的准则是大于或者小于,逆序数累加的准则同样也是。 #include using namespace std; long long  cnt; void merge(int array[], int left, int mid, int right) {     int* temp = new int[right - left 

2013-12-01 00:43:42 1383

Arduino 测量温湿度

DHT11传感器,利用i2c在1602上显示温湿度。

2015-06-04

Python 正则表达式实例

以SDUT教务系统为例,抓取学生成绩并解析,计算GPA

2015-06-04

C++参考手册

C++参考手册,chm格式,对于STL有概述

2013-09-28

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除