Microsoft Word - 09-徐伟_oee180198_xeyz.doc

Size: px
Start display at page:

Download "Microsoft Word - 09-徐伟_oee180198_xeyz.doc"

Transcription

1 Opto-Electronic Engineering 光电工程 Article 2018 年, 第 45 卷, 第 12 期 扫描电子显微镜图像漂移的实时矫正方法 徐伟 1, 谷森 1, 储成智 1, 靳振伟 1, 汝长海 1,2* 摘要 : 为解决扫描电子显微镜 (SEM) 由于电子束漂移 电磁干扰等原因导致的图像漂移问题, 提出基于 ORB 结合 PROSAC 的图像漂移矫正算法 首先采用 ORB 算法对基准图像和实时图像进行特征检测, 然后利用汉明距离与交叉匹配实现特征的初匹配, 再结合 RANSAC 的优化算法 PROSAC 计算帧间的单应矩阵, 利用单应矩阵映射剔除外点后重新迭代计算出最终的精确单应矩阵, 最后利用单应矩阵的透视变换实现 SEM 图像漂移实时矫正 通过实验证明, 该算法不仅精度高, 而且能够满足 SEM 实时处理的要求 关键词 : 扫描电子显微镜 ; 图像漂移 ; 单应矩阵 ; 矫正中图分类号 :O436.3;TP391 文献标志码 :A 引用格式 : 徐伟, 谷森, 储成智, 等. 扫描电子显微镜图像漂移的实时矫正方法 [J]. 光电工程,2018,45(12): Real-time correction of image drift in scanning electron microscope Xu Wei 1, Gu Sen 1, Chu Chengzhi 1, Jin Zhenwei 1, Ru Changhai 1,2* 1 Robotics and Microsystems Center of Soochow University, Suzhou, Jiangsu , China; 2 Collaborative Innovation Center of Suzhou Nano Science and Technology, Suzhou, Jiangsu , China Abstract: In order to solve the problem of imaging drift in scanning electron microscope (SEM) that caused by electron beam drift, electromagnetic interference and other reasons, an image shift correction algorithm based on ORB (oriented FAST and rotated BRIEF) combing the PROSAC (progressive sample consensus) is proposed in this paper. Firstly, the ORB algorithm is used to detect the feature between the reference image and real-time image. Then the initial matching of the feature is implemented by using the Hamming distance and cross-matching. Moreover, the RANSAN (random sample consensus) optimization algorithm PROSAC is used to calculate the homography matrix between frames and the final exact homography matrix is re-iterated after eliminating exterior point. Finally, the SEM image drift is corrected in real time using the perspective transformation of the homography matrix. The experiments show that the proposed algorithm is high precision and satisfies the requirement of SEM real-time processing. Keywords: scanning electron microscopy; imaging drift; homography matrix; correction Citation: Xu W, Gu S, Chu C Z, et al. Real-time correction of image drift in scanning electron microscope[j]. Opto-Electronic Engineering, 2018, 45(12): 收稿日期 : ; 收到修改稿日期 : 基金项目 :( ) 作者简介 :(1994-) @qq.com 通信作者 :(1976-) rzh@suda.edu.cn

2 1 引言 [1] (scanning electron microscope SEM) 3D SEM IC [2] [3] [4] SEM SEM SEM [5] Cizmar SEM [6] Naresh ORB RANSAC [7] RANSAC [8] SEM ORB(oriented FAST and rotated BRIEF) PROSAC(progressive sample consensus) RANSAC(random sample consensus) RANSAC RANSAC RANSAC PROSAC ORB SEM SEM 2 SEM 成像分析 1 SEM ξ(r) [9] 理想情况下, 强度值 ξ(r) 仅仅取决于电子束在样 图 1 扫描电镜工作原理图 Fig. 1 The working principle of SEM

3 品上的停留位置 r r (t) 但由于 SEM 本身结构的缺陷, 往往引起图像的静态失真和动态失真, 导致图像的实际停留位置 r 为 r() t = r () t + Dd() t + Ds( r ), (1) 其中 : r()= t M( x() t e + y() t e ), (2) r 其中 :t 为时间,M 为常数, e x, e y 为 x 和 y 方向上的单位向量, D s 为静态失真, D d 为动态失真 研究表明 : 在低倍率下, 由于观察的样品区域和电子束扫描区域范围比较大,SEM 的成像模型可近似为透视投影模型 此时, 电磁透镜固有缺陷往往引起图像的静态失真, 但随着倍率的不断增加, 静态失真逐渐消失 由于静态失真为常量, 可以通过畸变参数的计算来完成矫正 然而在高倍率下,SEM 的投影中心移动到无限远处, 所以成像模型近似认为是平行投影模型 此时, 静态失真完全消失, 但由电子束漂移 电磁干扰等原因导致图像的动态失真常常引起 SEM 图像进行无规律的连续运动 ( 即图像的漂移现象 ), 如图 2 所示, 红色标记区域随着时间的推移发生了位移, 从而影响 [10] SEM 对纳米材料的测量与表征 (a) (b) 3 漂移矫正方法 图 2 不同时刻 SEM 图像 Fig. 2 SEM images at different times I 0 I t SEM x y t0 t 1 SEM t 1 P 0 ( x, y) I 0 P (, ) 1 x y It H [11] P0 H P1, (3) 其中 : H 是 3 3 的满秩矩阵, 为 H11 H12 H13 H = H21 H22 H 23 (4) H31 H32 1 I I = H P 1 (5) H SEM 3 ORB H X = ( x1, x2,, x n ) Y y1 y2 y n = (,,, ) n k k = 1 DXY (, ) = x y, (6) xk {0,1} yk {0,1} H RANSAC [11] PROSAC H U n [12] 1) 0 2) n 3) n m H 1 2) U n I n I n 5% I n U n K 5% H k

4 ORB SEM SEM PROSAC 图 3 SEM 图像漂移矫正流程图 Fig. 3 The flow chart of SEM image drift correction 4 实验与结果分析 Windows 7 Intel(R)Core i5-2450m CPU 2.5 GHz 4 G VS2010+OpenCV FEI Quanta ESEM 300 SU ORB+RANSACORB+D_RANSAC(RANSAC+RAN SAC) SEM 4(a)5(a)6(a) 7(a) , SEM (ROI) 4(b)5(b)6(b) 7(b) 4(c)5(c) 6(c) 7(c) 1~4 H 11 H 12 H 21 H 22 H 13 H 23 (ROI) (MAE)MAE (a) (b) (c) 图 4 FEI 在 倍率下漂移矫正 (a) 基准图 ;(b) 实时图 ;(c) 矫正图 Fig. 4 FEI drift correction at magnification. (a) Reference image; (b) Real-time image; (c) Corrective image

5 (a) (b) (c) 图 5 FEI 在 倍率下漂移矫正 (a) 基准图 ;(b) 实时图 ;(c) 矫正图 Fig. 5 FEI drift correction at magnification. (a) Reference image; (b) Real-time image; (c) Corrective image (a) (b) (c) 图 6 SU8010 在 倍率下漂移矫正 (a) 基准图 ;(b) 实时图 ;(c) 矫正图 Fig. 6 SU8010 drift correction at magnification. (a) Reference image; (b) Real-time image; (c) Corrective image (a) (b) (c) 图 7 SU8010 在 倍率下漂移矫正 (a) 基准图 ;(b) 实时图 ;(c) 矫正图 Fig. 7 SU8010 drift correction at magnification. (a) Reference image; (b) Real-time image; (c) Corrective image 表 1 FEI 在 倍率下单应矩阵参数 Table 1 Homography parameters computed at magnification in FEI H 11 H 12 H 21 H 22 H 13 H 23 ORB+RANSAC ORB+D_RANSAC

6 表 2 FEI 在 倍率下单应矩阵参数 Table 2 Homography parameters computed at magnification in FEI H 11 H 12 H 21 H 22 H 13 H 23 ORB+RANSAC ORB+D_RANSAC 表 3 SU8010 在 倍率下单应矩阵参数 Table 3 Homography parameters computed at magnification in SU8010 H 11 H 12 H 21 H 22 H 13 H 23 ORB+RANSAC ORB+D_RANSAC 表 4 SU8010 在 倍率下单应矩阵参数 Table 4 Homography parameters computed at magnification in SU8010 H 11 H 12 H 21 H 22 H 13 H 23 ORB+RANSAC ORB+D_RANSAC MAE = I ˆ ROI IROI (7) MN M N 5~8 ORB+RANSAC MAE ORB+D_RANSAC SEM 表 5 FEI 漂移矫正平均绝对误差 Table 5 The MAE of FEI drift correction ORB+RANSAC ORB+D_RANSAC 表 6 FEI 漂移矫正帧率 Table 6 The frame rate of FEI drift correction (f/s) ORB+RANSAC ORB+D_RANSAC 表 7 SU8010 漂移矫正平均绝对误差 Table 7 The MAE of SU8010 drift correction ORB+RANSAC ORB+D_RANSAC 表 8 SU8010 漂移矫正帧率 Table 8 The frame rate of SU8010 drift correction (f/s) ORB+RANSAC ORB+D_RANSAC

