搜索资源列表
zjuonlinejudge(1)
- 浙大acm在线评判系统zju online judge上面的题目解答源码(1),对于想要提高自己编程能力的同学来说是极好的资料,网上一般不会把这些源代码贴出,本人此次奉献出,也是想为广大编程爱好者做点贡献。
acmPKUsourcecodes
- pku online judge的一些题目的代码,全部AC的,适合编程初学者以及爱好者
URAL
- tongji acm-online judge solution
中山大学Sicily Online Judge里面的1006题目的源代码
- 中山大学Sicily Online Judge里面的1006题目的源代码,大家可以参考学习一下-Sun Yat-sen Sicily Online Judge inside the 1006 title of source code, we can refer to learn about. . .
SARATOV.ZIP
- My solutions to Saratov Online Judge Problems(SGU), not all, but many of them...,My solutions to Saratov Online Judge Problems(SGU), not all, but many of them...
Zju2277228solution
- Zhejiang University Online Judge 第2277题至第2283题的代码和解题报告-Zhejiang University Online Judge Questions section 2277 to title code 2283 and problem-solving report
UVASolutions4
- UVA Online Judge solutions to the problems
Projects
- 杭州电子科技大学ACM Online Judge的2000 2002 2003 2004 2005 2006题-Hangzhou University of Electronic Science and Technology ACM Online Judge No.2000 2002 2003 2004 2005 2006
112-TreeSumming
- A solution in java (includes a .txt file of test cases) to the Tree Summing Problem under Volume I of the Problem Set Volumes of the UVA Online Judge. The problem is available at http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&ca
118-FlatworldMutant
- A solution (with a .txt file containing test cases) to the Mutant Flatworld Explorers problem in Volume I of the Problem Volumes of the UVA Online Judge. The problem is available at http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8
JudgeOnlineSetup
- A judge online tool using java developing environment.
sojs
- Online Judge System 在线评判系统是一个基于程序设计竞赛的评判系统平台。也可用作程序设计的练习系统,考试系统。 本系统实现对用户提交的源程序(C, C++)自动进行编译,连接,运行,测试,然后给出评判结果。-Online Judge System is a design for the program competition judge platform, it also be used as a programming exercise system and the
sojV1.0
- Online Judge System 在线评判系统是一个基于程序设计竞赛的评判系统平台。也可用作程序设计的练习系统,考试系统。 本系统实现对用户提交的源程序(C, C++)自动进行编译,连接,运行,测试,然后给出评判结果。 Online Judge 的实现,能很快地运用到现实的学习生活中去,有效的考核学生的真实水平,促使学生更好的学习计算机知识,强化学生的实践能力,给学生和老师带来立竿见影的效果;极大地提高了学生和老师双方面的效率,减轻了老师在教学管理上的负担。-Online J
MIPTCode
- 郭华阳大牛的MIPS程序解答,对于ACM竞赛的同学非常受用-This is a solution code set for problems on MIPS online judge system
xjoj
- online judge系统源代码,linux下运行,有界面-online judge
Online-Judge-System
- 在线评测,可以用来评测,c++,c,支持用户注册-Online Judge System
Beijing-Unversity-ACM-Online-judge
- 北大OJ ACM评判系统 适用于ACM局域网内部搭建评测平台-Beijing Unversity ACM Online judge
sicily-online-judge
- 包括 sicily online judge 1149等部分题目,线性表,最小生成树,中缀转后缀并计算后缀表达式等。 -including sicily online judge/list/BST/postfix and infix
C_ONLINE-JUDGE
- C语言的一些online judge的内容,适合初学者的资料-c language,is easy to look at and see ,for all people
OnlineJudge_1216
- 1216. heap Descr iption 使用最小化堆实现一个整型的优先队列,实现下列功能: insert x,将优先级值为x的元素入队 find x,找出优先级值大于x的最小的元素,输出其下标。如果有多个元素优先级值相同输出下标最小的那个。 DECREASE i v,将第i个节点的优先级值减少v。 Input Format 第一行含有一个正整数M(1<=M<=20000),代表总的操作数。 以下M行,每行一个操作。 Out