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

Size: px
Start display at page:

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

Transcription

1 diagbox Package (v2.2) Making Table Heads with Diagonal Lines Leo Liu 2016/12/28 1 Introduction diagbox is a replacement of old slashbox package 1. I write this package simply because that slashbox is not available in TEX Live for licening problems. slashbox has no explicit license information available, but diagbox is under LPPL. diagbox is a modern alternative of slashbox. I changed the user interface to use a key-value syntax, get rid of some restrictions of slashbox, use pict2e to draw diagonal lines. Especially, this package also provides ability to make a box with two diagonal lines in it. ll these can be obtained by a \diagbox command. s a replacement of slashbox, diagbox package also provides compatible macros of slashbox, but the result is a little different. To use diagbox, ε-tex is needed. nd diagbox requires pict2e, keyval, calc, and fp packages. 2 Usage 2.1 asic usage To load the package, just put this in the preamble: \usepackage{diagbox} \diagbox \diagbox is the main command. It can take two arguments, to produce a box with a diagonal line from north west to south east. For example: 1 y Koichi Yasuoka and Toru Sato. vailable on CTN://macros/latex/contrib/slashbox/slashbox.sty 1

2 1 \begin{tabular}{ l ccc } Day Time Mon Tue Wed Morning used used fternoon used used 2 \hline 3 \diagbox{time}{day} & Mon & Tue & Wed \\ 4 \hline 5 Morning & used & used & \\ 6 fternoon & & used & used \\ 7 \hline 8 \end{tabular} \diagbox can also take three arguments, to draw a table head with two diagbox lines. For example, 1 \begin{tabular}{ l ccc } 2 \hline 3 \diagbox{time}{room}{day} & Mon & Tue & Wed \\ 4 \hline 5 Morning & used & used & \\ 6 fternoon & & used & used \\ 7 \hline 8 \end{tabular} Room Day Mon Tue Wed Time Morning used used fternoon used used 2.2 More options \diagbox can take a key-value list as an optional argument to specify the width and height of the box, the direction of the diagonal line, and the trimming margins: width Specify the width of the box explicitly. If it is omitted, diagbox will calculate the width automatically. height Specify the height of the box explicitly. If it is omitted, diagbox will calculate the height automatically. In the argument, one can use \line as a line height. dir Specify the direction of the diagonal line. The value can be NW, NE, SW and SE. Default value is NW. The meaning of the values see below. \diagbox[dir= direction ]{}{} in a table looks: NW or SE SW or NE 2

3 \diagbox[dir= direction ]{}{M}{} in a table looks: M M NW NE SW SE M M innerwidth Specify the width of the inner content box. innerwidth option is useful when specifying column width. For example: \begin{tabular}{ p{2cm} } \hline \diagbox[innerwidth=2cm]{}{} \\ \hline \end{tabular} innerleftsep, innerrightsep Specify the distances between the border of the inner content box and the border of the diagonal box. We have: innerleftsep + innerwidth + innerrightsep = width. For example: \begin{tabular}{ c } \hline \diagbox[innerleftsep=.5cm,innerrightsep=0pt]{}{} \\ \hline \end{tabular} outerleftsep, outerrightsep Specify the distances between the border of the diagonal box and the border of the tabular cell. Usually they are negative values, which satisfy outerleftsep + LEFTtabcolsep = 0 pt, outerrightsep + RIGHTtabcolsep = 0 pt. where LEFTtabcolsep and RIGHTtabcolsep are the distances between verticle lines and the tabular cell content (the diagonal box). For example: \begin{tabular}{ r@{\hspace{20pt}} l } \hline \diagbox[outerrightsep=-20pt]{}{} & C \\ \hline & CC \\ \hline \end{tabular} C CC 3

4 leftsep, rightsep Specify the left and right distances, which are equivalent to: innerleftsep := leftsep, outerleftsep := leftsep, innerrightsep := rightsep, outerrightsep := rightsep. trim Specify the margin to be trimmed. The value can be l, r, and lr, rl. This helps the slash line exceeds the boundary column specifier is used. Note: trim=l has the same effect as leftsep=0pt, and trim=r has the same effect as rightsep=0pt. font Specify the font of the cell. \diagbox[font=\footnotesize\itshape]{small}{italic} linewidth Specify the line width of the diagonal lines. Small Italic linecolor Specify the line color of the diagonal lines. (color or xcolor is needed.) \diagbox[linewidth=2pt,linecolor=blue]{}{} Here is a more complex example to show the usage of the options: 1 c c r@{} } 2 \hline 3 \diagbox[width=5em,trim=l]{time}{day} & Mon & Tue & Wed\\ 4 \hline 5 Morning & used & used & used\\ 6 \hline 7 fternoon & & used & \diagbox[dir=sw,height=2em,trim=r]{}{} \\ 8 \hline 9 \end{tabular} Day Time Mon Tue Wed Morning used used used fternoon used What s more, you can use \\ to break lines in \diagbox. Manual setting of the height of the head may be needed. For example, 1 \begin{tabular}{ c } 2 \hline 3 \diagbox[height=3\line]{line\\heads}{column\\heads} \\ 4

5 4 \hline 5 \end{tabular} line heads column heads 2.3 Compatibility with slashbox \backslashbox \slashbox diagbox package emulates slashbox and also prevents slashbox to be loaded. diagbox package provides \slashbox and \backslashbox which syntax similar to slashbox package. However, the results of the two packages are a little different. These two commands are for compatibility only, it is better to use \diagbox instead for new documents. \backslashbox works as \diagbox, but it takes two optional arguments to specify the width and trim options. \slashbox works as \diagbox[dir=sw], and takes two optional arguments to specify the width and trim options. For example, 1 \begin{tabular}{ c c c } \hline alpha 2 \backslashbox[2cm]{num}{alpha} num 3 & & \\\hline & 1 & 1 \\\hline & 2 & 2 \\\hline 6 \end{tabular} 3 Known issues and TODO Known issues: The result of \slashbox and \backslashbox is different with slashbox package. The algorithms to calculate the width and height are different; and the results of the second optional argument of \slashbox (i.e. trim key in \diagbox) in the two packages are differernt. This is not a bug. slashbox. Usually the width calculated by diagbox is more safe than The cell with \diagbox should be the widest one of the column. Otherwise the slash line cannot exceeds the boundary. For example, 5

6 Very long term 1 \begin{tabular}{ c } \hline 2 \diagbox{}{} \\\hline 3 Very long term \\\hline 4 \end{tabular} This can be solved by setting a wider width option of \diagbox manually. TODO: Improve the document of the source code. The algorithm of \diagbox@triple should be explained in detail. However, the explanations would be only available in Chinese, I m sorry. 6

7 diagbox v2.2 English Version 2016/12/28 4 diagbox slashbox 1 slashbox TEX Live LPPL diagbox slashbox key-value slashbox pict2e slashbox diagbox slashbox diagbox ε-tex pict2e keyval calc fp \usepackage{diagbox} \diagbox \diagbox 1 Koichi Yasuoka Sato Toru CTN://macros/latex/contrib/slashbox/ slashbox.sty 7

8 1 \begin{tabular}{ l ccc } Day Time Mon Tue Wed Morning used used fternoon used used 2 \hline 3 \diagbox{time}{day} & Mon & Tue & Wed \\ 4 \hline 5 Morning & used & used & \\ 6 fternoon & & used & used \\ 7 \hline 8 \end{tabular} \diagbox 1 \begin{tabular}{ l ccc } 2 \hline 3 \diagbox{time}{room}{day} & Mon & Tue & Wed \\ 4 \hline 5 Morning & used & used & \\ 6 fternoon & & used & used \\ 7 \hline 8 \end{tabular} Room Day Mon Tue Wed Time Morning used used fternoon used used 5.2 \diagbox key-value width height dir NW NE SW SE NE SW SE NW NW \diagbox[dir= ]{}{} NW SE SW NE \diagbox[dir= ]{}{M}{} NW M NE M SW M SE M 8