7 5 结论 SEM ORB PROSAC SEM SEM SEM SEM 参考文献 [1] Cao Y Y, Xie F, Zhang P D, et al. Dual-beam super-resolution direct laser writing nanofabrication technology[j]. Opto-Electronic Engineering, 2017, 44(12): 曹耀宇, 谢飞, 张鹏达, 等. 双光束超分辨激光直写纳米加工技术 [J]. 光电工程,2017,44(12): [2] Gong Z, Chen B K, Sun Y, et al. Robotic Probing of Nanostructures inside Scanning Electron Microscopy[J]. IEEE Transactions on Robotics,2014,30(3): [3] Ye X T, Zhang Y, Ru C H, et al. Automated Pick-Place of Silicon Nanowires[J]. IEEE Transactions on Automation Science and Engineering, 2013, 10(3): [4] Ru C H, Zhang Y, Sun Y, et al. Automated Four-Point probe Measurement of Nanowires Inside a Scanning Electron Microscope[J]. IEEE Transactions on Nanotechnology, 2011, 10(4): [5] Gong Z, Chen B K, Sun Y, et al. Fluorescence and SEM correlative microscopy for nanomanipulation of subcellular structures[j]. Light: Science and Application, 2014, 3(11): e224. [6] Cizmar P, Vladar A E, Postek M T. Real-Time Scanning Charged-Particle Microscope Image Composition with Correction of Drift[J]. Microscopy and Microanalysis, 2011, 17(2): [7] Marturi N, Demele S, Piat N. Fast Image Drift Compensation in Scanning Electron Microscope using Image Registration[C]// Proceedings of 2013 IEEE International Conference on Automation Science and Engineering, 2013: [8] Xiao C B, Feng D Z, Feng X W. Fast RANSAC algorithm with resample optimization[j]. Journal of Computer-Aided Design and Computer Graphics, 2016, 28(4): 肖春宝, 冯大政, 冯祥卫. 重抽样优化的快速随机抽样一致性算法 [J]. 计算机辅助设计与图形学学报,2016,28(4): [9] Sutton M A, Li N, Li X D. Metrology in a scanning electron microscope: theoretical developments and experimental validation[j]. Measurement Science and Technology, 2006, 17(10): [10] Malti A C, Dembele S, Piat N, et al. Magnification-continuous static calibration model of a scanning- electron microscope[j]. Journal of Electronic Imaging, 2012, 21(3): [11] Marturi N. Vision and visual servoing for nanomanipulation and nanocharacterization in scanning electron microscope[d]: France: Univerite De France-comte, [12] Liu W, Zhao W J, Li C, et al. Detecting small moving target based on the improved ORB feature matching[j]. Opto-Electronic Engineering, 2015, 42(10): 刘威, 赵文杰, 李成, 等. 基于改进 ORB 特征匹配的运动小目标检测 [J]. 光电工程,2015,42(10):

8 Real-time correction of image drift in scanning electron microscope Xu Wei 1, Gu Sen 1, Chu Chengzhi 1, Jin Zhenwei 1, Ru Changhai 1,2* 1 Robotics and Microsystems Center of Soochow University, Suzhou, Jiangsu , China; 2 Collaborative Innovation Center of Suzhou Nano Science and Technology, Suzhou, Jiangsu , China The correction of image drift in SEM Overview: With the development of nanoscience, new nanomaterials and their excellent properties have been continuously discovered and recognized, showing a broad application prospect. Compared with the traditional optical microscope, the scanning electron microscope (SEM) has been widely used in the characterization of nanomaterials, micro deformation measurement with the advantages of its simple preparation, wide range of adjustable magnification, high resolution and great depth of field. In addition, the use of SEM images as visual sensors has merit in the development of automated nanomanipulations, such as automatic detection of IC chips, automatic pick-up of nanowires, and automatic measurement of nanowire impedance characteristics by four-point probes, making humans liberated from tedious nano-manipulations, greatly improving work efficiency. However, the drift of images caused by electron beam drift and electromagnetic interference at high magnification will affect the size measurement and characterization of nanomaterials in SEM. At present, domestic and foreign scholars have actively studied the correction method of SEM image drift, but there are still many obvious shortcomings. Cizmar et al. aligned the images correctly to form a single image by using larges of image frames, but which can t meet the requirements of the real-time in SEM. In order to solve the problem of real time, Naresh took the ORB combing the RANSAC to correct the drift image, but it does not eliminate the external points. The increase of the external points lead to the rapid increase of the sampling times of RANSAC, and then affects the efficiency of the algorithm and the accuracy of the measurement. Although AFM compensation algorithm has been able to solve the problem of image drift, it is not suitable for SEM because of the different principles. An image shift correction algorithm based on ORB (oriented FAST and rotated BRIEF) combing the PROSAC (progressive sample consensus) is proposed in this paper. Firstly, the ORB algorithm is used to detect the feature between the reference image and real-time image. Then the initial matching of the feature is implemented by using the Hamming distance and cross-matching. Moreover, the RANSAN (random sample consensus) optimization algorithm PROSAC is used to calculate the homography matrix between frames and the final exact homography matrix is re-iterated after eliminating exterior point. Finally, the SEM image drift is corrected in real time using the perspective transformation of the homography matrix. The experiments show that the proposed algorithm is high precision and satisfies the requirement of SEM real-time processing. This method can meet the requirements of the drift correction in SEM under different magnifications, and provide help for SEM measurement, characterization and other applications. Citation: Xu W, Gu S, Chu C Z, et al. Real-time correction of image drift in scanning electron microscope[j]. Opto-Electronic Engineering, 2018, 45(12): Supported by National Natural Science Foundation of China ( ) * rzh@suda.edu.cn

2 ( 自 然 科 学 版 ) 第 20 卷 波 ). 这 种 压 缩 波 空 气 必 然 有 一 部 分 要 绕 流 到 车 身 两 端 的 环 状 空 间 中, 形 成 与 列 车 运 行 方 向 相 反 的 空 气 流 动. 在 列 车 尾 部, 会 产 生 低 于 大 气 压 的 空 气 流

2 ( 自 然 科 学 版 ) 第 20 卷 波 ). 这 种 压 缩 波 空 气 必 然 有 一 部 分 要 绕 流 到 车 身 两 端 的 环 状 空 间 中, 形 成 与 列 车 运 行 方 向 相 反 的 空 气 流 动. 在 列 车 尾 部, 会 产 生 低 于 大 气 压 的 空 气 流 第 20 卷 第 3 期 2014 年 6 月 ( 自 然 科 学 版 ) JOURNAL OF SHANGHAI UNIVERSITY (NATURAL SCIENCE) Vol. 20 No. 3 June 2014 DOI: 10.3969/j.issn.1007-2861.2013.07.031 基 于 FLUENT 测 轨 道 交 通 隧 道 中 电 波 折 射 率 结 构 常 数 张 永

More information

untitled

untitled 20 1 2010 10 Vol.20 Special 1 The Chinese Journal of Nonferrous Metals Oct. 2010 1004-0609(2010)S1-s0127-05 Ti-6Al-4V 1 2 2 (1. 710016 2., 710049) 500~1 000 20 Ti-6Al-4V(TC4) TC4 800 TC4 800 TC4 TC4 800

More information

Fig. 1 1 The sketch for forced lead shear damper mm 45 mm 4 mm 200 mm 25 mm 2 mm mm Table 2 The energy dissip

Fig. 1 1 The sketch for forced lead shear damper mm 45 mm 4 mm 200 mm 25 mm 2 mm mm Table 2 The energy dissip * - 1 1 2 3 1. 100124 2. 100124 3. 210018 - ABAQUS - DOI 10. 13204 /j. gyjz201511033 EXPERIMENTAL STUDY AND THEORETICAL MODEL OF A NEW TYPE OF STEEL-LEAD DAMPING Shen Fei 1 Xue Suduo 1 Peng Lingyun 2 Ye

More information

[1-3] (Smile) [4] 808 nm (CW) W 1 50% 1 W 1 W Fig.1 Thermal design of semiconductor laser vertical stack ; Ansys 20 bar ; bar 2 25 Fig

[1-3] (Smile) [4] 808 nm (CW) W 1 50% 1 W 1 W Fig.1 Thermal design of semiconductor laser vertical stack ; Ansys 20 bar ; bar 2 25 Fig 40 6 2011 6 Vol.40 No.6 Infrared and Laser Engineering Jun. 2011 808 nm 2000 W 1 1 1 1 2 2 2 2 2 12 (1. 710119 2. 710119) : bar 808 nm bar 100 W 808 nm 20 bar 2 000 W bar LIV bar 808 nm : : TN248.4 TN365

More information

g 100mv /g 0. 5 ~ 5kHz 1 YSV8116 DASP 1 N 2. 2 [ M] { x } + [ C] { x } + [ K]{ x } = { f t } 1 M C K 3 M C K f t x t 1 [ H( ω )] = - ω 2

g 100mv /g 0. 5 ~ 5kHz 1 YSV8116 DASP 1 N 2. 2 [ M] { x } + [ C] { x } + [ K]{ x } = { f t } 1 M C K 3 M C K f t x t 1 [ H( ω )] = - ω 2 10 2016 10 No. 10 Modular Machine Tool & Automatic Manufacturing Technique Oct. 2016 1001-2265 2016 10-0012 - 05 DOI 10. 13462 /j. cnki. mmtamt. 2016. 10. 004 * 116024 MIMO TH166 TG502 A Dynamic Performance

More information

1 引言

