码迷,mamicode.com
首页 >  
搜索关键字:practice    ( 1575个结果
Air Raid
Air Raid Time Limit:1000MS Memory Limit:32768KB 64bit IO Format:%I64d & %I64uSubmit Status Practice HDU 1151Description Consider a town where all the....
分类:其他好文   时间:2015-08-11 09:55:29    阅读次数:94
Courses
Courses Time Limit:10000MS Memory Limit:32768KB 64bit IO Format:%I64d & %I64uSubmit Status Practice HDU 1083Description Consider a group of N student....
分类:其他好文   时间:2015-08-10 19:38:25    阅读次数:150
过山车
过山车 Time Limit:1000MS Memory Limit:32768KB 64bit IO Format:%I64d & %I64uSubmit Status Practice HDU 2063DescriptionRPG girls今天和大家一起去游乐场玩,终于可以坐上梦寐以求的过山....
分类:其他好文   时间:2015-08-10 19:25:30    阅读次数:101
一致性算法探寻(扩展版)8
6 Cluster membership changes Up until now we have assumed that the cluster configuration (the set of servers participating in the consensus algorithm) is fixed. In practice, it will occasionally be...
分类:编程语言   时间:2015-08-10 18:14:09    阅读次数:151
UVA 348 Optimal Array Multiplication Sequence(最优矩阵链乘)
L - Optimal Array Multiplication Sequence Time Limit:3000MS     Memory Limit:0KB     64bit IO Format:%lld & %llu Submit Status Practice UVA 348 Appoint description:  acmparand  (2013-08-02...
分类:其他好文   时间:2015-08-09 20:41:53    阅读次数:115
[Java Concurrency in Practice]第二章 线程安全性
线程安全性要编写线程安全的代码,其核心在于要对状态访问操作进行管理,特别是对共享和可变的状态的访问。对象的状态是指存储在状态变量(例如实例或静态域)中的数据。对象的状态可能包括在其他依赖对象的域。例如,某个HashMap的状态不仅存储在HashMap对象本身,还存储在许过Map.Entry对象中。在对象的状态中包含了任何可能影响其外部可见行为的数据。“共享“意味着变量可以由多个线程同时访问,而“可变...
分类:编程语言   时间:2015-08-09 18:49:20    阅读次数:174
POJ 3368 Frequent values
B - Frequent values Time Limit:2000MS     Memory Limit:65536KB     64bit IO Format:%I64d & %I64u Submit Status Practice POJ 3368 Appoint description:  bjtu_lyc  (2011-08-08)System Crawler  (...
分类:其他好文   时间:2015-08-09 12:33:49    阅读次数:135
POJ 3264 Balanced Lineup(st或者线段树)
A - Balanced Lineup Time Limit:5000MS     Memory Limit:65536KB     64bit IO Format:%I64d & %I64u Submit Status Practice POJ 3264 Appoint description:  System Crawler  (2015-08-03) Des...
分类:其他好文   时间:2015-08-09 02:02:05    阅读次数:156
Network
Network Time Limit:3000MS Memory Limit:0KB 64bit IO Format:%lld & %lluSubmit Status Practice UVA 315DescriptionA Telephone Line Company (TLC) is esta....
分类:Web程序   时间:2015-08-06 09:21:06    阅读次数:168
Euclid's Game(poj2348+博弈)
B - Euclid's Game Time Limit:1000MS     Memory Limit:65536KB     64bit IO Format:%I64d & %I64u Submit Status Practice POJ 2348   Appoint description:  System Crawler  (2015-08-02) De...
分类:其他好文   时间:2015-08-05 18:30:06    阅读次数:104
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!