# Captain **Repository Path**: li20020410/Captain ## Basic Information - **Project Name**: Captain - **Description**: 给OIers评测程序用的。 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: regex - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2019-02-28 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](http://www.repostatus.org/badges/latest/wip.svg)](http://www.repostatus.org/#WIP) 应用程序 Captain 解决方案概述 --- 这是一个Judge,给OIers评测程序用的,可以自动查找程序,测试数据,自动设置。 项目: --- JudgeDll项目: Judge类,评测程序、加载设置、查找数据等核心操作类,没有用户界面,应以此为基类写用户界面 CmdUI项目 命令行界面的Captain,依赖于JudgeDll GUI项目 图形用户界面的Captain GUIDlg类 主对话框,设置各种信息 DisplayWnd类 测试对话框,用于输出测试信息