1 引言 P P 第 40 卷 Vol.40 第 7 期 No.7 计 算 机 工 程 Computer Engineering 014 年 7 月 July 014 开 发 研 究 与 工 程 应 用 文 章 编 号 :1000-348(014)07-081-05 文 献 标 识 码 :A 中 图 分 类 号 :TP391.41 摘 基 于 图 像 识 别 的 震 象 云 地 震 预 测 方 法 谢 庭,

More information

2015-6-2.indd

2015-6-2.indd 中 国 科 技 资 源 导 刊 ISSN 1674-1544 2015 年 11 月 第 47 卷 第 6 期 18-22 CHINA SCIENCE & TECHNOLOGY RESOURCES REVIEW ISSN 1674-1544 Vol.47 No.6 18-22, Nov. 2015 科 技 人 员 创 新 创 业 政 策 制 定 相 关 因 素 分 析 李 玲 等 安 冉 储 节 旺

More information

Microsoft Word - 11-秦华伟.doc

Microsoft Word - 11-秦华伟.doc 热 带 海 洋 学 报 JOURNAL OF TROPICAL OCEANOGRAPHY 海 洋 调 查 与 观 测 仪 器 doi:10.3969/j.issn.1009-5470.2013.01.011 2013 年 第 32 卷 第 1 期 : 76 80 http://www.jto.ac.cn * 应 用 于 龟 山 岛 热 液 喷 口 探 寻 的 散 射 光 式 水 下 浊 度 仪 研

More information

ph ph ph Langmuir mg /g Al 2 O 3 ph 7. 0 ~ 9. 0 ph HCO - 3 CO 2-3 PO mg /L 5 p

ph ph ph Langmuir mg /g Al 2 O 3 ph 7. 0 ~ 9. 0 ph HCO - 3 CO 2-3 PO mg /L 5 p 1 2 1 2 3 1 2 1. 100054 2. 100054 3. 100036 ph ph ph Langmuir 166. 67 mg /g Al 2 O 3 ph 7. 0 ~ 9. 0 ph HCO - 4 5. 00 mg /L 5 ph doi 10. 13928 /j. cnki. wrahe. 2017. 03. 017 TV213. 4 + TU991. 26 + 6 A 1000-0860

More information

****************************************************** Fundamentals of TV Tracking ****************************************************** ( ),,, :,,,,,, 1998 9 ( ISBN 7-118-01911-9),,, 1999 5 20 Email:

More information

JOURNAL OF EARTHQUAKE ENGINEERING AND ENGINEERING VIBRATION Vol. 31 No. 5 Oct /35 TU3521 P315.

JOURNAL OF EARTHQUAKE ENGINEERING AND ENGINEERING VIBRATION Vol. 31 No. 5 Oct /35 TU3521 P315. 31 5 2011 10 JOURNAL OF EARTHQUAKE ENGINEERING AND ENGINEERING VIBRATION Vol. 31 No. 5 Oct. 2011 1000-1301 2011 05-0075 - 09 510405 1 /35 TU3521 P315. 8 A Earthquake simulation shaking table test and analysis

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

(Pattern Recognition) 1 1. CCD

(Pattern Recognition) 1 1. CCD ********************************* ********************************* (Pattern Recognition) 1 1. CCD 2. 3. 4. 1 ABSTRACT KeywordsMachine Vision, Real Time Inspection, Image Processing The purpose of this

More information

Microsoft PowerPoint - ATF2015.ppt [相容模式]

Microsoft PowerPoint - ATF2015.ppt [相容模式] Improving the Video Totalized Method of Stopwatch Calibration Samuel C.K. Ko, Aaron Y.K. Yan and Henry C.K. Ma The Government of Hong Kong Special Administrative Region (SCL) 31 Oct 2015 1 Contents Introduction

More information

Microsoft Word - KSAE06-S0262.doc

Microsoft Word - KSAE06-S0262.doc Stereo Vision based Forward Collision Warning and Avoidance System Yunhee LeeByungjoo KimHogi JungPaljoo Yoon Central R&D Center, MANDO Corporation, 413-5, Gomae-Ri, Gibeung-Eub, Youngin-Si, Kyonggi-Do,

More information

SVM OA 1 SVM MLP Tab 1 1 Drug feature data quantization table

SVM OA 1 SVM MLP Tab 1 1 Drug feature data quantization table 38 2 2010 4 Journal of Fuzhou University Natural Science Vol 38 No 2 Apr 2010 1000-2243 2010 02-0213 - 06 MLP SVM 1 1 2 1 350108 2 350108 MIP SVM OA MLP - SVM TP391 72 A Research of dialectical classification

More information

标题

标题 2016 年 5 月 西 南 民 族 大 学 学 报 ( 自 然 科 学 版 ) 第 423 卷 期 第 3 期 Journal 谢 of 琪 Southwest ꎬ 等 :C++ University 程 序 设 计 for 实 Nationalities( 验 教 学 微 课 Natural 的 设 计 Science 与 实 现 Edition) May 2016 Vol 42 No 3 doi:10

More information

University of Science and Technology of China A dissertation for master s degree Research of e-learning style for public servants under the context of

University of Science and Technology of China A dissertation for master s degree Research of e-learning style for public servants under the context of 中 国 科 学 技 术 大 学 硕 士 学 位 论 文 新 媒 体 环 境 下 公 务 员 在 线 培 训 模 式 研 究 作 者 姓 名 : 学 科 专 业 : 导 师 姓 名 : 完 成 时 间 : 潘 琳 数 字 媒 体 周 荣 庭 教 授 二 一 二 年 五 月 University of Science and Technology of China A dissertation for

More information

Microsoft Word - 专论综述1.doc

Microsoft Word - 专论综述1.doc 1 基 于 协 同 过 滤 的 高 考 志 愿 推 荐 系 统 徐 兰 静, 李 珊, 严 钊 ( 南 京 航 空 航 天 大 学 经 济 与 管 理 学 院, 南 京 211100) 摘 要 : 近 年 来 信 息 过 载 问 题 的 出 现 使 得 个 性 化 推 荐 技 术 应 运 而 生, 其 中 协 同 过 滤 推 荐 技 术 通 过 在 用 户 和 信 息 之 间 建 立 联 系, 被

More information

Vol. 22 No. 4 JOURNAL OF HARBIN UNIVERSITY OF SCIENCE AND TECHNOLOGY Aug GPS,,, : km, 2. 51, , ; ; ; ; DOI: 10.

Vol. 22 No. 4 JOURNAL OF HARBIN UNIVERSITY OF SCIENCE AND TECHNOLOGY Aug GPS,,, : km, 2. 51, , ; ; ; ; DOI: 10. 22 4 2017 8 Vol. 22 No. 4 JOURNAL OF HARBIN UNIVERSITY OF SCIENCE AND TECHNOLOGY Aug. 2017 150080 GPS,,, : 27. 36 km, 2. 51, 110. 43, ; ; ; ; DOI: 10. 15938 /j. jhust. 2017. 04. 015 U469. 13 A 1007-2683

More information

% % % % % % ~

% % % % % % ~ 1001-5558 2015 03-0021-16 2010 C91 A 2014 5 2010 N. W. Journal of Ethnology 2015 3 86 2015.No.3 Total No.86 2010 2010 2181.58 882.99 40.47% 1298.59 59.53% 2013 2232.78 847.29 37.95% 1385.49 62.05% 1990

More information

闲 旅 游 现 已 成 为 城 市 居 民 日 常 生 活 的 重 要 部 分 袁 它 的 出 现 标 志 着 现 代 社 会 文 明 的 进 步 遥 据 国 外 学 者 预 测 袁 2015 年 左 右 袁 发 达 国 家 将 陆 续 进 入 野 休 闲 时 代 冶 袁 发 展 中 国 家 也 将

闲 旅 游 现 已 成 为 城 市 居 民 日 常 生 活 的 重 要 部 分 袁 它 的 出 现 标 志 着 现 代 社 会 文 明 的 进 步 遥 据 国 外 学 者 预 测 袁 2015 年 左 右 袁 发 达 国 家 将 陆 续 进 入 野 休 闲 时 代 冶 袁 发 展 中 国 家 也 将 第 29 卷 第 5 期 2014 年 10 月 四 川 理 工 学 院 学 报 渊 社 会 科 学 版 冤 Journal of Sichuan University of Science & Engineering 渊 Social Sciences Edition 冤 Vol.29 No.5 Oct.2014 微 旅 游 研 究 综 述 赵 红 莉 渊 武 夷 学 院 旅 游 学 院 袁 福

More information

定稿

