Skip to content

Commit 83fb4d9

Browse files
committed
Update final report.
1 parent 906283f commit 83fb4d9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

doc/report.pdf

235 KB
Binary file not shown.

doc/report.tex

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
\documentclass[10pt]{article}
2-
\usepackage{minted, ctex}
2+
\usepackage{minted, ctex, url}
33
\usepackage{amsthm, amsmath, amssymb, amsfonts}
44
\usepackage{graphicx, float, xcolor, subcaption}
55
%\usepackage[margin=1in]{geometry}
@@ -46,6 +46,8 @@ \section{项目简介}
4646

4747
最后通过FLex/Bison解析用户输入的命令,传递给数据库管理系统进行执行。
4848

49+
另外,本项目于 \url{https://github.com/miskcoo/TrivialDB}开源。
50+
4951
\subsection{编译及运行}
5052
本项目需要依赖FLex/Bison,并且需要编译器支持C++11特性。使用CMake进行自动构建。
5153

0 commit comments

Comments
 (0)