All Projects → luosiwei-cmd → Caryon

luosiwei-cmd / Caryon

Licence: isc
🔖一款基于C++的OI/ACM比赛出题解题辅助工具⭐

Labels

Projects that are alternatives of or similar to Caryon

Ml Pyxis
Tool for reading and writing datasets of tensors in a Lightning Memory-Mapped Database (LMDB). Designed to manage machine learning datasets with fast reading speeds.
Stars: ✭ 93 (-14.68%)
Mutual labels:  data
Codesearchnet
Datasets, tools, and benchmarks for representation learning of code.
Stars: ✭ 1,378 (+1164.22%)
Mutual labels:  data
Vue Table Dynamic
🎉 A dynamic table with sorting, filtering, editing, pagination, multiple select, etc.
Stars: ✭ 106 (-2.75%)
Mutual labels:  data
Nycdb
Database of NYC Housing Data
Stars: ✭ 94 (-13.76%)
Mutual labels:  data
Aurelia Slickgrid
Aurelia-Slickgrid a wrapper of the lightning fast & customizable SlickGrid datagrid with a few Styling Themes
Stars: ✭ 100 (-8.26%)
Mutual labels:  data
Cubes
Light-weight Python OLAP framework for multi-dimensional data analysis
Stars: ✭ 1,393 (+1177.98%)
Mutual labels:  data
Pydap
A Python library implementing the Data Access Protocol (DAP, aka OPeNDAP or DODS).
Stars: ✭ 90 (-17.43%)
Mutual labels:  data
Topokanji
Topologically ordered lists of kanji for effective learning
Stars: ✭ 108 (-0.92%)
Mutual labels:  data
Iso 3166 Countries With Regional Codes
ISO 3166-1 country lists merged with their UN Geoscheme regional codes in ready-to-use JSON, XML, CSV data sets
Stars: ✭ 1,372 (+1158.72%)
Mutual labels:  data
Server Tech Tree
服务端软件技术树:服务端主流技术九大分类和全景图
Stars: ✭ 106 (-2.75%)
Mutual labels:  data
Glom
☄️ Python's nested data operator (and CLI), for all your declarative restructuring needs. Got data? Glom it! ☄️
Stars: ✭ 1,341 (+1130.28%)
Mutual labels:  data
Datastore
🐹 Bloat free and flexible interface for data store and database access.
Stars: ✭ 99 (-9.17%)
Mutual labels:  data
Data Versioning
Collecting thoughts about data versioning
Stars: ✭ 104 (-4.59%)
Mutual labels:  data
Rlp
Recursive Length Prefix Encoding in JavaScript
Stars: ✭ 93 (-14.68%)
Mutual labels:  data
Awesome Bigdata
A curated list of awesome big data frameworks, ressources and other awesomeness.
Stars: ✭ 10,478 (+9512.84%)
Mutual labels:  data
Binarykit
💾🔍🧮 BinaryKit helps you to break down binary data into bits and bytes, easily access specific parts and write data to binary.
Stars: ✭ 92 (-15.6%)
Mutual labels:  data
Pooch
A friend to fetch your data files.
Stars: ✭ 101 (-7.34%)
Mutual labels:  data
Babynames
An R package containing US baby names from the SSA
Stars: ✭ 108 (-0.92%)
Mutual labels:  data
Pyspark Cheatsheet
🐍 Quick reference guide to common patterns & functions in PySpark.
Stars: ✭ 108 (-0.92%)
Mutual labels:  data
Platform
Code Climate Engineering Data Platform
Stars: ✭ 104 (-4.59%)
Mutual labels:  data

CarYon

一款基于C++的OI/ACM 比赛出题解题辅助工具

img img img img img img

中文版文档:Wiki

下面仅为文档摘要,详细中文文档请查看 Wiki

CarYon 介绍

CarYon 是一款基于C++的OI/ACM 比赛出题解题辅助工具。

CarYon 可以被用来生成测试用例,并且迅速地通过标准程序生成输出文件;也可以被用来在赛场上进行迅速生成样例对拍程序。

CarYon 也可以作为一个现场生成样例的线下简易评测系统。内置三种比较器。支持 AC,WA,TLE,UKE,RE 等多种情况的判断。

您要是认为 CarYon 中的重中之重(详见 Wiki:test.cpp)的编写过于复杂,在生成样例要求简单的情况下,可以使用 CarYon 的配置文件生成功能。

快速开始

1. 安装 CarYon

访问 Wiki 了解如何下载 CarYon 后直接执行:

#include"caryon.h"

就可以啦。

2. 升级 CarYon

直接用新的版本替换掉老版本,自行克服兼容问题。

请优先克隆 master 分支,其他分支无法保持稳定。

功能特性

CarYon 可以被分为下面几个板块:

  • [x] 测试用例生成
  • [x] 评测程序(对拍)
  • [x] 数学库
  • [x] 解析几何库
  • [x] 配置文件生成
  • [ ] (不可能完成了)线下本地评测系统

Star 趋势

Star

协议

ISC 开源协议。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].