定稿 第 31 卷 第 8 期 2014 年 8 月 机 电 工 程 Journal of Mechanical & Electrical Engineering Vol. 31 No. 8 Aug. 2014 DOI:10.3969/j.issn.1001-4551.2014.08.008 * 基 于 逆 向 技 术 的 骨 盆 环 三 维 重 构 与 结 构 分 析 1,2 田 卫 军, 李 郁 (1.

More information

mm ~

mm ~ 16 3 2011 6 Vol 16 No 3 JOURNAL OF HARBIN UNIVERSITY OF SCIENCE AND TECHNOLOGY Jun 2011 1 2 3 1 150040 2 150040 3 450052 1 3 4 > 1 ~ 3 > > U414 A 1007-2683 2011 03-0121- 06 Shrinkage Characteristics of

More information

% GIS / / Fig. 1 Characteristics of flood disaster variation in suburbs of Shang

% GIS / / Fig. 1 Characteristics of flood disaster variation in suburbs of Shang 20 6 2011 12 JOURNAL OF NATURAL DISASTERS Vol. 20 No. 6 Dec. 2011 1004-4574 2011 06-0094 - 05 200062 1949-1990 1949 1977 0. 8 0. 03345 0. 01243 30 100 P426. 616 A Risk analysis of flood disaster in Shanghai

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

* CUSUM EWMA PCA TS79 A DOI /j. issn X Incipient Fault Detection in Papermaking Wa

* CUSUM EWMA PCA TS79 A DOI /j. issn X Incipient Fault Detection in Papermaking Wa 2 *. 20037 2. 50640 CUSUM EWMA PCA TS79 A DOI 0. 980 /j. issn. 0254-508X. 207. 08. 004 Incipient Fault Detection in Papermaking Wastewater Treatment Processes WANG Ling-song MA Pu-fan YE Feng-ying XIONG

More information

s 15 contact s W Si 3 N μm N / m 4 AFM 95% AFM WPOJ UPOJ WPOJ UPOJ 260 ~ 280 nm WPOJ-DS UPOJ-DS 1 cm 1 cm DEAE-ce

s 15 contact s W Si 3 N μm N / m 4 AFM 95% AFM WPOJ UPOJ WPOJ UPOJ 260 ~ 280 nm WPOJ-DS UPOJ-DS 1 cm 1 cm DEAE-ce 32 1 2013 2 Journal of Chinese Electron Microscopy Society Vol. 32 No. 1 2013-02 1000-6281 2013 01-0054-08 1 1* 2 1 1 1. 2. 710062 AFM SEM WPOJ-DS UPOJ-DS WPOJ-DS β- UPOJ-DS AFM WPOJ-DS UPOJ-DS SEM UPOJ-DS

More information

H 2 SO ml ml 1. 0 ml C 4. 0 ml - 30 min 490 nm 0 ~ 100 μg /ml Zhao = VρN 100% 1 m V ml ρ g

H 2 SO ml ml 1. 0 ml C 4. 0 ml - 30 min 490 nm 0 ~ 100 μg /ml Zhao = VρN 100% 1 m V ml ρ g 16 6 2018 11 Chinese Journal of Bioprocess Engineering Vol. 16 No. 6 Nov. 2018 doi 10. 3969 /j. issn. 1672-3678. 2018. 06. 004 1 2 1 1 1. 330200 2. 330006 4 Box-Behnken 1 25 g /ml 121 92 min 2 6. 284%

More information

[1] Nielsen [2]. Richardson [3] Baldock [4] 0.22 mm 0.32 mm Richardson Zaki. [5-6] mm [7] 1 mm. [8] [9] 5 mm 50 mm [10] [11] [12] -- 40% 50%

[1] Nielsen [2]. Richardson [3] Baldock [4] 0.22 mm 0.32 mm Richardson Zaki. [5-6] mm [7] 1 mm. [8] [9] 5 mm 50 mm [10] [11] [12] -- 40% 50% 38 2 2016 4 -- 1,2, 100190, 100083 065007 -- 0.25 mm 2.0 mm d 10 = 0.044 mm 640 3 300. Richardson--Zaki,,, O359 A doi 10.6052/1000-0879-15-230 EXPERIMENTAL STUDY OF FLUID-SOLID TWO-PHASE FLOW IN A VERTICAL

More information

~ ~

~ ~ * 40 4 2016 7 Vol. 40 No. 4 July 2016 35 Population Research 2014 1 2016 2016 9101. 0 40 49. 6% 2017 ~ 2021 1719. 5 160 ~ 470 100872 Accumulated Couples and Extra Births under the Universal Tw o-child

More information

10384 199928010 UDC 2002 4 2002 6 2002 2002 4 DICOM DICOM 1. 2. 3. Canny 4. 5. DICOM DICOM DICOM DICOM I Abstract Eyes are very important to our lives. Biologic parameters of anterior segment are criterions

More information

Microsoft Word - 6.劉昭明.doc

Microsoft Word - 6.劉昭明.doc 文 與 哲 第 二 十 期 2012 年 06 月 頁 205~238 國 立 中 山 大 學 中 國 文 學 系 論 蘇 軾 黃 州 紅 梅 詩 詞 的 書 寫 策 略 劉 昭 明. 彭 文 良 [ 摘 要 ] 蘇 軾 詠 梅 詩 詞 質 精 量 多, 廣 泛 流 播, 影 響 深 遠, 推 動 提 升 宋 代 詠 梅 詩 詞 的 發 展 與 地 位 蘇 軾 謫 居 黃 州, 作 紅 梅 三 首

More information

Thesis for the Master degree in Engineering Research on Negative Pressure Wave Simulation and Signal Processing of Fluid-Conveying Pipeline Leak Candi

Thesis for the Master degree in Engineering Research on Negative Pressure Wave Simulation and Signal Processing of Fluid-Conveying Pipeline Leak Candi U17 10220 UDC624 Thesis for the Master degree in Engineering Research on Negative Pressure Wave Simulation and Signal Processing of Fluid-Conveying Pipeline Leak Candidate:Chen Hao Tutor: Xue Jinghong

More information

34 22 f t = f 0 w t + f r t f w θ t = F cos p - ω 0 t - φ 1 2 f r θ t = F cos p - ω 0 t - φ 2 3 p ω 0 F F φ 1 φ 2 t A B s Fig. 1

34 22 f t = f 0 w t + f r t f w θ t = F cos p - ω 0 t - φ 1 2 f r θ t = F cos p - ω 0 t - φ 2 3 p ω 0 F F φ 1 φ 2 t A B s Fig. 1 22 2 2018 2 Electri c Machines and Control Vol. 22 No. 2 Feb. 2018 1 2 3 3 1. 214082 2. 214082 3. 150001 DOI 10. 15938 /j. emc. 2018. 02. 005 TM 301. 4 A 1007-449X 2018 02-0033- 08 Research of permanent

More information

致 谢 开 始 这 篇 致 谢 的 时 候, 以 为 这 是 最 轻 松 最 愉 快 的 部 分, 而 此 时 心 头 却 充 满 了 沉 甸 甸 的 回 忆 和 感 恩, 一 时 间 竟 无 从 下 笔 虽 然 这 远 不 是 一 篇 完 美 的 论 文, 但 完 成 这 篇 论 文 要 感 谢

致 谢 开 始 这 篇 致 谢 的 时 候, 以 为 这 是 最 轻 松 最 愉 快 的 部 分, 而 此 时 心 头 却 充 满 了 沉 甸 甸 的 回 忆 和 感 恩, 一 时 间 竟 无 从 下 笔 虽 然 这 远 不 是 一 篇 完 美 的 论 文, 但 完 成 这 篇 论 文 要 感 谢 中 国 科 学 技 术 大 学 博 士 学 位 论 文 论 文 课 题 : 一 个 新 型 简 易 电 子 直 线 加 速 器 的 关 键 技 术 研 究 学 生 姓 名 : 导 师 姓 名 : 单 位 名 称 : 专 业 名 称 : 研 究 方 向 : 完 成 时 间 : 谢 家 麟 院 士 王 相 綦 教 授 国 家 同 步 辐 射 实 验 室 核 技 术 及 应 用 加 速 器 物 理 2006

More information

Microsoft Word - 19王建华.doc

Microsoft Word - 19王建华.doc 2012 年 12 月 图 学 学 报 December 2012 第 33 卷 第 6 期 JOURNAL OF GRAPHICS Vol.33 No.6 工 程 图 学 计 算 机 辅 助 教 学 实 践 与 思 考 王 建 华, 郝 育 新, 刘 令 涛 ( 北 京 信 息 科 技 大 学 机 电 学 院, 北 京 100192) 摘 要 : 随 着 计 算 机 技 术 的 迅 猛 发 展 和

More information

第二十四屆全國學術研討會論文中文格式摘要

第二十四屆全國學術研討會論文中文格式摘要 以 田 口 動 態 法 設 計 物 理 治 療 用 牽 引 機 與 機 構 改 善 1, 2 簡 志 達 馮 榮 豐 1 國 立 高 雄 第 一 科 技 大 學 機 械 與 自 動 化 工 程 系 2 傑 邁 電 子 股 份 有 限 公 司 1 摘 要 物 理 治 療 用 牽 引 機 的 主 要 功 能 是 將 兩 脊 椎 骨 之 距 離 拉 開, 使 神 經 根 不 致 受 到 壓 迫 該 類 牽

More information

2 137 [5]. [6].. [7]. [8-9].. (PCA) PCA HIS C1C2C3.. RGB Hotelling. [1-11]. R G B 3. RGB 1) RGB M N 3 x = [x R x G x B ] T. RGB 3 3 C x (1)

2 137 [5]. [6].. [7]. [8-9].. (PCA) PCA HIS C1C2C3.. RGB Hotelling. [1-11]. R G B 3. RGB 1) RGB M N 3 x = [x R x G x B ] T. RGB 3 3 C x (1) 28 2 21 3 JOURNAL OF APPLIED SCIENCES Electronics and Information Engineering Vol. 28 No. 2 Mar. 21 255-8297(21)2-136-6 4379. 1... TP751 P231.5 A Detection and Compensation of Shadows in High Resolution

More information

