码迷,mamicode.com
首页 >  
搜索关键字:vitual judge    ( 1412个结果
Pie POJ 3122 二分搜索
Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 17324 Accepted: 5835 Special Judge Description My birthday is coming up and traditionally I ...
分类:其他好文   时间:2017-06-07 18:46:03    阅读次数:235
Online Judge(字符串-格式)
Online Judge Problem Description Ignatius is building an Online Judge, now he has worked out all the problems except the Judge System. The system has ...
分类:其他好文   时间:2017-06-06 22:20:01    阅读次数:335
Online Judge(OJ)搭建——5、配置
Spring 配置一些本地类,还有 HTML form 提交文件的解析器。 Spring Security Spring 需要从数据库获取权限相关数据,所以需要配置数据源。之后根据相关用户身份,配置访问的权限。 由于 Spring Security 的默认编码是 ISO-8850-1,所以需要配置 ...
分类:其他好文   时间:2017-06-05 22:08:09    阅读次数:259
Online Judge(OJ)搭建——4、具体实现
代码编译、运行、保存: 本系统目前支持 Java、C++ 的编译。如有其他语言需要编译,扩展也很简单,因为这里使用了一个抽象类LanguageTest,处理好代码运行编译之前的文件保存,代码运行之中的测试用例读取,代码运行编译之后的数据保存。主要利用了面向对象的多态性。 在子类中,只需要设置一些参数 ...
分类:其他好文   时间:2017-06-05 21:05:27    阅读次数:493
Online Judge(OJ)搭建——3、MVC架构
Model Model 层主要包含数据的类,这些数据一般是现实中的实体,所以,Model 层中类的定义常常和数据库 DDL 中的 create 语句类似。 通常数据库的表和类是一对一的关系,但是有的时候由于需求变化或者方便起见,Model 层的类有时不和数据库中表相互对应。比如面向对象之组合属性,在 ...
分类:Web程序   时间:2017-06-05 19:58:48    阅读次数:227
zoj 3822 Domination 概率dp 2014牡丹江站D题
Domination Time Limit: 8 Seconds Memory Limit: 131072 KB Special Judge Edward is the headmaster of Marjar University. He is enthusiastic about chess a ...
分类:其他好文   时间:2017-06-04 18:30:38    阅读次数:268
Vitual Router in The Cloud
VyOS and ESXi,VyOS Configuration The next step is to configure both VyOS routers. Before we do, we should ensure that we have a good high-level unders ...
分类:其他好文   时间:2017-06-04 13:49:25    阅读次数:271
字符串(1)——Detect Capital
Given a word, you need to judge whether the usage of capitals in it is right or not. We define the usage of capitals in a word to be right when one of ...
分类:Windows程序   时间:2017-06-02 11:28:08    阅读次数:272
TOJ4101.Guess Game(TOJ means Tianjin University Online Judge)(dp的思想,但这道题目是假dp)
题意:你要从[1,n]这个n个数中猜出来规定的某个数,现在这个数未知,问你在最糟糕的情况下(但是你采用了最优的策略),你要猜多少次才能猜出这个数。现在有两种条件: 第一种:当你猜的数比指定的那个数小的时候,系统会提示你small; 第二种:当你猜的数比指定的那个数大的时候,系统会提示你wrong,但 ...
分类:其他好文   时间:2017-05-27 20:44:34    阅读次数:276
Feel Good
传送门 Time Limit: 3000MS Memory Limit: 65536K Total Submissions: 14435 Accepted: 3996 Case Time Limit: 1000MS Special Judge 传送门 Description Bill is deve ...
分类:其他好文   时间:2017-05-27 20:00:54    阅读次数:214
1412条   上一页 1 ... 44 45 46 47 48 ... 142 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!