Skip to content

Commit

Permalink
Update final report.
Browse files Browse the repository at this point in the history
  • Loading branch information
miskcoo committed Jan 5, 2019
1 parent 906283f commit 83fb4d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Binary file added doc/report.pdf
Binary file not shown.
4 changes: 3 additions & 1 deletion doc/report.tex
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
\documentclass[10pt]{article}
\usepackage{minted, ctex}
\usepackage{minted, ctex, url}
\usepackage{amsthm, amsmath, amssymb, amsfonts}
\usepackage{graphicx, float, xcolor, subcaption}
%\usepackage[margin=1in]{geometry}
Expand Down Expand Up @@ -46,6 +46,8 @@ \section{项目简介}

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

另外,本项目于 \url{https://github.com/miskcoo/TrivialDB}开源。

\subsection{编译及运行}
本项目需要依赖FLex/Bison,并且需要编译器支持C++11特性。使用CMake进行自动构建。

Expand Down

0 comments on commit 83fb4d9

Please sign in to comment.