第 2 期 王 向 东 等 : 一 种 运 动 轨 迹 引 导 下 的 举 重 视 频 关 键 姿 态 提 取 方 法 257 竞 技 体 育 比 赛 越 来 越 激 烈, 为 了 提 高 体 育 训 练 的 效 率, 有 必 要 在 体 育 训 练 中 引 入 科 学 定 量 的 方 法 许 多

第 2 期 王 向 东 等 : 一 种 运 动 轨 迹 引 导 下 的 举 重 视 频 关 键 姿 态 提 取 方 法 257 竞 技 体 育 比 赛 越 来 越 激 烈, 为 了 提 高 体 育 训 练 的 效 率, 有 必 要 在 体 育 训 练 中 引 入 科 学 定 量 的 方 法 许 多 2014 年 4 月 图 学 学 报 April 2014 第 35 卷 第 2 期 JOURNAL OF GRAPHICS Vol.35 No.2 一 种 运 动 轨 迹 引 导 下 的 举 重 视 频 关 键 姿 态 提 取 方 法 王 向 东 1, 张 静 文 2, 毋 立 芳 2, 徐 文 泉 (1. 国 家 体 育 总 局 体 育 科 学 研 究 所, 北 京 100061;2. 北 京

More information

增 刊 谢 小 林, 等. 上 海 中 心 裙 房 深 大 基 坑 逆 作 开 挖 设 计 及 实 践 745 类 型, 水 位 埋 深 一 般 为 地 表 下.0~.7 m 场 地 地 表 以 下 27 m 处 分 布 7 层 砂 性 土, 为 第 一 承 压 含 水 层 ; 9 层 砂 性 土

增 刊 谢 小 林, 等. 上 海 中 心 裙 房 深 大 基 坑 逆 作 开 挖 设 计 及 实 践 745 类 型, 水 位 埋 深 一 般 为 地 表 下.0~.7 m 场 地 地 表 以 下 27 m 处 分 布 7 层 砂 性 土, 为 第 一 承 压 含 水 层 ; 9 层 砂 性 土 第 34 卷 增 刊 岩 土 工 程 学 报 Vol.34 Supp. 202 年. 月 Chinese Journal of Geotechnical Engineering Nov. 202 上 海 中 心 裙 房 深 大 基 坑 逆 作 开 挖 设 计 及 实 践 谢 小 林 2 2, 翟 杰 群, 张 羽, 杨 科, 郭 晓 航, 贾 坚 (. 同 济 大 学 建 筑 设 计 研 究 院 (

More information

Microsoft Word - 465.doc

Microsoft Word - 465.doc 第 13 卷 第 4 期 中 南 大 学 学 报 ( 社 会 科 学 版 ) Vol.13 No4 2007 年 8 月 J. CENT. SOUTH UNIV. (SOCIAL SCIENCE) Aug 2007 幽 人 空 山, 过 雨 采 蘋 唐 代 诗 歌 蘋 意 象 探 微 张 俊 峰 ( 南 京 师 范 大 学 文 学 院, 江 苏 南 京,210097) 摘 要 : 蘋 意 象 源 自

More information

% % 99% Sautman B. Preferential Policies for Ethnic Minorities in China The Case

% % 99% Sautman B. Preferential Policies for Ethnic Minorities in China The Case 1001-5558 2015 03-0037-11 2000 2010 C95 DOI:10.16486/j.cnki.62-1035/d.2015.03.005 A 1 2014 14CRK014 2013 13SHC012 1 47 2181 N. W. Journal of Ethnology 2015 3 86 2015.No.3 Total No.86 20 70 122000 2007

More information

标题

标题 648 江 苏 农 业 学 报 (Jiangsu J. of Agr. Sci. ),2013,29(3):648 ~ 653 h ttp: / / w w w. jsn y x b.c o m 王 摇 丹, 孙 摇 蕾, 孙 家 正, 等. 桑 葚 冻 结 过 程 中 的 温 度 变 化 特 性 [J]. 江 苏 农 业 学 报,2013,29(3):648 鄄 653. doi:10. 3969

More information

2 3. 1,,,.,., CAD,,,. : 1) :, 1,,. ; 2) :,, ; 3) :,; 4) : Fig. 1 Flowchart of generation and application of 3D2digital2building 2 :.. 3 : 1) :,

2 3. 1,,,.,., CAD,,,. : 1) :, 1,,. ; 2) :,, ; 3) :,; 4) : Fig. 1 Flowchart of generation and application of 3D2digital2building 2 :.. 3 : 1) :, 3 1 Vol. 3. 1 2008 2 CAA I Transactions on Intelligent Systems Feb. 2008, (,210093) :.,; 3., 3. :; ; ; ; : TP391 :A :167324785 (2008) 0120001208 A system f or automatic generation of 3D building models

More information

报 告 1: 郑 斌 教 授, 美 国 俄 克 拉 荷 马 大 学 医 学 图 像 特 征 分 析 与 癌 症 风 险 评 估 方 法 摘 要 : 准 确 的 评 估 癌 症 近 期 发 病 风 险 和 预 后 或 者 治 疗 效 果 是 发 展 和 建 立 精 准 医 学 的 一 个 重 要 前

报 告 1: 郑 斌 教 授, 美 国 俄 克 拉 荷 马 大 学 医 学 图 像 特 征 分 析 与 癌 症 风 险 评 估 方 法 摘 要 : 准 确 的 评 估 癌 症 近 期 发 病 风 险 和 预 后 或 者 治 疗 效 果 是 发 展 和 建 立 精 准 医 学 的 一 个 重 要 前 东 北 大 学 中 荷 生 物 医 学 与 信 息 工 程 学 院 2016 年 度 生 物 医 学 与 信 息 工 程 论 坛 会 议 时 间 2016 年 6 月 8 日, 星 期 三,9:30 至 16:00 会 议 地 址 会 议 网 址 主 办 单 位 东 北 大 学 浑 南 校 区 沈 阳 市 浑 南 区 创 新 路 195 号 生 命 科 学 大 楼 B 座 619 报 告 厅 http://www.bmie.neu.edu.cn

More information

专 技 能 1. 精 通 Matlab/Simulink 平 台 下 的 海 洋 运 载 器 运 动 控 制 系 统 与 仿 真 建 模 设 计 ; 2. 精 通 51 单 片 机 AVR 单 片 机 Arduino 开 源 板 的 开 发 和 设 计 ; 3. 精 通 基 于 Arduino 板

专 技 能 1. 精 通 Matlab/Simulink 平 台 下 的 海 洋 运 载 器 运 动 控 制 系 统 与 仿 真 建 模 设 计 ; 2. 精 通 51 单 片 机 AVR 单 片 机 Arduino 开 源 板 的 开 发 和 设 计 ; 3. 精 通 基 于 Arduino 板 姓 名 董 早 鹏 性 别 男 出 生 年 月 1988 年 8 月 籍 贯 江 西 鹰 潭 基 本 情 况 政 治 面 貌 中 共 党 员 婚 姻 状 况 未 婚 最 高 学 历 工 学 博 士 外 语 水 平 英 语 六 级 联 系 方 式 电 话 :18945069498 E-mail:dongzaopeng@hrbeu.edu.cn 地 址 : 哈 尔 滨 市 南 岗 区 哈 尔 滨 工 程

More information

10 中 草 药 Chinese Traditional and Herbal Drugs 第 43 卷 第 1 期 2012 年 1 月 生 药 打 粉 入 药 的 基 本 特 点, 借 鉴 材 料 学 粉 体 学 等 学 科 的 研 究 成 果, 在 中 药 传 统 制 药 理 念 的 启 发

10 中 草 药 Chinese Traditional and Herbal Drugs 第 43 卷 第 1 期 2012 年 1 月 生 药 打 粉 入 药 的 基 本 特 点, 借 鉴 材 料 学 粉 体 学 等 学 科 的 研 究 成 果, 在 中 药 传 统 制 药 理 念 的 启 发 中 草 药 Chinese Traditional and Herbal Drugs 第 43 卷 第 1 期 2012 年 1 月 9 基 于 传 统 丸 散 剂 特 点 的 中 药 粒 子 设 计 技 术 研 究 1, 杨 明 2, 韩 丽 1, 杨 胜 3, 张 定 1, 苏 柘 僮 1, 郭 治 平 4, 邹 文 铨 1. 成 都 中 医 药 大 学 四 川 省 中 药 资 源 系 统 研

More information

mm 5 1 Tab 1 Chemical composition of PSB830 finishing rolled rebars % C Si Mn P S V 0 38 ~ 1 50 ~ 0 80 ~ ~

mm 5 1 Tab 1 Chemical composition of PSB830 finishing rolled rebars % C Si Mn P S V 0 38 ~ 1 50 ~ 0 80 ~ ~ PSB830 365000 32 mm PSB830 PSB830 TG 335 64 A Productive Practition of PSB830 Finishing Rolled Rebars PAN Jianzhou Bar Steel Rolling Minguang Co Ltd of Fujian Sansteel Sanming 365000 China Abstract High

More information

Microsoft Word - 专论综述1.doc

Microsoft Word - 专论综述1.doc 2016 年 第 25 卷 第 期 http://www.c-s-a.org.cn 计 算 机 系 统 应 用 1 基 于 节 点 融 合 分 层 法 的 电 网 并 行 拓 扑 分 析 王 惠 中 1,2, 赵 燕 魏 1,2, 詹 克 非 1, 朱 宏 毅 1 ( 兰 州 理 工 大 学 电 气 工 程 与 信 息 工 程 学 院, 兰 州 730050) 2 ( 甘 肃 省 工 业 过 程 先

