中文模板

Size: px
Start display at page:

Download "中文模板"

Transcription

1 ISSN , CODEN RUXUEW Journal of Software, Vol18, No6, June 2007, pp DOI: /jos Tel/Fax: by Journal of Software All rights reserved GPU 1,3+, 1 1,2, 1 (, ) 2 (, ) 3 (, ) Real-Time Rendering Depth Images on GPU by Forward Warping LIU Bao-Quan 1,3+, LIU Xue-Hui 1, WU En-Hua 1,2 1 (State Key Laboratory of Computer Science, Institute of Software, The Chinese Academy of Sciences, Beijing , China) 2 (Department of Computer and Information Science, Faculty of Science and Technology, University of Macau, Macao) 3 (Graduate School, The Chinese Academy of Sciences, Beijing , China) + Corresponding author: Phn: , Fax , lbq@iosaccn, Liu BQ, Liu XH, Wu EH Real-Time rendering depth images on GPU by forward warping Journal of Software, 2007,18(6): Abstract: This paper presents a new pipeline for rendering depth images entirely on GPU (graphics processing unit) The implementation exploits inherent parallelism of GPU to speed up the rendering of depth images By the scheme, a novel forward 3D warping method is proposed for vertex shader to obtain high rendering performance Furthermore, the hardware pipeline s rasterization function is utilized to conduct the image re-sampling efficiently to generate holes free rendering results Per pixel lighting effect is implemented in pixel shader to get high image quality The rendering shows rapid performance at full screen resolution, with correct self-occlusions and accurate silhouettes Moreover, a real-time walkthrough system is implemented for the objects based on cylindrical depth image rendered by view-dependent dynamic LOD (level of detail) representation at runtime Key words: : graphics hardware; GPU (graphics processing unit); real-time rendering; depth image; image-based rendering (IBR); per-pixel lighting GPU(graphics processing unit) GPU vertex shader,,,, pixel shader,,,, LOD(level of detail) : ;GPU(graphics processing unit); ; ; Supported by the National Natural Science Foundation of China under Grant Nos , ( ); the National Basic Research Program of China under Grant No2002CB ( (973)) Received ; Accepted

2 1532 Journal of Software Vol18, No6, June 2007 : TP391 : A,,,,,,,, GPU, Macedonia [1] : GPU GPU, GPU,,, vertex shader,,, Relief Texture Mapping(RTM) [2 4] RTM,, 1 RTM, 941%,, GPU ;,, RTM RTM, :, 2 1 X s, X i, 2 (a) Depth image (b) Normal map (c) Color texture (d) Rendering result (a) (b) (c) (d) Fig1 Input of our system is in (a), (b), and (c), the rendering result is shown in (d) 1 (a),(b) (c), (d) X Target image plane X i X s X t Reference image plane Fig2 C s The two-step rendering procedure: Pre-warping followed by conventional texture-mapping 2 :, C t

3 : GPU 1533,,, : 1) vertex shader, GPU 2) vertex shader 2D,, Z buffer, 3), RTM, RTM 4),,, LOD(level of detail) Bump mapping [5],, Displacement mapping [6 8] Displacement mapping,, Displacement mapping,, 4 4,,, vertex shader Relief texture mapping(rtm) [2 4] parallax mapping [9], RTM, RTM, (, ) Fujita [10] RTM, reflection mapping, RTM, RTM, RTM, RTM Relief mapping [11],,,,, [12,13],,Donnelly [14],,,, [15,16],, 3, pixel shader, Dmesh [17] (i,j) P ij R; (, P ij );,,, 4 4,,

4 1534 Journal of Software Vol18, No6, June 2007,Dmesh,,,,, 2 GPU 21 GPU, :(1) ;(2) Z-buffer 1, X s X i,, vertex shader,, pixel shader, 2, 1,, 3 Reference image Pre-Warping in vertex shader Hardware Lighting in + rasterization + pixel shader Intermediate image in Pbuffer Intermediate image in Pbuffer Texture mapping Final image Fig3 The flowcharts of the two rendering passes 3 22 vertex shader GPU,, X s, McMillan [18,19],, vetex shader vetex shader, (u s,v s ) ( u, v),, (u i,v i )=(u s + u,v s + v) 3D warping Image-Based Rendering using Image Warping, [2,18] ( u, v) 4 u s u=u i u s 4, C t FX u i u s X, u/d e =depth/(depth+dt),d e u e u s,d e =u e u s ;D t C t,, D t ;u e (epipolar),u s u e ;depth u s, u:

5 : GPU 1535 u=(u e u s ) depth/(depth+d t )=(u e u s )/(1+D t /depth)=(u e u s ) Table(depth),,Table(depth)=1/(1+D t /depth), vertex texture vertex shader depth v Dmesh,, (Z-Buffer ),, 1, ; 2,, 4, Z-Buffer, Z t =D t +depth 1, vertex shader Z t, pixel shader, Pbuffer, 2 Z t, ( 17 ), shadow map, Fig4 u s F X u D e u i Top view of depth image pre-warping, (u s,v s ) (u i,v i ),,, 23 :,, ( ) vertex shader,, pixel shader, 24 pixel shader, pixel shader Phong 1, 1(d), : 1) (VD), C t, (u e,v e ), :D t C t (u e,v e, D t ) (u s,v s,depth), VD=(u e,v e, D t ) (u s,v s,depth) 2), : 3) Phong,,, pixel shader, pixel shader Policarpo [11] Donnelly [14], pixel shader,,, C t u e D t

6 1536 Journal of Software Vol18, No6, June : 1 ( ) Pbuffer,, 2,,, 1(d) ,,, 2,, [4,20],,, 6 6, ( ), ( RTM 6 ),,,RTM pre-warping, 9 pre-warping, RTM,,,33,, DPCC(double projective cylindrical camera),, ( ), 5(a) ;,, 5(b) (a) Top view (perspective projection) (b) Side view (parallel projection) (a) ( ) (b) ( ) Fig5 Double projective cylindrical camera 5 DPCC, [19] ( 6(a) ),, DPCI(double projective cylindrical image), 6(b) DPCIDPCI 6,

7 : GPU 1537 warping DPCI u s, 7,C ;u s, B; u s u s B depth (a) Image projected by cylindrical pinhole-camera model (a) C B depth u s (b) DPCI projected by DPCC (b) (DPCI) Fig6 Comparison of different cylindrical images Fig7 The pixel s depth value of DPCI 6 32 DPCI 7 DPCI DPCI, : 1 ; 2, 8 DPCI Pre-Warping Intermediate image in tangent plane Texture mapping Final image Fig8 The flowchart of the two-pass rendering 8 9,,, E,E (epipolar) DPCI Tangent plane ; 2,, E, Pre-Warping 10 Texture mapping, DPCI X s X i, 3D warping, B X i X t C t 4, Fig9 X i C t B, X s B X s, X i C s C t Target image plane 2-D illustration of the rendering procedure 9

