Microsoft PowerPoint - DEM Construction from Contour lines based on Regional Optimum Control ppt [兼容模式]

Size: px
Start display at page:

Download "Microsoft PowerPoint - DEM Construction from Contour lines based on Regional Optimum Control ppt [兼容模式]"

Transcription

1 DEM Construction from Contour lines based on Regional Optimum Control Dunjiang Song( 宋敦江 ) Institute of Policy and Management, Chinese Academy of Sciences(CAS), Tel: e Mail: songdj@casipm.ac.cn Joint work with Tianxiang Yue at Institute of Geographical Sciences and Jo t o t a a g ue at st tute o Geog ap ca Sc e ces a d Natural Resources Research, CAS, supported by NSF and

2 DEM Construction from Contour lines based on Regional Optimum Control I. Background II. HASMROC(Regional Optimum Control ) Method III. Case Study IV. Discussion V. References

3 DEM Construction from Contour lines based on Regional Optimum Control I. Background II. HASMROC(Regional Optimum Control ) Method III. Case Study IV. Discussion V. References

4 I Background Digital Elevation Model (DEM) is a representation of terrain elevation as a function of geographic location.

5 I Background(continued) A contour line is a series of connected points of the same heights. Contour lines form "line group", which describes the geomorphologic characteristics, such as the terrain valley and ridge.

6 I Background(continued) Methods for transforming Contour lines to DEM 1. TIN (Triangulated Irregular Network) 2. Thin Plate Spline(TPS, implemented in software ANUDEM) 3. Skeleton 4. Contour Dilation 5. Steep Slope TIN Skeleton TPS

7 DEM Construction from Contour lines based on Regional Optimum Control I. Background II. HASMROC(Regional Optimum Control ) Method III. Case Study IV. Discussion V. References

8 HASM (High Accuracy Surface Modeling) HASM (High Accuracy Surface Modeling) is a method for surface modeling, based on the theory of surface, which means that except its position in space, a surface is uniquely defined by its first fundamental coefficients and second fundamental coefficients. Ifwecangetmorepreciseitsfirst fundamental coefficients and second fundamental coefficients, then we can get a more precise shape about the surface. Theoretically, through iterative method, with the boundary value and by use of iteration, we can achieve this goal.

9 Backgroud of HASM

10 HASM (Continued) If a surface is graphed by a function z f ( x, y) = or the monge patch by r ( x, y) = ( x, y, f ( x, y)), the first fundamental coefficients, E and G, and the second fundamental coefficients, L and N, have the following relationship described in terms of finite difference equations: n+ 1 n+ 1 n+ 1 n n n n n fi+ 1, j 2 fi, j + fi 1, j 1 n fi+ 1, j fi 1, j 2 n fi, j+ 1 fi, j 1 Li, j = 2 ( Γ 11) + ( Γ 11 ) + h i, j 2h i, j 2h n n Ei, j + Gi, j 1 n+ 1 n+ 1 n+ 1 n n n n n fi, j+ 1 2 fi, j + fi, j 1 1 n fi+ 1, j fi 1, j 2 n fi, j+ 1 fi, j 1 Ni, j = 2 ( Γ 22 ) + ( Γ 22 ) + h i, j 2h i, j 2h n n Ei, j+ Gi, j 1 (1) h where h represents simulation step length, j n i, j n f i, denotes f ( x y ) f, value at the grid (i,j) at the n th iteration, ( Γ j ) denotes Γ j value at the grid (i,j) at the n th j iteration. details about Γii ( i = 1,2, j = 1,2), E, G, L ii and N can be referred to [1-2]. ii

11 HASM (Continued) The matrix formulation of equations set t(1) can be expressed as, n+ 1 n A1 F = b1 (1) n+ 1 n A2 F = b2 where F = [ f, f, L, f, f, f, L, f, L, f, f, L, f ] ; 1 n+ 1 n+ 1 n+ 1 n+ 1 n+ 1 n+ 1 n+ 1 n+ 1 n+ 1 n+ 1 T 1,1 1,2 1, My 2,1 2,2 2, My Mx,1 Mx,2 Mx, My A and A2 respectively represent coefficient matrices of the first equation and the second equation in equations set (1); n b 1 and b n 2 are respectively the right-hand vectors of equations set (1) at the n th iteration. Integrating sampling points constraint equations, the HASM simulation equations could be reformulated as, n+ 1 n min AF b 2 n+ 1 stcf.. = d λ For a number λ sufficiently large, HASM could be transformed to unconstrained least squares approximation [15], A min [ ] F f λc n 1 (1) n + b [ ] (2) 2 λd or [ A T T A n+ 1 T T b λ C ][ ] F = [ A λc ][ ] (3) λc λd

12 实现技术流程HASM 的图

13 HASMROC(Regional Optimum Control) DEM simulation( from scattered points) equations could be reformulated as: Equations from sampling n 1 st.. S F + = t 1 min [ T ] n + A A F b n 2 (1) HASM When more information is available, DEM simulation can be expressed as: n+ 1 ti min AF b from st.. points n+ 1 S F = t n+ 1 from l < F < u Equations sampled Equations unsample dpoints n 2 HASMROC

14 Details about Coefficient Matrix A A is a matrix from discretization of elliptic system, A=[A 1 ; A 2 ], A 1 and A 2 is as follows: If computational domain can be divided as orthogonal division [, Lx ] [ 0, Ly ] 0 ( max( Lx, Ly ) = 1 ), Lx Ly h = I = + 1 J +1 is the grid cell size, in order to get the values of grid center points {( xi, y j ) 0 i I + 1, 0 j J +1} in some simulation, a difference equations can be set up in two axis. A 1 2 I J I J I J 2I J I J = O O O I J 2I I J J I J 2I J ( I* J ) ( I* J ) A O O O = O O O I J I J ( * ) ( * )

15 HASMROC vs. HASM HASMROC Red is outer bound,yellow inner bound(buffer),green is valid simulation region (Minimum Rectangular Boundary of the Original data) Solid point is the boundary, solid triangle is the sampling point, circle points is to be simulated. HASM

16 lower and upper bounds for every DEM grids For each Gid(ij) Grid(i,j) While(1) Find any contour C(k) which contains Grid(i,j) in contours C; Hk=C(k).Z; If C(k) is a leaf node Grid(i,j) s lower bound is Hk; Grid(i,j) s upper bound is Hk plus one contour interval; Else Look for among C(k) s children and find the contour C(w) which contains Grid(i,j); If contour C(w) is empty Grid(i,j) s lower bound is Hk; Grid(i,j) s upper bound is Hk plus one contour interval; Else Set C(k)= C(w); End If End If End While End For. P3. P2. P1. P2 a) b) 图 1 等高线及等高线树图,a) 等高线,b) 等高线树. P2. P1 图 2 Single Hills 图 3 Multi-hills