9 innerwidth innerwidth \begin{tabular}{ p{2cm} } \hline \diagbox[innerwidth=2cm]{}{} \\ \hline \end{tabular} innerleftsep, innerrightsep innerleftsep + innerwidth + innerrightsep = width. \begin{tabular}{ c } \hline \diagbox[innerleftsep=.5cm,innerrightsep=0pt]{}{} \\ \hline \end{tabular} outerleftsep, outerrightsep outerleftsep + LEFTtabcolsep = 0 pt, outerrightsep + RIGHTtabcolsep = 0 pt. LEFTtabcolsep RIGHTtabcolsep \begin{tabular}{ r@{\hspace{20pt}} l } \hline \diagbox[outerrightsep=-20pt]{}{} & C \\ \hline & CC \\ \hline \end{tabular} C CC leftsep, rightsep innerleftsep := leftsep, outerleftsep := leftsep, innerrightsep := rightsep, outerrightsep := rightsep. 9

10 trim l, r, lr trim=l leftsep=0pt trim=r rightsep=0pt font \diagbox[font=\footnotesize\itshape]{small}{italic} linewidth linecolor color xcolor \diagbox[linewidth=2pt,linecolor=blue]{}{} Small Italic 1 c c r@{} } 2 \hline 3 \diagbox[width=5em,trim=l]{time}{day} & Mon & Tue & Wed\\ 4 \hline 5 Morning & used & used & used\\ 6 \hline 7 fternoon & & used & \diagbox[dir=sw,height=2em,trim=r]{}{} \\ 8 \hline 9 \end{tabular} Day Time Mon Tue Wed Morning used used used fternoon used \diagbox \\ 1 \begin{tabular}{ c } 2 \hline 3 \diagbox[height=3\line]{line\\heads}{column\\heads} \\ 4 \hline 5 \end{tabular} line heads column heads 10

11 5.3 slashbox \backslashbox \slashbox diagbox slashbox slashbox diagbox slashbox \slashbox \backslashbox \slashbox \backslashbox slashbox \diagbox \backslashbox \diagbox \diagbox width trim \slashbox \diagbox[dir=sw] \diagbox width tirm 1 \begin{tabular}{ c c c } \hline alpha 2 \backslashbox[2cm]{num}{alpha} num 3 & & \\\hline & 1 & 1 \\\hline & 2 & 2 \\\hline 6 \end{tabular} 6 \slashbox \backslashbox slashbox \slashbox \diagbox trim bug diagbox slashbox \diagbox Very long term 1 \begin{tabular}{ c } \hline 2 \diagbox{}{} \\\hline 3 Very long term \\\hline 4 \end{tabular} \diagbox width \diagbox@triple 11

12 7 Implementation / 7.1 key-value 1 \RequirePackage{keyval} pict2e 2 \RequirePackage{pict2e} fp 3 \RequirePackage{fp} 4 \FPmessagesfalse calc 5 \RequirePackage{calc} array 6 \RequirePackage{array} 7.2 \diagbox 7 \newbox\diagbox@boxa 8 \newbox\diagbox@boxb 9 \newbox\diagbox@boxm 10 \newdimen\diagbox@wd 11 \newdimen\diagbox@ht 12 \newdimen\diagbox@insepl 13 \newdimen\diagbox@insepr 14 \newdimen\diagbox@outsepl 15 \newdimen\diagbox@outsepr 16 \def\diagbox@clear{% 17 \diagbox@wd=\z@ 18 \diagbox@ht=\z@ 19 \diagbox@insepl=\tabcolsep 20 \diagbox@insepr=\tabcolsep 21 \diagbox@outsepl=-\tabcolsep 22 \diagbox@outsepr=-\tabcolsep 23 } 7.3 \diagbox 12

