文件名称:ACM ICPC Latex 自动生成模版的模版
文件大小:142KB
文件格式:ZIP
更新时间:2018-05-31 10:43:48
ACM, ICPC, Latex, 模版
玩ACM-ICPC的学生,还在为生成、打印自己的模版代码库而烦恼?这个工具能够帮你!如果你有自己的模版代码,它就能把你的模版生成到一个tex文件里面,进而生成一份漂亮的Latex风格的pdf文件,进而用于打印。
【文件预览】:
使用方法.txt
ACM-ICPC-CodeTemplate-Latex
----head(816B)
----config(23B)
----Math()
--------primitive_root.cpp(534B)
--------config(2KB)
--------inverse.cpp(187B)
--------log_mod.cpp(756B)
--------exgcd.cpp(179B)
--------CRT.cpp(567B)
--------pow_mod.cpp(185B)
--------square_mod.cpp(679B)
--------decompose.cpp(1KB)
--------Miller-Rabin.cpp(487B)
--------euler_phi.cpp(563B)
--------Lucas.cpp(538B)
--------power_mod.cpp(694B)
--------Pollard-Rho.cpp(278B)
--------mul_mod.cpp(326B)
--------line_mod.cpp(388B)
----template.pdf(134KB)
----Others()
--------config(98B)
--------ExactCover.cpp(3KB)
--------matrix_pow.cpp(736B)
--------polynomial.cpp(2KB)
----main.cpp(2KB)
----Tree()
--------config(162B)
--------DivideAndConquerTree.cpp(3KB)
--------treap.cpp(2KB)
--------SegmentTree.cpp(6KB)
--------SplayTree.cpp(3KB)
--------LinkTree.cpp(3KB)
----Makefile(171B)
----tail(14B)
----README.md(428B)
----Graph()
--------config(85B)
--------km.cpp(1KB)
--------mixed_euler_circuit.cpp(753B)
--------dicnic.cpp(1KB)