17 Some results of lower and upper bounds for every DEM grids

18 Details about HASMROC 1. 为方便求解, 本文在利用 HASMOC 方法进行实际模拟 DEM 时, 将采样数据的等式约束方程转换为上下界约束, 让采样点的模拟结果值可以在采样值附近微小活动 ( 上下界为采样值 ± 一个微小量 ), 这样所有格网点都转换为上下界约束, 便于使用 Matlab 求解模拟 2. 求解使用 Matlab 7.8 中的 lsqlin 函数 :lsqlin 主要用于解决不等式约束的最小二乘的曲线拟合问题, 可以用于求解大规模的仅有界约束的优化问题, 对于具有等式和不等式约束的优化问题, 只能求解很小规模

19 DEM Construction from Contour lines based on Regional Optimum Control I. Background II. HASMROC(Regional Optimum Control ) Method III. Case Study IV. Discussion V. References

20 III Case Study 1. Mathematical (Gaussian Synthetic ) surface 2. Real terrain surface

21 Case I: Gaussian Synthetic Surface Zrange inbetween ( 6.551, 8.106) x 1 z = 3*(1 x) * e 10*( x y )* e * e ( x ( y + 1) ) 3 5 ( x y ) ( ( x + 1) y )

22 Simulation results 3D Shaded relief from HASMROC simulated DEM Derived contour lines from HASMROC and original Gauss Synthesis surface

23 Resolution=0.12 TPS(Thin Plate Spline) Blue is the original contour lines Red is the derived ones HASMROC

24 Resolution= TPS(Thin Plate Spline) Blue is the original contour lines Red is the derived ones HASMROC

25 Convergenc Analysis

26 Case II: Manually vectorized data 江西省千烟洲生态试验站地理位置千烟洲扫描矢量化原始等高线图 (20m 等高距 )

27 3 Results compared with TIN a) b) Interpolated DEM of, a)tin(triangulated Irregular Network), b)hasmroc

28 3 Results compared with TIN(2) Black is the original contour lines Blue is the derived ones a) b) a) b) Overlay of the derived contour lines with original contour lines from, a)tin(triangulated Irregular Network),b)HASMROC

29 3 Results compared with TIN(3) 8 x x a) 5 2 频数 4 频数 高程 b) 高程 a) b) Histogram of DEM fromfrom, a)tin(triangulated Irregular Network),b)HASMROC

30 4 Results compared with TPS a) b) Interpolated DEM of, a)tps(thin Plate Spline), b)hasmroc

31 4 Results compared with TPS(2) Black is the original contour lines Blue is the derived ones a) b) a) b) Overlay of the derived contour lines with original contour lines from, a)tps(thin Plate Spline,b)HASMROC

32 DEM Construction from Contour lines based on Regional Optimum Control I. Background II. HASMROC(Regional Optimum Control ) Method III. Case Study IV. Discussion V. References

33 Discussion 1. By solving a simple optimization problem, DEM can be secured, which is smooth and of high fidelity to original contours. 2. Mathematical and real contour lines examples are given, and results from HASMROC are compared with that from TIN (Triangulated Irregular Network) and TPS (Thin Plate Spline) method, HASMROC is superior to the latter s in DEM construction in two cases, TPS 和 TIN 忽略了很多地形细节, 而 HASMOC 方法却保留了大量的地形细节 ; 回放等高线显示,TIN 与 TPS 方法回放效果差

34 Future work 1. Large scale constraint Optimization: 大规模约束优化求解方法的 C++ 底层实现,; 2. Quick algorithms: 快速任意点的值范围 ( 上下界 ) 的确定方法, 结合等高线树 约束 TIN 及射线求交法, 根据模拟精度 ( 分辨率 ) 的要求提取地形特征点 特征线与特征面, 或从遥感数据或实地测量获得有用地形信息, 并建立对应的约束优化方程, 从而建立更加符合实际的 DEM; 3. Real applications: 数字土壤制图, 气候数据制图, 多尺度数据综合的研究, 基于等高线与地形特征的地形简化 ;

35 Future work Proposed Scheme: 1. Quadratic Programming + Interior point methods; 2. 增广 Lagrange 算法 + Projection method + Slash variables; 3. Specific methods(equality constraint least square methods); Assistant Tools and software: 1. sparse matrix solvers (e.g., KNITRO and IPOPT) 2. NEOS server 3. Modeling system (AMPL or GAMS) 大规模约束优化求解方法

36 Future work(continued) 等高线树 TIN 任意点的值约束方程的确定

37 Future work(continued) 等高线树 TIN 任意点的值约束方程的确定之二

38 Main References 1. YUE T.X., Du Z.P., SONG D.J., GONG J., A new method of surface modeling and its application to DEM construction, ti Geomorphology, 2007, 91 (12), Yue T.X., Song D.J., Du Z.P., Wang W., High accuracy surface modeling and its application to DEM generation [J]. International Journal of Remote Sensing, 2010, Ciarlet, Philippe G. (2002). A surface is a continuous function of its two fundamental forms. C. R. Acad. Sci. Paris, Ser. I 335: Ciarlet, Philippe G., F. Larsonneur (2002). On the recovery of a surface with prescribed first and second fundamental forms. J. Math. Pures Appl. 81: SONG D.J., YUE T.X., Du Z.P., DEM Construction from Contour lines based on Regional Optimum Control[C], in Proceedings of the Third International Joint Conference on Computational Sciences and Optimization, CSO 2010, 宋敦江, 岳天祥, 杜正平, 等高线树的构建及其在建立高保真 DEM 中的应用, 中国图像图形学报, 2010(Accepted) 7. 宋敦江, 岳天祥, 杜正平, 陈传法. 简单地形特征建立 DEM 的 HASM 方法 [J], 武汉大学学报 - 信息科学版, 2010(Accepted) 8. 宋敦江, 岳天祥, 杜正平, 等高线反演 DEM 的区域优化控制方法, 测绘学报, 2010(submitted) 9. Z.L. Li, Q. Zhu, Christopher Gold. Digital terrain modeling : principles and methodology. Boca Raton, Florida New York, N.Y., Taylor & Francis,2005