8 1538 Journal of Software Vol18, No6, June 2007 Case 2 X s B C s E Tangent plane Case 1 X i Target image plane Case 3 X t C t Fig10 DPCI to tangent plane pre-warping 10 DPCI Fig11 Three cases of the viewpoint s position ,, 12(a),,,,, Z-Buffer ( ), 2, DPCI, Z-Buffer ( ), 11, 3 : Case 1, DPCI, ; Case 2, DPCI, 12 ; Case 3, DPCI,,, : DPCI; (a) Rendered by a DPCI (b) Rendered by a top planar depth image (c) The composition of the first two (a) DPCI (b) (c) Fig12 34 DPCI Rendering DPCI with a top end cap 12 DPCI (meso-structure),, III (tree man) : DPCI, DPCI, pixel shader

9 : GPU 1539, DPCI,, LOD Fig13 Meso-Structure added to DPCI 13 DPCI DPCI N N, LOD,,,, DPCI, Dist object2view Iter step DPCI, DPCI, Iter step, Dist object2view A, A Iter step,iter step 1,,N N;, Nd Nd, Nd=N Iter step,nd<n, DPCI LOD, DPCI, 14, DPCI Fig14 Real-Time walk through system in a scene full of image-based objects at fps 14 DPCI (48327 fps) 4 OpenGL Cg Windows XP Pentium IV 24 GHz 512M, nvidia GeForceFx5200, 1, 15,

10 1540 Journal of Software Vol18, No6, June 2007 Table 1 Comparison of frame rate between DPCI based rendering and traditional polygon based rendering 1 DPCI based Polygon based Object Polygon number Resolution of DPCI Ratio of fps rendering (fps) rendering (fps) Venus Man s head (a) Traditional polygon method (b) DPCI based method (input DPCI is ) (c) DPCI based method (input DPCI is ) (a) (b) DPCI ( ) (c) DPCI ( ) Fig15 Comparison of the rendering quality 15 : ;, [21],, : (,Per-Pixel displacement mapping [14] relief mapping [11], DMesh [17] ), 2, : , 16, ,, 16 Table 2 Comparison of frame rate for planar depth image rendering 2 Resolution of Per-Pixel displacement input image mapping [14] Relief mapping [11] (fps) DMesh [17] (fps) Our method (fps) (fps) DPCI, ; DPCI, DPCI, [2,3],DPCI ;,,,, 5 GPU, RTM,,

11 : GPU 1541 ( 18 ) Fig16 Rendering results of planar depth image 16 Fig17 The hybrid rendering results of DPCI interpenetrated with standard triangle based geometry teapots 17 DPCI Fig18 A full screen walking-through system based on image-based objects at fps 18 (41716 fps) References: [1] Macedonia M The GPU enters computing s mainstream IEEE Computer Society, 2003,36(10): [2] Oliveira MM Relief texture mapping [PhD Thesis] North Carolina: University of North Carolina, 2000 [3] Oliveira MM, Bishop G, McAllister D Relief texture mapping In: Whitted T, ed Proc of the SIGGRAPH 2000 New Orleans: ACM Press, [4] Oliveira MM, Bishop G Image-Based objects In: Proc of the 99 ACM Symp on Interactive 3D Graphics Atlanta: ACM Press, [5] James B Simulation of wrinkled surfaces Computer Graphics (Proc of the SIGGRAPH 78), 1978,12(3):

12 1542 Journal of Software Vol18, No6, June 2007 [6] Cook RL Shade trees Computer Graphics (Proc of the SIGGRAPH 84), 1984,18(3): [7] Hirche J, Ehlert A, Guthe S, Doggett M Hardware accelerated per-pixel displacement mapping In: Proc of the Graphics Interface Waterloo: ACM Press, [8] Kautz J, Seidel HP Hardware accelerated displacement mapping for image based rendering In: Proc of the Graphics Interface 2001 Toronto: Canadian Information Processing Society, [9] Tomomichi K, Takahei T, Inami M, Kawakami N, Yanagida Y, Maeda T, Tachi S Detailed shape representation with parallax mapping In: Proc of the 11th Int l Conf on Artificial Reality and Telexistence (ICAT 2001) Tokyo: ACM Press, [10] Fujita M, Kanai T Hardware-Assisted relief texture mapping In: Navazo I, ed Proc of the Eurographics 2002 Saarbrücken: Eurographics Association, [11] Policarpo F, Oliveira MM, Comba JLD Real-Time relief mapping on arbitrary polygonal surfaces ACM Trans on Graphics (Proc of the SIGGRAPH I3D 2005), 2005,24(3): [12] Yerex K, Jagersand M Displacement mapping with ray-casting in hardware In: Proc of the SIGGRAPH 2004 Los Angeles: ACM Press, 2004 [13] Delgass LL, McGhee K Parallax searching and mesosurface shadowing In: Proc of the SIGGRAPH 2005 Los Angeles: ACM Press, 2005 [14] Donnelly W GPU Gems 2nd ed, Addison-Wesley, [15] Wang LF, Wang X, Tong X, Lin S, Hu SM, Guo BN, Shum HY View-Dependent displacement mapping ACM Trans on Graphics (Proc of the SIGGRAPH 2003), 2003,22(3): [16] Wang X, Tong X, Lin S, Hu SM, Guo BN, Shum HY Generalized displacement maps In: Proc of the Eurograph Symp on Rendering 2004 Norrköping: Eurographics Association, [17] Pajarola R, Sainz M, Meng Y DMesh: Fast depth-image meshing and warping Int l Journal of Image and Graphics (IJIG), 2004, 4(4):1 29 [18] McMillan Jr L An image-based approach to three-dimensional computer graphics [PhD Thesis] University of North Carolina, 1997 [19] McMillan L, Bishop G Plenoptic modeling: An image-based rendering system Computer Graphics (Proc of the SIGGRAPH 95), 1995, [20] Adelson EH, Bergen J The plenoptic function and the elements of early vision In: Computational Models of Visual Processing Cambridge: MIT Press, [21] Li KY, Wang WC, Wu EH Bar texture mapping Journal of Software, 2004,15: (in Chinese with English abstract) : [21],,,2004,15: (1975 ),,,,,, (1947 ),,,,CCF,,, (1968 ),,,,CCF,,

中文模板

中文模板 ISSN 1000-9825, CODEN RUXUEW E-mail jos@iscasaccn Journal of Software, Vol17, Supplement, November 2006, pp70 77 http//wwwjosorgcn 2006 by Journal of Software All rights reserved Tel/Fax +86-10-62562563

More information

