Ray's playground

 
上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 56 下一页

2010年8月30日

Advanced Threads(Chapter 4 of Concurrent Programming on Windows)

摘要: This concludes our two chapter overview of Windows and CLR threads. Inthis chapter, we looked very deeply at of what thread stacks are comprised,their specific layout, and some interesting policy arou... 阅读全文

posted @ 2010-08-30 21:18 Ray Z 阅读(173) 评论(0) 推荐(0) 编辑

2010年8月29日

POJ 1065

摘要: codeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1#include<iostream>2#include<algorithm>3usingnamespacestd;4constintMax=5001;56structda... 阅读全文

posted @ 2010-08-29 23:04 Ray Z 阅读(272) 评论(0) 推荐(0) 编辑

2010年8月28日

POJ 1016

摘要: codeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1#include<iostream>2#include<string>3usingnamespacestd;45stringstr[16];67voidprocess(s... 阅读全文

posted @ 2010-08-28 13:51 Ray Z 阅读(483) 评论(0) 推荐(0) 编辑

2010年8月24日

POJ 1032

摘要: codeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1#include<iostream>2usingnamespacestd;34intmain()5{6intnum;7cin>>num;8intt[60]={0};9in... 阅读全文

posted @ 2010-08-24 21:42 Ray Z 阅读(250) 评论(0) 推荐(0) 编辑

2010年8月23日

POJ 1029

摘要: codeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1#include<iostream>2usingnamespacestd;34intmain()5{6intcoinNumber,caseNumber;7intsize;8intto... 阅读全文

posted @ 2010-08-23 20:38 Ray Z 阅读(310) 评论(0) 推荐(0) 编辑

2010年8月22日

POJ 1020

摘要: codeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1#include<iostream>2usingnamespacestd;3intcake[11],pos[41];4intside,number;56boolDFS(inta)7{... 阅读全文

posted @ 2010-08-22 20:40 Ray Z 阅读(452) 评论(0) 推荐(0) 编辑

2010年8月19日

POJ 1014

摘要: codeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1#include<iostream>2usingnamespacestd;34booldp(intarray[7])5{6boolflag[60001];7inti,j,k,sum=... 阅读全文

posted @ 2010-08-19 21:52 Ray Z 阅读(227) 评论(0) 推荐(0) 编辑

2010年8月18日

POJ 1013

摘要: codeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1#include<iostream>2#include<string>3usingnamespacestd;45intmain()6{7intcount;89cin>... 阅读全文

posted @ 2010-08-18 22:09 Ray Z 阅读(377) 评论(0) 推荐(0) 编辑

2010年8月17日

POJ 1010

摘要: codeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1#include<iostream>2usingnamespacestd;34intstamps[500];5ints[4];6intn;//numberofstamptypes7i... 阅读全文

posted @ 2010-08-17 23:41 Ray Z 阅读(762) 评论(2) 推荐(0) 编辑

2010年8月16日

POJ 1012

摘要: codeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1#include<iostream>2#include<vector>3usingnamespacestd;45booltest(intk,intm)6{7inti,j=... 阅读全文

posted @ 2010-08-16 21:56 Ray Z 阅读(172) 评论(0) 推荐(0) 编辑

上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 56 下一页

导航