39 Dunjiang Song( 宋敦江 ) Tel: songdj@casipm.ac.cn

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

彩色地图中道路的识别和提取

彩色地图中道路的识别和提取 9310016, i ii Abstract This thesis is on the researching of recognizing the roads in map image by computer. Based on the theory of Pattern Recognition, there is a method to be discussed, which can recognize

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

Untitled-3

Untitled-3 SEC.. Separable Equations In each of problems 1 through 8 solve the given differential equation : ü 1. y ' x y x y, y 0 fl y - x 0 fl y - x 0 fl y - x3 3 c, y 0 ü. y ' x ^ y 1 + x 3 x y 1 + x 3, y 0 fl

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

普通高等学校本科专业设置管理规定

普通高等学校本科专业设置管理规定 普 通 高 等 学 校 本 科 专 业 设 置 申 请 表 ( 备 案 专 业 适 用 ) 学 校 名 称 ( 盖 章 ): 学 校 主 管 部 门 : 专 业 名 称 : 浙 江 外 国 语 学 院 浙 江 省 教 育 厅 金 融 工 程 专 业 代 码 : 020302 所 属 学 科 门 类 及 专 业 类 : 金 融 学 / 金 融 工 程 类 学 位 授 予 门 类 : 修 业 年 限 :

More information

θ 1 = φ n -n 2 2 n AR n φ i = 0 1 = a t - θ θ m a t-m 3 3 m MA m 1. 2 ρ k = R k /R 0 5 Akaike ρ k 1 AIC = n ln δ 2

θ 1 = φ n -n 2 2 n AR n φ i = 0 1 = a t - θ θ m a t-m 3 3 m MA m 1. 2 ρ k = R k /R 0 5 Akaike ρ k 1 AIC = n ln δ 2 35 2 2012 2 GEOMATICS & SPATIAL INFORMATION TECHNOLOGY Vol. 35 No. 2 Feb. 2012 1 2 3 4 1. 450008 2. 450005 3. 450008 4. 572000 20 J 101 20 ARMA TU196 B 1672-5867 2012 02-0213 - 04 Application of Time Series

More information

HASM 1.3. HASM 2. HASM

HASM 1.3. HASM 2. HASM 2006 5 10 1. 1.1. 1.2. HASM 1.3. HASM 2. HASM 2.1. 2.2. 2.3. 2.4. 2.5. 2.6. 1. 1. 1.1. 1. 20 1. 1.1.1. 1. overlay 1. 1.1.2. real-time 1. 1.1.3. 90 1. 1.1.4. 1. 1.2. HASM 1. earth surface system surface

More information

填 表 说 明 1. 本 表 用 钢 笔 填 写, 也 可 直 接 打 印, 不 要 以 剪 贴 代 填 字 迹 要 求 清 楚 工 整 2. 本 表 所 填 内 容 必 须 真 实 可 靠, 如 发 现 虚 假 信 息, 将 取 消 所 在 学 院 参 评 资 格 3. 本 表 涉 及 的 项 目

填 表 说 明 1. 本 表 用 钢 笔 填 写, 也 可 直 接 打 印, 不 要 以 剪 贴 代 填 字 迹 要 求 清 楚 工 整 2. 本 表 所 填 内 容 必 须 真 实 可 靠, 如 发 现 虚 假 信 息, 将 取 消 所 在 学 院 参 评 资 格 3. 本 表 涉 及 的 项 目 成 都 理 工 大 学 优 秀 教 学 系 部 申 报 表 系 部 名 称 : 系 部 负 责 人 : 空 间 物 理 与 信 息 技 术 系 陆 从 德 所 在 学 院 : 地 球 物 理 学 院 成 都 理 工 大 学 教 务 处 制 二 一 三 年 填 表 说 明 1. 本 表 用 钢 笔 填 写, 也 可 直 接 打 印, 不 要 以 剪 贴 代 填 字 迹 要 求 清 楚 工 整 2. 本

More information

untitled

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

More information

Introduction to Hamilton-Jacobi Equations and Periodic Homogenization

Introduction to Hamilton-Jacobi Equations  and Periodic Homogenization Introduction to Hamilton-Jacobi Equations and Periodic Yu-Yu Liu NCKU Math August 22, 2012 Yu-Yu Liu (NCKU Math) H-J equation and August 22, 2012 1 / 15 H-J equations H-J equations A Hamilton-Jacobi equation

More information

2/80 2

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

More information

untitled

untitled 數 Quadratic Equations 數 Contents 錄 : Quadratic Equations Distinction between identities and equations. Linear equation in one unknown 3 ways to solve quadratic equations 3 Equations transformed to quadratic

More information

m m m ~ mm

m m m ~ mm 2011 10 10 157 JOURNAL OF RAILWAY ENGINEERING SOCIETY Oct 2011 NO. 10 Ser. 157 1006-2106 2011 10-0007 - 0124-05 710043 6 TBM TBM U455. 43 A Structural Calculation and Analysis of Transfer Node of Three

More information

20

20 37 92 19 40 19 20 21 1 7 22 1/5 6/30 5/3030 23 24 25 26 1 2 27 1 2 28 29 30 5 8 8 3 31 32 33 34 35 36 37 38 39 A Study Investigating Elementary School Students Concept of the Unit in Fraction in Northern

More information

mm 400 mm 15 mm EOF mm/10a Fig. 1 Distributions

mm 400 mm 15 mm EOF mm/10a Fig. 1 Distributions 7 2 2011 3 ADVANCES IN CLIMATE CHANGE RESEARCH Vol. 7 No. 2 March 2011 1673-1719 (2011) 02-0097-07 1961 2007 77 5 5 6 2 3 8 11 1980 1980 1990 2015 8 11 P426.6 A 7.86% 4 50 0.35 5 6 19 7 8 9 1 1906 2005

More information

Corporate Social Responsibility CSR CSR CSR 1 2 ~ CSR 6 CSR 7 CSR 8 CSR 9 10 ~ CSR 14 CSR CSR 2013 A A 23.

Corporate Social Responsibility CSR CSR CSR 1 2 ~ CSR 6 CSR 7 CSR 8 CSR 9 10 ~ CSR 14 CSR CSR 2013 A A 23. 24 3 Vol. 24 No. 3 2015 6 OPERATIONS RESEARCH AND MANAGEMENT SCIENCE Jun. 2015 1 2 2 1. 300071 2. 300071 Markowitz 10 F830. 59 A 1007-3221 2015 03-0275-13 Improvement of Portfolio Models Research An Empirical