More information

Mnq 1 1 m ANSYS BEAM44 E0 E18 E0' Y Z E18' X Y Z ANSYS C64K C70C70H C /t /t /t /mm /mm /mm C64K

Mnq 1 1 m ANSYS BEAM44 E0 E18 E0' Y Z E18' X Y Z ANSYS C64K C70C70H C /t /t /t /mm /mm /mm C64K 25 4 Vol. 25 No. 4 2012 12 JOURNAL OF SHIJIAZHUANG TIEDAO UNIVERSITY NATURAL SCIENCE Dec. 2012 1 2 1 2 3 4 1 2 1. 050043 2. 050043 3. 3300134. 450052 ANSYS C80 C80 125 ac70 0 U24 A 2095-0373201204-0017-06

More information

4 115,,. : p { ( x ( t), y ( t) ) x R m, y R n, t = 1,2,, p} (1),, x ( t), y ( t),,: F : R m R n.,m, n, u.,, Sigmoid. :,f Sigmoid,f ( x) = ^y k ( t) =

4 115,,. : p { ( x ( t), y ( t) ) x R m, y R n, t = 1,2,, p} (1),, x ( t), y ( t),,: F : R m R n.,m, n, u.,, Sigmoid. :,f Sigmoid,f ( x) = ^y k ( t) = 2007 4 4 :100026788 (2007) 0420114206, (, 430074) :,,,,,,GIS.,,. : ; ; ; ; : TP391 ;P338 : A Development of Combinatorial Intelligentized Decision2Making Support System and Its Utilization in Runoff Forecasting

More information

/MPa / kg m - 3 /MPa /MPa 2. 1E ~ 56 ANSYS 6 Hz (a) 一阶垂向弯曲 (b) 一阶侧向弯曲 (c) 一阶扭转 (d) 二阶侧向弯曲 (e) 二阶垂向弯曲 (f) 弯扭组合 2 6 Hz

/MPa / kg m - 3 /MPa /MPa 2. 1E ~ 56 ANSYS 6 Hz (a) 一阶垂向弯曲 (b) 一阶侧向弯曲 (c) 一阶扭转 (d) 二阶侧向弯曲 (e) 二阶垂向弯曲 (f) 弯扭组合 2 6 Hz 31 3 Vol. 31 No. 3 218 9 Journal of Shijiazhuang Tiedao University Natural Science Edition Sep. 218 1 1 2 1 2 1 1. 543 2. 543 U462. 3 217-2 - 16 A 295-373 218 3-63 - 6 1-4 5-7 8-11 1 11 11 398 mm 86 mm

More information

10384 19020101152519 UDC Rayleigh Quasi-Rayleigh Method for computing eigenvalues of symmetric tensors 2 0 1 3 2 0 1 3 2 0 1 3 2013 , 1. 2. [4], [27].,. [6] E- ; [7], Z-. [15]. Ramara G. kolda [1, 2],

More information

Fig. 1 Frame calculation model 1 mm Table 1 Joints displacement mm

Fig. 1 Frame calculation model 1 mm Table 1 Joints displacement mm 33 2 2011 4 ol. 33 No. 2 Apr. 2011 1002-8412 2011 02-0104-08 1 1 1 2 361003 3. 361009 3 1. 361005 2. GB50023-2009 TU746. 3 A Study on Single-span RC Frame Reinforced with Steel Truss System Yuan Xing-ren

More information

Microsoft Word 聂雪梅.doc

Microsoft Word 聂雪梅.doc 4 4 Vol. 4 No. 4 2013 8 Journal of Food Safety and Quality Aug., 2013 聂雪梅 *, 李立, 孙利, 高飞 (, 100123) 摘要 : 2011 12,, 2007~2011,,,, 关键词 : ; ; ; ; Trade and notification situation on food import and export

More information

Mechanical Science and Technology for Aerospace Engineering October Vol No. 10 Web SaaS B /S Web2. 0 Web2. 0 TP315 A

Mechanical Science and Technology for Aerospace Engineering October Vol No. 10 Web SaaS B /S Web2. 0 Web2. 0 TP315 A 2012 10 31 10 Mechanical Science and Technology for Aerospace Engineering October Vol. 31 2012 No. 10 Web2. 0 400030 SaaS B /S Web2. 0 Web2. 0 TP315 A 1003-8728 2012 10-1638-06 Design and Implementation

More information

Shanghai International Studies University THE STUDY AND PRACTICE OF SITUATIONAL LANGUAGE TEACHING OF ADVERB AT BEGINNING AND INTERMEDIATE LEVEL A Thes

Shanghai International Studies University THE STUDY AND PRACTICE OF SITUATIONAL LANGUAGE TEACHING OF ADVERB AT BEGINNING AND INTERMEDIATE LEVEL A Thes 上 海 外 国 语 大 学 硕 士 学 位 论 文 对 外 汉 语 初 中 级 副 词 情 境 教 学 研 究 与 实 践 院 系 : 国 际 文 化 交 流 学 院 学 科 专 业 : 汉 语 国 际 教 育 姓 名 : 顾 妍 指 导 教 师 : 缪 俊 2016 年 5 月 Shanghai International Studies University THE STUDY AND PRACTICE

More information

be invested on the desilting of water sources and to paved canals with cement mortar while drinking water project can focus on the improvement of wate

be invested on the desilting of water sources and to paved canals with cement mortar while drinking water project can focus on the improvement of wate 2011 9 100101 101 3 2007 2000 10 F303 A 1002-9753 2011 09-0030 - 11 Trends on Public Infrastructure and Public Investment Priority in Rural China LUO Ren - fu ZHANG Lin - xiu ZHAO Qi - ran HUANG Ji - kun

More information

[1] [4] Chetverikov Lerch[8,12] LeaVis CAD Limas-Serafim[6,7] (multi-resolution pyramids) 2 n 2 n 2 2 (texture) (calf leather) (veins)

[1] [4] Chetverikov Lerch[8,12] LeaVis CAD Limas-Serafim[6,7] (multi-resolution pyramids) 2 n 2 n 2 2 (texture) (calf leather) (veins) 38 8 38th Annual Conference of CSQ & 8th NQMS MCP IE 120 1. [1] [4] 1 2 3 2. Chetverikov Lerch[8,12] LeaVis CAD Limas-Serafim[6,7] (multi-resolution pyramids) 2 n 2 n 2 2 (texture) (calf leather) (veins)

More information

标题