Revit Revit Revit BIM BIM 7-9 3D 1 BIM BIM 6 Revit 0 4D 1 2 Revit Revit 2. 1 Revit Revit Revit Revit 2 2 Autodesk Revit Aut

Revit Revit Revit BIM BIM 7-9 3D 1 BIM BIM 6 Revit 0 4D 1 2 Revit Revit 2. 1 Revit Revit Revit Revit 2 2 Autodesk Revit Aut 60 2 2016 2 RAILWAY STANDARD DESIGN Vol. 60 No. 2 Feb. 2016 1004-2954201602-0071-06 BIM 1 1 2 2 1 1. 7140992. 710054 BIM BIM 3D 4D nd BIM 1 3D 4D Revit BIM BIM U442. 5TP391. 72 A DOI10. 13238 /j. issn.

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

(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 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

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

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

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

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

彩色地图中道路的识别和提取 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

/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

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

17 Prelight Apply Color Paint Vertex Color Tool Prelight Apply Color Paint Vertex Color Tool 242 Apply Color, Prelight Maya Shading Smooth

17 Prelight Apply Color Paint Vertex Color Tool Prelight Apply Color Paint Vertex Color Tool 242 Apply Color, Prelight Maya Shading Smooth 17 Prelight 233 234 242 Apply Color Paint Vertex Color Tool Prelight Apply Color Paint Vertex Color Tool 242 Apply Color, Prelight Maya Shading Smooth Shade All Custom Polygon DisplayOptions Color in Shaded

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

<A448A4E5AAC0B77CBEC7B3F8B2C43132A8F7B2C434B4C15F E706466>

<A448A4E5AAC0B77CBEC7B3F8B2C43132A8F7B2C434B4C15F E706466> 105 12 4 319-340 1 2 2 3 1 2 3 6 NVDA NVDA 2015 2014 320 5 37 22 5 2014 3000 2016 3 313 2016 12% inclusive education screen reader 321 2 3 2015 self-learning semi-structured interview 2002 2011 2008 322

More information

第 1 期 常 壮 等 : 基 于 RS-485 总 线 的 舰 船 损 管 训 练 平 台 控 系 统 研 究 87 能 : 1) 损 管 基 本 理 论 的 学 习 帮 助 舰 员 熟 悉 舰 艇 舱 室 相 关 规 章 制 度 损 管 施 分 布 和 使 用 不 沉 性 文 件 等 ) 损 管

第 1 期 常 壮 等 : 基 于 RS-485 总 线 的 舰 船 损 管 训 练 平 台 控 系 统 研 究 87 能 : 1) 损 管 基 本 理 论 的 学 习 帮 助 舰 员 熟 悉 舰 艇 舱 室 相 关 规 章 制 度 损 管 施 分 布 和 使 用 不 沉 性 文 件 等 ) 损 管 第 6 卷 第 1 期 011 年 月 Chinese 中 国 Journal 舰 of船 Ship研 Research 究 Vol.6 No.1 Feb. 第 011 6 卷 doi: 10. 3969 / j. issn. 1673-3185. 011. 01. 017 基 于 RS-485 总 线 的 舰 船 损 管 训 练 平 台 控 系 统 研 究 常 壮 1 邱 金 水 刘 伯 运 1

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

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

,,, () 20 80,,,,, ;,, ;,, ;,,,,,,,,, [1 ], :,,,,2 2,,, () (),,,,:,,,,:,,,, :, [2 ] :,,,,,,, : AN NA,,,,,, ( ),:,,: ( F) = (A1 + A2 + A3 + An -

,,, () 20 80,,,,, ;,, ;,, ;,,,,,,,,, [1 ], :,,,,2 2,,, () (),,,,:,,,,:,,,, :, [2 ] :,,,,,,, : AN NA,,,,,, ( ),:,,: ( F) = (A1 + A2 + A3 + An - 23 5 2009 9 J OU RNAL OF CH IN ESE IN FORMA TION PROCESSIN G Vol. 23, No. 5 Sep., 2009 : 100320077 (2009) 0520009210, (,) :,, ;,,,, ;,, : ;; ;;; : TP391 : A A Semantic Construction Model bet ween Adjectives

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

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

124 2008 1999, [3 ] Petri, 25 7, 500, 2003 2004 [4,5 ], 3, (2), 2003, [ 6 ],,, 2 600 341,, [7 ], 569, 26, 26 3 673 ( ) : 2 ; 3 ; 4, ; 5, : (a) ( ) :,,

124 2008 1999, [3 ] Petri, 25 7, 500, 2003 2004 [4,5 ], 3, (2), 2003, [ 6 ],,, 2 600 341,, [7 ], 569, 26, 26 3 673 ( ) : 2 ; 3 ; 4, ; 5, : (a) ( ) :,, 22 4 2008 7 J OU RNAL OF CH IN ESE IN FORMA TION PROCESSIN G Vol. 22, No. 4 J ul., 2008 : 100320077 (2008) 0420123206 1,2, 1,2,3, 1,2 (1., 221116 ; 2., 221116 ; 3., 215006) :,,,,,, : ; ; ; ; ; : TP391

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

a b

a b 38 3 2014 5 Vol. 38 No. 3 May 2014 55 Population Research + + 3 100038 A Study on Implementation of Residence Permit System Based on Three Local Cases of Shanghai Chengdu and Zhengzhou Wang Yang Abstract

More information

<4D6963726F736F667420576F7264202D203631372D3632312032303133303430333030312DBACEC0F25FD0A3B6D4B8E55F2DB6FED0A32D2D2DC8A5B5F4CDBCD6D0B5C4BBD8B3B5B7FBBAC52E646F63>

<4D6963726F736F667420576F7264202D203631372D3632312032303133303430333030312DBACEC0F25FD0A3B6D4B8E55F2DB6FED0A32D2D2DC8A5B5F4CDBCD6D0B5C4BBD8B3B5B7FBBAC52E646F63> 第 4 卷 第 2 期 食 品 安 全 质 量 检 测 学 报 Vol. 4 No. 2 2013 年 4 月 Journal of Food Safety and Quality Apr., 2013 何 莉 *, 姜 笑 寒 ( 广 东 省 食 品 药 品 职 业 技 术 学 校, 广 州 510663) 摘 要 : 本 文 通 过 科 学 地 运 用 html5+jsp+sql 技 术, 建

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

,,.,, : 1),,,,, 2),,,,, 3),,,,,,,,,, [6].,,, ( ),, [9], : 1), 2),,,,, 3),,, 2.,, [10].,,,,,,,,, [11]. 2.1,, [12],, ;, ; Fig. 1 1 Granular hier