More information

PowerPoint Presentation

PowerPoint Presentation Linear Progamming- the Simple method with greater-than-or-equal-to or equality minimization problem Quantitative deciion making technique /5/6 Tableau form- dealing with greaterthan-or-equal-to contraint

More information

Chinese Journal of Applied Probability and Statistics Vol.25 No.4 Aug (,, ;,, ) (,, ) 应用概率统计 版权所有, Zhang (2002). λ q(t)

Chinese Journal of Applied Probability and Statistics Vol.25 No.4 Aug (,, ;,, ) (,, ) 应用概率统计 版权所有, Zhang (2002). λ q(t) 2009 8 Chinese Journal of Applied Probability and Statistics Vol.25 No.4 Aug. 2009,, 541004;,, 100124),, 100190), Zhang 2002). λ qt), Kolmogorov-Smirov, Berk and Jones 1979). λ qt).,,, λ qt),. λ qt) 1,.

More information

[9] R Ã : (1) x 0 R A(x 0 ) = 1; (2) α [0 1] Ã α = {x A(x) α} = [A α A α ]. A(x) Ã. R R. Ã 1 m x m α x m α > 0; α A(x) = 1 x m m x m +

[9] R Ã : (1) x 0 R A(x 0 ) = 1; (2) α [0 1] Ã α = {x A(x) α} = [A α A α ]. A(x) Ã. R R. Ã 1 m x m α x m α > 0; α A(x) = 1 x m m x m + 2012 12 Chinese Journal of Applied Probability and Statistics Vol.28 No.6 Dec. 2012 ( 224002) Euclidean Lebesgue... :. : O212.2 O159. 1.. Zadeh [1 2]. Tanaa (1982) ; Diamond (1988) (FLS) FLS LS ; Savic

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

穨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

1 119 Clark 1951 Martin Harvey a 2003b km 2

1 119 Clark 1951 Martin Harvey a 2003b km 2 30 1 118 ~ 131 2014 3 EARTHQUAKE RESEARCH IN CHINA Vol. 30 No. 1 Mar. 2014 2014 30 1 118 ~ 131 650224 6 GIS - 2013 3 3 5. 5 0. 89 1001-4683 2014 01-118-14 P315 A 0 1481 20 500 6. 5 2012 1991 2012 10 1

More information

Microsoft Word - 上傳電子檔.doc

Microsoft Word - 上傳電子檔.doc 創 新 設 計 研 究 所 碩 士 學 位 論 文 臺 北 聯 營 公 車 站 立 輔 助 設 備 最 適 設 置 高 度 研 究 In Search of the Appropriate Height for the Standing Support Equipments on the City Bus at Taipei 研 究 生 : 賴 振 永 指 導 教 授 : 黃 啟 梧 中 華 民 國

More information

Dan Buettner / /

Dan Buettner / / 39 1 2015 1 Vol. 39 No. 1 January 2015 74 Population Research 80 + /60 + 90 + 90 + 0 80 100028 Measuring and Comparing Population Longevity Level across the Regions of the World Lin Bao Abstract Appropriate

More information

<4D6963726F736F667420576F7264202D20B8DFB9B0B0D3B0D3F5E0D3A6C1A6CAB5B2E2D3EBBCC6CBE3BDE1B9FBB2EED2ECD4ADD2F2B7D6CEF62DD5C5B9FAD0C22E646F6378>

<4D6963726F736F667420576F7264202D20B8DFB9B0B0D3B0D3F5E0D3A6C1A6CAB5B2E2D3EBBCC6CBE3BDE1B9FBB2EED2ECD4ADD2F2B7D6CEF62DD5C5B9FAD0C22E646F6378> 高 拱 坝 坝 踵 应 力 实 测 与 计 算 结 果 差 异 原 因 分 析 张 国 新 周 秋 景 ( 中 国 水 利 水 电 科 学 研 究 院, 北 京 100038) 摘 要 : 坝 踵 应 力 是 关 系 到 混 凝 土 坝 是 否 开 裂 和 安 全 的 一 个 重 要 指 标, 不 管 是 用 结 构 力 学 法 还 是 有 限 元 法 都 能 计 算 出 坝 踵 有 一 定 的 拉

More information

by industrial structure evolution from 1952 to 2007 and its influence effect was first acceleration and then deceleration second the effects of indust

by industrial structure evolution from 1952 to 2007 and its influence effect was first acceleration and then deceleration second the effects of indust 2011 2 1 1 2 3 4 1. 100101 2. 100124 3. 100039 4. 650092 - - - 3 GDP U 20-30 60% 10% TK01 A 1002-9753 2011 02-0042 - 10 Analysis on Character and Potential of Energy Saving and Carbon Reducing by Structure

More information

coverage2.ppt

coverage2.ppt Satellite Tool Kit STK/Coverage STK 82 0715 010-68745117 1 Coverage Definition Figure of Merit 2 STK Basic Grid Assets Interval Description 3 Grid Global Latitude Bounds Longitude Lines Custom Regions

More information

曹 文 轩 小 说 中 的 空 间 叙 事 研 究 A STUDY OF SPATIAL NARRATIVE IN CAO WEN XUAN S NOVELS By 陈 诗 蓉 TAN SIH YONG 本 论 文 乃 获 取 文 学 硕 士 学 位 ( 中 文 系 ) 的 部 分 条 件 A di

曹 文 轩 小 说 中 的 空 间 叙 事 研 究 A STUDY OF SPATIAL NARRATIVE IN CAO WEN XUAN S NOVELS By 陈 诗 蓉 TAN SIH YONG 本 论 文 乃 获 取 文 学 硕 士 学 位 ( 中 文 系 ) 的 部 分 条 件 A di 曹 文 轩 小 说 中 的 空 间 叙 事 研 究 A STUDY OF SPATIAL NARRATIVE IN CAO WEN XUAN S NOVELS 陈 诗 蓉 TAN SIH YONG MASTER OF ARTS (CHINESE STUDIES) 拉 曼 大 学 中 华 研 究 院 INSTITUTE OF CHINESE STUDIES UNIVERSITI TUNKU ABDUL

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

附件4

附件4 附 件 2 2015 年 省 级 精 品 资 源 共 享 课 申 报 书 ( 本 科 ) 申 报 学 校 西 华 师 范 大 学 课 程 名 称 数 值 方 法 与 计 算 机 技 术 课 程 类 型 公 共 基 础 课 专 业 基 础 课 专 业 课 其 它 所 属 学 科 门 类 理 学 ( 数 学 ) 所 属 专 业 类 名 称 课 程 负 责 人 数 学 与 应 用 数 学 信 息 与 计

More information

余德浩诗词

余德浩诗词 余德浩诗词 共 722 首 其中夕照新篇 436 首 2016 年 35 首 2015 年 81 首 2014 年 59 首 2013 年 64 首 2012 年 63 首 2011 年 79 首 2010 年 55 首 科苑情怀 1978-2009 年 39 首 青春足迹 1964-1977 年 241 首 自由体长诗 6 首 夕照新篇 2010-2016 年 读网络奇文随感三首 2016 年 5

More information

東吳大學

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

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

6 : W eb 827 ) [ 5 ] 211, : (1) (2),, (3) 212, [ 6-7 ], B /S,,,, 1 1 Fig11 Design of the system architecture

6 : W eb 827 ) [ 5 ] 211, : (1) (2),, (3) 212, [ 6-7 ], B /S,,,, 1 1 Fig11 Design of the system architecture 11 6 2009 12 JOURNAL OF GEO2INFORMATION SC IENCE Vol111, No16 Dec1, 2009 W eb,,, (, 100101) :, W eb, ( ),,,, : ; W ebgis; 1 2,,, [ 1 ] [ 2 ] [ 3 ], ;, ;, 3S ( GPS GIS RS), [ 4 ], 1 100 1 5 1 1,, W eb ;,

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

Construction of Chinese pediatric standard database A Dissertation Submitted for the Master s Degree Candidate:linan Adviser:Prof. Han Xinmin Nanjing

Construction of Chinese pediatric standard database A Dissertation Submitted for the Master s Degree Candidate:linan Adviser:Prof. Han Xinmin Nanjing 密 级 : 公 开 学 号 :20081209 硕 士 学 位 论 文 中 医 儿 科 标 准 数 据 库 建 设 研 究 研 究 生 李 楠 指 导 教 师 学 科 专 业 所 在 学 院 毕 业 时 间 韩 新 民 教 授 中 医 儿 科 学 第 一 临 床 医 学 院 2011 年 06 月 Construction of Chinese pediatric standard database

More information

<4D6963726F736F667420576F7264202D2032303132BFC6BCBCB9A4D7F7C4EAB1A82D3034313020205FD0DEB8B4B5C45F2E646F63>

<4D6963726F736F667420576F7264202D2032303132BFC6BCBCB9A4D7F7C4EAB1A82D3034313020205FD0DEB8B4B5C45F2E646F63> 科 技 工 作 年 报 (2012) 科 技 管 理 处 2013 年 3 月 1 目 录 一 科 技 工 作 总 结... 1 ( 一 ) 科 技 项 目 与 经 费... 1 ( 二 ) 科 技 成 果... 4 ( 三 ) 科 技 成 果 奖 励... 7 ( 四 ) 科 技 论 文 与 著 作... 9 ( 五 ) 科 技 创 新 条 件 能 力 建 设... 13 ( 六 ) 院 属 横

More information

Microsoft Word 任 辉_new_.doc

Microsoft Word 任  辉_new_.doc 土壤 (Soils), 2014, 46(2): 373 378 1 基于地物驱动要素的住宅地价空间模拟研究 以南京市为例 1, 2, 3 (1 410128 2 210095 3 210098) GIS F301.4 [1] Bruechner [2] Capozza Sick [3] 20 90 [4 6] [7 9] GIS 1 1.1 GIS [10] [11] (12QN57) (09&ZD046)

More information

豐佳燕.PDF

豐佳燕.PDF Application of Information Literacy to chiayen@estmtc.tp.edu.tw information literacy Theme-oriented teaching. Abstract Based on the definition of Information Literacy and Six core concepts of the problem

More information

我国原奶及乳制品安全生产和质量安全管理研究

我国原奶及乳制品安全生产和质量安全管理研究 密 级 论 文 编 号 中 国 农 业 科 学 院 硕 士 学 位 论 文 我 国 原 奶 及 乳 制 品 质 量 安 全 管 理 研 究 Study on Quality and Safety Management of Raw Milk and Dairy Products in China 申 请 人 : 段 成 立 指 导 教 师 : 叶 志 华 研 究 员 张 蕙 杰 研 究 员 申 请

More information

南華大學數位論文

南華大學數位論文 -- Managing Traditional Temples A Case Study of Representative Temples in CHIA-YI i Abstract This research used the methodology of field study historical comparative research, and qualitative interview

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

United Nations ~ ~ % 2010

United Nations ~ ~ % 2010 42 3 2018 5 Vol. 42 No. 3 May 2018 38 Population Research 2014 60 3% ~ 4% 10% 60 +

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

第一章 前言

第一章  前言 The Implementation of Arrhythmia Analysis System ii LabVIEW So and Chan QRS R-R interval QRS duration Tompkins and Ahlstrom 1983 R-R interval QRS duration search back 1R-R interval 8 R-R interval ± 14

More information

WTO

WTO 10384 X0115018 UDC MBA 2004 5 14 2004 6 1 WTO 2004 2006 7 2 Abstract According to the promise after our country enter into WTO, our country will open the readymade oil retail market in the end of 2004

More information

女性减肥健身(六).doc

女性减肥健身(六).doc ...1...3...8...9...9... 11...13...14...15...18...23...24...28...30...31...33...34...35...35 I ...37...39...40...42...43...45...46...47...48...49...51...53...55...57...58...62...68...69...70...72...73...75

More information

经 济 与 管 理 耿 庆 峰 : 我 国 创 业 板 市 场 与 中 小 板 市 场 动 态 相 关 性 实 证 研 究 基 于 方 法 比 较 视 角 87 Copula 模 型 均 能 较 好 地 刻 画 金 融 市 场 间 的 动 态 关 系, 但 Copula 模 型 效 果 要 好 于

