码迷,mamicode.com
首页 >  
搜索关键字:several    ( 980个结果
HDU-5031-Lines(DFS)
Problem Description You play a game with your friend. He draws several lines on the paper with n×m square grids (see the left figure). After that, he writes down the number of lines passing through...
分类:其他好文   时间:2014-09-21 02:54:39    阅读次数:381
go channel learning
I spent several hours to figure out some conceptions about channel tonight1. buffered channel and non-buffered channelbuffered channelbufferedchan := ...
分类:其他好文   时间:2014-09-19 01:08:44    阅读次数:256
ZOJ - 3537 Cake (凸包+区间DP+最优三角剖分)
Description You want to hold a party. Here's a polygon-shaped cake on the table. You'd like to cut the cake into several triangle-shaped parts for the invited comers. You have a knife to cut. The t...
分类:其他好文   时间:2014-09-18 23:48:44    阅读次数:314
STL之Pairs
什么是Pair 关于类Pair的介绍,下面是引自《C++ Standard Library》的一段话: The class pair is provided to treat two values as a single unit. It is used in several places wi.....
分类:其他好文   时间:2014-09-16 22:03:51    阅读次数:176
Codeforces Round #266 (Div. 2) A. Cheap Travel
Ann has recently started commuting by subway. We know that a one ride subway ticket costs a rubles. Besides, Ann found out that she can buy a special ticket for m rides (she can buy it several times...
分类:其他好文   时间:2014-09-15 10:05:28    阅读次数:320
HDU 5000 Clone(离散数学+DP)(2014 ACM/ICPC Asia Regional Anshan Online)
Problem DescriptionAfter eating food from Chernobyl, DRD got a super power: he could clone himself right now! He used this power for several times. He...
分类:其他好文   时间:2014-09-14 12:39:27    阅读次数:299
Index Fragmentation Report in SQL Server 2005 and 2008
ProblemWhile indexes can speed up execution of queries several fold as they can make the querying process faster, there is overhead associated with th...
分类:数据库   时间:2014-09-09 15:23:08    阅读次数:376
poj 2570 Fiber Network (Floyd)
Fiber Network Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 3107   Accepted: 1427 Description Several startup companies have decided to build a better In...
分类:Web程序   时间:2014-09-06 17:26:33    阅读次数:292
[SegFault] 讨厌的段错误 how to debug "Segment Fault" on Linux
OverviewWe can get SegFault by several reasons:aligned access to unaligned memory(usally see in ARM NEON)cross-border accessint temp[2] = {0};temp[2] ...
分类:系统相关   时间:2014-09-05 17:57:01    阅读次数:296
UVA - 12230 Crossing Rivers (期望)
Description You live in a village but work in another village. You decided to follow the straight path between your house (A) and the working place (B), but there are several rivers you need to cro...
分类:其他好文   时间:2014-09-03 11:22:36    阅读次数:215
980条   上一页 1 ... 87 88 89 90 91 ... 98 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!