13 \PackageWarning{diagbox}% 27 {You should not set width/innerwidth option more than once.}% 28 \fi 29 \line \def\line{\normalbaselineskip}% p{ } innerleftsep + innerwidth + innerrightsep = width. innerwidth 39 \define@key{diagbox}{innerwidth}{% 40 \unless\ifdim\diagbox@wd=\z@ 41 \PackageWarning{diagbox}% 42 {You should not set width/innerwidth option more than once.}% 43 \fi 44 \setlength{\diagbox@wd}{#1+\diagbox@insepl+\diagbox@insepr}} outerleftsep + LEFTtabcolsep = 0 pt, outerrightsep + RIGHTtabcolsep = 0 pt. 45 \define@key{diagbox}{outerleftsep}{% 46 \setlength{\diagbox@outsepl}{#1}} 47 \define@key{diagbox}{outerrightsep}{% 48 \setlength{\diagbox@outsepr}{#1}} innerleftsep := leftsep, outerleftsep := leftsep, innerrightsep := rightsep, outerrightsep := rightsep. 13

14 trim=l leftsep=0pt trim=r rightsep=0pt \ifcsname 58 \setlength{\csname 59 \setlength{\csname 60 \else 61 \PackageError{diagbox}{Unknown trim option `#1'.}{l, r, lr and rl are supported.}% 62 \fi}} \unless\ifcsname 66 \PackageError{diagbox}{Unknown direction `#1'.}{NW, NE, SW, SE are supported.}% \fi} picture 82 14

15 83 84 \begin{picture} \end{picture}} SE \put(0,0) NW SE 94 NE SW NE 100 key-value \begingroup \setkeys{diagbox}{dir=nw,#1}% #2 109 \end{tabular}}% #3 113 \end{tabular}}% \else 15

16 \fi 120 \fi \fi \endgroup} #1 130 \end{tabular}}% #2 134 \end{tabular}}% #3 138 \end{tabular}}} \put(0,0) 150 \put(0,\y) 151 \put(\x,\y) \Line(0,\yym)(\x,0) 154 \Line(\xm,\y)(\x,0)} 16

17 \put(0,\y) 157 \put(\x,\y) 158 \put(\x,0) \Line(0,0)(\xxm,\y) 161 \Line(0,0)(\x,\yym)} \put(0,\y) 164 \put(0,0) 165 \put(\x,0) \Line(0,\ym)(\x,\y) 168 \Line(\xm,0)(\x,\y)} \put(0,0) 171 \put(\x,0) 172 \put(\x,\y) \Line(0,\y)(\xxm,0) 175 \Line(0,\y)(\x,\ym)} key-value \begingroup \setkeys{diagbox}{dir=nw,#1}% \FPneg\bi\yb 189 \FPadd\ci\xb\xm \FPneg\ci\ci 17

18 190 \FPmul\di\xm\yb 191 \FPadd\bj\ya\ym \FPneg\bj\bj 192 \FPneg\cj\xa 193 \FPmul\dj\xa\ym 194 \FPsub\u\dj\di 195 \FPupn{v}{bj ci * bi cj * -}% 196 \FPupn{delta}{bi dj * bj di * - cj ci - * 4 * % 197 v u + copy * % swap root}% 199 \ifdim\diagbox@wd=\z@ 200 \FPupn{x}{2 bj bi - delta v u - + / /}% 201 \diagbox@wd=\x\p@ 202 \else 203 \edef\x{\strip@pt\diagbox@wd}% 204 \fi 205 \ifdim\diagbox@ht=\z@ 206 \FPupn{y}{2 cj ci - delta v u + - / /}% 207 \diagbox@ht=\y\p@ 208 \else 209 \edef\y{\strip@pt\diagbox@ht}% 210 \fi 211 \FPsub\xxm\x\xm 212 \FPsub\yym\y\ym 213 $\vcenter{\hbox{\diagbox@pict}}$% 214 \endgroup} 7.5 \diagbox 215 \newcommand\diagbox[3][]{% 216 \@ifnextchar\bgroup 217 {\diagbox@triple{#1}{#2}{#3}}{\diagbox@double{#1}{#2}{#3}}} slashbox slashbox 218 \expandafter\xdef\csname ver@slashbox.\@pkgextension\endcsname{9999/99/99} \slashbox \slashbox 219 \def\slashbox{% 220 \def\diagbox@slashbox@options{dir=sw,}% 221 \slashbox@} 18

19 \backslashbox \backslashbox 222 \def\backslashbox{% \ifx\relax#1\relax\else \unexpanded{width=#1,}}% 230 \fi \unexpanded{trim=#1,}}% \endinput 8 v1.0 General: v2.0 General: trim trim slashbox \diagbox: \diagbox@double: trim slashbox \diagbox@triplebox: v2.1 General: innerwidth innerleftsep, innerrightsep outerleftsep, outerrightsep height \line width height font linewidth, linecolor leftsep, rightsep v2.2 General: fp nomessages catoptions calc \widthof

20 9 Index / Symbols \@tempskipa , 75 \backslashbox... 5, 11, 222 \bi \bj C \ci \cj \color D \di , 194 \diagbox.... 1, 7, 215, 236 \diagbox@boxa... 7, 90, 96, 106, 115, 116, 122, 127, 141, 149, 156, 163, 170, 182, 183 \diagbox@boxb... 8, 91, 97, 110, 115, 118, 122, 135, 145, 151, 158, 165, 172, 184, 185 \diagbox@boxm , 131, 143, 150, 157, 164, 171, 186, 187 \diagbox@clear 16, 103, 178 \diagbox@dia \diagbox@dir.. 64, 87, 181 \diagbox@dir@ne \diagbox@dir@nw \diagbox@dir@se \diagbox@dir@sw \diagbox@double.. 101, 217 \diagbox@double@pict@ne , 100 \diagbox@double@pict@nw 94 \diagbox@double@pict@se , 94 \diagbox@double@pict@sw \diagbox@font... 80, 81, 107, 111, 128, 132, 136 \diagbox@ht. 11, 18, 33, 85, 91, 93, 96, 99, 121, 122, 205, 207, 209 \diagbox@insepl... 12, 19, 36, 44, 50, 107, 116, 118, 128, 132, 142 \diagbox@insepr... 13, 20, 38, 44, 53, 111, 116, 118, 136, 144, 146 \diagbox@outsepl , 21, 46, 51, 85, 86 \diagbox@outsepr , 22, 48, 54, 85 \diagbox@part. 87, 104, 179 \diagbox@pict. 82, 124, 213 \diagbox@save@line. 31, 34 \diagbox@setlinecolor , 78, 92, 98, 152, 159, 166, 173 \diagbox@slashbox@options , 223, 227, 228, 233, 234, 236 \diagbox@triple.. 176, 217 \diagbox@triple@pict@ne \diagbox@triple@pict@nw \diagbox@triple@pict@se \diagbox@triple@pict@sw \diagbox@triple@setbox@ne \diagbox@triple@setbox@nw , 139, 140 \diagbox@triple@setbox@se , 147 \diagbox@triple@setbox@sw \diagbox@triplebox \diagbox@wd , 17, 25, 29, 40, 44, 85, 91, 93, 97, 99, 114, 116, 118, 199, 201, 203 \dj , 194 E \empty , 81 F \FPmessagesfalse L \line , 32, 34 \linethickness N \normalbaselineskip P \PackageWarning , 41 S \slashbox , 11, 219 \slashbox@.. 221, 224, 225 \slashbox@@ , 232 T \tabcolsep.. 19, 20, 21, 22 U \u X \x , 153, 154, 157, 158, 161, 165, 167, 168, 171, 172, 175, 201, 203, 211 \xa , 192, 193 \xb , 189 \xm , 168, 186, 189, 190, 211 \xxm , 174,

21 Y \y , 151, 154, 156, 157, 160, 163, 167, 168, 172, 174, 175, 207, 209, 212 \ya , 191 \yb , 188, 190 \ym , 175, 187, 191, 193, 212 \yym , 161,

For example: Day Time Mon Tue Wed Morning used used fternoon used used 1 \begin{tabular}{ l ccc } 3 \diagbox{time}{day} & Mon & Tue & Wed \\ 5 Morning

For example: Day Time Mon Tue Wed Morning used used fternoon used used 1 \begin{tabular}{ l ccc } 3 \diagbox{time}{day} & Mon & Tue & Wed \\ 5 Morning diagbox Package (v2.0) 中文版 Making Table Heads with Diagonal Lines Leo Liu leoliu.pku@gmail.com 2011/11/23 1 Introduction diagbox is a replacement of old slashbox package 1. I write this package simply

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

中 國 學 研 究 期 刊 泰 國 農 業 大 學 บ นทอนเช นก น และส งผลก บการด ดแปลงจากวรรณกรรมมาเป นบทภาพยนตร และบทละคร โทรท ศน ด วยเช นก น จากการเคารพวรรณกรรมต นฉบ บเป นหล

中 國 學 研 究 期 刊 泰 國 農 業 大 學 บ นทอนเช นก น และส งผลก บการด ดแปลงจากวรรณกรรมมาเป นบทภาพยนตร และบทละคร โทรท ศน ด วยเช นก น จากการเคารพวรรณกรรมต นฉบ บเป นหล วารสารจ นศ กษา มหาว ทยาล ยเกษตรศาสตร การเล อกสรรของย คสม ยท แตกต างก น โดยว เคราะห การด ดแปลง บทละครโทรท ศน หร อบทภาพยนต จากผลงานคลาสส กวรรณกรรม สม ยใหม ของจ น The Choice of Times Film Adaptation of Chinese

More information

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

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

More information

可 愛 的 動 物 小 五 雷 雅 理 第 一 次 小 六 甲 黃 駿 朗 今 年 暑 假 發 生 了 一 件 令 人 非 常 難 忘 的 事 情, 我 第 一 次 參 加 宿 營, 離 開 父 母, 自 己 照 顧 自 己, 出 發 前, 我 的 心 情 十 分 緊 張 當 到 達 目 的 地 後

可 愛 的 動 物 小 五 雷 雅 理 第 一 次 小 六 甲 黃 駿 朗 今 年 暑 假 發 生 了 一 件 令 人 非 常 難 忘 的 事 情, 我 第 一 次 參 加 宿 營, 離 開 父 母, 自 己 照 顧 自 己, 出 發 前, 我 的 心 情 十 分 緊 張 當 到 達 目 的 地 後 郭家朗 許鈞嵐 劉振迪 樊偉賢 林洛鋒 第 36 期 出版日期 28-3-2014 出版日期 28-3-2014 可 愛 的 動 物 小 五 雷 雅 理 第 一 次 小 六 甲 黃 駿 朗 今 年 暑 假 發 生 了 一 件 令 人 非 常 難 忘 的 事 情, 我 第 一 次 參 加 宿 營, 離 開 父 母, 自 己 照 顧 自 己, 出 發 前, 我 的 心 情 十 分 緊 張 當 到 達 目

More information

99 學年度班群總介紹 第 370 期 班群總導 陳怡靜 G45 班群總導 陳怡靜(河馬) A 家 惠如 家浩 T 格 宜蓁 小 霖 怡 家 M 璇 均 蓁 雴 家 數學領域 珈玲 國燈 370-2 英領域 Kent

99 學年度班群總介紹 第 370 期 班群總導 陳怡靜 G45 班群總導 陳怡靜(河馬) A 家 惠如 家浩 T 格 宜蓁 小 霖 怡 家 M 璇 均 蓁 雴 家 數學領域 珈玲 國燈 370-2 英領域 Kent 2010 年 8 月 27 日 出 刊 精 緻 教 育 宜 蘭 縣 公 辦 民 營 人 國 民 中 小 學 財 團 法 人 人 適 性 教 育 基 金 會 承 辦 地 址 : 宜 蘭 縣 26141 頭 城 鎮 雅 路 150 號 (03)977-3396 http://www.jwps.ilc.edu.tw 健 康 VS. 學 習 各 位 合 夥 人 其 實 都 知 道, 我 是 個 胖 子, 而

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

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

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

國立中山大學學位論文典藏 I II III IV The theories of leadership seldom explain the difference of male leaders and female leaders. Instead of the assumption that the leaders leading traits and leading styles of two sexes are the

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

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

從詩歌的鑒賞談生命價值的建構 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

Microsoft PowerPoint _代工實例-1

Microsoft PowerPoint _代工實例-1 4302 動態光散射儀 (Dynamic Light Scattering) 代工實例與結果解析 生醫暨非破壞性分析團隊 2016.10 updated Which Size to Measure? Diameter Many techniques make the useful and convenient assumption that every particle is a sphere. The

More information

Microsoft Word - 第四組心得.doc

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

More information

180 中 南 大 学 学 报 ( 社 会 科 学 版 ) 2013 年 第 19 卷 第 1 期 乐 府 诗 集 相 和 歌 辞 相 和 曲 下 陌 上 桑 : 蚕 饥 妾 复 思, 拭 泪 且 提 筐 值 得 注 意 的 是, 农 书 齐 民 要 术 中 拭 的 使 用 范 围 很 广, 不 但

180 中 南 大 学 学 报 ( 社 会 科 学 版 ) 2013 年 第 19 卷 第 1 期 乐 府 诗 集 相 和 歌 辞 相 和 曲 下 陌 上 桑 : 蚕 饥 妾 复 思, 拭 泪 且 提 筐 值 得 注 意 的 是, 农 书 齐 民 要 术 中 拭 的 使 用 范 围 很 广, 不 但 第 19 卷 第 1 期 中 南 大 学 学 报 ( 社 会 科 学 版 ) Vol.19 No.1 2013 年 2 月 J. CENT. SOUTH UNIV. (SOCIAL SCIENCE) Feb. 2013 拭 揩 抹 擦 搌 的 历 史 演 变 与 方 言 分 布 王 娟 ( 太 原 师 范 学 院 文 学 院, 山 西 太 原,030012; 华 东 师 范 大 学 中 文 系, 上

More information

untitled

untitled 51Testing Diana LI Xbox Xbox Live Fidelity Investments Office Server group Xbox Expedia Inc ( elong ) 1996 1996. bug break - 5Ws bug. Trust No One) QA Function Assignment Checking Timing Build/Package/Merge

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

The Development of Color Constancy and Calibration System

The Development of Color Constancy and Calibration System The Development of Color Constancy and Calibration System The Development of Color Constancy and Calibration System LabVIEW CCD BMP ii Abstract The modern technologies develop more and more faster, and

More information

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

國立桃園高中96學年度新生始業輔導新生手冊目錄 彰 化 考 區 104 年 國 中 教 育 會 考 簡 章 簡 章 核 定 文 號 : 彰 化 縣 政 府 104 年 01 月 27 日 府 教 學 字 第 1040027611 號 函 中 華 民 國 104 年 2 月 9 日 彰 化 考 區 104 年 國 中 教 育 會 考 試 務 會 編 印 主 辦 學 校 : 國 立 鹿 港 高 級 中 學 地 址 :50546 彰 化 縣 鹿 港 鎮

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

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

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

89???????q?l?????T??

89???????q?l?????T?? 華 興 電 子 報 第 89 期 民 國 102 年 01 月 12 日 出 刊 網 址 :www.hhhs.tp.edu.tw 發 行 人 : 高 宏 煙 總 編 輯 : 蕭 慶 智 董 大 鋼 許 莙 葇 王 雅 慧 主 編 : 賴 怡 潔 編 輯 群 : 周 慧 婷 陳 怡 君 陳 玫 禎 楊 雅 惠 郭 孟 平 伍 玉 琪 林 冠 良 林 淑 惠 賴 姿 潔 王 思 方 102 年 01 月

More information

: : : : : ISBN / C53:H : 19.50

: : : : : ISBN / C53:H : 19.50 : : : : 2002 1 1 2002 1 1 : ISBN 7-224-06364-9 / C53:H059-53 : 19.50 50,,,,,,, ; 50,,,,,,,, 1 ,,,,,,,,,,,,,, ;,,,,,,,,, 2 ,,,, 2002 8 3 ( 1 ) ( 1 ) Deduction One Way of Deriving the Meaning of U nfamiliar

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

国 培 简 讯 国 培 计 划 (2012) 示 范 性 集 中 培 训 项 目 国 培 计 划 (2012) 中 小 学 教 师 示 范 性 集 中 培 训 暨 中 西 部 农 村 教 师 集 中 培 训 中 小 学 骨 干 教 师 北 京 外 国 语 大 学 英 语 学 科 研 修 项 目 毕

国 培 简 讯 国 培 计 划 (2012) 示 范 性 集 中 培 训 项 目 国 培 计 划 (2012) 中 小 学 教 师 示 范 性 集 中 培 训 暨 中 西 部 农 村 教 师 集 中 培 训 中 小 学 骨 干 教 师 北 京 外 国 语 大 学 英 语 学 科 研 修 项 目 毕 国 培 简 讯 国 培 计 划 (2012) 示 范 性 集 中 培 训 项 目 国 培 计 划 (2012) 中 小 学 教 师 示 范 性 集 中 培 训 暨 中 西 部 农 村 教 师 集 中 培 训 中 小 学 骨 干 教 师 北 京 外 国 语 大 学 英 语 学 科 研 修 项 目 毕 业 典 礼 隆 重 召 开 安 徽 省 广 德 县 誓 节 镇 中 心 小 学 陈 吉 龙 2012

More information

(Microsoft Word - \261M\256\327\272\353\302\262\263\370\247iEnd.doc)

(Microsoft Word - \261M\256\327\272\353\302\262\263\370\247iEnd.doc) 摘 要 長 榮 大 學 資 訊 管 理 學 系 畢 業 專 案 實 作 專 案 編 號 : 旅 遊 行 程 規 劃 - 以 台 南 市 為 例 Tour Scheduling for Tainan City CJU-IM- PRJ-096-029 執 行 期 間 : 95 年 2 月 13 日 至 96 年 1 月 20 日 陳 貽 隆 陳 繼 列 張 順 憶 練 哲 瑋 專 案 參 與 人 員 :

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

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

穨control.PDF

穨control.PDF TCP congestion control yhmiu Outline Congestion control algorithms Purpose of RFC2581 Purpose of RFC2582 TCP SS-DR 1998 TCP Extensions RFC1072 1988 SACK RFC2018 1996 FACK 1996 Rate-Halving 1997 OldTahoe

More information

lnag_ch_v2.01.doc

lnag_ch_v2.01.doc 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. % Any line starting with "%" is a comment. % "\" (backslash) is a special Latex character which introduces a Latex %

More information

<4D6963726F736F667420576F7264202D205F4230365FB942A5CEA668B443C5E9BB73A740B5D8A4E5B8C9A552B1D0A7F75FA6BFB1A4ACFC2E646F63>

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

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

Fun Time (1) What happens in memory? 1 i n t i ; 2 s h o r t j ; 3 double k ; 4 char c = a ; 5 i = 3; j = 2; 6 k = i j ; H.-T. Lin (NTU CSIE) Referenc

Fun Time (1) What happens in memory? 1 i n t i ; 2 s h o r t j ; 3 double k ; 4 char c = a ; 5 i = 3; j = 2; 6 k = i j ; H.-T. Lin (NTU CSIE) Referenc References (Section 5.2) Hsuan-Tien Lin Deptartment of CSIE, NTU OOP Class, March 15-16, 2010 H.-T. Lin (NTU CSIE) References OOP 03/15-16/2010 0 / 22 Fun Time (1) What happens in memory? 1 i n t i ; 2

More information

Microsoft PowerPoint - AWOL - Acrobat Windows Outlook.ppt [Compatibility Mode]

Microsoft PowerPoint - AWOL - Acrobat Windows Outlook.ppt [Compatibility Mode] AWOL Windows - Tips & Tricks Resolution, color depth & refresh rate Background color Service packs Disk cleanup (cleanmgr) Disk defragmentation AWOL Windows Resolution, Color Depth & Refresh Rate The main

More information

Microsoft Word - D-2°w¶Ë¬ì¹ï¤U�Iµh®{¤âÀˬd¬yµ{_¬x°ö�×__P.329-335_.doc

Microsoft Word - D-2°w¶Ë¬ì¹ï¤U�Iµh®{¤âÀˬd¬yµ{_¬x°ö�×__P.329-335_.doc 針 傷 科 對 下 背 痛 徒 手 檢 查 流 程 329 針 傷 科 對 下 背 痛 徒 手 檢 查 流 程 洪 培 修 1 張 晉 賢 2 張 世 良 3 1 嘉 義 基 督 教 醫 院 中 醫 科 系 2 長 庚 紀 念 醫 院 中 醫 醫 院 基 隆 分 院 暨 長 庚 大 學 醫 學 院 3 中 國 醫 藥 大 學 中 醫 院 學 針 灸 研 究 所 摘 要 前 言 腰 痛 或 下 背 痛

More information

Your Field Guide to More Effective Global Video Conferencing As a global expert in video conferencing, and a geographically dispersed company that uses video conferencing in virtually every aspect of its

More information

symmetrical cutting patterns with various materials for visual designing; ii. This part combined costumes, bags and oilpaper umbrellas with the tradit

symmetrical cutting patterns with various materials for visual designing; ii. This part combined costumes, bags and oilpaper umbrellas with the tradit The Application of Chinese Paper Cutting Patterns to Bag,Costume Designs and oilpaper umbrella TSAI,Yi-lun LIN,Yu-wen Abstract Using bags and costumes is regarded as the extension of human body, and the

More information

1對外華語文詞彙教學的策略研究_第三次印).doc

1對外華語文詞彙教學的策略研究_第三次印).doc 37 92 1 16 1 2 3 4 5 6 7 8????? 9????????? 10???????????????????? 11? 12 13 14 15 16 The Strategy Research of Teaching Chinese as a Second Language Li-Na Fang Department of Chinese, National Kaohsiung

More information

* CO3 A 1674-2486 2011 04-0005 - 18 P. 253 * 5 1. 1949 1991 1949 1991 6 2. 7 1 2001 2 2008 8 1 2 2008 11 http / /www. rnd. ncnu. edu. tw /hdcheng /method /ways. doc 2008 / 9 disciplinary matrix 1 1. 2001

More information

<4D6963726F736F667420576F7264202D203037AB6EA578C657A467A661A4BDAFABB9B3B455AB61B379A7CEACE3A8732E646F63>

<4D6963726F736F667420576F7264202D203037AB6EA578C657A467A661A4BDAFABB9B3B455AB61B379A7CEACE3A8732E646F63> 美 學 與 藝 術 管 理 研 究 所 學 刊 第 三 期 2007.07 頁 95~11 南 台 灣 土 地 公 神 像 帽 冠 造 形 研 究 A Study on the Form of Tu-Di-Gong s Headgear in Southal Taiwan 邵 于 婷 * 林 振 陽 ** * 南 華 大 學 應 用 藝 術 與 設 計 學 系 碩 士 班 研 究 生 ** 南 華

More information

10384 200115009 UDC Management Buy-outs MBO MBO MBO 2002 MBO MBO MBO MBO 000527 MBO MBO MBO MBO MBO MBO MBO MBO MBO MBO MBO Q MBO MBO MBO Abstract Its related empirical study demonstrates a remarkable

More information

Microsoft Word doc

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

More information

中国的知识分子与民间(社会)

中国的知识分子与民间(社会) 一 座 博 物 馆 庙 宇 建 筑 的 民 族 志 论 成 为 政 治 艺 术 的 双 名 制 高 丙 中 提 要 : 基 于 跨 度 9 年 的 参 与 观 察, 本 文 采 用 民 族 志 方 法 叙 述 了 一 个 同 时 兼 具 博 物 馆 和 庙 宇 之 名 的 建 筑 物 从 创 意 到 启 动 再 到 完 成 的 过 程 这 个 过 程 包 含 着 学 界 的 参 与 村 民 的 努

More information

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

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

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

A Study on Grading and Sequencing of Senses of Grade-A Polysemous Adjectives in A Syllabus of Graded Vocabulary for Chinese Proficiency 2002 I II Abstract ublished in 1992, A Syllabus of Graded Vocabulary

More information

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

國立中山大學學位論文典藏.PDF I II III IV V VI In recent years, the Taiwan s TV talk shows about the political topic have a bias in favour of party. In Taiwan, there are two property of party, one is called Blue property of party,

More information

Chn 116 Neh.d.01.nis

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

More information

2015年4月11日雅思阅读预测机经(新东方版)

2015年4月11日雅思阅读预测机经(新东方版) 剑 桥 雅 思 10 第 一 时 间 解 析 阅 读 部 分 1 剑 桥 雅 思 10 整 体 内 容 统 计 2 剑 桥 雅 思 10 话 题 类 型 从 以 上 统 计 可 以 看 出, 雅 思 阅 读 的 考 试 话 题 一 直 广 泛 多 样 而 题 型 则 稳 中 有 变 以 剑 桥 10 的 test 4 为 例 出 现 的 三 篇 文 章 分 别 是 自 然 类, 心 理 研 究 类,

More information

考試學刊第10期-內文.indd

考試學刊第10期-內文.indd misconception 101 Misconceptions and Test-Questions of Earth Science in Senior High School Chun-Ping Weng College Entrance Examination Center Abstract Earth Science is a subject highly related to everyday

More information

\\Lhh\07-02\黑白\内页黑白1-16.p

\\Lhh\07-02\黑白\内页黑白1-16.p Abstract: Urban Grid Management Mode (UGMM) is born against the background of the fast development of digital city. It is a set of urban management ideas, tools, organizations and flow, which is on the

More information

BIBLID 0254-4466(2001)19:1 pp. 249-276 19 1 90 6 ** * ** 88 I 2000 8 249 250 19 1 251 1873-1929 1900 1 1902 1 35 1900 1960 7-12 252 19 1 2 3 2 1900 1902 3 2000 129-197 253 4 5 6 4 1902 1962 103 5 Joseph

More information

徐汇教育214/3月刊 重 点 关 注 高中生异性交往的小团体辅导 及效果研究 颜静红 摘 要 采用人际关系综合诊断量表 郑日昌编制并 与同性交往所不能带来的好处 带来稳定感和安全感 能 修订 对我校高一学生进行问卷测量 实验组前后测 在 够度过更快乐的时光 获得与别人友好相处的经验 宽容 量表总分和第 4 项因子分 异性交往困扰 上均有显著差 大度和理解力得到发展 得到掌握社会技术的机会 得到 异

More information

~ a 3 h NCEP ~ 24 3 ~ ~ 8 9 ~ km m ~ 500 m 500 ~ 800 m 800 ~ m a 200

~ a 3 h NCEP ~ 24 3 ~ ~ 8 9 ~ km m ~ 500 m 500 ~ 800 m 800 ~ m a 200 31 1 2013 3 Journal of Arid Meteorology Vol. 31 No. 1 March 2013. J. 2013 31 1 62-69. doi 10. 11755 /j. issn. 1006-7639 2013-01 - 0062 211101 2000 ~ 2010 3 h 2. 5 2. 5 NCEP 2 5 ~ 7 02 11 05 ~ 08 2 ~ 8

More information

C o n t e n t s...7... 15 1. Acceptance... 17 2. Allow Love... 19 3. Apologize... 21 4. Archangel Metatron... 23 5. Archangel Michael... 25 6. Ask for

C o n t e n t s...7... 15 1. Acceptance... 17 2. Allow Love... 19 3. Apologize... 21 4. Archangel Metatron... 23 5. Archangel Michael... 25 6. Ask for Doreen Virtue, Ph.D. Charles Virtue C o n t e n t s...7... 15 1. Acceptance... 17 2. Allow Love... 19 3. Apologize... 21 4. Archangel Metatron... 23 5. Archangel Michael... 25 6. Ask for a Sign... 27 7.

More information

Microsoft Word - 2011.12電子報x

Microsoft Word - 2011.12電子報x 出 刊 日 期 2011 年 12 月 1 日, 第 69 期 第 1 頁 / 共 16 頁 本 期 搶 先 報 主 題 故 事 主 題 故 事 第 十 屆 校 慶 運 葳 格 高 中 校 長 張 光 銘 履 新, 創 辦 人 率 體 系 師 生 盛 大 茶 會 歡 迎 動 會 盛 大 登 場 生 日 快 樂! 葳 格 中 小 學 第 十 屆 校 慶 運 動 會 盛 大 登 場 校 園 新 鮮 事

More information

Microsoft Word - 11月電子報1130.doc

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

More information

南華大學數位論文

南華大學數位論文 南 華 大 學 ( 文 學 所 ) 碩 士 論 文 論 文 題 目 ( 陳 千 武 小 說 活 著 回 來 及 其 相 關 事 例 研 究 ) 論 文 題 目 (Chen Chien Wu Return Alive And Some Research About It) 研 究 生 : 朱 妍 淩 指 導 教 授 : 林 葉 連 中 華 民 國 一 0 一 年 6 月 8 日 陳 千 武 小 說

More information

iml v C / 0W EVM - pplication Notes. IC Description The iml8683 is a Three Terminal Current Controller (TTCC) for regulating the current flowin

iml v C / 0W EVM - pplication Notes. IC Description The iml8683 is a Three Terminal Current Controller (TTCC) for regulating the current flowin iml8683-220v C / 0W EVM - pplication Notes iml8683 220V C 0W EVM pplication Notes Table of Content. IC Description... 2 2. Features... 2 3. Package and Pin Diagrams... 2 4. pplication Circuit... 3 5. PCB

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

《红楼梦》中茗烟与李贵的对比分析

《红楼梦》中茗烟与李贵的对比分析 第 13 卷 第 2 期 中 南 大 学 学 报 ( 社 会 科 学 版 ) Vol.13 No.2 2007 年 4 月 J. CENT. SOUTH UNIV. (SOCIAL SCIENCE) Apr. 2007 红 楼 梦 茗 烟 与 李 贵 形 象 比 较 研 究 李 鸿 渊, 奉 旨 亨 ( 湖 南 科 技 大 学 人 文 学 院, 湖 南 湘 潭,411201) 摘 要 : 茗 烟 与

More information

iml v C / 4W Down-Light EVM - pplication Notes. IC Description The iml8683 is a Three Terminal Current Controller (TTCC) for regulating the cur

iml v C / 4W Down-Light EVM - pplication Notes. IC Description The iml8683 is a Three Terminal Current Controller (TTCC) for regulating the cur iml8683-220v C / 4W Down-Light EVM - pplication Notes iml8683 220V C 4W Down Light EVM pplication Notes Table of Content. IC Description... 2 2. Features... 2 3. Package and Pin Diagrams... 2 4. pplication

More information

LSC操作说明

LSC操作说明 1 C H R I S T A L P H A 1-4 LSC 型 Part. No. 102041 A L P H A 2-4 LSC 型 Part. No. 10204 冷 冻 干 燥 机 操 作 说 明 新 研 制 的 LSC-8 控 制 器, 具 备 图 形 显 示 功 能, 能 以 数 据 表 形 式 显 示 参 数, 并 可 选 配 控 制 软 件 LSC-8 1/4 VGA 大 屏 幕

More information

(Microsoft Word - \262\263\250\245\260\36320131116_combined version-2)

(Microsoft Word - \262\263\250\245\260\36320131116_combined version-2) 眾 經 言 濟 堂 ::2014 施 政 報 告 諮 詢 市 民 提 問 1. 2. 3. 你 對 所 有 樓 謂 什 市 政 麼 之 經 方 辣 不 法 招 分 去, 可 幫 香 否 助 港 廢 殘 整 除 疾 體 人 經? 士 濟 需? 要 如 眼 有 望 可 中 投 國 入 大 一 方 些 向 金 發 錢 展 去 改 善 作 他 出 們 先 的 知 生 先 活 覺 完 善 法 制 人 才, 人

More information

168 健 等 木醋对几种小浆果扦插繁殖的影响 第1期 the view of the comprehensive rooting quality, spraying wood vinegar can change rooting situation, and the optimal concent

168 健 等 木醋对几种小浆果扦插繁殖的影响 第1期 the view of the comprehensive rooting quality, spraying wood vinegar can change rooting situation, and the optimal concent 第 31 卷 第 1 期 2013 年 3 月 经 济 林 研 究 Nonwood Forest Research Vol. 31 No.1 Mar. 2013 木醋对几种小浆果扦插繁殖的影响 健 1,2 杨国亭 1 刘德江 2 (1. 东北林业大学 生态研究中心 黑龙江 哈尔滨 150040 2. 佳木斯大学 生命科学学院 黑龙江 佳木斯 154007) 摘 要 为了解决小浆果扦插繁殖中生根率及成活率低等问题

More information

壹、前言

壹、前言 DOH93-DC-1116 93 3 1 93 12 31 ... 1... 4... 6... 7... 8... 9... 13... 13 ()... 13 ()... 14 ()... 14... 16... 16... 16... 17... 18 1 ... 19... 24... 27... 29... 31... 31... 33... 34... 35... 36... 36 ()...

More information

IPCC CO (IPCC2006) 1 : = ( 1) 1 (kj/kg) (kgc/gj) (tc/t)

IPCC CO (IPCC2006) 1 : = ( 1) 1 (kj/kg) (kgc/gj) (tc/t) 2011 5 5 (278 ) China Industrial Economics May 2011 No.5 1 12 (1. 100005; 2. 066004) [ ] : ; ; : ; ; [ ] ; ; ; [ ]F290 [ ]A [ ]1006-480X(2011)05-0047-11 2008 CO 2 ( ) (2009) (GDP) (Binhocker et al. 2008)

More information

Microsoft Word - 武術合併

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

More information

096STUT DOC

096STUT DOC i YouTube was established in 2005 until now only more than 3 years. Although it was established just more than 3 years, it has already become the one of multitudinous video shares website that most people

More information

第三章 国内外小组合作学习的应用情况

第三章 国内外小组合作学习的应用情况 摘 要 论 文 题 目 : 小 组 合 作 学 习 在 上 海 高 中 信 息 科 技 教 学 中 的 应 用 专 业 : 现 代 教 育 技 术 学 位 申 请 人 : 朱 翠 凤 指 导 教 师 : 孟 琦 摘 要 小 组 合 作 学 习 是 目 前 世 界 上 许 多 国 家 普 遍 采 用 的 一 种 富 有 创 意 的 教 学 理 论 与 策 略, 其 在 培 养 学 生 的 合 作 精

More information

1505.indd

1505.indd 上 海 市 孙 中 山 宋 庆 龄 文 物 管 理 委 员 会 上 海 宋 庆 龄 研 究 会 主 办 2015.05 总 第 148 期 图 片 新 闻 2015 年 9 月 22 日, 由 上 海 孙 中 山 故 居 纪 念 馆 台 湾 辅 仁 大 学 和 台 湾 图 书 馆 联 合 举 办 的 世 纪 姻 缘 纪 念 孙 中 山 先 生 逝 世 九 十 周 年 及 其 革 命 历 程 特 展

More information

Microsoft Word - 实验34.doc

Microsoft Word - 实验34.doc 实 验 三 : 软 件 产 品 概 念 的 表 达 - 全 自 动 洗 衣 机 的 分 析 ( 请 将 实 验 结 果 发 给 你 的 TA 如 果 你 对 产 品 创 意 有 信 心, 请 同 时 发 一 份 给 指 导 老 师 ) 课 程 : 软 件 工 程 专 业 导 论 学 号 : 姓 名 : 实 验 目 的 : 1: 通 过 网 络, 研 究 全 自 动 洗 衣 机 产 品 2: 掌 握

More information

< F5FB77CB6BCBD672028B0B6A46AABE4B751A874A643295F5FB8D5C5AA28A668ADB6292E706466>

< F5FB77CB6BCBD672028B0B6A46AABE4B751A874A643295F5FB8D5C5AA28A668ADB6292E706466> A A A A A i A A A A A A A ii Introduction to the Chinese Editions of Great Ideas Penguin s Great Ideas series began publication in 2004. A somewhat smaller list is published in the USA and a related, even

More information

5 : 67 ( ),,,,, : (1),,,,,,,, ( ),, ( : ) [ 1 ],, (2),,,, ;,,, [ 2 ] ( P1 2),,, (3),, [ 1 ] ( P1 1),,, [ 3 ] ( P1364),,,,, [ 4 ] ( P1135),,,,,,, [ 5 ]

5 : 67 ( ),,,,, : (1),,,,,,,, ( ),, ( : ) [ 1 ],, (2),,,, ;,,, [ 2 ] ( P1 2),,, (3),, [ 1 ] ( P1 1),,, [ 3 ] ( P1364),,,,, [ 4 ] ( P1135),,,,,,, [ 5 ] 24 5 2006 9 Tribune o f Po litica l Scie nce a nd Law (Jo u rna l o f C h ina U n ive rsity o f Po litica l Sc ie nce a nd Law ) Vol. 24, No. 5 Sep. 2006 (, 310028) :,,,,, : ; ; ; ; ; : ; ; ; : DF5 : A

More information

硕 士 学 位 论 文 论 文 题 目 我 国 公 务 员 养 老 保 险 立 法 研 究 研 究 生 姓 名 周 进 指 导 教 师 姓 名 专 业 名 称 研 究 方 向 论 文 提 交 日 期 沈 同 仙 经 济 法 劳 动 法 2012 年 4 月 我 国 公 务 员 养 老 保 险 立 法 研 究 中 文 摘 要 我 国 公 务 员 养 老 保 险 立 法 研 究 中 文 摘 要 随 着

More information

南華大學數位論文

南華大學數位論文 I II Abstract This study aims at understanding and analysing the general situation and predicament of current educational development in Savigi tribe and probing the roles played by the school, the family

More information

2 1 2 3 4 1 2 3 4 道 家 思 想 有 著 相 當 大 的 成 分 是 落 在 身 學 傳 統 的 範 疇, 特 別 是 人 萬 物 與 道 的 關 係 時, 身 學 的 觀 看 視 野 特 別 有 其 解 釋 性, 事 實 上, 在 道 家 的 思 維 中 並 不 是 不 存 在

2 1 2 3 4 1 2 3 4 道 家 思 想 有 著 相 當 大 的 成 分 是 落 在 身 學 傳 統 的 範 疇, 特 別 是 人 萬 物 與 道 的 關 係 時, 身 學 的 觀 看 視 野 特 別 有 其 解 釋 性, 事 實 上, 在 道 家 的 思 維 中 並 不 是 不 存 在 92 12 1 34 氣 身 體 與 政 治 老 子 河 上 公 注 的 政 治 思 想 分 析 林 俊 宏 * 摘 要 關 鍵 詞 : 氣 精 神 老 子 身 與 國 愛 氣 養 神 前 言 * 國 立 台 灣 大 學 政 治 學 系 副 教 授 收 稿 日 期 92 年 9 月 1 日 通 過 日 期 92 年 11 月 4 日 2 1 2 3 4 1 2 3 4 道 家 思 想 有 著 相 當

More information

WTO

WTO 10384 200015128 UDC Exploration on Design of CIB s Human Resources System in the New Stage (MBA) 2004 2004 2 3 2004 3 2 0 0 4 2 WTO Abstract Abstract With the rapid development of the high and new technique

More information

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

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

More information

10389144 2006 5 30 2006 5 30

10389144 2006 5 30 2006 5 30 10389144 10389144 2006 5 30 2006 5 30 ED ED IIEFEFOF SDISOS ED 10 2 2 1 10 4 1 1 4 4 IIEF SD EFOFISOS EF 2 1 1 4 1 ED ED Study on the effect of Sex Therapy for Erectile Dysfunction Patients ABSTRACT Objective

More information

学者一周观察

学者一周观察 学 者 一 周 观 察 陈 少 峰 简 介 1. 新 闻 出 版 总 署 和 广 电 总 局 的 整 合, 使 行 业 分 割 弱 化, 打 破 多 头 管 理 的 格 局 2013 年 3 月 10 日, 新 闻 出 版 总 署 和 广 播 电 影 电 视 总 局 整 合 为 国 家 新 闻 出 版 广 播 电 视 总 局 新 闻 出 版 总 署 和 广 电 总 局 的 职 能 重 叠, 使 得

More information

前 言 一 場 交 換 學 生 的 夢, 夢 想 不 只 是 敢 夢, 而 是 也 要 敢 去 實 踐 為 期 一 年 的 交 換 學 生 生 涯, 說 長 不 長, 說 短 不 短 再 長 的 路, 一 步 步 也 能 走 完 ; 再 短 的 路, 不 踏 出 起 步 就 無 法 到 達 這 次

前 言 一 場 交 換 學 生 的 夢, 夢 想 不 只 是 敢 夢, 而 是 也 要 敢 去 實 踐 為 期 一 年 的 交 換 學 生 生 涯, 說 長 不 長, 說 短 不 短 再 長 的 路, 一 步 步 也 能 走 完 ; 再 短 的 路, 不 踏 出 起 步 就 無 法 到 達 這 次 壹 教 育 部 獎 助 國 內 大 學 校 院 選 送 優 秀 學 生 出 國 研 修 之 留 學 生 成 果 報 告 書 奧 地 利 約 翰 克 卜 勒 大 學 (JKU) 留 學 心 得 原 就 讀 學 校 / 科 系 / 年 級 : 長 榮 大 學 / 財 務 金 融 學 系 / 四 年 級 獲 獎 生 姓 名 : 賴 欣 怡 研 修 國 家 : 奧 地 利 研 修 學 校 : 約 翰 克 普

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

Microsoft Word - SH090330.doc

Microsoft Word - SH090330.doc 2009 年 3 月 30 日 環 球 指 數 上 周 收 市 價 一 星 期 變 化 百 分 率 四 星 期 變 化 百 分 率 恆 生 指 數 14,119.50 +1285.99 +10.02% +1307.93 +10.21% 國 企 指 數 8,481.22 +985.26 +13.14% +1578.38 +22.87% 上 海 綜 合 指 數 2,374.44 +93.35 +4.09%

More information

68 2012 11 the requirements of load - bearing rescue and turning of the large fire engine can be served as an outdoor safety area. 5 The second floor

68 2012 11 the requirements of load - bearing rescue and turning of the large fire engine can be served as an outdoor safety area. 5 The second floor 2012 11 11 170 JOURNAL OF RAILWAY ENGINEERING SOCIETY Nov 2012 NO. 11 Ser. 170 1006-2106 2012 11-0067 - 06 1 2 ( 1. 苏 州 设 计 研 究 院 股 份 有 限 公 司, 江 苏 苏 州 215021; 2. 苏 州 市 消 防 支 队, 江 苏 苏 州 215021) 1 2 3 4

More information

目 錄 頁 數 校 訓.. 第 1 頁 辦 學 使 命.. 第 1 頁 抱 負.. 第 1 頁 學 校 願 景.. 第 2 頁 我 們 的 現 況.. 第 3 頁 學 校 關 注 事 項 (2015-2018 年 度 )... 第 4 頁 三 年 周 期 發 展 計 劃 (2015-2018 年 度

目 錄 頁 數 校 訓.. 第 1 頁 辦 學 使 命.. 第 1 頁 抱 負.. 第 1 頁 學 校 願 景.. 第 2 頁 我 們 的 現 況.. 第 3 頁 學 校 關 注 事 項 (2015-2018 年 度 )... 第 4 頁 三 年 周 期 發 展 計 劃 (2015-2018 年 度 獅 子 會 何 德 心 小 學 2015-2018 年 度 學 校 三 年 發 展 計 劃 2015-2016 年 度 學 校 周 年 發 展 計 劃 二 零 一 五 年 八 月 目 錄 頁 數 校 訓.. 第 1 頁 辦 學 使 命.. 第 1 頁 抱 負.. 第 1 頁 學 校 願 景.. 第 2 頁 我 們 的 現 況.. 第 3 頁 學 校 關 注 事 項 (2015-2018 年 度 )...

More information

Wuhan Textile University M. A. S Dissertation Emotional Design of Home Textile Based on the Chinese Traditional Culture Wedding Bedding for Example Ca

Wuhan Textile University M. A. S Dissertation Emotional Design of Home Textile Based on the Chinese Traditional Culture Wedding Bedding for Example Ca 分 类 号 J523 学 校 代 码 10495 UDC 746 密 级 硕 士 学 位 论 文 基 于 中 国 传 统 文 化 的 家 用 纺 织 品 情 感 化 研 究 以 婚 庆 床 上 用 品 为 例 作 者 姓 名 : 郭 晓 彤 学 号 : 1115013015 指 导 教 师 : 学 科 门 类 : 高 波 副 教 授 艺 术 学 专 业 : 设 计 艺 术 学 研 究 方 向 : 完

More information

3 Why would Chen risk ending the recent dance of détente between Taipei and Beijing a dance he has helped choreograph? Political analysts say Chen in

3 Why would Chen risk ending the recent dance of détente between Taipei and Beijing a dance he has helped choreograph? Political analysts say Chen in ) 1 8 3 http://www.president.gov.tw/php-bin/shownews.php4. 2. 2002 8 3 2002 7 21 91 7 22 20027 29 7 21 91 7 31 1 3 Why would Chen risk ending the recent dance of détente between Taipei and Beijing a dance

More information

Untitiled

Untitiled 目 立人1 2011 录 目 录 专家视点 权利与责任 班主任批评权的有效运用 齐学红 3 德育园地 立 沿着鲁迅爷爷的足迹 主题队活动案例 郑海娟 4 播下一颗美丽的种子 沿着鲁迅爷爷的足迹 中队活动反思 郑海娟 5 赠人玫瑰 手有余香 关于培养小学生服务意识的一些尝试和思考 孙 勤 6 人 教海纵横 2011 年第 1 期 总第 9 期 主办单位 绍兴市鲁迅小学教育集团 顾 问 编委会主任 编

More information

xe c.pdf

xe c.pdf MITSUBISHI Industrial Sewing Machine Parts Catalog Model PLKE1010 CONTENTS Page A Construction 1 B C D E F G H J Arm bed & it s accessories 2 Arm bed & it s accessories 4 Sewing mechanism 6 Sewing mechanism

More information

States and capital package

States and capital package : 1 Students are required to know 50 states and capitals and their geological locations. This is an independent working packet to learn about 50 states and capital. Students are asked to fulfill 4 activities

More information

Business Objects 5.1 Windows BusinessObjects 1

Business Objects 5.1 Windows BusinessObjects 1 Business Objects 5.1 Windows BusinessObjects 1 BusinessObjects 2 BusinessObjects BusinessObjects BusinessObjects Windows95/98/NT BusinessObjects Windows BusinessObjects BusinessObjects BusinessObjects

More information

1

1 1 * Modernity, Religion, and Magic: Governmentalityof a Local Temple By Ding-tzann Lii and Jieh-min Wu Keywords: modernity, folk religion, magic, governmentality, body, Foucault, Durkheim * NSC 93-2412-H-007-001

More information

-------------------------------------------------------------------------------- Pekinger in NewYork -------------------------------------------------------------------------------- 1011 121314 151617

More information

ebook70-5

ebook70-5 5 / 5.1 L i n u x L i n u x X L i n u x 5.1.1 touch t o u c h t o u c h G N U t o u c h # touch newfile # ls -l newfile - r w - r - - r - - 1 bball users 0 Jan 5 12 : 40 n e w f i l e t o u c h 0 # > newfile2

More information

天 主 教 輔 仁 大 學 社 會 學 系 學 士 論 文 小 別 勝 新 婚? 久 別 要 離 婚? 影 響 遠 距 家 庭 婚 姻 感 情 因 素 之 探 討 Separate marital relations are getting better or getting worse? -Exp

天 主 教 輔 仁 大 學 社 會 學 系 學 士 論 文 小 別 勝 新 婚? 久 別 要 離 婚? 影 響 遠 距 家 庭 婚 姻 感 情 因 素 之 探 討 Separate marital relations are getting better or getting worse? -Exp 天 主 教 輔 仁 大 學 社 會 學 系 學 士 論 文 小 別 勝 新 婚? 久 別 要 離 婚? 影 響 遠 距 家 庭 婚 姻 感 情 因 素 之 探 討 Separate marital relations are getting better or getting worse? -Explore the impact of emotional factors couples do not

More information

回 憶 見 證 盼 望 追 思 陳 英 泰 先 生 目 錄 04 陳 英 泰 先 生 生 平 簡 介 06 陳 英 泰 先 生 年 表 08 陳 英 泰 的 照 片 過 去 到 現 在 10 時 論 5 台 灣 人 權 景 美 文 化 園 區 -2 陳 英 泰 先 生 遺 作 13 家 屬 追 思

回 憶 見 證 盼 望 追 思 陳 英 泰 先 生 目 錄 04 陳 英 泰 先 生 生 平 簡 介 06 陳 英 泰 先 生 年 表 08 陳 英 泰 的 照 片 過 去 到 現 在 10 時 論 5 台 灣 人 權 景 美 文 化 園 區 -2 陳 英 泰 先 生 遺 作 13 家 屬 追 思 ( 曾 懷 慧 攝 影 ) 回 憶 見 證 盼 望 追 思 陳 英 泰 先 生 目 錄 04 陳 英 泰 先 生 生 平 簡 介 06 陳 英 泰 先 生 年 表 08 陳 英 泰 的 照 片 過 去 到 現 在 10 時 論 5 台 灣 人 權 景 美 文 化 園 區 -2 陳 英 泰 先 生 遺 作 13 家 屬 追 思 文 14 一 生 的 堅 持 給 天 父 的 一 封 信 陳 峋 蘋 17

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

Abstract Due to the improving of living standards, people gradually seek lighting quality from capacityto quality. And color temperature is the important subject of it. According to the research from aboard,

More information