经 济 与 管 理 耿 庆 峰 : 我 国 创 业 板 市 场 与 中 小 板 市 场 动 态 相 关 性 实 证 研 究 基 于 方 法 比 较 视 角 87 Copula 模 型 均 能 较 好 地 刻 画 金 融 市 场 间 的 动 态 关 系, 但 Copula 模 型 效 果 要 好 于 第 19 卷 第 6 期 中 南 大 学 学 报 ( 社 会 科 学 版 ) Vol.19 No.6 013 年 1 月 J. CENT. SOUTH UNIV. (SOCIAL SCIENCE) Dec. 013 我 国 创 业 板 市 场 与 中 小 板 市 场 动 态 相 关 性 实 证 研 究 基 于 方 法 比 较 视 角 耿 庆 峰 ( 闽 江 学 院 公 共 经 济 学 与 金 融 学

More information

2. 3. 1 2 TI 3 TI TABLE 4 RANDBIN 5 6 172 6 Research of Modern Basic Education 2012 6

2. 3. 1 2 TI 3 TI TABLE 4 RANDBIN 5 6 172 6 Research of Modern Basic Education 2012 6 6 2012 6 Research of Modern Basic Education Vol. 6 June 2012 201200 20 1. G 1976-171 2. 3. 1 2 TI 3 TI TABLE 4 RANDBIN 5 6 172 6 Research of Modern Basic Education 2012 6 1 GPS 4. 01 TI - nspire cx 1.

More information

untitled

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

More information

THE 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

謹 將 此 書 獻 給 所 有 和 慶 榮 一 樣 努 力 留 下 屬 於 自 己 生 命 印 記 的 朋 友 們 魏 慶 榮 手 繪 圖

謹 將 此 書 獻 給 所 有 和 慶 榮 一 樣 努 力 留 下 屬 於 自 己 生 命 印 記 的 朋 友 們 魏 慶 榮 手 繪 圖 謹 將 此 書 獻 給 所 有 和 慶 榮 一 樣 努 力 留 下 屬 於 自 己 生 命 印 記 的 朋 友 們 魏 慶 榮 手 繪 圖 目 錄 銀 慶 剛 / 序 十 年 一 覺 南 港 夢 吳 美 蓉 / 序 i iii 友 人 篇 李 隆 安 / 朋 友, 我 想 念 你 1 邱 守 榕 / 紀 念 在 過 去 的 殘 光 碎 影 中 尋 覓 探 視 未 來 9 周 宜 家 徐 光 琳 李

More information

國家圖書館典藏電子全文

國家圖書館典藏電子全文 A Study on the Job Stress and the Ways of Coping for the Director of Elementary School in the Middle Area of Taiwan Abstract This study aims at probing the subject current status as related to stress and

More information

学校代号 10199 学 号20092209134

学校代号 10199                                       学    号20092209134 学 校 代 号 10199 学 号 20092209134 硕 士 学 位 论 文 中 药 塌 渍 护 理 干 预 联 合 超 声 雾 化 对 小 儿 肺 炎 喘 嗽 的 临 床 观 察 研 究 Traditional Chinese medicine collapse stains nursing intervention to joint of ultrasonic atomizer infantile

More information

Vol. 36 ( 2016 ) No. 6 J. of Math. (PRC) HS, (, ) :. HS,. HS. : ; HS ; ; Nesterov MR(2010) : 90C05; 65K05 : O221.1 : A : (2016)

Vol. 36 ( 2016 ) No. 6 J. of Math. (PRC) HS, (, ) :. HS,. HS. : ; HS ; ; Nesterov MR(2010) : 90C05; 65K05 : O221.1 : A : (2016) Vol. 36 ( 6 ) No. 6 J. of Math. (PRC) HS, (, 454) :. HS,. HS. : ; HS ; ; Nesterov MR() : 9C5; 65K5 : O. : A : 55-7797(6)6-9-8 ū R n, A R m n (m n), b R m, b = Aū. ū,,., ( ), l ū min u s.t. Au = b, (.)

More information

第六篇

第六篇 國 家 發 展 前 瞻 規 劃 委 辦 研 究 計 畫 - 產 業 人 力 供 需 評 估 ( 含 模 型 建 立 ) ( 第 二 年 度 計 畫 ) 編 號 : 國 家 發 展 前 瞻 規 劃 委 辦 研 究 計 畫 - 產 業 人 力 供 需 評 估 ( 含 模 型 建 立 ) 委 託 單 位 : 行 政 院 國 家 發 展 委 員 會 執 行 單 位 : 財 團 法 人 台 灣 經 濟 研

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

11 25 stable state. These conclusions were basically consistent with the analysis results of the multi - stage landslide in loess area with the Monte

11 25 stable state. These conclusions were basically consistent with the analysis results of the multi - stage landslide in loess area with the Monte 211 11 11 158 JOURNAL OF RAILWAY ENGINEERING SOCIETY Nov 211 NO. 11 Ser. 158 16-216 211 11-24 - 6 1 2 3 3 3 1. 126 2. 92181 74 3. 181 1 2 3 4 1. 27 1. 3 1. 56 1. 73 4 1 2 3 4. 96 1. 15 1. 48 1. 6 f s =

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

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

穨1-林聖欽.doc

穨1-林聖欽.doc 1 39 92 11 Geographical Research No. 39, November. 2003 * The historical geographical study of the Taiwanese christening culture: A case of Xuei-gia-liau, Xuei-gia Bau, Yan-Shui-Gang Ting in Japanese Rule

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

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

第 一 章 数 学 系 的 历 史 沿 革 第 一 节 数 学 系 的 渊 源 和 机 构 变 革 情 况 1949 年 6 月, 邸 耀 宗 厉 瑞 康 在 太 原 市 北 郊 上 兰 村 原 进 山 中 学 的 废 墟 上 筹 建 兵 工 职 业 学 校,1950 年 改 为 兵 工 高 级 职

第 一 章 数 学 系 的 历 史 沿 革 第 一 节 数 学 系 的 渊 源 和 机 构 变 革 情 况 1949 年 6 月, 邸 耀 宗 厉 瑞 康 在 太 原 市 北 郊 上 兰 村 原 进 山 中 学 的 废 墟 上 筹 建 兵 工 职 业 学 校,1950 年 改 为 兵 工 高 级 职 前 言 中 北 大 学 数 学 系 是 伴 随 着 学 校 的 发 展, 在 几 代 人 的 努 力 下 不 断 发 展 壮 大 起 来 的 从 1953 年 太 原 机 械 工 业 学 校 数 学 教 研 组 到 2006 年 理 学 院 数 学 系, 其 间 凝 聚 了 中 北 几 代 数 学 人 的 汗 水 2011 年, 正 值 中 北 大 学 建 校 70 周 年 校 庆, 我 们 认 为

More information

Ⅰ、Ⅱ类博士后中期考核表 贾布裕.docx

Ⅰ、Ⅱ类博士后中期考核表 贾布裕.docx Ⅰ Ⅱ 类 博 士 后 中 期 考 核 表 所 在 学 院 : 土 木 与 交 通 学 院 姓 名 : 贾 布 裕 合 作 导 师 : 徐 国 元 研 究 学 科 方 向 : 交 通 运 输 工 程 合 同 起 止 时 间 : 2015 年 8 月 至 2017 年 中 期 考 核 起 止 时 间 : 2015 年 8 月 至 2016 年 8 月 8 月 一 主 要 工 作 内 容 ( 一 ) 科

More information

9 * B0-0 * 16ZD097 10 2018 5 3 11 117 2011 349 120 121 123 46 38-39 12 2018 5 23 92 939 536 2009 98 1844 13 1 25 926-927 3 304 305-306 1 23 95 14 2018 5 25 926-927 122 1 1 self-ownership 15 22 119 a b

More information

基 础 实 室 4 计 算 机 网 络 唐 爱 红 专 业 机 房 PROTEL 联 想 同 方 电 脑 180 台 唐 爱 红 MATLAB 计 算 机 网 络 电 工 电 子 技 能 训 练 室 电 子 基 本 技 能 示 波 器 毫 伏 表 雕 刻 机 图 示 仪 电 子 实 训 台 电 工

基 础 实 室 4 计 算 机 网 络 唐 爱 红 专 业 机 房 PROTEL 联 想 同 方 电 脑 180 台 唐 爱 红 MATLAB 计 算 机 网 络 电 工 电 子 技 能 训 练 室 电 子 基 本 技 能 示 波 器 毫 伏 表 雕 刻 机 图 示 仪 电 子 实 训 台 电 工 2014 年 电 气 工 程 及 其 自 动 化 专 业 教 学 质 量 年 度 报 告 1 专 业 发 展 概 况 ( 包 括 专 业 发 展 历 程 专 业 办 学 的 经 费 投 入 图 书 资 料 实 室 等 基 本 教 学 条 件 在 校 学 生 数 生 师 比 一 志 愿 录 取 率 新 生 报 到 率 学 生 转 入 和 转 出 人 数 ) 上 海 师 范 大 学 信 息 与 机 电

More information

Gerotor Motors Series Dimensions A,B C T L L G1/2 M G1/ A 4 C H4 E

Gerotor Motors Series Dimensions A,B C T L L G1/2 M G1/ A 4 C H4 E Gerotor Motors Series Size CC-A Flange Options-B Shaft Options-C Ports Features 0 0 5 5 1 0 1 0 3 3 0 0 SAE A 2 Bolt - (2) 4 Bolt Magneto (4) 4 Bolt Square (H4) 1.0" Keyed (C) 25mm Keyed (A) 1.0' 6T Spline

More information

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

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

More information

(1) (2) (3) 1. (1) 2

(1) (2) (3) 1. (1) 2 0386 71.32% 14A 1 (1) (2) (3) 1. (1) 2 (a) (b) (i) (ii) (iii) 3 (iv) (a) (b) (c) (d) 6% 4 2013 3 26 [2013]624 10 5 2013 6 28 [2013]1246 2015 3 [2015]351 0.2 6 [2015]748 180C 7 * * 8 14A (2) 417,800,000

More information

202,., IEC1123 (1991), GB8051 (2002) [4, 5],., IEC1123,, : 1) IEC1123 N t ( ). P 0 = 0.9995, P 1 = 0.9993, (α, β) = (0.05, 0.05), N t = 72574 [4]. [6

202,., IEC1123 (1991), GB8051 (2002) [4, 5],., IEC1123,, : 1) IEC1123 N t ( ). P 0 = 0.9995, P 1 = 0.9993, (α, β) = (0.05, 0.05), N t = 72574 [4]. [6 2013 4 Chinese Journal of Applied Probability and Statistics Vol.29 No.2 Apr. 2013 (,, 550004) IEC1123,,,., IEC1123 (SMT),,,. :,,, IEC1123,. : O212.3. 1. P.,,,, [1 5]. P, : H 0 : P = P 0 vs H 1 : P = P

More information

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

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

More information

天 主 教 輔 仁 大 學 社 會 學 系 學 士 論 文 小 別 勝 新 婚? 久 別 要 離 婚? 影 響 遠 距 家 庭 婚 姻 感 情 因 素 之 探 討 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

Microsoft Word - ä¸fi颟æ−¥å‚−_å“ı弋论_1104

Microsoft Word - ä¸fi颟æ−¥å‚−_å“ı弋论_1104 中 国 博 弈 论 新 近 进 展 及 展 望 摘 要 1944 年 著 名 数 学 家 冯 诺 伊 曼 和 经 济 学 家 莫 根 施 坦 合 著 并 出 版 的 博 弈 论 与 经 济 行 为 标 志 着 博 弈 论 作 为 一 门 独 立 学 科 的 诞 生 在 国 际 上, 从 1994 到 2012 年, 博 弈 论 学 家 已 先 后 获 得 6 届 诺 贝 尔 经 济 学 奖, 对 于

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

[1] Liu Hongwei,2013, Study on Comprehensive Evaluation of Iron and Steel Enterprises Production System s Basic Capacities, International Asia Confere

[1] Liu Hongwei,2013, Study on Comprehensive Evaluation of Iron and Steel Enterprises Production System s Basic Capacities, International Asia Confere 刘 洪 伟 工 业 工 程 系 副 教 授 CV 下 载 办 公 电 话 : 电 子 邮 箱 :hw_liu999@tju.edu.cn 研 究 方 向 : 精 益 生 产 与 精 益 管 理 理 论 及 应 用 ; 工 业 工 程 与 信 息 技 术 集 成 管 理 ; 系 统 可 靠 性 理 论 与 方 法 ; 医 院 管 理 理 论 及 应 用 教 育 与 工 作 经 历 时 间 单 位 专

More information

厦 门 大 学 学 位 论 文 原 创 性 声 明 本 人 呈 交 的 学 位 论 文 是 本 人 在 导 师 指 导 下, 独 立 完 成 的 研 究 成 果 本 人 在 论 文 写 作 中 参 考 其 他 个 人 或 集 体 已 经 发 表 的 研 究 成 果, 均 在 文 中 以 适 当 方

厦 门 大 学 学 位 论 文 原 创 性 声 明 本 人 呈 交 的 学 位 论 文 是 本 人 在 导 师 指 导 下, 独 立 完 成 的 研 究 成 果 本 人 在 论 文 写 作 中 参 考 其 他 个 人 或 集 体 已 经 发 表 的 研 究 成 果, 均 在 文 中 以 适 当 方 学 校 编 码 :10384 分 类 号 密 级 学 号 : UDC 硕 士 学 位 论 文 浙 江 省 人 事 考 试 突 发 事 件 应 对 策 略 探 析 An Exploration of Zhejiang Province Personnel Examination Emergency Strategy 姜 海 峰 指 导 教 师 姓 名 : 王 玉 琼 教 授 专 业 名 称 : 公 共

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

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

Microsoft Word - 01李惠玲ok.doc

Microsoft Word - 01李惠玲ok.doc 康 寧 學 報 11:1-20(2009) 1 數 位 學 習 於 護 理 技 術 課 程 之 運 用 與 評 值 * 李 惠 玲 ** 高 清 華 *** 呂 莉 婷 摘 要 背 景 : 網 路 科 技 在 教 育 的 使 用 已 成 為 一 種 有 利 的 教 學 輔 助 工 具 網 路 教 學 的 特 性, 在 使 學 習 可 不 分 時 間 與 空 間 不 同 進 度 把 握 即 時 性 資

More information

输电线路智能监测系统通信技术应用研究

输电线路智能监测系统通信技术应用研究 Smart Grid 智 能 电 网, 2014, 4, 11-15 http://dx.doi.org/10.12677/sg.2014.41003 Published Online February 2014 (http://www.hanspub.org/journal/sg.html) Application Research of Communication Technology for

More information

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

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

More information

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

Outline Speech Signals Processing Dual-Tone Multifrequency Signal Detection 云南大学滇池学院课程 : 数字信号处理 Applications of Digital Signal Processing 2

Outline Speech Signals Processing Dual-Tone Multifrequency Signal Detection 云南大学滇池学院课程 : 数字信号处理 Applications of Digital Signal Processing 2 CHAPTER 10 Applications of Digital Signal Processing Wang Weilian wlwang@ynu.edu.cn School of Information Science and Technology Yunnan University Outline Speech Signals Processing Dual-Tone Multifrequency

More information

08_729.dvi

08_729.dvi 2007 55 1 113 124 c 2007 1 1 2,3 Jung Jin Lee 4 2006 8 2 2007 3 2 Jasp Jasp 1., 2005 Chang, 2006 1 1 769 2193 1314 1 2 106 8569 4 6 7 3 106 8569 4 6 7 4 Department of Statistics, Soong Sil University,

More information

2008 Nankai Business Review 61

2008 Nankai Business Review 61 150 5 * 71272026 60 2008 Nankai Business Review 61 / 62 Nankai Business Review 63 64 Nankai Business Review 65 66 Nankai Business Review 67 68 Nankai Business Review 69 Mechanism of Luxury Brands Formation

More information

72 (2001) group waves. Key words: Correlation coefficient for consecutive wave heights, mean run length (1993) (1996) (1998) (1999) (1993) (

72 (2001) group waves. Key words: Correlation coefficient for consecutive wave heights, mean run length (1993) (1996) (1998) (1999) (1993) ( (2001) 1 1 71-82 71 1 2 3 1. chtsai@mail.ntou.edu.tw 2. 3. hsiang@mail.ihmt.gov.tw 1998 9 500 (mean run length) Group waves and dangerous waves at the coast Tsai Cheng-Han Lin Yin-Chern Tseng Hsiang-Mao

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

3 : 505.,,,,,,,,,, 21 [1,2 ] , 21,, 21,, : [3 ]. 1. 3,, 10, 2 ( ),,, ; ; 40, [4 ]. 46, : (1),, (2) 16,,,,, (3) 17, (4) 18,, (5) 19,, (6) 20

3 : 505.,,,,,,,,,, 21 [1,2 ] , 21,, 21,, : [3 ]. 1. 3,, 10, 2 ( ),,, ; ; 40, [4 ]. 46, : (1),, (2) 16,,,,, (3) 17, (4) 18,, (5) 19,, (6) 20 1 9 3 Vol. 19 No. 3 2004 9 (504 514) PROGRESS IN GEOPHYSICS Sep. 2004 (, 100101),,, :,,,,,, P183 A 100422903 (2004) 0320504211 Summarization on Earth system science BI Si2wen ( State Key Laboratory of

More information

(baking powder) 1 ( ) ( ) 1 10g g (two level design, D-optimal) 32 1/2 fraction Two Level Fractional Factorial Design D-Optimal D

(baking powder) 1 ( ) ( ) 1 10g g (two level design, D-optimal) 32 1/2 fraction Two Level Fractional Factorial Design D-Optimal D ( ) 4 1 1 1 145 1 110 1 (baking powder) 1 ( ) ( ) 1 10g 1 1 2.5g 1 1 1 1 60 10 (two level design, D-optimal) 32 1/2 fraction Two Level Fractional Factorial Design D-Optimal Design 1. 60 120 2. 3. 40 10

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

Microsoft PowerPoint - STU_EC_Ch08.ppt

Microsoft PowerPoint - STU_EC_Ch08.ppt 樹德科技大學資訊工程系 Chapter 8: Counters Shi-Huang Chen Fall 2010 1 Outline Asynchronous Counter Operation Synchronous Counter Operation Up/Down Synchronous Counters Design of Synchronous Counters Cascaded Counters

More information

K301Q-D VRT中英文说明书141009

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

More information

山东省招生委员会

山东省招生委员会 附 件 2: 2012 年 度 山 东 大 学 精 品 课 程 申 报 表 课 程 名 称 课 程 负 责 人 所 属 院 系 网 站 建 设 与 设 计 连 莉 副 教 授 计 算 机 学 院 课 程 类 型 理 论 课 ( 不 含 实 践 ) 理 论 课 ( 含 实 践 ) 实 践 ( 验 ) 课 所 属 专 业 大 类 所 属 专 业 类 理 工 电 子 信 息 科 学 类 联 系 电 话 13256167020

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

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

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

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

More information

Microsoft Word doc

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

More information

(2002) Gartner Group Toelle and Tersine(1989) VMI (1998) (VMI,Vender-Managed Inventory) (2003) (VMI,Vender-Managed Inventory) VMI AHP VMI - 133

(2002) Gartner Group Toelle and Tersine(1989) VMI (1998) (VMI,Vender-Managed Inventory) (2003) (VMI,Vender-Managed Inventory) VMI AHP VMI - 133 ISM AHP VMI emily.1-777@yahoo.com.tw yowmow@mail.thu.edu.tw VMI ISM VMI VMI VMI VMI satty 1980 Analytic Hierarchy Process, AHP VMI ISM Abstract This research wants to study the electronic industry mainly

More information