标题 第 46 卷 第 11 期 2 1 4 年 11 月 哈 尔 滨 工 业 大 学 学 报 JOURNAL OF HARBIN INSTITUTE OF TECHNOLOGY Vol 46 No 11 Nov 214 基 于 摄 像 测 量 法 的 在 轨 柔 性 结 构 模 态 参 数 辨 识 许 畅 王 聪 高 晶 波 张 春 芳 ( 哈 尔 滨 工 业 大 学 航 天 学 院 151 哈 尔 滨

More information

致 谢 本 人 自 2008 年 6 月 从 上 海 外 国 语 大 学 毕 业 之 后, 于 2010 年 3 月 再 次 进 入 上 外, 非 常 有 幸 成 为 汉 语 国 际 教 育 专 业 的 研 究 生 回 顾 三 年 以 来 的 学 习 和 生 活, 顿 时 感 觉 这 段 时 间 也

致 谢 本 人 自 2008 年 6 月 从 上 海 外 国 语 大 学 毕 业 之 后, 于 2010 年 3 月 再 次 进 入 上 外, 非 常 有 幸 成 为 汉 语 国 际 教 育 专 业 的 研 究 生 回 顾 三 年 以 来 的 学 习 和 生 活, 顿 时 感 觉 这 段 时 间 也 精 英 汉 语 和 新 实 用 汉 语 课 本 的 对 比 研 究 The Comparative Study of Jing Ying Chinese and The New Practical Chinese Textbook 专 业 : 届 别 : 姓 名 : 导 师 : 汉 语 国 际 教 育 2013 届 王 泉 玲 杨 金 华 1 致 谢 本 人 自 2008 年 6 月 从 上 海 外

More information

Microsoft Word - A201210-60_1349949005.doc

Microsoft Word - A201210-60_1349949005.doc 5 10 15 20 25 一 种 针 对 在 线 旅 游 线 路 网 页 判 别 算 法 的 研 究 与 实 现 徐 显 炼, 郭 燕 慧 ( 北 京 邮 电 大 学 信 息 安 全 中 心, 北 京 100876) 摘 要 : 随 着 近 年 来 在 线 旅 游 业 的 快 速 发 展, 在 线 旅 游 搜 索 引 擎 己 经 成 为 当 前 搜 索 引 擎 发 展 的 一 个 热 门 方 向

More information

THE APPLICATION OF ISOTOPE RATIO ANALYSIS BY INDUCTIVELY COUPLED PLASMA MASS SPECTROMETER A Dissertation Presented By Chaoyong YANG Supervisor: Prof.D

THE APPLICATION OF ISOTOPE RATIO ANALYSIS BY INDUCTIVELY COUPLED PLASMA MASS SPECTROMETER A Dissertation Presented By Chaoyong YANG Supervisor: Prof.D 10384 070302 9825042 UDC 2001.6. 2001.7. 20016 THE APPLICATION OF ISOTOPE RATIO ANALYSIS BY INDUCTIVELY COUPLED PLASMA MASS SPECTROMETER A Dissertation Presented By Chaoyong YANG Supervisor: Prof.Dr. Xiaoru

More information

资源 环境 生态 土壤 气象

资源 环境 生态 土壤 气象 中 国 农 学 通 报 2016,32(14):106-111 Chinese Agricultural Science Bulletin 基 于 医 学 CT 和 工 业 CT 扫 描 研 究 土 壤 大 孔 隙 结 构 特 征 的 区 别 刘 勇, 胡 霞, 李 宗 超, 孙 贞 婷 ( 北 京 师 范 大 学 减 灾 与 应 急 管 理 研 究 院 / 环 境 演 变 与 自 然 灾 害 教

More information

Vol. 22 No. 2 JOURNAL OF HARBIN UNIVERSITY OF SCIENCE AND TECHNOLOGY Apr ,,,,, Apriori,,,,,,,,

Vol. 22 No. 2 JOURNAL OF HARBIN UNIVERSITY OF SCIENCE AND TECHNOLOGY Apr ,,,,, Apriori,,,,,,,, 22 2 2017 4 Vol. 22 No. 2 JOURNAL OF HARBIN UNIVERSITY OF SCIENCE AND TECHNOLOGY Apr. 2017 1 2 3 2 1. 150080 2. 150080 3. 150080,,,,, Apriori,,,,,,,, ; ; ; ; DOI: 10. 15938 /j. jhust. 2017. 02. 023 TN911.

More information

附件1:

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

More information

f 2 f 2 f q 1 q 1 q 1 q 2 q 1 q n 2 f 2 f 2 f H = q 2 q 1 q 2 q 2 q 2 q n f 2 f 2 f q n q 1 q n q 2 q n q n H R n n n Hessian

f 2 f 2 f q 1 q 1 q 1 q 2 q 1 q n 2 f 2 f 2 f H = q 2 q 1 q 2 q 2 q 2 q n f 2 f 2 f q n q 1 q n q 2 q n q n H R n n n Hessian 2012 10 31 10 Mechanical Science and Technology for Aerosace Engineering October Vol. 31 2012 No. 10 1 2 1 2 1 2 1 2 1 300387 2 300387 Matlab /Simulink Simulink TH112 A 1003-8728 2012 10-1664-06 Dynamics

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

Microsoft Word - 793-797 tb20150504赵宏宇s-高校教改纵横.doc

Microsoft Word - 793-797 tb20150504赵宏宇s-高校教改纵横.doc 微 生 物 学 通 报 Microbiology China tongbao@im.ac.cn Apr. 20, 2016, 43(4): 793 797 http://journals.im.ac.cn/wswxtbcn DOI: 10.13344/j.microbiol.china.150504 高 校 教 改 纵 横 生 物 工 程 专 业 发 酵 课 程 群 建 设 探 索 * 赵 宏 宇

More information

Microsoft Word - ED-774.docx

Microsoft Word - ED-774.docx journal.newcenturyscience.com/index.php/gjanp Global Journal of Advanced Nursing Practice,214,Vol.1,No.1 The practicality of an improved method of intravenous infusion exhaust specialized in operating

More information

IP TCP/IP PC OS µclinux MPEG4 Blackfin DSP MPEG4 IP UDP Winsock I/O DirectShow Filter DirectShow MPEG4 µclinux TCP/IP IP COM, DirectShow I

IP TCP/IP PC OS µclinux MPEG4 Blackfin DSP MPEG4 IP UDP Winsock I/O DirectShow Filter DirectShow MPEG4 µclinux TCP/IP IP COM, DirectShow I 2004 5 IP TCP/IP PC OS µclinux MPEG4 Blackfin DSP MPEG4 IP UDP Winsock I/O DirectShow Filter DirectShow MPEG4 µclinux TCP/IP IP COM, DirectShow I Abstract The techniques of digital video processing, transferring

More information

Maup re,,,,,, ;,,,,,,,,,, PC 1985 Cognac,, 80, [ 526 ], 420m 160m [ 728 ], PC,,,,,,,,, , [ 3 ] 3008mm, 488mm, 222mm, ( ) 2880mm , 4914, 6

Maup re,,,,,, ;,,,,,,,,,, PC 1985 Cognac,, 80, [ 526 ], 420m 160m [ 728 ], PC,,,,,,,,, , [ 3 ] 3008mm, 488mm, 222mm, ( ) 2880mm , 4914, 6 29 1 Vol129, No11 2008 2 Journal of Building Structures Feb1 2008 : 100026869 (2008) 0120075208, (, 350002) :, 3,,, ;, ; : ; ; ; ; : TU39819 TU31711 : A Experimental studies on concrete filled steel tubular

More information

标题

标题 第 48 卷 第 6 期 2 1 6 年 6 月 哈 尔 滨 工 业 大 学 学 报 JOURNAL OF HARBIN INSTITUTE OF TECHNOLOGY Vol 48 No 6 Jun. 216 doi:1.11918 / j.issn.367 6234.216.6.1 大 跨 度 楼 盖 结 构 在 运 动 荷 载 下 的 振 动 性 能 杨 维 国 1, 马 伯 涛 2, 宋 毛

More information

Microsoft Word - A200811-773.doc

Microsoft Word - A200811-773.doc 语 言 模 型 在 高 校 保 研 工 作 中 的 应 用 王 洋 辽 宁 工 程 技 术 大 学 理 学 院 信 息 与 计 算 科 学, 辽 宁 阜 新 (3000) E-mail: ben.dan000 @63.com 摘 要 : 问 题 重 述 : 模 糊 性 数 学 发 展 的 主 流 是 在 它 的 应 用 方 面, 其 中 模 糊 语 言 模 型 实 现 了 人 类 语 言 的 数 学

More information

01-0982.doc

01-0982.doc 第 32 卷 第 7 期 岩 土 工 程 学 报 Vol.32 No.7 2010 年 7 月 Chinese Journal of Geotechnical Engineering July 2010 沿 海 碎 石 回 填 地 基 上 高 能 级 强 夯 系 列 试 验 对 比 研 究 年 廷 凯 1,2, 水 伟 厚 3, 李 鸿 江 4, 杨 庆 1,2, 王 玉 立 (1. 大 连 理 工

More information

~ 10 2 P Y i t = my i t W Y i t 1000 PY i t Y t i W Y i t t i m Y i t t i 15 ~ 49 1 Y Y Y 15 ~ j j t j t = j P i t i = 15 P n i t n Y

~ 10 2 P Y i t = my i t W Y i t 1000 PY i t Y t i W Y i t t i m Y i t t i 15 ~ 49 1 Y Y Y 15 ~ j j t j t = j P i t i = 15 P n i t n Y * 35 4 2011 7 Vol. 35 No. 4 July 2011 3 Population Research 1950 ~ 1981 The Estimation Method and Its Application of Cohort Age - specific Fertility Rates Wang Gongzhou Hu Yaoling Abstract Based on the

More information

PCA+LDA 14 1 PEN mL mL mL 16 DJX-AB DJ X AB DJ2 -YS % PEN

PCA+LDA 14 1 PEN mL mL mL 16 DJX-AB DJ X AB DJ2 -YS % PEN 21 11 2011 11 COMPUTER TECHNOLOGY AND DEVELOPMENT Vol. 21 No. 11 Nov. 2011 510006 PEN3 5 PCA + PCA+LDA 5 5 100% TP301 A 1673-629X 2011 11-0177-05 Application of Electronic Nose in Discrimination of Different

More information

标题

标题 第 40 卷 第 7 期 2014 年 7 月 北 京 工 业 大 学 学 报 JOURNAL OF BEIJING UNIVERSITY OF TECHNOLOGY Vol. 40 No. 7 Jul. 2014 基 于 图 像 识 别 技 术 的 烟 包 封 条 缺 陷 检 测 赵 众, 常 灿, 陈 磊 ( 北 京 化 工 大 学 信 息 学 院, 北 京 100029) 摘 要 : 为 了

More information

1.2 资 金 的 管 理 1.1 权 利 义 务 来 源 MOU 1.3 数 据 的 使 用 和 保 护 2 国 际 空 间 站 资 源 分 配 方 案 54

1.2 资 金 的 管 理 1.1 权 利 义 务 来 源 MOU 1.3 数 据 的 使 用 和 保 护 2 国 际 空 间 站 资 源 分 配 方 案 54 第 29 卷 第 12 期 全 球 科 技 经 济 瞭 望 Vol. 29 No. 12 2014 年 12 月 Global Science, Technology and Economy Outlook Dec. 2014 刘 阳 子 ( 中 国 科 学 技 术 信 息 研 究 所, 北 京 ) 摘 要 : 空 间 探 索 既 复 杂 艰 巨 又 耗 资 甚 大, 因 此, 世 界 各 国 无

More information

untitled

untitled 100084 E-mail: ahz@mail.tsinghua.edu.cn (Look Up Table, LUT) Adaboost 300 Adaboost TP391 Real Time Facial Expression Classification WANG Yubo, AI Haizhou, WU Bo, HUANG Chang Computer Science and Technology

More information

Microsoft Word - 试论我国近30多年来新闻报道方式的革新.doc

Microsoft Word - 试论我国近30多年来新闻报道方式的革新.doc 试 论 我 国 近 30 多 年 来 新 闻 报 道 方 式 的 革 新 张 骏 德 1 ( 上 海 建 桥 学 院 新 闻 传 播 学 院, 上 海 201319) [ 摘 要 ] 中 国 改 革 开 放 的 近 30 多 年 来, 随 着 中 国 经 济 与 社 会 的 变 革 与 发 展, 新 闻 报 道 的 方 式 发 生 了 很 大 变 化 在 20 世 纪 80 年 代, 深 度 报 道

More information

/3 CAD JPG GIS CAD GIS GIS 1 a CAD CAD CAD GIS GIS ArcGIS 9. x 10 1 b 1112 CAD GIS 1 c R2VArcscan CAD MapGIS CAD 1 d CAD U

/3 CAD JPG GIS CAD GIS GIS 1 a CAD CAD CAD GIS GIS ArcGIS 9. x 10 1 b 1112 CAD GIS 1 c R2VArcscan CAD MapGIS CAD 1 d CAD U 1006-3862 2010 05-0059 - 07 361005 1 GIS 2 3 What if 2. 0 1 2 3 4 GIS TU984. 11 A 1 Planning Support System MIS PSS 1989 1 90 23 4-7 GIS Planning Support GIS System SDSS PSS GIS GIS CAD GIS SDSS CAD CAD

More information

Microsoft Word - A201004-1587.doc

Microsoft Word - A201004-1587.doc 1 基 于 μc/os-ii 的 嵌 入 式 电 子 潮 汐 预 报 仪 张 淑 娟, 李 海 森, 么 彬, 陈 宝 伟, 周 天 哈 尔 滨 工 程 大 学 水 声 技 术 国 防 科 技 重 点 实 验 室, 哈 尔 滨 (150001) E-mail: zhangshujuan@hrbeu.edu.cn 摘 要 : 本 文 涉 及 一 种 嵌 入 式 电 子 潮 汐 预 报 仪 的 开 发

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

[29] a N d N b 2 d sin θ N b ФФ a b Ф Ф θ θ a b Fig.1 Working principle demonstration of a phased-array antenna θ

[29] a N d N b 2 d sin θ N b ФФ a b Ф Ф θ θ a b Fig.1 Working principle demonstration of a phased-array antenna θ 1/(cos cos ) 1 X X 20130576 863 2007AA061901 1988E mailliujun198802@126.com [29] a N d N b 2 d sin θ N b ФФ a b Ф Ф θ θ a b Fig.1 Working principle demonstration of a phased-array antenna θ B A B 1

More information

Analysis of Cultural Elements of Meinong s Paper Umbrella Painting Abstract Meinong paper umbrellas are a traditional industrial art for the Hakka peo

Analysis of Cultural Elements of Meinong s Paper Umbrella Painting Abstract Meinong paper umbrellas are a traditional industrial art for the Hakka peo 美濃紙傘彩繪文化元素之分析及其應用 歐純純 何明穎 摘 要 美濃紙傘是客家人的傳統工藝 也是客家人生活習俗的一部分 就推廣客家文化而言 是 一個非常值得探究的課題 然而就紙傘的研究而言 到目前為止數量並不多 而且針對彩繪元素 的論述並不完整 是以本文企圖以較為細膩深入的方式 對於紙傘的彩繪進行主題式研究 針對 繪圖時所運用的文化元素進行分析 讓讀者能清楚掌握美濃紙傘彩繪時 這些文化元素的圖象類 型及其意涵

More information

基于因子分析法对沪深农业类上市公司财务绩效实证分析

基于因子分析法对沪深农业类上市公司财务绩效实证分析 山 东 农 业 大 学 学 报 ( 自 然 科 学 版 ),2014,45(3):449-453 VOL.45 NO.3 2014 Journal of Shandong Agricultural University (Natural Science Edition) doi:10.3969/j.issn.1000-2324.2014.03.024 基 于 因 子 分 析 法 对 沪 深 农 业

More information

34 www. cjig. cn wavelet transform 1 2 JPEG LIVE E s o = 1 T Σ log 2 C s o + 1 E T C s o Lu Wen contourlet C 0 7 N

34 www. cjig. cn wavelet transform 1 2 JPEG LIVE E s o = 1 T Σ log 2 C s o + 1 E T C s o Lu Wen contourlet C 0 7 N 17 1 2012 1 Journal of Image and Graphics Vol. 17No. 1 Jan. 2012 TP391. 4 A 1006-8961201201-0033-07. NSS J. 2012 171 33-39 NSS 214122 NSS No-reference image quality assessment based on natural scene statistics

More information

1.0 % 0.25 % 85μm % U416 Sulfate expansion deformation law and mechanism of cement stabilized macadam base of saline areas in Xinjiang Song

1.0 % 0.25 % 85μm % U416 Sulfate expansion deformation law and mechanism of cement stabilized macadam base of saline areas in Xinjiang Song 1.0 % 0.25 % 85μm 0.97 0.136 % U416 Sulfate expansion deformation law and mechanism of cement stabilized macadam base of saline areas in Xinjiang Song Liang 1,2 Wang Xuan-cang 1 1 School of Highway, Chang

More information

62 戲劇學刊 An Analysis of Cao-xie-gong Zhen in Tainan Abstract Te-yu Shih* Tainan is among the first areas that were developed in Taiwan, and there are a

62 戲劇學刊 An Analysis of Cao-xie-gong Zhen in Tainan Abstract Te-yu Shih* Tainan is among the first areas that were developed in Taiwan, and there are a 61 * 1870 61-85 TAIPEI THEATRE JOURNAL 27 (2018): 61-85 School of Theatre Arts, Taipei National University of the Arts 2017.12.21 2018.1.11 * 62 戲劇學刊 An Analysis of Cao-xie-gong Zhen in Tainan Abstract

More information

Microsoft Word - 林文晟3.doc

Microsoft Word - 林文晟3.doc 台 灣 管 理 學 刊 第 8 卷 第 期,008 年 8 月 pp. 33-46 建 構 農 產 運 銷 物 流 中 心 評 選 模 式 決 策 之 研 究 林 文 晟 清 雲 科 技 大 學 企 業 管 理 系 助 理 教 授 梁 榮 輝 崇 右 技 術 學 院 企 業 管 理 系 教 授 崇 右 技 術 學 院 校 長 摘 要 台 灣 乃 以 農 立 國, 農 業 經 濟 在 台 灣 經 濟

More information

Microsoft Word - 刘 慧 板.doc

Microsoft Word - 刘  慧 板.doc 中 国 环 境 科 学 2012,32(5):933~941 China Environmental Science 系 统 动 力 学 在 空 港 区 域 规 划 环 境 影 响 评 价 中 的 应 用 刘 慧 1,2, 郭 怀 成 1*, 盛 虎 1, 都 小 尚 1,3, 李 娜 1 1, 杨 永 辉 (1. 北 京 大 学 环 境 科 学 与 工 程 学 院, 北 京 100871; 2.

More information

a a a 1. 4 Izumi et al Izumi & Bigelow b

a a a 1. 4 Izumi et al Izumi & Bigelow b 26 2012 2 * 10 6 1996 2002 2006 1996 2007 2004 2004 60 4 30 1998 2006 2006-2007 1. 1 * ' 2010 2011 254 2000 2005a 1999 3 2000 2004 2008 1. 2 2004 2005a 1. 3 1 2 3 4 5 4 2000 2004 2005a 1. 4 Izumi et al.

More information

~ ~ ~

~ ~ ~ 36 4 2015 385 ~ 397 The Chinese Journal for the History of Science and Technology Vol. 36 No. 4 2015 1951 ~ 1956 100049 100190 1951 ~ 1966 1951 ~ 1956 N092 P62-092 A 1673-1441 2015 04-0385-13 1951 ~ 1966

More information

Microsoft Word - 口試本封面.doc

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

More information

《中庸》釋疑*以書中九則詞語為例

《中庸》釋疑*以書中九則詞語為例 經 學 研 究 集 刊 第 九 期 2010 年 10 月 頁 95~114 高 雄 師 範 大 學 經 學 研 究 所 中 庸 釋 疑 以 慎 獨 等 九 則 詞 語 為 例 黃 忠 天 摘 要 朱 熹 萃 聚 群 賢 之 論, 推 敲 注 釋, 傾 其 畢 生 心 血, 完 成 四 書 章 句 集 注 自 元 仁 宗 皇 慶 二 年 (1313 年 ) 以 降, 此 書 更 成 為 科 舉 考

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

穨423.PDF

穨423.PDF Chinese Journal of Science Education 2002,, 423-439 2002, 10(4), 423-439 1 2 1 1 1 2 90 8 10 91 4 9 91 8 22 ) NII 1995 7 14, 1999 1997 (Cooperative Remotely Accessible Learning CORAL) 424 (Collaborative

More information

Microsoft Word - 29期-B人文藝術類-前後.doc

Microsoft Word - 29期-B人文藝術類-前後.doc ϲ ฯ र ቑ ጯ 高雄師大學報 2010, 29, 71-97 日治時期臺灣 燈謎 對 詩經 的運用 王淑蕙 1 摘 要 本文旨在探討臺灣傳統文人於日治時期運用 詩經 的狀況 藉由 燈謎 謎底 運用 詩經 為例 以挖掘 探究日治時期臺灣傳統文人如何看待 運用經學的記憶 研究發現自 1914 年 10 月 臺灣日日新報 以 陳風 澤陂 或 鄭風 野有蔓草 的 有美一人 為謎底開始 直到 1936 年

More information