您的位置:首页 > 运维架构

[原创] TopCoder Arena 插件使用指南

2008-09-03 21:41 423 查看
导读:

  经过观察牛人插件的使用统计,我配置成功了一组插件。

  For C++

  代码处理插件,所有的代码自动功能的框架,可以配置自定义处理方法的jar和编辑器组件的jar

  Plugin Name: CodeProcessor

  Description: Plugin that will allow you to write pre/post processing source code scripts for use with other editor plugins

  Author: Pops

  Date: 1/10/2003

  Documentation

  http://www.topcoder.com/contest/classes/CodeProcessor/How%20to%20use%20CodeProcessor%20v2.htm

  Release Notes

  http://www.topcoder.com/contest/classes/CodeProcessor/CodeProcessor%20v1.20%20release%20notes.htm

  Version: 1.2

  EntryPoint: codeprocessor.EntryPoint (case sensitive)

  ClassPath: CodeProcessor.jar

  CodeProcessor.jar Plugin

  http://www.topcoder.com/contest/classes/CodeProcessor/CodeProcessor.jar

  自动测试插件,基于codeprocess,根据题目自己读入例子,并生成例子测试程序

  Plugin Name: TZTester

  Description: TZTester is a CodeProcessor plug-in that automatically extracts the examples test cases given in the problem description and generates C++ code that runs the test cases.

  Author: TangentZ

  Date: 03/03/2003

  Documentation

  http://www.topcoder.com/contest/classes/TZTester/TZTester.html

  Version: 1.01

  Source code

  http://www.topcoder.com/contest/classes/TZTester/TZTester.java

  EntryPoint: codeprocessor.EntryPoint (case sensitive)

  ClassPath: CodeProcessor.jar; PopsEdit.jar; TZTester.jar

  TZTester.jar Plugin

  http://www.topcoder.com/contest/classes/TZTester/TZTester.jar

  编辑框组件,这个组件把Arena的编辑框内容映射到本机磁盘,可以用你喜欢的工具编辑,很方便,很独特,不用忍受Arena默认的那个记事本一样的ide

  Plugin Name: FileEdit

  Description: Plugin that will read/write the problem information to an external file. This allows you to use your favorite editor/IDE to code the solutions to the problems.

  Author: Pops

  Date: 1/10/2003

  Documentation

  http://www.topcoder.com/contest/classes/FileEdit/FileEdit.htm

  Release Notes

  http://www.topcoder.com/contest/classes/FileEdit/FileEdit%20v2.70%20Release%20Notes.htm

  Version: 2.70

  Plugin Entry Point: fileedit.EntryPoint

  Plugin ClassPath: FileEdit.jar

  FileEdit.jar Plugin

  http://www.topcoder.com/contest/classes/FileEdit/FileEdit.jar

  简易Step by Step配置步骤

  1 下载这三个jar

  2 进入Arena的Options的Editor选项,Add一个插件

  3 名字随意,入口是codeprocess.EnterPoint,classpath中填写在本机这三个jar的绝对路径,之间用“;”分开

  4 设置codeprocess插件,editor入口fileedit.EntryPoint,处理入口tangentz.TZTester

  5 全部保存,关闭浏览器,再进入,ok了~~

  希望大家用好工具

  [Last Modified By donge, at 2006-05-05 21:22:04]

  Comments Feed:http://codeblocks.org/topcoder/feed.asp?q=comment&id=114

  Trackback URL:http://codeblocks.org/topcoder/trackback.asp?id=114

本文转自

http://codeblocks.net/topcoder/article.asp?id=114
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: