mcmthesis 文档类 v6.2.1 English Version latexstudio 黄晨成 2017/01/01 摘要这份模板是美国大学生数学建模竞赛 (MCM/ICM) 的论文模

Size: px
Start display at page:

Download "mcmthesis 文档类 v6.2.1 English Version latexstudio 黄晨成 2017/01/01 摘要这份模板是美国大学生数学建模竞赛 (MCM/ICM) 的论文模"

Transcription

1 mcmthesis 文档类 v6.2.1 English Version latexstudio 黄晨成 2017/01/01 摘要这份模板是美国大学生数学建模竞赛 (MCM/ICM) 的论文模板 模板遵循赛事官方的要求, 设置了页眉页脚 字体和摘要页等内容 本文档对模板的使用做出了说明 1 模板介绍 这份模板最早由王昭礼设计, 并在往年参赛者的建议下不断改进 2014 年年初, 黄晨成接手模板, 用 key-value 语法重构了文档选项, 并修复了一些 bug 2015 年年初, 黄晨成将模板使用 DocStrip 的语法重构, 并上传至 CTAN 详细的使用说明, 可以参考这里 如果你需要视频讲解说明可以参看这里的视频讲解 2.1 下载 2 手工安装说明 你可以到项目主页下载模板的最新版本 除去项目主页之外, 不再维护任 何镜像 CTAN GitHub 这份文档是 mcmthesis v6.2.1 的说明文档, 更新日期 2017/01/01 1

2 3 使用说明 2 此外, 文档类也已上传至 CTAN, 你可以在 TEX Live 等发行版的宏包管 理器中下载 2.2 安装我们以 SOURCE 代表你下载的源文件目录, 在终端下执行以下命令 cd SOURCE xetex mcmthesis.dtx xelatex mcmthesis.dtx xelatex mcmthesis.dtx xelatex mcmthesis -demo.tex xelatex mcmthesis -demo.tex 你可以将生成的 mcmthesis.cls 拷贝至 TEXMF/tex/latex/mcmthesis/ 目录, 将 mcmthesis.dtx 拷贝至 TEXMF/source/latex/mcmthesis/, 将 mcmthesis.pdf mcmthesis-demo.tex mcmthesis-demo.pdf figures/ 和 code/ 拷贝至 TEXMF/doc/latex/mcmthesis/, 然后在终端执行 texhash; 也可以将 mcmthesis.cls 放在当前目录直接使用 生成的 mcmthesis-demo.tex 是一个示例文件, 你可以参照这个文件来构建你的论文 ; 也可以直接修改这个文件 3 使用说明 3.1 依赖 mcmthesis 依赖于以下宏包, 这些宏包在常见的 TEX 发行版中都已包含, 在安装使用之前, 请确认你的 TEX 发行版中正确安装了这些宏包 xkeyval etoolbox fancyhdr fancybox ifthen lastpage listings appendix amsmath amssymb amsfonts amsbsy bm mathrsfs latexsym paralist longtable multirow hhline tabularx ctex xecjk CJK xcjk2uni tabu environ longtable hologo array flafter pifont calc

3 3 使用说明 3 colortbl booktabs geometry fontenc berasans hyperref ifpdf ifxetex graphicx epstopdf bmpsize xcolor longtable tabu hologo palatino 如果你尚未安装这些宏包, 可以启动你的 TEX 发行版的宏包管理器来安 装 ; 或者到 上搜索下载并安装 3.2 选项 mcmthesis 定义了一些选项, 用来控制模板的行为 你可以在载入文档类的时候指定这些选项的值, 例如 \documentclass[tcn = 12345, problem = B, titlepage = false]{mcmthesis} \mcmsetup 你也可以使用 \mcmsetup{ key-value 列表 } 来指定这些值, 例如 \documentclass{mcmthesis} \mcmsetup{tcn = 12345, problem = B, titlepage = false} 两种做法效果等同 当前,mcmthesis 有八个选项 : CTeX 兼容选项, 默认关闭 当使用 版本的 CTeX 套装时请打开 tcn 队伍控制号码, 接受一个字符串作为值 ; 输入的值将显示在摘要页上和每一页的页眉上 ; 默认为 0000 problem 选题, 接受一个字符串作为值 ; 输入的值将显示在摘要页上 ; 默认为 A sheet 布尔值 ; 为真时将输出摘要页, 否则不输出 ; 默认为 true titleinsheet 布尔值 ; 为真时将在摘要页输出标题, 否则不输出 ; 默认为 false keywordsinsheet 布尔值 ; 为真时将在摘要页输出关键字, 否则不输出 ; 默认为 false titlepage 布尔值 ; 为真时将输出标题页, 否则不输出 ; 默认为 true abstract 布尔值 ; 为真时将在标题页输出摘要和关键词, 否则不输出 ; 默认值为 true

4 3 使用说明 4 注意,titleinsheet 和 keywordsinsheet 的效果受 sheet 的影响 若 sheet = false, 则不论前二者的真假, 均不会在摘要页上输出标题和 / 或关键字 另一方面, 若 sheet = true, 则摘要部分总是会出现在摘要页 abstract 与 titlepage 选项的关系于前述类似 3.3 题号 \problem 除了使用 \mcmsetup 来指定题号, 你还可以使用 \problem{ 题号 } 命令 来选择题号 后一种方式是为了兼容而提供的, 不推荐使用 3.4 环境 abstract keywords mcmthesis 重新定义了 abstract 环境, 并且定义了 keywords 环境 需要注 意的是, 他们的行为和 L A TEX 标准的 \title 命令类似 在使用的时候, 只 是记录内容, 而并不输出内容 ; 内容的实际输出要等到 \maketitle 命令 3.5 摘要页头部设置 \headset MCM/ICM 的主办方经常变动摘要页头部的年份及赛事名称说明的格式, 可谓岁岁年年各不同 因此, 模板很难保证这部分的格式与当年的要求完全一 致, 故而给出一个易于修改的接口 例如 : \renewcommand{\headset}{{\ Large\the\year}\\MCM/ICM\\Summary Sheet} 将会输出 : 2017 MCM/ICM Summary Sheet 3.6 编译方式模板支持多种编译方式 : XƎL A TEX 这是推荐的方式 ; pdfl A TEX; L A TEX + DVIPDFMx

5 4 版本历史 中文支持由于 MCM/ICM 要求以英文写作, 所以模板没有内建的中文支持 如果你在文章中需要使用个别中文字符, 可以自行使用合适中文支持方式 例如, 使用 CTeX 宏集 : \usepackage[utf8, nocap]{ctex} 4 版本历史 5.1.0a 首次上传到 CTAN 5.1.0b 修复 CheckSum 和一些拼写错误 5.1.0c 新增 titleinsheet 等选项 5.1.0d 修改 problem 的定义方式, 定义 \mcmsetup{ key-val 列表 } 以修改选项, 调高了摘要页表格的位置, 修复摘要页和标题页页码的问题, 修复标题 摘要和关键字过长时分行 分页的问题 5.1.0e 重新定义摘要页顶部的表格, 以符合赛事主办方 COMAP 的最新版的摘要页 5.1.0f 取消 TCN 和选题的红色标记 6.0 微调输出格式, 新增选项 CTeX 以兼容 版本的 CTeX 套装 6.1 修复问题 6.2 可定制的 headset.

6 The mcmthesis class v6.2.1 中文版 latexstudio Liam Huang 2017/01/01 Abstract This template is designed for MCM/ICM. The template configured fonts, header and footer and summary sheet style, accroding to the requirements of COMAP. This document desicribes the template. 5 Introduction This template was designed by Zhaoli Wang first, and was improved by him following the suggestions from contest takers. In the beginning of the year 2014, Liam Huang redesigned it, by using key-value syntax, and fixed known bugs. Liam reimplemented it at the begining of the year 2015, by DocStrip, and uploaded it to CTAN. 6 Installation Guide 6.1 Download You could find the latest version of this template at the project homepage. We will not maintain any other mirror. CTAN GitHub This Document corresponds to mcmthesis v6.2.1, dated 2017/01/01. 6

7 7 USAGE 7 Moreover, this template had been uploaded to CTAN, so that it could be managed by the package manager of your distribution, such as TEX Live. 6.2 Installation We denote SOURCE as the folder, who contains the file you ve just downloaded. Execute these command in the terminal. cd SOURCE xetex mcmthesis.dtx xelatex mcmthesis.dtx xelatex mcmthesis.dtx xelatex mcmthesis -demo.tex xelatex mcmthesis -demo.tex To finish the installation, you could copy mcmthesis.cls to TEXMF/tex/latex/mcmthesis/, copy mcmthesis.dtx to TEXMF/source/latex/mcmthesis/, copy mcmthesis.pdf, mcmthesis-demo.tex, mcmthesis-demo.pdf, figures/ and code/ to TEXMF/doc/latex/mcmthesis/, and then run texhash in your terminal; you could also put mcmthesis.cls in the same folder of the master file. mcmthesis-demo.tex is a generated demo file, you could write the manuscript of you paper by mimicing this file; you may also modify this file to build your paper. 7 Usage 7.1 Dependence The mcmthesis class depends on the following pakcages. These packages has been installed in common TEX distribution. Before installation, please make sure that you have installed these packages correctly. xkeyval etoolbox fancyhdr fancybox ifthen lastpage listings appendix amsmath amssymb amsfonts amsbsy bm mathrsfs latexsym paralist longtable multirow hhline tabularx

