加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
ms.tex 2.90 KB
一键复制 编辑 原始数据 按行查看 历史
赵宗义 提交于 2020-04-19 18:54 . Automatic uploading. No comments.
\documentclass[10pt, conference, letterpaper]{IEEEtran}
%\usepackage{showframe}
\usepackage{comment}
%\usepackage{showframe}
\setlength{\columnsep}{0.2 in}
%\usepackage[dvips]{epsfig}
%\usepackage{epstopdf}
%\usepackage[latin1]{inputenc}
%\usepackage[T1]{fontenc}
%\def\BibTeX{{\rm B\kern-.05em{\sc i\kern-.025em b}\kern-.08em
% T\kern-.1667em\lower.7ex\hbox{E}\kern-.125emX}}
%\newtheorem{theorem}{Theorem}
%\setcounter{page}{1}
%\usepackage{graphicx,epstopdf}
%\epstopdfsetup{update}
%\DeclareGraphicsExtensions{.ps}
%\epstopdfDeclareGraphicsRule{.ps}{pdf}{.pdf}{ps2pdf -dEPSCrop -dNOSAFER #1 \OutputFile}
%\usepackage[margin=1.0in]{geometry}
%\usepackage{flushend}
%\usepackage{balance}
%\usepackage[dvips]{graphicx, color}
%\usepackage[dvips]{epsfig}
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\def\BibTeX{{\rm B\kern-.05em{\sc i\kern-.025em b}\kern-.08em
T\kern-.1667em\lower.7ex\hbox{E}\kern-.125emX}}
\newtheorem{theorem}{Theorem}
%\setcounter{page}{1}
\usepackage{graphicx}
\usepackage{subfigure}
\usepackage{algorithm}
\usepackage{algorithmicx}
\usepackage{algpseudocode}
%\graphicspath{{./figures/}}
\usepackage{amsmath}
\usepackage{url}
\usepackage{array}
\usepackage{multirow}
%\usepackage[affil-it]{authblk}
\setlength{\columnsep}{0.2 in}
\begin{document}
\title{HashFlow for Better Flow Record Collection}
%\author{Paper ID:xxx}
\author{Zongyi Zhao\IEEEauthorrefmark{1}, Xingang Shi\IEEEauthorrefmark{1}\IEEEauthorrefmark{4}, Xia Yin\IEEEauthorrefmark{1}, Zhiliang Wang\IEEEauthorrefmark{1}, Qing Li\IEEEauthorrefmark{2}\IEEEauthorrefmark{3}\\ zhaozong16@mails.tsinghua.edu.cn shixg@cernet.edu.cn \\
yxia@tsinghua.edu.cn wzl@cernet.edu.cn liq8@sustc.edu.cn\\
\IEEEauthorrefmark{1}Tsinghua University, \IEEEauthorrefmark{2}Southern University of Science and Technology\\ \IEEEauthorrefmark{3}PCL Research Center of Networks and Communications, Peng Cheng Laboratory, Shenzhen\\ \IEEEauthorrefmark{4}Corresponding Author}
%\affil[3]{Xingang Shi is the corresponding author.}
%\author{\IEEEauthorblockN{Zongyi Zhao\IEEEauthorrefmark{1}, Qing Li\IEEEauthorrefmark{2}, Mingwei Xu\IEEEauthorrefmark{1}, Lei Wang\IEEEauthorrefmark{2}, Meng Chen\IEEEauthorrefmark{1}}\\
% \IEEEauthorblockA{\IEEEauthorrefmark{1}Department of Computer Science \& Technology, Tsinghua University\\
% \IEEEauthorrefmark{2}Graduate School at Shenzhen, Tsinghua University}
% \IEEEauthorblockA{zhaozy13@mails.tsinghua.edu.cn~li.qing@sz.tsinghua.edu.cn~xumw@tsinghua.edu.cn\\
% lwang13@mails.tsinghua.edu.cn~chenm11@mails.tsinghua.edu.cn}}
\maketitle
\input{tex/abstract}
\input{tex/introduction}
\input{tex/background_motivation}
\input{tex/algorithm}
\input{tex/implementation}
\input{tex/evaluation}
%\input{tex/related_work}
\input{tex/conclusion}
\input{tex/acknowledgement}
\bibliographystyle{IEEEtran}
%\bibliographystyle{havard}
\bibliography{ms}
\end{document}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化