,,.,, : 1),,,,, 2),,,,, 3),,,,,,,,,, [6].,,, ( ),, [9], : 1), 2),,,,, 3),,, 2.,, [10].,,,,,,,,, [11]. 2.1,, [12],, ;, ; Fig. 1 1 Granular hier 36 7 Vol. 36, No. 7 2010 7 ACTA AUTOMATICA SINICA July, 2010 1, 2 1, 2, 3 1, 2,,,,,,, DOI,,, 10.3724/SP.J.1004.2010.00923 Distributed Simulation System Hierarchical Design Model Based on Quotient Space

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

km km mm km m /s hpa 500 hpa E N 41 N 37 N 121

km km mm km m /s hpa 500 hpa E N 41 N 37 N 121 32 2 2014 4 Journal of Arid Meteorology Vol. 32 No. 2 Apr 2014. 08. 03 J. 2014 32 2256-262 LU Guirong WANG Wen YU Huaizhenget al. The Influence of Damrey Typhoon on 08. 03 Rainstorm Process in Rizhao of

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

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

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

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

30 2008,2(1) 基 礎 上, 各 種 數 據 均 以 圖 形 化 方 式 表 達, 因 此 各 級 分 析 結 果 均 可 以 隨 時 檢 驗 另 外, 由 於 系 統 是 以 網 站 形 式 發 佈, 任 何 用 戶 均 可 通 過 網 絡 查 詢 瀏 覽 系 統 中 的 數 據, 因

30 2008,2(1) 基 礎 上, 各 種 數 據 均 以 圖 形 化 方 式 表 達, 因 此 各 級 分 析 結 果 均 可 以 隨 時 檢 驗 另 外, 由 於 系 統 是 以 網 站 形 式 發 佈, 任 何 用 戶 均 可 通 過 網 絡 查 詢 瀏 覽 系 統 中 的 數 據, 因 第 2 卷 第 1 期 澳 門 科 技 大 學 學 報 Vol.2 No.1 2008 年 6 月 30 日 Journal of Macau University of Science and Technology June 30, 2008 29 月 球 探 測 數 據 實 時 管 理 系 統 的 開 發 朱 紅 岷 **, 祝 夢 華, 劉 良 鋼 *, 許 敖 敖 ( 澳 門 科 技 大 學

More information

Time Estimation of Occurrence of Diabetes-Related Cardiovascular Complications by Ching-Yuan Hu A thesis submitted in partial fulfillment of the requi

Time Estimation of Occurrence of Diabetes-Related Cardiovascular Complications by Ching-Yuan Hu A thesis submitted in partial fulfillment of the requi Time Estimation of Occurrence of Diabetes-Related Cardiovascular Complications by Ching-Yuan Hu Master of Science 2011 Institute of Chinese Medical Sciences University of Macau Time Estimation of Occurrence

More information

IT 36% Computer Science Teachers Association, CSTA K K-12 CSTA K-12 K-12 K-6 K6-9 K STEM STEM STEM

IT 36% Computer Science Teachers Association, CSTA K K-12 CSTA K-12 K-12 K-6 K6-9 K STEM STEM STEM 2017 4 357 GLOBAL EDUCATION Vol. 46 No4, 2017 K-12 2016 K-12 K-12 / 200062 / 200062 2015 8 2015 STEM STEM 1 Computer Science Association for Computing Machinery ACM Code Computer Science Teachers Association

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

定稿

定稿 第 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

untitled

untitled Ogre Rendering System http://antsam.blogone.net AntsamCGD@hotmail.com geometry systemmaterial systemshader systemrendering system API API DirectX OpenGL API Pipeline Abstraction API Pipeline Pipeline configurationpipeline

More information

85% NCEP CFS 10 CFS CFS BP BP BP ~ 15 d CFS BP r - 1 r CFS 2. 1 CFS 10% 50% 3 d CFS Cli

85% NCEP CFS 10 CFS CFS BP BP BP ~ 15 d CFS BP r - 1 r CFS 2. 1 CFS 10% 50% 3 d CFS Cli 1 2 3 1. 310030 2. 100054 3. 116000 CFS BP doi 10. 13928 /j. cnki. wrahe. 2016. 04. 020 TV697. 1 A 1000-0860 2016 04-0088-05 Abandoned water risk ratio control-based reservoir pre-discharge control method

More information

698 39,., [6].,,,, : 1) ; 2) ,, 14,, [7].,,,,, : 1) :,. 2) :,,, 3) :,,,., [8].,. 1.,,,, ,,,. : 1) :,, 2) :,, 200, s, ) :,.

698 39,., [6].,,,, : 1) ; 2) ,, 14,, [7].,,,,, : 1) :,. 2) :,,, 3) :,,,., [8].,. 1.,,,, ,,,. : 1) :,, 2) :,, 200, s, ) :,. 39 6 Vol. 39, No. 6 2013 6 ACTA AUTOMATICA SINICA June, 2013 1, 2,,,. DOI,,,., 2013, 39(6): 697 702 10.3724/SP.J.1004.2013.00697 Present Situation and Development Tendency of Aerospace Control Techniques

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

Adobe Photoshop Photoshop 1 C D Alt 1 A 1 B Fig. 1 1 Showing the toolbars and images to edit dirties of images A. B. C. D. A. original S

Adobe Photoshop Photoshop 1 C D Alt 1 A 1 B Fig. 1 1 Showing the toolbars and images to edit dirties of images A. B. C. D. A. original S Chinese Journal of Applied Entomology 2012 49 5 1406 1411 Adobe Photoshop Adobe Illustrator * ** 100101 Adobe Photoshop Adobe Illustrator Adobe Photoshop Adobe Illustrator Application of Adobe Photoshop

More information

物理学报 Acta Phys. Sin. Vol. 62, No. 14 (2013) 147802 叠 [4]. PET 设备最重要的部件就是探测器环, 探测 备重建图像具有减少数据插值的优势. 器环的性能直接影响 PET 的成像能力. 探头与探头 之间得到的符合直线叫做投影线. 所有的投影线在