8 7 USAGE 8 ctex xecjk CJK xcjk2uni tabu environ longtable hologo array flafter pifont calc colortbl booktabs geometry fontenc berasans hyperref ifpdf ifxetex graphicx epstopdf bmpsize xcolor longtable tabu hologo palatino If you haven t install these packages, you could execute the package manager of your distribution and install them; you could also download them from Options mcmthesis defined serval options to control the behaviour of the template. You could specify these options while loading the class. \documentclass[tcn = 12345, problem = B, titlepage = false]{mcmthesis} \mcmsetup You may also use the command \mcmsetup{ key-value list } to specify them. \documentclass{mcmthesis} \mcmsetup{tcn = 12345, problem = B, titlepage = false} The two methods share the same effect. mcmthesis has seven options. tcn The team control number, recieves a string as value; this value will be displayed on summary sheet and every page s header. The default value is problem The question, recieves a string as value; this value will be displayed on summary sheet. The default value is A. sheet Bool, true to print the summary sheet, default is true. titleinsheet Bool, true to print the title in the summary sheet, default is false.

9 7 USAGE 9 keywordsinsheet Bool, true to print keywords in the summary sheet, default is false. titlepage Bool, true to print the titlepage, default is true. abstract Bool, true to print the abstract on the titlepage, default is true. Note that the effect of titleinsheet and keywordsinsheet are under the control of the option sheet, that is, if sheet is set to false, title and/or keywords will not be printed on the summary sheet, whatever the value of these two options are. On the other hand, the abstract will always be printed on the summary sheet, if the sheet is set to true. The relationship between abstract and titlepage is similar to that just mentioned. 7.3 Question \problem Besides using \mcmsetup to choose question, you could also use \problem{ Question } to do this. However, the later one is here just because of backward compatibility, and is not recommended any longer. 7.4 Environment mcmthesis redefined the abstract environment, and defined a new envi- ronment named keywords. Note that these two environments behave like the standard \title they will not print any contents to the PDF file when they are used but just record them; the output task belongs to \maketitle. abstract keywords 7.5 The headset of the Summary Sheet \headset Due to the frequent change of the headset s style of the Summary Sheet from the host of MCM/ICM, it s difficult for me to keep in with. Hence, a easy-to-modified interfaced is designed. Let s see an succinct example: \renewcommand{\headset}{{\ Large\the\year}\\MCM/ICM\\Summary Sheet} while the output is: 2017 MCM/ICM

10 8 HISTORY 10 Summary Sheet 7.6 Compilation Workflow The template supports various kinds of compilation workflow: XƎL A TEX (recommend); pdfl A TEX; L A TEX + DVIPDFMx 8 History 5.1.0a First release to CTAN b Fix the bug of CheckSum and typos c Import options, such as titleinsheet d Change the way to define problem, create \mcmsetup{ key-val list } to modify the option, slightly lift the table on the summary sheet, fix the bug of page number and fix the bug of title, abstract and keywords e Redefine the table at the top of the summary sheet to match the latest summary sheet from COMAP, the maker of the contest f Cancle the red emphasizing of tcn and problem mark in the table at the topo of the summary sheet. 6.0 Change the output style slightly. 6.1 Bugfix. 6.2 Making headset of the Summary Sheet modifible.

11 9 THE IMPLEMENTATION Basic Information 9 The Implementation 1 class 2 \NeedsTeXFormat{LaTeX2e}[1999/12/01] 3 \ProvidesClass{mcmthesis} 4 [2017/01/01 v6.2.1 The Thesis Template Designed For MCM/ICM] 5 \typeout{the Thesis Template Designed For MCM/ICM} 6 \def\mcmversion{v6.2.1} 9.2 Options Loading xkeyval and etoolbox to handle key-value options. 7 \RequirePackage{xkeyval} 8 \RequirePackage{etoolbox} Declaring options. 9 \define@boolkey{mcm}[mcm@opt@]{ctex}[false]{} 10 \define@boolkey{mcm}[mcm@opt@]{titlepage}[true]{} 11 \define@boolkey{mcm}[mcm@opt@]{abstract}[true]{} 12 \define@boolkey{mcm}[mcm@opt@]{sheet}[true]{} 13 \define@boolkey{mcm}[mcm@opt@]{titleinsheet}[false]{} 14 \define@boolkey{mcm}[mcm@opt@]{keywordsinsheet}[false]{} 15 \define@cmdkeys{mcm}[mcm@opt@]{tcn,problem} 16 \define@key{mcm}{tcn}[0000]{\gdef\mcm@opt@tcn{#1}} 17 \define@key{mcm}{problem}[a]{\gdef\mcm@opt@problem{#1}} 18 \setkeys{mcm}{tcn=0000,problem=b} \define@key{mcmthesis.cls}{tcn}[0000]{\gdef\mcm@opt@tcn{#1}} 21 \define@key{mcmthesis.cls}{problem}[a]{\gdef\mcm@opt@problem{#1}} 22 \define@boolkey{mcmthesis.cls}[mcm@opt@]{titlepage}{} 23 \define@boolkey{mcmthesis.cls}[mcm@opt@]{abstract}{} 24 \define@boolkey{mcmthesis.cls}[mcm@opt@]{sheet}{} 25 \define@boolkey{mcmthesis.cls}[mcm@opt@]{titleinsheet}{} 26 \define@boolkey{mcmthesis.cls}[mcm@opt@]{keywordsinsheet}{} 27 \MCM@opt@sheettrue 28 \MCM@opt@titlepagetrue 29 \MCM@opt@titleinsheetfalse 30 \MCM@opt@keywordsinsheetfalse

12 9 THE IMPLEMENTATION \mcmsetup 32 \newcommand{\mcmsetup}[1]{\setkeys{mcm}{#1}} Processing options. 33 \ProcessOptionsX\relax Loading document class. 34 \LoadClass[a4paper, 11pt]{article} User interface. 35 \newcommand{\team}{team \#\ 9.3 Loading Packages 36 \RequirePackage{fancyhdr, fancybox} 37 \RequirePackage{ifthen} 38 \RequirePackage{lastpage} 39 \RequirePackage{listings} 40 \RequirePackage[toc, page, title, titletoc, header]{appendix} 41 \RequirePackage{paralist} 42 \RequirePackage{amsthm, amsfonts} 43 \RequirePackage{amsmath, bm} 44 \RequirePackage{amssymb, mathrsfs} 45 \RequirePackage{latexsym} 46 \RequirePackage{longtable, multirow, hhline, tabularx, array} 47 \RequirePackage{flafter} 48 \RequirePackage{pifont, calc} 49 \RequirePackage{colortbl, booktabs} 50 \RequirePackage{geometry} 51 \RequirePackage[T1]{fontenc} 52 \RequirePackage[scaled]{berasans} 53 \RequirePackage{hyperref} 54 \RequirePackage{ifpdf, ifxetex} \else 57 \RequirePackage{environ} 58 \fi Loading graphicx and its relations after checking drivers.

13 9 THE IMPLEMENTATION \ifpdf 60 \RequirePackage{graphicx} 61 \RequirePackage{epstopdf} 62 \else 63 \ifxetex 64 \RequirePackage{graphicx} 65 \else 66 \RequirePackage[dvipdfmx]{graphicx} 67 \RequirePackage{bmpsize} 68 \fi 69 \fi 70 \RequirePackage{xcolor} 9.4 hyperref Settings 71 \ifpdf 72 \hypersetup{hidelinks} 73 \else 74 \ifxetex 75 \hypersetup{hidelinks} 76 \else 77 \hypersetup{dvipdfm, hidelinks} 78 \fi 79 \fi 9.5 Page Layout Setting paper size and margin sep. 80 \geometry{a4paper, margin = 1.2in} Making the footer and header. 81 \pagestyle{fancy} 82 \fancyhf{} 83 \lhead{\small\sffamily \team} 84 \rhead{\small\sffamily Page \thepage\ of \pageref{lastpage}} Setting \parskip. 85 \setlength\parskip{.5\baselineskip} 9.6 Redefining TOC

14 9 THE IMPLEMENTATION \renewcommand\tableofcontents{% 87 \centerline{\normalfont\large\bfseries\sffamily\contentsname \MakeUppercase\contentsname}{\MakeUppercase\contentsname}}% 90 \vskip 5ex% } 9.7 Mastering Floats, Figures and Tables Setting counters. Here totalnumber is the maximum number of floats on a text page, topnumber is the maximum number of floats at top of a text page and bottomnumber is the maximum number of floats at bottom of a text page. Obviously, we have totalnumber = topnumber + bottomnumber. 93 \setcounter{totalnumber}{4} 94 \setcounter{topnumber}{2} 95 \setcounter{bottomnumber}{2} Setting float fractions. 96 \renewcommand{\textfraction}{0.15} 97 \renewcommand{\topfraction}{0.85} 98 \renewcommand{\bottomfraction}{0.65} 99 \renewcommand{\floatpagefraction}{0.60} Setting caption names. 100 \renewcommand{\figurename}{figure} 101 \renewcommand{\tablename}{table} Setting graphic paths. 102 \graphicspath{{./}{./img/}{./fig/}{./image/}{./figure/}{./picture/} 103 {./imgs/}{./figs/}{./images/}{./figures/}{./pictures/}} 9.8 Designing Sheets and their Relations Redefining \maketitle, which will check if the control sheet and titlepage should be printed. 104 \def\maketitle{% 105 \let\saved@thepage\thepage 106 \let\thepage\relax 107 \ifmcm@opt@sheet

15 9 THE IMPLEMENTATION \makesheet 109 \fi 110 \newpage \fi 114 \newpage \setcounter{page}{1} 117 \pagestyle{fancy} 118 } Making the abstract environment. 119 \def\abstractname{summary} 120 \newbox\@abstract% 121 \setbox\@abstract\hbox{}% 122 \long\def\abstract{\bgroup\global\setbox\@abstract\vbox\bgroup\hsize\textwidth\leftskip1cm\rig 123 \def\endabstract{\egroup\egroup} 124 \def\make@abstract{% 125 \begin{center} 126 \textbf{\abstractname} 127 \end{center} 128 \usebox\@abstract\par 129 } Making the keywords environment. 130 \def\keywordsname{keywords} 131 \ifmcm@opt@ctex 132 \newbox\@keywords 133 \setbox\@keywords\hbox{} 134 \def\keywords{\global\setbox\@keywords\vbox\bgroup\noindent\leftskip0cm} 135 \def\endkeywords{\egroup}% 136 \def\make@keywords{% 137 \par\hskip.4cm\textbf{\keywordsname}: \usebox\@keywords\hfill\par 138 } 139 \else 140 \NewEnviron{keywords}{\xdef\@keywords{\expandonce\BODY}} 141 \def\make@keywords{% 142 \par\noindent\textbf{\keywordsname}: 143 \@keywords\par

16 9 THE IMPLEMENTATION } 145 \fi \headset 146 \newcommand{\headset}{{\large\the\year}\\mcm/icm\\summary Sheet} Defining the \makesheet. 147 \newcommand{\problem}[1]{\mcmsetup{problem = #1}} 148 \def\makesheet{% 149 \pagestyle{empty}% 150 \null% 151 \vspace*{-5pc}% 152 \begin{center} 153 \begingroup 154 \setlength{\parindent}{0pt} 155 \begin{minipage}{0.28\linewidth} 156 For office use only\\[4pt] 157 \makebox[0.15\linewidth][l]{t1}\rule[-2pt]{0.85\linewidth}{0.5pt}\\[4pt] 158 \makebox[0.15\linewidth][l]{t2}\rule[-2pt]{0.85\linewidth}{0.5pt}\\[4pt] 159 \makebox[0.15\linewidth][l]{t3}\rule[-2pt]{0.85\linewidth}{0.5pt}\\[4pt] 160 \makebox[0.15\linewidth][l]{t4}\rule[-2pt]{0.85\linewidth}{0.5pt} 161 \end{minipage}% 162 \begin{minipage}{0.44\linewidth} 163 \centering 164 Team Control Number\\[0.7pc] 165 {\Huge\textbf{\MCM@opt@tcn}}\\[1.8pc] 166 Problem Chosen\\[0.7pc] 167 {\Huge\textbf{\MCM@opt@problem}} 168 \end{minipage}% 169 \begin{minipage}{0.28\linewidth} 170 For office use only\\[4pt] 171 \makebox[0.15\linewidth][l]{f1}\rule[-2pt]{0.85\linewidth}{0.5pt}\\[4pt] 172 \makebox[0.15\linewidth][l]{f2}\rule[-2pt]{0.85\linewidth}{0.5pt}\\[4pt] 173 \makebox[0.15\linewidth][l]{f3}\rule[-2pt]{0.85\linewidth}{0.5pt}\\[4pt] 174 \makebox[0.15\linewidth][l]{f4}\rule[-2pt]{0.85\linewidth}{0.5pt} 175 \end{minipage}\par 176 \rule{\linewidth}{0.5pt}\par 177 \textbf{\headset}% 178 \par

17 9 THE IMPLEMENTATION \endgroup 180 \vskip 10pt% \normalfont \LARGE \par 183 \fi 184 \end{center} \else \fi} Defining the \begin{center}% 193 \let \footnote \thanks 194 {\LARGE \par}% 195 \vskip 1.5em% 196 {\large 197 \lineskip.5em% 198 \begin{tabular}[t]{c}% \end{tabular}\par}% 201 \vskip 1em% 202 {\large 203 \end{center}% 204 \par 205 \vskip 1.5em% \fi% 210 } 9.9 Mathematics Theorems. 211 \newtheorem{theorem}{theorem}[section]

18 9 THE IMPLEMENTATION \newtheorem{lemma}[theorem]{lemma} 213 \newtheorem{corollary}[theorem]{corollary} 214 \newtheorem{proposition}[theorem]{proposition} 215 \newtheorem{definition}[theorem]{definition} 216 \newtheorem{example}[theorem]{example} Other definitions. 217 \providecommand{\dif}{\mathop{}\!\mathrm{d}} 218 \providecommand{\me}{\mathrm{e}} 219 \providecommand{\mi}{\mathrm{i}} 9.10 Listing Settings 220 \definecolor{grey}{rgb}{0.8,0.8,0.8} 221 \definecolor{darkgreen}{rgb}{0,0.3,0} 222 \definecolor{darkblue}{rgb}{0,0,0.3} 223 \def\lstbasicfont{\fontfamily{pcr}\selectfont\footnotesize} 224 \lstset{% 225 % indexing 226 % numbers=left, 227 % numberstyle=\small,% 228 % character display 229 showstringspaces=false, 230 showspaces=false,% 231 tabsize=4,% 232 % style 233 frame=lines,% 234 basicstyle={\footnotesize\lstbasicfont},% 235 keywordstyle=\color{darkblue}\bfseries,% 236 identifierstyle=,% 237 commentstyle=\color{darkgreen},%\itshape,% 238 stringstyle=\color{black}% 239 } 240 \lstloadlanguages{c,c++,java,matlab,mathematica} 241 /class 242 class \endinput

mcmthesis 文档类 v6.2.2 English Version 王昭礼 黄晨成 2019/01/26 摘要这份模板是美国大学生数学建模竞赛 (MCM/ICM) 的论文模板 模板遵循赛事官方

mcmthesis 文档类 v6.2.2 English Version 王昭礼 黄晨成 2019/01/26 摘要这份模板是美国大学生数学建模竞赛 (MCM/ICM) 的论文模板 模板遵循赛事官方 mcmthesis 文档类 v6.2.2 English Version 王昭礼 343083553@qq.com 黄晨成 liamhuang0205+mcmthesis@gmail.com 2019/01/26 摘要这份模板是美国大学生数学建模竞赛 (MCM/ICM) 的论文模板 模板遵循赛事官方的要求, 设置了页眉页脚 字体和摘要页等内容 本文档对模板的使用做出了说明 1 模板介绍 这份模板最早由王昭礼设计,

More information

1.ai

1.ai HDMI camera ARTRAY CO,. LTD Introduction Thank you for purchasing the ARTCAM HDMI camera series. This manual shows the direction how to use the viewer software. Please refer other instructions or contact

More information

Important Notice SUNPLUS TECHNOLOGY CO. reserves the right to change this documentation without prior notice. Information provided by SUNPLUS TECHNOLO

Important Notice SUNPLUS TECHNOLOGY CO. reserves the right to change this documentation without prior notice. Information provided by SUNPLUS TECHNOLO Car DVD New GUI IR Flow User Manual V0.1 Jan 25, 2008 19, Innovation First Road Science Park Hsin-Chu Taiwan 300 R.O.C. Tel: 886-3-578-6005 Fax: 886-3-578-4418 Web: www.sunplus.com Important Notice SUNPLUS

More information

Microsoft PowerPoint - ch6 [相容模式]

Microsoft PowerPoint - ch6 [相容模式] UiBinder wzyang@asia.edu.tw UiBinder Java GWT UiBinder XML UI i18n (widget) 1 2 UiBinder HelloWidget.ui.xml: UI HelloWidgetBinder HelloWidget.java XML UI Owner class ( Composite ) UI XML UiBinder: Owner

More information

Microsoft Word - 第四組心得.doc

Microsoft Word - 第四組心得.doc 徐 婉 真 這 四 天 的 綠 島 人 權 體 驗 營 令 我 印 象 深 刻, 尤 其 第 三 天 晚 上 吳 豪 人 教 授 的 那 堂 課, 他 讓 我 聽 到 不 同 於 以 往 的 正 義 之 聲 轉 型 正 義, 透 過 他 幽 默 熱 情 的 語 調 激 起 了 我 對 政 治 的 興 趣, 願 意 在 未 來 多 關 心 社 會 多 了 解 政 治 第 一 天 抵 達 綠 島 不 久,

More information

ctex ctex.org v0.95 2009/10/20 ctex L A TEX CCT CJK xecjk L A TEX ctex L A TEX ctex CCT CJK xecjk ctexart.cls ctexrep.cls ctexbook.cls ctex.sty ctexcap.sty ctex ctex.org 1 2 2 3 2.1 CJK xecjk................................

More information

0000 00 10701 0000000000 XX000.00 0000 00 Dissertation Title in English A dissertation submitted to XIDIAN UNIVERSITY in partial fulfillment of the requirements for the degree of Doctor By Firstname

More information

Preface This guide is intended to standardize the use of the WeChat brand and ensure the brand's integrity and consistency. The guide applies to all d

Preface This guide is intended to standardize the use of the WeChat brand and ensure the brand's integrity and consistency. The guide applies to all d WeChat Search Visual Identity Guidelines WEDESIGN 2018. 04 Preface This guide is intended to standardize the use of the WeChat brand and ensure the brand's integrity and consistency. The guide applies

More information

Windows RTEMS 1 Danilliu MMI TCP/IP QEMU i386 QEMU ARM POWERPC i386 IPC PC104 uc/os-ii uc/os MMI TCP/IP i386 PORT Linux ecos Linux ecos ecos eco

Windows RTEMS 1 Danilliu MMI TCP/IP QEMU i386 QEMU ARM POWERPC i386 IPC PC104 uc/os-ii uc/os MMI TCP/IP i386 PORT Linux ecos Linux ecos ecos eco Windows RTEMS 1 Danilliu MMI TCP/IP 80486 QEMU i386 QEMU ARM POWERPC i386 IPC PC104 uc/os-ii uc/os MMI TCP/IP i386 PORT Linux ecos Linux ecos ecos ecos Email www.rtems.com RTEMS ecos RTEMS RTEMS Windows

More information

Windows XP

Windows XP Windows XP What is Windows XP Windows is an Operating System An Operating System is the program that controls the hardware of your computer, and gives you an interface that allows you and other programs

More information

Some experiences in working with Madagascar: installa7on & development Tengfei Wang, Peng Zou Tongji university

Some experiences in working with Madagascar: installa7on & development Tengfei Wang, Peng Zou Tongji university Some experiences in working with Madagascar: installa7on & development Tengfei Wang, Peng Zou Tongji university Map data @ Google Reproducible research in Madagascar How to conduct a successful installation

More information

Microsoft Word - template.doc

Microsoft Word - template.doc HGC efax Service User Guide I. Getting Started Page 1 II. Fax Forward Page 2 4 III. Web Viewing Page 5 7 IV. General Management Page 8 12 V. Help Desk Page 13 VI. Logout Page 13 Page 0 I. Getting Started

More information

Microsoft Word doc

Microsoft Word doc 中 考 英 语 科 考 试 标 准 及 试 卷 结 构 技 术 指 标 构 想 1 王 后 雄 童 祥 林 ( 华 中 师 范 大 学 考 试 研 究 院, 武 汉,430079, 湖 北 ) 提 要 : 本 文 从 结 构 模 式 内 容 要 素 能 力 要 素 题 型 要 素 难 度 要 素 分 数 要 素 时 限 要 素 等 方 面 细 致 分 析 了 中 考 英 语 科 试 卷 结 构 的

More information

4. 每 组 学 生 将 写 有 习 语 和 含 义 的 两 组 卡 片 分 别 洗 牌, 将 顺 序 打 乱, 然 后 将 两 组 卡 片 反 面 朝 上 置 于 课 桌 上 5. 学 生 依 次 从 两 组 卡 片 中 各 抽 取 一 张, 展 示 给 小 组 成 员, 并 大 声 朗 读 卡

4. 每 组 学 生 将 写 有 习 语 和 含 义 的 两 组 卡 片 分 别 洗 牌, 将 顺 序 打 乱, 然 后 将 两 组 卡 片 反 面 朝 上 置 于 课 桌 上 5. 学 生 依 次 从 两 组 卡 片 中 各 抽 取 一 张, 展 示 给 小 组 成 员, 并 大 声 朗 读 卡 Tips of the Week 课 堂 上 的 英 语 习 语 教 学 ( 二 ) 2015-04-19 吴 倩 MarriottCHEI 大 家 好! 欢 迎 来 到 Tips of the Week! 这 周 我 想 和 老 师 们 分 享 另 外 两 个 课 堂 上 可 以 开 展 的 英 语 习 语 教 学 活 动 其 中 一 个 活 动 是 一 个 充 满 趣 味 的 游 戏, 另 外

More information

厦门大学硕博学位论文模板

厦门大学硕博学位论文模板 10384 T192 31520101153180 UDC 168 Template for Master Thesis and Doctoral Dissertation of Xiamen University : : : : : 2009 9 2009 9 2009 9 : : 2009 9 1. 2. 1 2 3 I Abstract Here is your English Abstract.

More information

Lorem ipsum dolor sit amet, consectetuer adipiscing elit

Lorem ipsum dolor sit amet, consectetuer adipiscing elit English for Study in Australia 留 学 澳 洲 英 语 讲 座 Lesson 3: Make yourself at home 第 三 课 : 宾 至 如 归 L1 Male: 各 位 朋 友 好, 欢 迎 您 收 听 留 学 澳 洲 英 语 讲 座 节 目, 我 是 澳 大 利 亚 澳 洲 广 播 电 台 的 节 目 主 持 人 陈 昊 L1 Female: 各 位

More information

Chn 116 Neh.d.01.nis

Chn 116 Neh.d.01.nis 31 尼 希 米 书 尼 希 米 的 祷 告 以 下 是 哈 迦 利 亚 的 儿 子 尼 希 米 所 1 说 的 话 亚 达 薛 西 王 朝 二 十 年 基 斯 流 月 *, 我 住 在 京 城 书 珊 城 里 2 我 的 兄 弟 哈 拿 尼 和 其 他 一 些 人 从 犹 大 来 到 书 珊 城 我 向 他 们 打 听 那 些 劫 后 幸 存 的 犹 太 人 家 族 和 耶 路 撒 冷 的 情 形

More information

LH_Series_Rev2014.pdf

LH_Series_Rev2014.pdf REMINDERS Product information in this catalog is as of October 2013. All of the contents specified herein are subject to change without notice due to technical improvements, etc. Therefore, please check

More information

入學考試網上報名指南

入學考試網上報名指南 入 學 考 試 網 上 報 名 指 南 On-line Application Guide for Admission Examination 16/01/2015 University of Macau Table of Contents Table of Contents... 1 A. 新 申 請 網 上 登 記 帳 戶 /Register for New Account... 2 B. 填

More information

川 外 250 人, 上 外 222 人, 广 外 209 人, 西 外 195 人, 北 外 168 人, 中 南 大 学 135 人, 西 南 大 学 120 人, 湖 南 大 学 115 人, 天 外 110 人, 大 连 外 国 语 学 院 110 人, 上 海 外 事 学 院 110 人,

川 外 250 人, 上 外 222 人, 广 外 209 人, 西 外 195 人, 北 外 168 人, 中 南 大 学 135 人, 西 南 大 学 120 人, 湖 南 大 学 115 人, 天 外 110 人, 大 连 外 国 语 学 院 110 人, 上 海 外 事 学 院 110 人, 关 于 考 研 准 备 的 几 点 建 议 主 讲 : 张 伯 香 如 何 选 择 学 校 和 专 业 一. 按 招 生 性 质, 全 国 高 校 大 致 可 分 为 以 下 几 类 : 1. 综 合 类 院 校 比 较 知 名 的 有 北 大 南 大 复 旦 武 大 中 大 南 开 厦 大 等 这 类 院 校 重 视 科 研 能 力, 考 试 有 一 定 的 难 度, 比 较 适 合 于 那 些

More information

WebSphere Studio Application Developer IBM Portal Toolkit... 2/21 1. WebSphere Portal Portal WebSphere Application Server stopserver.bat -configfile..

WebSphere Studio Application Developer IBM Portal Toolkit... 2/21 1. WebSphere Portal Portal WebSphere Application Server stopserver.bat -configfile.. WebSphere Studio Application Developer IBM Portal Toolkit... 1/21 WebSphere Studio Application Developer IBM Portal Toolkit Portlet Doug Phillips (dougep@us.ibm.com),, IBM Developer Technical Support Center

More information

中国科学技术大学学位论文模板示例文档

中国科学技术大学学位论文模板示例文档 University of Science and Technology of China A dissertation for doctor s degree An Example of USTC Thesis Template for Bachelor, Master and Doctor Author: Zeping Li Speciality: Mathematics and Applied

More information

2/80 2

2/80 2 2/80 2 3/80 3 DSP2400 is a high performance Digital Signal Processor (DSP) designed and developed by author s laboratory. It is designed for multimedia and wireless application. To develop application

More information

Guide to Install SATA Hard Disks

Guide to Install SATA Hard Disks SATA RAID 1. SATA. 2 1.1 SATA. 2 1.2 SATA 2 2. RAID (RAID 0 / RAID 1 / JBOD).. 4 2.1 RAID. 4 2.2 RAID 5 2.3 RAID 0 6 2.4 RAID 1.. 10 2.5 JBOD.. 16 3. Windows 2000 / Windows XP 20 1. SATA 1.1 SATA Serial

More information

Knowledge and its Place in Nature by Hilary Kornblith

Knowledge and its Place in Nature by Hilary Kornblith Deduction by Daniel Bonevac Chapter 7 Quantified Natural Deduction Quantified Natural Deduction As with truth trees, natural deduction in Q depends on the addition of some new rules to handle the quantifiers.

More information

Microsoft Word - Final Exam Review Packet.docx

Microsoft Word - Final Exam Review Packet.docx Do you know these words?... 3.1 3.5 Can you do the following?... Ask for and say the date. Use the adverbial of time correctly. Use Use to ask a tag question. Form a yes/no question with the verb / not

More information

epub83-1

epub83-1 C++Builder 1 C + + B u i l d e r C + + B u i l d e r C + + B u i l d e r C + + B u i l d e r 1.1 1.1.1 1-1 1. 1-1 1 2. 1-1 2 A c c e s s P a r a d o x Visual FoxPro 3. / C / S 2 C + + B u i l d e r / C

More information

AL-MX200 Series

AL-MX200 Series PostScript Level3 Compatible NPD4760-00 TC Seiko Epson Corporation Seiko Epson Corporation ( ) Seiko Epson Corporation Seiko Epson Corporation Epson Seiko Epson Corporation Apple Bonjour ColorSync Macintosh

More information

Microsoft Word - HSK使用手册.doc

Microsoft Word - HSK使用手册.doc HSK / New HSK Online Mock Test/Practices Student User Manual Table of contents New User... 2 1.1 Register... 2 1.2 Login... 3 1.3 Homepage... 4 Free Test... 4 2.1 Start... 5 2.2 Results... 6 Mock Test...

More information

02

02 Thinking in C++: Volume One: Introduction to Standard C++, Second Edition & Volume Two: Practical Programming C++ C C++ C++ 3 3 C C class C++ C++ C++ C++ string vector 2.1 interpreter compiler 2.1.1 BASIC

More information

Microsoft Word - TIP006SCH Uni-edit Writing Tip - Presentperfecttenseandpasttenseinyourintroduction readytopublish

Microsoft Word - TIP006SCH Uni-edit Writing Tip - Presentperfecttenseandpasttenseinyourintroduction readytopublish 我 难 度 : 高 级 对 们 现 不 在 知 仍 道 有 听 影 过 响 多 少 那 次 么 : 研 英 究 过 文 论 去 写 文 时 作 的 表 技 引 示 巧 言 事 : 部 情 引 分 发 言 该 生 使 在 中 用 过 去, 而 现 在 完 成 时 仅 表 示 事 情 发 生 在 过 去, 并 的 哪 现 种 在 时 完 态 成 呢 时? 和 难 过 道 去 不 时 相 关? 是 所 有

More information

<4D6963726F736F667420576F7264202D205F4230365FB942A5CEA668B443C5E9BB73A740B5D8A4E5B8C9A552B1D0A7F75FA6BFB1A4ACFC2E646F63>

<4D6963726F736F667420576F7264202D205F4230365FB942A5CEA668B443C5E9BB73A740B5D8A4E5B8C9A552B1D0A7F75FA6BFB1A4ACFC2E646F63> 運 用 多 媒 體 製 作 華 文 補 充 教 材 江 惜 美 銘 傳 大 學 應 用 中 文 系 chm248@gmail.com 摘 要 : 本 文 旨 在 探 究 如 何 運 用 多 媒 體, 結 合 文 字 聲 音 圖 畫, 製 作 華 文 補 充 教 材 當 我 們 在 進 行 華 文 教 學 時, 往 往 必 須 透 過 教 案 設 計, 並 製 作 補 充 教 材, 方 能 使 教 學

More information

地質調査研究報告/Bulletin of the Geological Survey of Japan

地質調査研究報告/Bulletin of the Geological Survey of Japan Shigeru Suto, Takayuki Inomata, Hisashi Sasaki and Sakae Mukoyama (2007) Data base of the volcanic ash fall distribution map of Japan. Bull. Geol. Surv. Japan, vol. 58(9/10), p.261-321, 8 figs, 2 tables,

More information

附件1:

附件1: 附 件 1: 全 国 优 秀 教 育 硕 士 专 业 学 位 论 文 推 荐 表 单 位 名 称 : 西 南 大 学 论 文 题 目 填 表 日 期 :2014 年 4 月 30 日 数 学 小 组 合 作 学 习 的 课 堂 管 理 攻 硕 期 间 及 获 得 硕 士 学 位 后 一 年 内 获 得 与 硕 士 学 位 论 文 有 关 的 成 果 作 者 姓 名 论 文 答 辩 日 期 学 科 专

More information

Microsoft Word - 11月電子報1130.doc

Microsoft Word - 11月電子報1130.doc 發 行 人 : 楊 進 成 出 刊 日 期 2008 年 12 月 1 日, 第 38 期 第 1 頁 / 共 16 頁 封 面 圖 話 來 來 來, 來 葳 格 ; 玩 玩 玩, 玩 數 學 在 11 月 17 到 21 日 這 5 天 裡 每 天 一 個 題 目, 孩 子 們 依 據 不 同 年 段, 尋 找 屬 於 自 己 的 解 答, 這 些 數 學 題 目 和 校 園 情 境 緊 緊 結

More information

2009 Japanese First Language Written examination

2009 Japanese First Language Written examination Victorian Certificate of Education 2009 SUPERVISOR TO ATTACH PROCESSING LABEL HERE STUDENT NUMBER Letter Figures Words JAPANESE FIRST LANGUAGE Written examination Monday 16 November 2009 Reading time:

More information

TLLFDEC2013.indd

TLLFDEC2013.indd GOOD PEOPLE MANAGEMENT AWARD 2 學教卓越 行政長官卓越教學獎 2010 / 2011 本校重視學生全人發展 致力提供具專業的教學環 6. 通識科的閱讀課藉報章及時事影片與同學進行課堂討 境 營造純樸良好的校風 建立優良的班級文化 積極提 論 提升學生的批判思考及高階思維能力 並藉不同形 升教學效能 善用資源為學生提供分組教學及各種增潤課 程 並成功為學生創造多元化的成功學習經驗

More information

2010 Japanese First Language Written examination

2010 Japanese First Language Written examination Victorian Certificate of Education 2010 SUPERVISOR TO ATTACH PROCESSING LABEL HERE STUDENT NUMBER Letter Figures Words JAPANESE FIRST LANGUAGE Written examination Monday 15 November 2010 Reading time:

More information

新北考區105年國中教育會考簡章

新北考區105年國中教育會考簡章 新 北 考 區 105 年 國 中 教 育 會 考 簡 章 簡 章 核 定 文 號 : 新 北 市 政 府 教 育 局 104 年 12 月 22 日 新 北 教 中 字 第 1042404516 號 函 中 華 民 國 105 年 1 月 15 日 新 北 考 區 105 年 國 中 教 育 會 考 試 務 會 編 印 主 辦 學 校 : 新 北 市 立 新 莊 高 級 中 學 地 址 :24217

More information

2009 Korean First Language Written examination

2009 Korean First Language Written examination Victorian Certificate of Education 2009 SUPERVISOR TO ATTACH PROCESSING LABEL HERE STUDENT NUMBER Letter Figures Words KOREAN FIRST LANGUAGE Written examination Tuesday 20 October 2009 Reading time: 2.00

More information

- June 意 味 上 梁 不 正 下 梁 歪 地 动 辄 失 去 理 性 而 对 部 下 狂 吠 给 我 滚, 毛 也 曾 因 被 吵 醒 而 对 哨 兵 猛 吼 老 子 揍 你! 并 罚 站 254) 和 大 红 灯 笼 高 高 挂 成 叠 影 的 一 是 太 太 被 老 爷 惯 坏 而 任

- June 意 味 上 梁 不 正 下 梁 歪 地 动 辄 失 去 理 性 而 对 部 下 狂 吠 给 我 滚, 毛 也 曾 因 被 吵 醒 而 对 哨 兵 猛 吼 老 子 揍 你! 并 罚 站 254) 和 大 红 灯 笼 高 高 挂 成 叠 影 的 一 是 太 太 被 老 爷 惯 坏 而 任 从 称 谓 魔 杖 管 窥 中 国 政 要 心 迹 及 中 国 社 会 规 则 ( 中 ) 晚 年 周 恩 来 毛 泽 东 私 人 医 生 回 忆 录 毛 家 湾 纪 实 国 家 的 囚 徒 大 红 灯 笼 高 高 挂 等 禁 域 深 宫 话 语 联 析 夏 刚 君 子 豹 变 和 小 人 革 面 : 主 客 伸 缩 高 下 反 转 的 炎 凉 翻 覆 诸 态 据 传 毛 将 见 上 帝 前 向 毛

More information

Microsoft Word - 口試本封面.doc

Microsoft Word - 口試本封面.doc 國 立 屏 東 教 育 大 學 客 家 文 化 研 究 所 碩 士 論 文 指 導 教 授 : 劉 明 宗 博 士 台 灣 客 家 俗 諺 中 的 數 詞 研 究 研 究 生 : 謝 淑 援 中 華 民 國 九 十 九 年 六 月 本 論 文 獲 行 政 院 客 家 委 員 會 99 度 客 家 研 究 優 良 博 碩 論 文 獎 助 行 政 院 客 家 委 員 會 獎 助 客 家 研 究 優 良

More information

105 年 國 中 教 育 會 考 重 要 日 期 項 目 日 期 及 時 間 報 名 1. 集 體 報 名 :105 年 3 月 10 日 ( 星 期 四 ) 至 3 月 12 日 ( 星 期 六 ) 每 日 8:00~12:00 13:30~17:00 2. 個 別 報 名 : 於 上 網 填

105 年 國 中 教 育 會 考 重 要 日 期 項 目 日 期 及 時 間 報 名 1. 集 體 報 名 :105 年 3 月 10 日 ( 星 期 四 ) 至 3 月 12 日 ( 星 期 六 ) 每 日 8:00~12:00 13:30~17:00 2. 個 別 報 名 : 於 上 網 填 屏 東 考 區 105 年 國 中 教 育 會 考 簡 章 核 定 文 號 : 屏 東 縣 政 府 104 年 12 月 30 日 屏 府 教 學 字 第 10480599200 號 函 中 華 民 國 105 年 1 月 15 日 屏 東 考 區 105 年 國 中 教 育 會 考 試 務 會 編 印 主 辦 學 校 : 國 立 屏 北 高 級 中 學 地 址 : 屏 東 縣 鹽 埔 鄉 彭 厝

More information

國立桃園高中96學年度新生始業輔導新生手冊目錄

國立桃園高中96學年度新生始業輔導新生手冊目錄 澎 湖 考 區 105 年 國 中 教 育 會 考 簡 章 核 定 文 號 : 澎 湖 縣 政 府 104 年 12 月 15 日 府 教 學 字 第 1040072602 號 函 中 華 民 國 105 年 1 月 15 日 澎 湖 考 區 105 年 國 中 教 育 會 考 試 務 會 編 印 主 辦 學 校 : 國 立 馬 公 高 級 中 學 地 址 : 澎 湖 縣 馬 公 市 中 華 路 369

More information

〇〇考區105年國中教育會考簡章

〇〇考區105年國中教育會考簡章 高 雄 考 區 105 年 國 中 教 育 會 考 簡 章 核 定 文 號 : 高 雄 市 政 府 教 育 局 104 年 12 月 28 日 高 市 教 高 字 字 第 10438650500 號 函 中 華 民 國 105 年 1 月 15 日 高 雄 考 區 105 年 國 中 教 育 會 考 試 務 會 編 印 主 辦 學 校 : 國 立 岡 山 高 級 中 學 地 址 :82041 高 雄

More information

diagbox Package (v2.2): Making Table Heads with Diagonal Lines

diagbox Package (v2.2): Making Table Heads with Diagonal Lines diagbox Package (v2.2) Making Table Heads with Diagonal Lines Leo Liu leoliu.pku@gmail.com 2016/12/28 1 Introduction diagbox is a replacement of old slashbox package 1. I write this package simply because

More information

UDC The Policy Risk and Prevention in Chinese Securities Market

UDC The Policy Risk and Prevention in Chinese Securities Market 10384 200106013 UDC The Policy Risk and Prevention in Chinese Securities Market 2004 5 2004 2004 2004 5 : Abstract Many scholars have discussed the question about the influence of the policy on Chinese

More information

BC04 Module_antenna__ doc

BC04 Module_antenna__ doc http://www.infobluetooth.com TEL:+86-23-68798999 Fax: +86-23-68889515 Page 1 of 10 http://www.infobluetooth.com TEL:+86-23-68798999 Fax: +86-23-68889515 Page 2 of 10 http://www.infobluetooth.com TEL:+86-23-68798999

More information

K301Q-D VRT中英文说明书141009

K301Q-D VRT中英文说明书141009 THE INSTALLING INSTRUCTION FOR CONCEALED TANK Important instuction:.. Please confirm the structure and shape before installing the toilet bowl. Meanwhile measure the exact size H between outfall and infall

More information

Microsoft Word - 武術合併

Microsoft Word - 武術合併 11/13 醫 學 系 一 年 級 張 雲 筑 武 術 課 開 始, 老 師 並 不 急 著 帶 我 們 舞 弄 起 來, 而 是 解 說 著 支 配 氣 的 流 動 為 何 構 成 中 國 武 術 的 追 求 目 標 武 術, 名 之 為 武 恐 怕 與 其 原 本 的 精 義 有 所 偏 差 其 實 武 術 是 為 了 讓 學 習 者 能 夠 掌 握 身 體, 保 養 身 體 而 發 展, 並

More information

Microsoft Word - ChineseSATII .doc

Microsoft Word - ChineseSATII .doc 中 文 SAT II 冯 瑶 一 什 么 是 SAT II 中 文 (SAT Subject Test in Chinese with Listening)? SAT Subject Test 是 美 国 大 学 理 事 会 (College Board) 为 美 国 高 中 生 举 办 的 全 国 性 专 科 标 准 测 试 考 生 的 成 绩 是 美 国 大 学 录 取 新 生 的 重 要 依

More information

ENGG1410-F Tutorial 6

ENGG1410-F Tutorial 6 Jianwen Zhao Department of Computer Science and Engineering The Chinese University of Hong Kong 1/16 Problem 1. Matrix Diagonalization Diagonalize the following matrix: A = [ ] 1 2 4 3 2/16 Solution The

More information

Olav Lundström MicroSCADA Pro Marketing & Sales 2005 ABB - 1-1MRS755673

Olav Lundström MicroSCADA Pro Marketing & Sales 2005 ABB - 1-1MRS755673 Olav Lundström MicroSCADA Pro Marketing & Sales 2005 ABB - 1 - Contents MicroSCADA Pro Portal Marketing and sales Ordering MicroSCADA Pro Partners Club 2005 ABB - 2 - MicroSCADA Pro - Portal Imagine that

More information

Cadence SPB 15.2 VOICE Cadence SPB 15.2 PC Cadence 3 (1) CD1 1of 2 (2) CD2 2of 2 (3) CD3 Concept HDL 1of 1

Cadence SPB 15.2 VOICE Cadence SPB 15.2 PC Cadence 3 (1) CD1 1of 2 (2) CD2 2of 2 (3) CD3 Concept HDL 1of 1 Cadence SPB 15.2 VOICE 2005-05-07 Cadence SPB 15.2 PC Cadence 3 (1) CD1 1of 2 (2) CD2 2of 2 (3) CD3 Concept HDL 1of 1 1 1.1 Cadence SPB 15.2 2 Microsoft 1.1.1 Windows 2000 1.1.2 Windows XP Pro Windows

More information

[ 13 年 12 月 06 日, 下 午 6 点 24 分 ] Intel Hosts 新 加 入 的 同 学 们, 快 去 听 听 在 线 宣 讲 会 哦, 同 时 完 成 页 面 下 方 有 奖 调 查, 就 有 资 格 参 与 大 奖 抽 取 啦! [ 13 年 12 月 06 日, 下 午

[ 13 年 12 月 06 日, 下 午 6 点 24 分 ] Intel Hosts 新 加 入 的 同 学 们, 快 去 听 听 在 线 宣 讲 会 哦, 同 时 完 成 页 面 下 方 有 奖 调 查, 就 有 资 格 参 与 大 奖 抽 取 啦! [ 13 年 12 月 06 日, 下 午 China Career Fair: To Know a Different Intel Time Participants Chat Transcript [ 13 年 12 月 06 日, 下 午 6 点 00 分 ] Participant Hi [ 13 年 12 月 06 日, 下 午 6 点 00 分 ] Intel Hosts 大 家 好! [ 13 年 12 月 06 日, 下 午

More information

59-81

59-81 BIBLID 0254-4466(2001)19:2 pp. 59-81 19 2 90 12 * 59 60 19 2 1498-1583 6 1572 12 27 1525-1582 1572-1620 1368-1398 1426-1435 1450-1456 1610-1695 15 1538-1588 1535-1608 61 1 1503-1583 1516-1591 1472-1528

More information

國 立 政 治 大 學 教 育 學 系 2016 新 生 入 學 手 冊 目 錄 表 11 國 立 政 治 大 學 教 育 學 系 博 士 班 資 格 考 試 抵 免 申 請 表... 46 論 文 題 目 申 報 暨 指 導 教 授... 47 表 12 國 立 政 治 大 學 碩 博 士 班 論

國 立 政 治 大 學 教 育 學 系 2016 新 生 入 學 手 冊 目 錄 表 11 國 立 政 治 大 學 教 育 學 系 博 士 班 資 格 考 試 抵 免 申 請 表... 46 論 文 題 目 申 報 暨 指 導 教 授... 47 表 12 國 立 政 治 大 學 碩 博 士 班 論 國 立 政 治 大 學 教 育 學 系 2016 新 生 入 學 手 冊 目 錄 一 教 育 學 系 簡 介... 1 ( 一 ) 成 立 時 間... 1 ( 二 ) 教 育 目 標 與 發 展 方 向... 1 ( 三 ) 授 課 師 資... 2 ( 四 ) 行 政 人 員... 3 ( 五 ) 核 心 能 力 與 課 程 規 劃... 3 ( 六 ) 空 間 環 境... 12 ( 七 )

More information

软件测试(TA07)第一学期考试

软件测试(TA07)第一学期考试 一 判 断 题 ( 每 题 1 分, 正 确 的, 错 误 的,20 道 ) 1. 软 件 测 试 按 照 测 试 过 程 分 类 为 黑 盒 白 盒 测 试 ( ) 2. 在 设 计 测 试 用 例 时, 应 包 括 合 理 的 输 入 条 件 和 不 合 理 的 输 入 条 件 ( ) 3. 集 成 测 试 计 划 在 需 求 分 析 阶 段 末 提 交 ( ) 4. 单 元 测 试 属 于 动

More information

( Version 0.4 ) 1

( Version 0.4 ) 1 ( Version 0.4 ) 1 3 3.... 3 3 5.... 9 10 12 Entities-Relationship Model. 13 14 15.. 17 2 ( ) version 0.3 Int TextVarchar byte byte byte 3 Id Int 20 Name Surname Varchar 20 Forename Varchar 20 Alternate

More information

2-7.FIT)

2-7.FIT) 文 化 园 地 8 2009 年 8 月 18 日 星 期 二 E-mail:liuliyuan@qunlitimes.com 群 立 文 化 感 受 今 天 你 开 心 了 吗? 周 传 喜 群 雄 争 立 竞 争 意 识 ; 傲 立 群 雄 奋 斗 目 标, 这 几 句 话 一 直 是 群 立 的 文 化 和 方 针, 也 同 样 是 我 很 喜 欢 的 座 右 铭 我 想 这 几 句 话 生

More information

2009.05

2009.05 2009 05 2009.05 2009.05 璆 2009.05 1 亿 平 方 米 6 万 套 10 名 20 亿 元 5 个 月 30 万 亿 60 万 平 方 米 Data 围 观 CCDI 公 司 内 刊 企 业 版 P08 围 观 CCDI 管 理 学 上 有 句 名 言 : 做 正 确 的 事, 比 正 确 地 做 事 更 重 要 方 向 的 对 错 于 大 局 的 意 义 而 言,

More information

VASP应用运行优化

VASP应用运行优化 1 VASP wszhang@ustc.edu.cn April 8, 2018 Contents 1 2 2 2 3 2 4 2 4.1........................................................ 2 4.2..................................................... 3 5 4 5.1..........................................................

More information

一年級上學期(2001/2002)測驗時間表及範圍 22/10/2001

一年級上學期(2001/2002)測驗時間表及範圍        22/10/2001 Primary 1 (2013/2014) 1 st Exam table & Scopes 11 Nov 2013 E. Oral C. Oral E. Usage My Pals are Here! Book 2A P.2-19,22-49 My Pals are Here! WB 2A P.1-8,10-14,16-21,23-31,33-37,40 My Pals are Here! Grammar

More information

K7VT2_QIG_v3

K7VT2_QIG_v3 ............ 1 2 3 4 5 [R] : Enter Raid setup utility 6 Press[A]keytocreateRAID RAID Type: JBOD RAID 0 RAID 1: 2 7 RAID 0 Auto Create Manual Create: 2 RAID 0 Block Size: 16K 32K

More information

東吳大學

東吳大學 律 律 論 論 療 行 The Study on Medical Practice and Coercion 林 年 律 律 論 論 療 行 The Study on Medical Practice and Coercion 林 年 i 讀 臨 療 留 館 讀 臨 律 六 礪 讀 不 冷 療 臨 年 裡 歷 練 禮 更 老 林 了 更 臨 不 吝 麗 老 劉 老 論 諸 見 了 年 金 歷 了 年

More information

國立中山大學學位論文典藏.PDF

國立中山大學學位論文典藏.PDF TPM TPM TPM TPM TPM TPM TPM TPM TPM : (TPM)MP (Synergy) ii Abstract There are over 60 companies, which have had the experience in TPM implementation, but only 12 companies have got TPM Award until 2000.

More information

提 纲 1. 概 论 2. 科 学 论 文 各 部 分 的 写 作 3. 科 学 论 文 写 作 经 验 点 滴

提 纲 1. 概 论 2. 科 学 论 文 各 部 分 的 写 作 3. 科 学 论 文 写 作 经 验 点 滴 浅 谈 英 语 科 技 论 文 写 作 王 璐 物 理 与 光 电 工 程 学 院 大 连 理 工 大 学 提 纲 1. 概 论 2. 科 学 论 文 各 部 分 的 写 作 3. 科 学 论 文 写 作 经 验 点 滴 提 高 英 文 读 写 能 力 的 重 要 性 英 语 是 全 球 性 的 国 际 交 流 媒 介 ; 英 语 是 国 际 科 学 文 化 交 流 的 语 言, 科 技 论 文 有

More information

Logitech Wireless Combo MK45 English

Logitech Wireless Combo MK45 English Logitech Wireless Combo MK45 Setup Guide Logitech Wireless Combo MK45 English................................................................................... 7..........................................

More information

341-367

341-367 BIBLID 0254-4466(2000)18:2 pp. 341-367 18 2 89 12 341 342 1 2 3 1 19 1983 2 3 1996. 10 1218 343 4 5 6 7 11 8 28 9 10 11 12 13 14 4 3 1808 5 3 1349 6 3 343 7 3 1292 8 9 1996 4 988 10 3 187 11 3 1506 12

More information

AL-M200 Series

AL-M200 Series NPD4754-00 TC ( ) Windows 7 1. [Start ( )] [Control Panel ()] [Network and Internet ( )] 2. [Network and Sharing Center ( )] 3. [Change adapter settings ( )] 4. 3 Windows XP 1. [Start ( )] [Control Panel

More information

CANVIO_AEROCAST_CS_EN.indd

CANVIO_AEROCAST_CS_EN.indd 简 体 中 文...2 English...4 SC5151-A0 简 体 中 文 步 骤 2: 了 解 您 的 CANVIO AeroCast CANVIO AeroCast 无 线 移 动 硬 盘 快 速 入 门 指 南 欢 迎 并 感 谢 您 选 择 TOSHIBA 产 品 有 关 您 的 TOSHIBA 产 品 的 详 情, 请 参 阅 包 含 更 多 信 息 的 用 户 手 册 () 安

More information

2015 Chinese FL Written examination

2015 Chinese FL Written examination Victorian Certificate of Education 2015 SUPERVISOR TO ATTACH PROCESSING LABEL HERE Letter STUDENT NUMBER CHINESE FIRST LANGUAGE Written examination Monday 16 November 2015 Reading time: 11.45 am to 12.00

More information

<4D6963726F736F667420576F7264202D20D6D0CEC4B7A88C57B454CABF8C57CEBBD593CEC4D28EB9A0>

<4D6963726F736F667420576F7264202D20D6D0CEC4B7A88C57B454CABF8C57CEBBD593CEC4D28EB9A0> 澳 門 大 學 法 學 院 中 文 法 學 碩 士 學 位 論 文 規 範 一 適 用 範 圍 ( 一 ) 中 文 法 學 碩 士 學 位 論 文 是 中 文 法 學 碩 士 學 位 研 究 生 在 指 導 教 師 的 指 導 下 獨 立 完 成 的, 合 乎 嚴 格 的 寫 作 規 範 並 標 誌 著 獲 得 法 學 碩 士 學 位 的 一 篇 書 面 作 品 中 文 法 學 碩 士 研 究 生

More information

2005 5,,,,,,,,,,,,,,,,, , , 2174, 7014 %, % 4, 1961, ,30, 30,, 4,1976,627,,,,, 3 (1993,12 ),, 2

2005 5,,,,,,,,,,,,,,,,, , , 2174, 7014 %, % 4, 1961, ,30, 30,, 4,1976,627,,,,, 3 (1993,12 ),, 2 3,,,,,, 1872,,,, 3 2004 ( 04BZS030),, 1 2005 5,,,,,,,,,,,,,,,,, 1928 716,1935 6 2682 1928 2 1935 6 1966, 2174, 7014 %, 94137 % 4, 1961, 59 1929,30, 30,, 4,1976,627,,,,, 3 (1993,12 ),, 2 , :,,,, :,,,,,,

More information

Improved Preimage Attacks on AES-like Hash Functions: Applications to Whirlpool and Grøstl

Improved Preimage Attacks on AES-like Hash Functions: Applications to Whirlpool and Grøstl SKLOIS (Pseudo) Preimage Attack on Reduced-Round Grøstl Hash Function and Others Shuang Wu, Dengguo Feng, Wenling Wu, Jian Guo, Le Dong, Jian Zou March 20, 2012 Institute. of Software, Chinese Academy

More information

國立中山大學學位論文典藏.PDF

國立中山大學學位論文典藏.PDF 中 國 文 學 系 國 立 中 山 大 學, 碩 士 論 文 國 立 中 山 大 學 中 國 文 學 系 碩 士 論 文 Department of Chinese Literature 肉 蒲 團 研 究 National Sun Yat-sen University Master Thesis 肉 蒲 團 研 究 The Research of Rou Pu Tuan 研 究 生 : 林 欣 穎

More information

TX-NR3030_BAS_Cs_ indd

TX-NR3030_BAS_Cs_ indd TX-NR3030 http://www.onkyo.com/manual/txnr3030/adv/cs.html Cs 1 2 3 Speaker Cable 2 HDMI OUT HDMI IN HDMI OUT HDMI OUT HDMI OUT HDMI OUT 1 DIGITAL OPTICAL OUT AUDIO OUT TV 3 1 5 4 6 1 2 3 3 2 2 4 3 2 5

More information

诚 实 守 信 公 平 交 易 好 的 伦 理 为 经 营 之 道 我 们 的 价 值 观 我 们 的 日 常 工 作 让 客 户 和 消 费 者 展 露 微 笑 我 们 关 注 员 工 产 品 和 业 务 的 不 断 改 善 和 进 步 我 们 珍 视 我 能 做 到 的 态 度 和 精 神, 尝

诚 实 守 信 公 平 交 易 好 的 伦 理 为 经 营 之 道 我 们 的 价 值 观 我 们 的 日 常 工 作 让 客 户 和 消 费 者 展 露 微 笑 我 们 关 注 员 工 产 品 和 业 务 的 不 断 改 善 和 进 步 我 们 珍 视 我 能 做 到 的 态 度 和 精 神, 尝 行 为 准 则 我 们 的 指 路 明 灯 诚 实 守 信 公 平 交 易 好 的 伦 理 为 经 营 之 道 我 们 的 价 值 观 我 们 的 日 常 工 作 让 客 户 和 消 费 者 展 露 微 笑 我 们 关 注 员 工 产 品 和 业 务 的 不 断 改 善 和 进 步 我 们 珍 视 我 能 做 到 的 态 度 和 精 神, 尝 试 但 未 成 功 是 值 得 鼓 励 的, 而 退 缩

More information

Captive Screws Styled knob series M3 thread size Smooth knob meets UL-1950 Designed for hand operation Spring ejected Wide variety of sizes, re

Captive Screws Styled knob series M3 thread size Smooth knob meets UL-1950 Designed for hand operation Spring ejected Wide variety of sizes, re 440 47 Captive Screws d knob series M3 thread size Smooth knob meets U-1950 Designed for hand operation Spring ejected Wide variety of sizes, recesses and installation options Material and Finish : Press-in:

More information

untitled

untitled LBS Research and Application of Location Information Management Technology in LBS TP319 10290 UDC LBS Research and Application of Location Information Management Technology in LBS , LBS PDA LBS

More information

元代題畫女性詩歌研究

元代題畫女性詩歌研究 國 立 成 功 大 學 中 國 文 學 研 究 所 碩 士 論 文 元 代 題 畫 女 性 詩 歌 研 究 The Research of Painting Poetries of Women Pictures in Yuan Dynasty 研 究 生 : 張 書 容 指 導 教 授 : 張 高 評 中 華 民 國 一 二 年 七 月 摘 要 元 代 題 畫 詩 在 唐 宋 完 善 的 基 礎

More information

untitled

untitled Co-integration and VECM Yi-Nung Yang CYCU, Taiwan May, 2012 不 列 1 Learning objectives Integrated variables Co-integration Vector Error correction model (VECM) Engle-Granger 2-step co-integration test Johansen

More information

QQGQ2.E Power Supplies, Information Technology Equipment Including Ele... 1/10

QQGQ2.E Power Supplies, Information Technology Equipment Including Ele... 1/10 QQGQ2.E232014 - Power Supplies, Information Technology Equipment Including Ele... 1/10 QQGQ2.E232014 Power Supplies, Information Technology Equipment Including Electrical Business Equipment - Component

More information

Prasenjit Duara 3 nation state Northwestern Journal of Ethnology 4 1. A C M J M M

Prasenjit Duara 3 nation state Northwestern Journal of Ethnology 4 1. A C M J M M N.W.J.E 1001-5558 2012 02-0115-14 C95 A 1945 N. W. Journal of Ethnology 2012 2 73 2012.No.2 Total No.73 1 2 56 Prasenjit Duara 3 nation state Northwestern Journal of Ethnology 4 1. A C 1945. 2 1905. M.

More information

has become a rarity. In other words, the water resources that supply the needs in Taiwan depend crucially on the reservoirs built at least more than t

has become a rarity. In other words, the water resources that supply the needs in Taiwan depend crucially on the reservoirs built at least more than t 臺 灣 水 利 第 64 卷 第 1 期 民 國 105 年 3 月 出 版 Taiwan Water Conservancy Vol. 64, No. 1, March 2016 論 台 灣 水 資 源 開 發 的 必 要 性 The Essentiality of Water Resource Development in Taiwan * 虞 國 興 GWO-HSING YU 淡 江 大 學

More information

:

: A Study of Huangtao : I Abstract Abstract This text focuses on the special contribution of Huangtao in the history of literature and culture of Fukien, by analyzing the features of Huangtao s thought,

More information

Abstract Yiwei( 易 緯 ) is one of the most important elements in Yi ( 易 )study of Han dynasty. It had rich meanings and close relation with other parts

Abstract Yiwei( 易 緯 ) is one of the most important elements in Yi ( 易 )study of Han dynasty. It had rich meanings and close relation with other parts 中 文 系 一 四 年 度 碩 士 位 論 文 指 導 教 授 : 陳 睿 宏 教 授 鄭 玄 易 緯 注 及 其 詮 釋 述 評 研 究 生 : 邵 吉 辰 通 過 日 期 : 一 五 年 六 月 Abstract Yiwei( 易 緯 ) is one of the most important elements in Yi ( 易 )study of Han dynasty. It had rich

More information

中国人民大学商学院本科学年论文

中国人民大学商学院本科学年论文 RUC-BK-113-110204-11271374 2001 11271374 1 Nowadays, an enterprise could survive even without gaining any profit. However, once its operating cash flow stands, it is a threat to the enterprise. So, operating

More information

:5-6

:5-6 License Agreement for Bible Texts These Scriptures: May not be altered or modified in any form. They must remain in their original context. May not be sold or offered for sale in any form. May not be used

More information

Microsoft Word - 24217010311110028谢雯雯.doc

Microsoft Word - 24217010311110028谢雯雯.doc HUAZHONG AGRICULTURAL UNIVERSITY 硕 士 学 位 论 文 MASTER S DEGREE DISSERTATION 80 后 女 硕 士 生 择 偶 现 状 以 武 汉 市 七 所 高 校 为 例 POST-80S FEMALE POSTGRADUATE MATE SELECTION STATUS STUDY TAKE WUHAN SEVEN UNIVERSITIES

More information

從詩歌的鑒賞談生命價值的建構

從詩歌的鑒賞談生命價值的建構 Viktor E. Frankl (logotherapy) (will-to-meaning) (creative values) Ture (Good) (Beauty) (experiential values) (attitudinal values) 1 2 (logotherapy) (biological) (2) (psychological) (3) (noölogical) (4)

More information

曹美秀.pdf

曹美秀.pdf 2006 3 219 256 (1858-1927) (1846-1894) 1 2 3 1 1988 70 2 1998 51 3 5 1991 12 37-219- 4 5 6 7 8 9 10 11 12 13 14 15 4 1998 5 1998 6 1988 7 1994 8 1995 725-732 9 1987 170 10 52 11 1994 121 12 2000 51 13

More information

< D313738B1F5A46CB5C4B773B1B42DB4BFA5C3B8712E706466>

< D313738B1F5A46CB5C4B773B1B42DB4BFA5C3B8712E706466> 2007 3 143 178 1 1 20 2002 3 11-112 2002 22-180 -143- 2 3 4 2 1985 160-179 3 2004 192-210 4 14 1999 3 223-255 -144- (1622) 5 6 (1715) 1703 7 5 1992 135 6 1969 3 1a-b 7 [1897] 6 3 5 195b -145- 8 9 (1756-1766)

More information

Microsoft PowerPoint - Lecture7II.ppt

Microsoft PowerPoint - Lecture7II.ppt Lecture 8II SUDOKU PUZZLE SUDOKU New Play Check 軟體實作與計算實驗 1 4x4 Sudoku row column 3 2 } 4 } block 1 4 軟體實作與計算實驗 2 Sudoku Puzzle Numbers in the puzzle belong {1,2,3,4} Constraints Each column must contain

More information

课程14-8.FIT)

课程14-8.FIT) 义 工 刘 晓 莉 闷 在 家 里 三 个 月 了 她 每 天 情 绪 低 落, 对 父 母 也 没 好 脸 色 刘 晓 莉 希 望 他 们 能 给 她 一 笔 钱, 她 要 去 一 个 偏 远 的 陌 生 小 镇 隐 居, 永 远 不 再 回 来 父 亲 开 着 家 成 衣 厂, 完 全 有 这 个 实 力 可 这 却 遭 到 父 母 的 严 词 拒 绝 他 们 苦 口 婆 心 地 劝 她, 说

More information

INTRODUCTION TO COM.DOC

INTRODUCTION TO COM.DOC How About COM & ActiveX Control With Visual C++ 6.0 Author: Curtis CHOU mahler@ms16.hinet.net This document can be freely release and distribute without modify. ACTIVEX CONTROLS... 3 ACTIVEX... 3 MFC ACTIVEX

More information

~ ~ ~

~ ~ ~ 33 4 2014 467 478 Studies in the History of Natural Sciences Vol. 33 No. 4 2014 030006 20 20 N092 O6-092 A 1000-1224 2014 04-0467-12 200 13 Roger Bacon 1214 ~ 1292 14 Berthold Schwarz 20 Luther Carrington

More information

IBM Rational ClearQuest Client for Eclipse 1/ IBM Rational ClearQuest Client for Ecl

IBM Rational ClearQuest Client for Eclipse   1/ IBM Rational ClearQuest Client for Ecl 1/39 Balaji Krish,, IBM Nam LeIBM 2005 4 15 IBM Rational ClearQuest ClearQuest Eclipse Rational ClearQuest / Eclipse Clien Rational ClearQuest Rational ClearQuest Windows Web Rational ClearQuest Client

More information

國立中山大學學位論文典藏.PDF

國立中山大學學位論文典藏.PDF I II III The Study of Factors to the Failure or Success of Applying to Holding International Sport Games Abstract For years, holding international sport games has been Taiwan s goal and we are on the way

More information