码迷,mamicode.com
首页 >  
搜索关键字:out of memory    ( 64101个结果
元组Tuple
static void Main(string[] args) { /*int i,j; Method1(10,20,out i ,out j ); Console.WriteLine("{0}and{1}", i, ...
分类:其他好文   时间:2014-05-23 03:04:48    阅读次数:276
CSU OJ 1120 病毒(湖南省第八届大学生计算机程序设计竞赛)
?? 1120: 病毒 Time Limit: 3 Sec  Memory Limit: 128 MB Submit: 146  Solved: 53 [Submit][Status][Web Board] Description 你有一个日志文件,里面记录着各种系统事件的详细信息。自然的,事件的时间戳按照严格递增顺序排列(不会有两个事件在完全相同的时刻发生)。 遗憾...
分类:其他好文   时间:2014-05-22 23:57:34    阅读次数:479
synchronized用法的一个实例
public class TraditionalThreadTest { static class Outputer { public void output1(String name) { synchronized (Outputer.class) { for (int i = 0; i < name.length(); i++) { System.out.pri...
分类:其他好文   时间:2014-05-22 23:53:45    阅读次数:442
ORA-27100 shared memory realm already exists错误解决方法
环境:win 2003   + oracle 10g             win 2003服务器物理内存4G             oracle10g SGA             1504M 事故背景: 调整SGA大小,因为OS的内存只有4G,建议SGA的大小不要超过60%,我调整为2G  SQL> alter systemset sga_max_size=2000m ...
分类:其他好文   时间:2014-05-22 23:46:00    阅读次数:430
CSU OJ 1111 三家人 (湖南省第八届大学生计算机程序设计竞赛)
?? 1111: 三家人 Time Limit: 1 Sec  Memory Limit: 128 MB Submit: 356  Solved: 142 [Submit][Status][Web Board] Description 有三户人家共拥有一座花园,每户人家的太太均需帮忙整理花园。A 太太工作了5 天,B 太太则工作了4 天,才将花园整理完毕。C 太太因为正...
分类:其他好文   时间:2014-05-22 23:42:41    阅读次数:377
2014北京邀请赛(部分题解)
马上要去比赛了。 今天做了一下2014北京邀请赛,出了两道题目,感觉很水啊、、、 首先H题: H. Happy Reversal Time Limit: 1000ms Case Time Limit: 1000ms Memory Limit: 65536KB 64-bit integer IO format: %lld      Java class name...
分类:其他好文   时间:2014-05-22 23:07:32    阅读次数:417
ZOJ 1675 矩形与圆的面积交
Little Mammoth Time Limit: 5 Seconds      Memory Limit: 32768 KB      Special Judge It is well known that mammoths used to live in caves. This is a story of a little mammoth who lived in a ca...
分类:其他好文   时间:2014-05-22 22:49:43    阅读次数:495
CSU OJ 1112机器人的指令 (湖南省12年省赛题)
Welcome to CSU Online Judge! 1112: 机器人的指令 Time Limit: 1 Sec  Memory Limit: 128 MB Submit: 274  Solved: 97 [Submit][Status][Web Board] Description 数轴原点有一个机器人。该机器人将执行一系列指令,你的任务是预测所有指...
分类:其他好文   时间:2014-05-22 18:39:01    阅读次数:391
ref 关键字out关键字
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace outAndref{ class Program ...
分类:其他好文   时间:2014-05-22 16:04:40    阅读次数:258
hdu 1024 Max Sum Plus Plus (DP)
Max Sum Plus PlusTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 15817Accepted Submission(s): 5140...
分类:其他好文   时间:2014-05-22 14:06:42    阅读次数:250
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!