码迷,mamicode.com
首页 >  
搜索关键字:online judge    ( 4252个结果
Trouble Shooting
情况是这样的,我在写一个类似于Online-Judge的系统,用python很容易实现,编译源程序,运行程序,最后比较程序输出与标准输出得出成绩。现在有个问题,万一程序运行时崩溃,比如出现除0异常,assert失败等等,则在windows下会出现恼人的crash window。我想要避免它,因为我一...
分类:其他好文   时间:2014-06-07 07:11:28    阅读次数:253
bzoj 2802: [Poi2012]Warehouse Store 题解
【原题】 2802: [Poi2012]Warehouse Store Time Limit: 10 Sec  Memory Limit: 64 MBSec  Special Judge Submit: 94  Solved: 54 Description 有一家专卖一种商品的店,考虑连续的n天。 第i天上午会进货Ai件商品,中午的时候会有顾客需要购买Bi件商品,可...
分类:其他好文   时间:2014-06-05 08:07:48    阅读次数:243
如何手动创建oracle数据库
下面的实验室是如何不要通过DBCA创建ORACLE 数据库,而是通过ORACLE ONLINE HELP DOCUMENT进行手动的创建数据库的详细步骤:...
分类:数据库   时间:2014-06-04 13:51:22    阅读次数:353
游戏2048源代码 - C语言控制台界面版
完整源代码如下,敬请读者批评指正: 1 /* 2 * Copyright (C) Judge Young 3 * E-mail: yjjtc@126.com 4 * Version: 1.0 5 */ 6 7 #include 8 #include /* 包含设定...
分类:编程语言   时间:2014-06-03 10:03:29    阅读次数:461
Online advertising术语
Online Advertising术语总结...
分类:其他好文   时间:2014-06-03 03:31:40    阅读次数:244
POJ2491 Scavenger Hunt【裸map】
#include #include #include #include #include #include #include #include using namespace std; int main() { #ifndef ONLINE_JUDGE freopen("D:/1.txt","r",stdin); freopen("D:/2.txt","w",stdout...
分类:其他好文   时间:2014-06-02 07:02:20    阅读次数:253
Oracle 维护 online redo log
维护在线redolog OracleDatabase-EnterpriseEdition-Version11.2.0.4to11.2.0.4 1.首先查看当前redolog的大小: [oracle@oracle~]$sqlplus/assysdba OracleDatabase10gEnterpriseEditionRelease10.2.0.1.0-64bitProduction SQL>selectgroup#,bytes,statusfromv$log; GR..
分类:数据库   时间:2014-06-02 03:55:10    阅读次数:426
Propagation of Visual Entity Properties Under Bandwidth Constraints
The Saga of Ryzom is a persistent massively-multiplayer online game (MMORPG) released in September 2004 throughout Europe and North America, localised...
分类:其他好文   时间:2014-05-29 17:55:30    阅读次数:413
Jordan 6 Carmine 2014 for sale online 24th May
The Jordan 6 Carmine have inclination is easily the most popular release of year. Which is without being aware of what other shoes are likely to relea...
分类:其他好文   时间:2014-05-26 02:40:58    阅读次数:273
从XML到XSLT一对一mapping的XSLT模板
对应的XML结构: ... online工具: http://xslt.online-toolz.com/tools/xslt-transformation.php...
分类:移动开发   时间:2014-05-25 09:56:24    阅读次数:230
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!