物理学报 Acta Phys. Sin. Vol. 62, No. 14 (2013) 147802 叠 [4]. PET 设备最重要的部件就是探测器环, 探测 备重建图像具有减少数据插值的优势. 器环的性能直接影响 PET 的成像能力. 探头与探头 之间得到的符合直线叫做投影线. 所有的投影线在 数 据 插 值 对 正 电 子 发 射 断 层 成 像 设 备 的 图 像 重 建 影 响 的 研 究 * 杨 昆 刘 新 新 李 晓 苇 ( 河 北 大 学 物 理 学 院, 保 定 071000 ) ( 2013 年 1 月 30 日 收 到 ; 2013 年 4 月 9 日 收 到 修 改 稿 ) 正 电 子 发 射 断 层 扫 描 (positron emission computed tomography,

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

言语理解中的知觉表征与命题表征*

言语理解中的知觉表征与命题表征* * (,510631) 96 t 1 2 3 1 propositional symbol system [1] [2] [3-5] Barsalou perceptual symbol system [6-8] arbitrary linguistic-like analogue perceptual [7] 1 * 30270477 t-a-b-l-e [ 9, 10 ] [11] Barsalou

More information

资源 环境 生态 土壤 气象

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

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

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

JOURNAL OF EARTHQUAKE ENGINEERING AND ENGINEERING VIBRATION Vol. 31 No. 6 Dec

JOURNAL OF EARTHQUAKE ENGINEERING AND ENGINEERING VIBRATION Vol. 31 No. 6 Dec 31 6 2011 12 JOURNAL OF EARTHQUAKE ENGINEERING AND ENGINEERING VIBRATION Vol. 31 No. 6 Dec. 2011 1000-1301 2011 06-0159 - 08 1 1 1 1 2 1. 150080 2. 100124 1 2 3 P315. 93 TU 43 TU41 A Shaking table test

More information

标题

标题 DOI:0.3878 / j.cnki.jnuist.206.03.009 来 鹏 赵 茹 蕾 郭 利 珍 银 行 客 户 定 期 存 款 认 购 的 统 计 决 策 研 究 摘 要 当 今 银 行 之 间 的 竞 争 日 益 加 剧, 能 有 效 地 挖 掘 潜 在 客 户 并 为 之 提 供 差 异 化 服 务, 对 提 高 银 行 竞 争 力 尤 为 重 要. 用 决 策 树 算 法 对 可

More information

Microsoft Word - 00-巻頭言.doc

Microsoft Word - 00-巻頭言.doc DR DR DR (6-1) DR GPSGlobal Positioning System CANCar Area Network (6-2) DR (6-3) DR - 89 - 6-1-1 GPSGlobal Positioning System 1024 768[pixel] 30[fps] GPS PC Bluetooth SSDSolid State Drive RAID 1[TB] Baumer

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

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

标题

标题 第 16 卷 第 3 期 2015 年 6 月 北华大学学报( 社会科学版) JOURNAL OF BEIHUA UNIVERSITY( Social Sciences) Vol 16 No 3 Jun 2015 高 / 低分组学生英语词汇记忆力差异研究 吴丽林 黄锦珊 [ 摘 要] 采用量性问卷法与质性访谈法相结合的研究方法,通过问卷 个人访谈 现场测试等方式,对 高 / 低分组学生在词汇记忆上,诸如他们所构建的语音图式

More information

<4D6963726F736F667420576F7264202D20C8EDCDC1B5D8BBF9CDB2BBF9CAD4B2C9C6BDCCA8B5C4CACAD3C3D0D4B7D6CEF6>

<4D6963726F736F667420576F7264202D20C8EDCDC1B5D8BBF9CDB2BBF9CAD4B2C9C6BDCCA8B5C4CACAD3C3D0D4B7D6CEF6> 第 47 卷 第 2 期 西 安 建 筑 科 技 大 学 学 报 ( 自 然 科 学 版 ) Vol. 47 No.2 2015 年 4 月 J. Xi'an Univ. of Arch. & Tech. (Natural Science Edition) Apr. 2015 DOI:10.15986/j.1006-7930.2015.02.016 软 土 地 基 筒 基 试 采 平 台 的 适 用

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

BIBLID 0254-4466(2003)21:1 pp. 391-411 21 1 92 6 30 K. R. Popper 30 27-91 * 391 392 21 1 1 2 1 1990.2 4 1278 2 1278 393 3 4 5 3 1967.5 158 4 1979.9 2 601-602 5 394 21 1 6 7 8 9 1996.5 7 298 6 254 7 299

More information

Maxwell [8] GDP Lipschitz McDonald [9] ULC [10] HBS [11] [12] [13] BIS IMF JP JP VAR [5] 1 W i = xi n Σx i k=1 1 4 Vol.24

Maxwell [8] GDP Lipschitz McDonald [9] ULC [10] HBS [11] [12] [13] BIS IMF JP JP VAR [5] 1 W i = xi n Σx i k=1 1 4 Vol.24 1,2 1,3 (1., 100190; 2., 100052; 3., 100190),,, CPI ; ; ; [1] 2005 7 21 [2] [3] [4] Turnovsky [5] McGuirk [6] IMF 17 San [7] 2011-01-15 (70950002); (GX2011-1001Z), ;,, MANAGEMENT REVIEW Vol.24 No.0920123

More information

Microsoft Word - 61-杨丽丽

Microsoft Word - 61-杨丽丽 32 3, 2019 5 Vol.32 No.3, May 2019 JOURNAL OF NINGBO UNIVERSITY ( NSEE ) 1,2 1., 315211; 2., 214122 : 4, 3..,,. : ; ; ; : TJ05; J0 : A : 1001-5132 2019 03-0061-06,,.,,, (AR) (VR),.,., [1-2] ; [3] ; [4]

More information

1

1 1 2 EI ( 2005) 3 EI ( 2005) 4 2006 3 1 2 3 EI ( 2005) http://www.ei.org.cn/twice/coverage.jsp ISSN 0567-7718 Acta Mechanica Sinica/Lixue Xuebao 1006-7191 Acta Metallurgica Sinica (English Letters) 0253-4827

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

: (2012) Control Theory & Applications Vol. 29 No. 1 Jan Dezert-Smarandache 1,2, 2,3, 2 (1., ; 2., ;

: (2012) Control Theory & Applications Vol. 29 No. 1 Jan Dezert-Smarandache 1,2, 2,3, 2 (1., ; 2., ; 29 1 2012 1 : 1000 8152(2012)01 0079 06 Control Theory & Applications Vol. 29 No. 1 Jan. 2012 Dezert-Smarandache 1,2, 2,3, 2 (1., 102249; 2., 264001; 3., 410073) :, Dezert-Smarandache (DSmT),. DSmT 3 :.,,

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

语篇中指代词的分布规律与心理机制*

语篇中指代词的分布规律与心理机制* 2005132227~238 Advances in Psychological Science 1 2 1 430079 2 430081 3 PLS B849:C93 1 [1] 45~65 Hofstede [2] Chemers Hofstede [4,5] Chemers idiographic approach [6] nomothetic approach HouseWright [3]

More information

9 9 9-99 9 9 8 9 00 9 9 9 9 008 8 00 00 00 0 008 0 0 9 9 99 00 9 98

9 9 9-99 9 9 8 9 00 9 9 9 9 008 8 00 00 00 0 008 0 0 9 9 99 00 9 98 0 No. 0 JOURNAL OF HISTORIOGRAPHY Serial No. ( 南 京 大 学 历 史 系, 江 苏 南 京 009) 新 文 化 运 动 以 后, 中 国 的 文 史 学 术 界 大 致 分 为 南 北 两 大 系 统, 以 新 旧 为 重 要 分 野 其 中, 位 于 南 京 的 东 南 大 学 多 被 视 为 南 方 旧 学 的 重 镇 9 年 南 京 国 民 政

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

(1) ( 1965 ),, 1952 [9] 2.1 (2) 1 53 (E i ), 2 (P i ) (G E (G P, 31 (Q i ) 3, : G E (x,y)= (E i Q(x i, y i )) E i G P (x,y)=

(1) ( 1965 ),, 1952 [9] 2.1 (2) 1 53 (E i ), 2 (P i ) (G E (G P, 31 (Q i ) 3, : G E (x,y)= (E i Q(x i, y i )) E i G P (x,y)= 29 1 2010 01 PROGRESS IN GEOGRAPHY Vol.29, No.1 Jan., 2010 1 1,2 1,2 (1., 100101; 2., 100049) :, 1952 2005 53,, U, 1952, : ; ; ; ; 1 [8] 50,, 20 50, 53,,,, 3 : 30, GDP (1) 1975 42% 2005 56%, : 34% 36%,

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

具有多个输入 特别是多个输出的 部门 或 单位 ( 称为 决策单元 Decision Making Unit 简称 DMU) 间的相对有效 8 性 C2R 模型是 DEA 的个模型 也是 DEA 的基础 和重要模型 假设有 n 个决策单元 DMUj( j = 1 2 3 n) 每个 DMU 有 m

具有多个输入 特别是多个输出的 部门 或 单位 ( 称为 决策单元 Decision Making Unit 简称 DMU) 间的相对有效 8 性 C2R 模型是 DEA 的个模型 也是 DEA 的基础 和重要模型 假设有 n 个决策单元 DMUj( j = 1 2 3 n) 每个 DMU 有 m 基于 DEA 模型的 我国政府社会管理职能绩效评价研究 以 30 个省 ( 直辖市 自治区 ) 为统计样本的实证分析 * 李超显 摘 要 政府社会管理职能绩效评价是政府管理中的一个重点和难点问题 本文采用数据包络分析模型对中 30 国 30 个省( 直辖市 自治区) 的政府社会管理职能绩效进行时空差异分析和实证评价 研究发现 个省( 直辖市 自治区) 的政府社会管理职能绩效具有空间差异性 雁行形态和区域梯度性

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

126 包 装 工 程 华 我 国 地 域 广 阔, 这 使 得 吉 祥 图 案 在 艺 术 形 式 上 丰 富 多 彩 吉 祥 图 案 本 身 有 很 深 的 寓 意 内 涵, 注 重 生 气 和 节 奏, 追 求 写 意 象 征 手 法 来 表 现 由 于 手 法 表 现 上 的 自 由 和 寓

126 包 装 工 程 华 我 国 地 域 广 阔, 这 使 得 吉 祥 图 案 在 艺 术 形 式 上 丰 富 多 彩 吉 祥 图 案 本 身 有 很 深 的 寓 意 内 涵, 注 重 生 气 和 节 奏, 追 求 写 意 象 征 手 法 来 表 现 由 于 手 法 表 现 上 的 自 由 和 寓 第 35 卷 第 8 期 包装工程 PACKAGING ENGINEERING 125 民间吉祥图案在空间视觉设计中的应用探究 邓焱 1 李中扬 2 1. 华南农业大学珠江学院 广州 510900 2. 首都师范大学 北京 100048 摘要 目的 探究民间吉祥图案在空间视觉设计中的应用 方法 方法 通过对民间吉祥图案类型 寓意与传 说以及在空间设计中的应用现状来进行分析和探讨 得出从形态与寓意入手

More information

入 指 令 如 : 鍵 盤 鼠 標 多 點 觸 控 重 力 感 應 陀 螺 儀 等 4. 圖 形 用 戶 接 口 掌 握 引 擎 API 中 GUI 與 GUILayout 類 中 方 法 和 變 量 的 使 用, 能 夠 通 過 GUI Skin 為 應 用 的 界 面 定 制 不 同 風 格 主

入 指 令 如 : 鍵 盤 鼠 標 多 點 觸 控 重 力 感 應 陀 螺 儀 等 4. 圖 形 用 戶 接 口 掌 握 引 擎 API 中 GUI 與 GUILayout 類 中 方 法 和 變 量 的 使 用, 能 夠 通 過 GUI Skin 為 應 用 的 界 面 定 制 不 同 風 格 主 Unity 專 業 能 力 認 證 (Unity Certified Professional) 應 考 須 知 壹 閱 讀 大 綱 主 題 一 : 數 字 媒 體 基 礎 知 識 1. 2D 圖 形 知 識 熟 悉 常 用 位 圖 數 據 的 結 構 和 格 式 其 中 包 括 像 素 數 據 顏 色 的 值 與 通 道 的 概 念 2. 3D 圖 形 學 相 關 知 識 a) 理 解 向 量 的

More information

240 生 异 性 相 吸 的 异 性 效 应 [6] 虽 然, 心 理 学 基 础 研 [7-8] 究 已 经 证 实 存 在 异 性 相 吸 异 性 相 吸 是 否 存 在 于 名 字 认 知 识 别 尚 无 报 道 本 实 验 选 取 不 同 性 别 的 名 字 作 为 刺 激 材 料, 通

240 生 异 性 相 吸 的 异 性 效 应 [6] 虽 然, 心 理 学 基 础 研 [7-8] 究 已 经 证 实 存 在 异 性 相 吸 异 性 相 吸 是 否 存 在 于 名 字 认 知 识 别 尚 无 报 道 本 实 验 选 取 不 同 性 别 的 名 字 作 为 刺 激 材 料, 通 2011 年 Journal of Capital Medical University 4月 第2 期 Apr 2011 Vol 32 No 2 基础研究 doi: 10 3969 / j issn 1006-7795 2011 02 015 人脑识别不同性别名字反应时的差异研究 高迎霄 陈昭燃 * 张明霞 ( 首都医科大学神经生物系高级脑功能中心) 摘要 目的 探讨男女对不同性别名字认知加工速度是否存在差异

More information

前言

前言 球 形 屋 頂 建 築 簇 群 所 受 表 面 風 壓 特 性 研 究 陳 若 華 建 國 科 技 大 學 空 間 設 計 系 副 教 授 摘 要 本 研 究 利 用 球 形 屋 頂 建 築 物 氣 動 力 模 型, 於 風 洞 中 量 測 其 所 受 表 面 風 壓, 風 壓 量 測 利 用 電 子 式 壓 力 掃 瞄 器 量 測 建 築 物 表 面 同 步 的 風 壓 力 資 料, 量 測 的

More information

31 17 www. watergasheat. com km 2 17 km 15 km hm % mm Fig. 1 Technical route of p

31 17 www. watergasheat. com km 2 17 km 15 km hm % mm Fig. 1 Technical route of p 31 17 215 9 CHINA WATER & WASTEWATER Vol. 31 No. 17 Sep. 215 < > 232 SUSTAIN BMP SUSTAIN TU992 C 1-462 215 17-111 - 8 Planning and Design of Sponge City Case Study of Beijing Yongding River Ecological

More information

1556 地 理 科 学 进 展 30 卷 他 关 于 农 村 住 房 结 构 与 抗 震 性 能 的 研 究, 则 多 是 从 工 程 抗 灾 的 角 度, 研 究 某 种 构 造 类 型 的 房 屋, 力 图 找 到 传 统 房 屋 的 结 构 失 误 和 新 建 房 屋 中 存 在 的 问 [

1556 地 理 科 学 进 展 30 卷 他 关 于 农 村 住 房 结 构 与 抗 震 性 能 的 研 究, 则 多 是 从 工 程 抗 灾 的 角 度, 研 究 某 种 构 造 类 型 的 房 屋, 力 图 找 到 传 统 房 屋 的 结 构 失 误 和 新 建 房 屋 中 存 在 的 问 [ 第 30 卷 第 12 期 2011 年 12 月 地 理 科 学 进 展 PROGRESS IN GEOGRAPHY Vol.30, No.12 Dec., 2012 中 国 农 村 地 区 住 房 结 构 的 区 域 差 异 及 其 影 响 因 素 1, 2, 李 方 一 3 1,, 高 晓 路 2 2, 王 英 杰 (1. 中 国 科 学 院 区 域 可 持 续 发 展 分 析 与 模 拟 重

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

) ( ) 2008 (300m ) 1 FRP [1 ] FRP 3 FRP FRP (CFRP) FRP CFRP (fiber reinforced polymer FRP) 60 % 160MPa 2400MPa [2 ] FRP 1 2mm FRP FRP 1 FRP C

) ( ) 2008 (300m ) 1 FRP [1 ] FRP 3 FRP FRP (CFRP) FRP CFRP (fiber reinforced polymer FRP) 60 % 160MPa 2400MPa [2 ] FRP 1 2mm FRP FRP 1 FRP C 28 4 Vol128 No14 2007 8 Journal of Building Structures Aug12007 :100026869 (2007) 0420109208 FRP ( 100084) : (FRP) FRP FRP FRP FRP FRP 5 : (FRP) ; ; ; ; :TU383 :A Concepts forms and basic analysis of FRP

More information

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

More information

RAGE来咯!关于 ID TECH 5 MEGATEXTURE 的一些技术信息更新

RAGE来咯!关于 ID TECH 5 MEGATEXTURE 的一些技术信息更新 RAGE 来 了 --- 关 于 ID TECH 5 MEGATEXTURE 的 一 些 技 术 信 息 更 新 H3D 姚 勇 信 息...1 介 绍...2 一, 目 的...2 二, 实 现...2 1, 预 处 理...3 1.1 贴 图 预 处 理... 3 1.2 几 何 预 处 理... 7 2, 绘 制...7 3, 具 体 步 骤... 8 3.1 判 断 本 帧 绘 制 要 用

More information

Sep (SCI) 10. Jiann-Ming Wu, Annealing by two sets of interactive dynamics, IEEE Trans. on Systems Man and Cybernetics Part B-Cybernetics 34 (3)

Sep (SCI) 10. Jiann-Ming Wu, Annealing by two sets of interactive dynamics, IEEE Trans. on Systems Man and Cybernetics Part B-Cybernetics 34 (3) 03-863-3531 E-mail jmwu@mail.ndhu.edu.tw /(1990/06-1994/06) (1988/06-1990/06) (1984/09-1988/06) / (1997/8-) (1996/08-1997/07) () 1996 8 Wu, Jiann-Ming ( SCI EI SSCI TSSCI EconLit A&HCI ) 1. Pei-Hsun Hsu

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

#4 ~ #5 12 m m m 1. 5 m # m mm m Z4 Z5

#4 ~ #5 12 m m m 1. 5 m # m mm m Z4 Z5 2011 6 6 153 JOURNAL OF RAILWAY ENGINEERING SOCIETY Jun 2011 NO. 6 Ser. 153 1006-2106 2011 06-0014 - 07 300142 ABAQUS 4. 287 mm 6. 651 mm U455. 43 A Analysis of Impact of Shield Tunneling on Displacement

More information

OncidiumGower Ramsey ) 2 1(CK1) 2(CK2) 1(T1) 2(T2) ( ) CK1 43 (A 44.2 ) CK2 66 (A 48.5 ) T1 40 (

OncidiumGower Ramsey ) 2 1(CK1) 2(CK2) 1(T1) 2(T2) ( ) CK1 43 (A 44.2 ) CK2 66 (A 48.5 ) T1 40 ( 35 1 2006 48 35-46 OncidiumGower Ramsey ) 2 1(CK1) 2(CK2) 1(T1) 2(T2) (93 5 28 95 1 9 ) 94 1-2 5-6 8-10 94 7 CK1 43 (A 44.2 ) CK2 66 (A 48.5 ) T1 40 (A 47.5 ) T2 73 (A 46.6 ) 3 CK2 T1 T2 CK1 2006 8 16

More information

Technical Acoustics Vol.27, No.4 Aug., 2008,,, (, ) :,,,,,, : ; ; : TB535;U : A : (2008) Noise and vibr

Technical Acoustics Vol.27, No.4 Aug., 2008,,, (, ) :,,,,,, : ; ; : TB535;U : A : (2008) Noise and vibr 8 8 Technical Acoustics Vol., No. Aug., 8,,, (, 8) :,,,,,, : ; ; : TB;U.+ 9 : A : -(8)--- Noise and vibration tests for fuel cell vehicel and noise sources identification SHEN Xiu-min, ZUO Shu-guang, CAI

More information

380 研 究 论 文 发 酵 天 数 双 乙 酰 测 定 : 参 照 GB4927-4928-2001 标 准 发 酵 液 中 的 化 学 成 分 的 测 定 : 采 用 GC-8A 型 气 相 色 谱 测 定 1.5 离 子 注 入 方 法 [6] 把 待 处 理 的 菌 株 细 胞 均 匀 涂

380 研 究 论 文 发 酵 天 数 双 乙 酰 测 定 : 参 照 GB4927-4928-2001 标 准 发 酵 液 中 的 化 学 成 分 的 测 定 : 采 用 GC-8A 型 气 相 色 谱 测 定 1.5 离 子 注 入 方 法 [6] 把 待 处 理 的 菌 株 细 胞 均 匀 涂 中 国 细 胞 生 物 学 学 报 Chinese Journal of Cell Biology 2011, 33(4): 379-384 http://www.cjcb.org 全 小 麦 啤 酒 酵 母 菌 株 的 诱 变 育 种 及 应 用 研 究 袁 仲 1* 张 百 胜 1 张 慎 举 1 马 绮 云 2 陈 柯 羽 2 ( 1 商 丘 职 业 技 术 学 院 园 林 食 品 加 工 系,

More information

INTEGRATED PEST MANAGEMENT PROGRAM

INTEGRATED PEST MANAGEMENT PROGRAM 害 虫 的 综 合 治 理 害 虫, 诸 如 昆 虫 和 鼠 类, 可 能 会 是 餐 馆 中 的 一 个 严 重 问 题 它 们 会 污 染 食 物 损 坏 设 施 更 为 严 重 的 是, 它 们 也 会 导 致 食 物 性 疾 病 和 其 它 疾 病 杀 虫 剂 经 常 被 用 来 治 理 害 虫, 然 而 单 单 使 用 杀 虫 剂 也 不 是 解 决 的 办 法 一 个 较 好 的 解 决

More information

Abstract After over ten years development, Chinese securities market has experienced from nothing to something, from small to large and the course of

Abstract After over ten years development, Chinese securities market has experienced from nothing to something, from small to large and the course of 2003 MBA 600795 SWOT Abstract After over ten years development, Chinese securities market has experienced from nothing to something, from small to large and the course of being standardized. To all securities

More information

2013_6_3.indd

2013_6_3.indd 中 国 科 技 资 源 导 刊 ISSN 1674-1544 2013 年 11 月 第 45 卷 第 6 期 95-99, 107 CHINA SCIENCE & TECHNOLOGY RESOURCES REVIEW ISSN 1674-1544 Vol.45 No.6 95-99, 107 Nov. 2013 构 建 基 于 大 数 据 的 智 能 高 校 信 息 化 管 理 服 务 系 统

More information

2011_1_核红.indd

2011_1_核红.indd 中 国 科 技 资 源 导 刊 ISSN 1674-1544 2011 年 1 月 第 43 卷 第 1 期 24-32 CHINA SCIENCE & TECHNOLOGY RESOURCES REVIEW ISSN 1674-1544 Vol.43 No.1 24-32, Jan. 2011 山 西 省 区 域 竞 争 测 算 与 评 价 分 析 芦 晶 ( 上 海 对 外 贸 易 学 院, 上

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

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

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

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

六 到 八 歲 兒 童, 設 計 並 發 展 一 套 以 van Hiele 幾 何 思 考 層 次 理 論 為 基 礎 的 悅 趣 化 學 習 數 位 教 材, 取 名 為 米 德 玩 形 狀, 同 時 探 討 低 年 級 學 童 在 使 用 本 數 位 教 材 之 後, 在 平 面 幾 何 的

六 到 八 歲 兒 童, 設 計 並 發 展 一 套 以 van Hiele 幾 何 思 考 層 次 理 論 為 基 礎 的 悅 趣 化 學 習 數 位 教 材, 取 名 為 米 德 玩 形 狀, 同 時 探 討 低 年 級 學 童 在 使 用 本 數 位 教 材 之 後, 在 平 面 幾 何 的 應 用 悅 趣 化 數 位 教 材 於 國 小 學 童 平 面 幾 何 學 習 成 效 之 研 究 Using a Game-Based Learning Courseware to Study the Learning Effects on Plane Geometry of Elementary Students 范 丙 林 1 王 學 武 1* 李 家 瑩 2 1 巫 家 瑜 1 Department

More information

60 2006 7,.,,.. :,,. 2 211,:, ( 1 ). Π,.,.,,,.,.,. 1 : Π Π,. 212,. : 1)..,. 2). :, ;,,,;,. 3

60 2006 7,.,,.. :,,. 2 211,:, ( 1 ). Π,.,.,,,.,.,. 1 : Π Π,. 212,. : 1)..,. 2). :, ;,,,;,. 3 2006 7 7 :100026788 (2006) 0720059207 1, 1, 2, 3 (11, 100080 ;21, 100089 ; 31, 621010) :.,,,;,,.,,,. : ;; ; : C931 : A Collaborative Models Research on Collaboration Systems in Farm2produce Circulation

More information

南華大學數位論文

南華大學數位論文 I II Title of Thesis: The Analysis on the Need of Reading on the Journal of Foreign Lablr for Foreign Labors and their Employers Name of Institute: Graduate of Publishing Organizations Management Institute

More information

Microsoft Word - 33-p0191-14skyd8.doc

Microsoft Word - 33-p0191-14skyd8.doc 第 20 卷 第 4 期 中 南 大 学 学 报 ( 社 会 科 学 版 ) Vol.20 No.4 2014 年 8 月 J. CENT. SOUTH UNIV. (SOCIAL SCIENCE) Aug. 2014 基 于 模 糊 层 次 分 析 法 的 政 府 干 部 胜 任 力 评 价 实 证 研 究 薛 琴 ( 南 京 工 程 学 院 经 济 与 管 理 学 院, 江 苏 南 京,211167)

More information

2015 年 第 24 卷 第 11 期 计 算 机 系 统 应 用 历 的 主 体 部 分 多 以 非 结 构 化 的 文 本 形 式 存 储, 很 多 研 究 只 能 基 于 有 限 的 结 构 化 数 据 进 行 [4,5], 无 法 满 足 临

2015 年 第 24 卷 第 11 期  计 算 机 系 统 应 用 历 的 主 体 部 分 多 以 非 结 构 化 的 文 本 形 式 存 储, 很 多 研 究 只 能 基 于 有 限 的 结 构 化 数 据 进 行 [4,5], 无 法 满 足 临 计 算 机 系 统 应 用 http://www.c-s-a.org.cn 2015 年 第 24 卷 第 11 期 1 面 向 电 子 病 历 中 文 医 学 信 息 的 可 视 组 织 方 法 徐 天 明 1,2, 樊 银 亭 3, 马 翠 霞 1, 滕 东 兴 1 ( 中 国 科 学 院 软 件 研 究 所 人 机 交 互 技 术 与 智 能 信 息 处 理 实 验 室, 北 京 100190)

More information

dl t i = CT Lij V = n l ij v - 1 j j = 1 t L ij CT v 4 1 CT BCT BridgeCT 196km m 44. 5km % E Vp = 槡 ρ CT R b = 0.

dl t i = CT Lij V = n l ij v - 1 j j = 1 t L ij CT v 4 1 CT BCT BridgeCT 196km m 44. 5km % E Vp = 槡 ρ CT R b = 0. 12 39 CT 1 2 3 1. 067000 2. 067000 3. 100191 CT CT CT CT U446 B 1673-6052 2011 12-0039 - 04 2000 24 2003 31 2009 62 6 5 57 13 23% 2003 50% 20% ~ 30% CT 2001 CT 2004 CT 16 CT 2006 CT BCT BridgeCT T CT 40

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