中文模板

Size: px
Start display at page:

Download "中文模板"

Transcription

1 ISSN , CODEN RUXUEW Journal of Software, Vol18, No7, July 2007, pp DOI: /jos Tel/Fax: by Journal of Software All rights reserved 2 1,2+, 1,2, 1 1, 1 (, ) 2 (, ) Hardware/Software Interface Design of Godson-2 Simultaneous Multithreading Processor LI Zu-Song 1,2+, XU Xian-Chao 1,2, HU Wei-Wu 1, TANG Zhi-Min 1 1 (Institute of Computing Technology, The Chinese Academy of Sciences, Beijing , China) 2 (Graduate University, The Chinese Academy of Sciences, Beijing , China) + Corresponding author: Phn: ext 9318, {lisoon,xuxianchao,hww,tang}@ictaccn Li ZS, Xu XC, Hu WW, Tang ZM Hardware/Software interface design of godson-2 simultaneous multithreading processor Journal of Software, 2007,18(7): htm Abstract: With the development of VLSI (very large scale integrated circuit) technology, a single chip can contain over one billion transistor Multithreading technique is the developing trend of high performance processor in the future How to design hardware/software interface has become a major problem for multithreading processor According to simultaneous multithreading processor requirement and the original Godson-2 architecture, the hardware/software interface for Godson-2 simultaneous multithreading processor is advanced and defined Based on this interface, the corresponding Linux for Godson-2 SMT (simultaneous multithreading) processor is designed and implemented on Linux 2420 The SPEC CPU2000 and some other benchmark programs are used to compare the performance of Godson-2 SMT processor with the superscalar processor The results show that the Godson-2 SMT processor designed with the interface can get a much better performance The hardware/software interface and operating system design in this paper are also very useful for the multi-core processor design Key words: Godson-2; simultaneous multithreading; microarchitecture; Linux operating system :,,,, 2,, Linux 2420 Supported by the National Natural Science Foundation of China for Distinguished Young Scholars under Grant No ( ); the National High-Tech Research and Development Plan of China under Grant Nos2002AA110010, 2005AA110010, 2005AA ( (863)); the National Basic Research Program of China under Grant No2005CB ( (973)); the Knowledge Innovation Program of the Chinese Academy of Sciences under Grant NoKGCX2-109 ( ); the Basic Research Foundation of the Institute of Computing Technology, the Chinese Academy of Sciences under Grant No ( ) Received ; Accepted

2 : SPEC CPU2000, 2, : 2 ; ; ;Linux : TP302 : A Linux PC, 2 [1] 64 RISC(reduced instruction set computing), CACHE (load speculation) (split read) 2 CPU 2000, CPU 2,,,,, (implicit multithreading) (explicit multithreading) [2],,,,,,, (simultaneous multithreading, SMT) [3 5], 2, :, ( );,,,, : ; , : 2,, CACHE, (program counter, PC), CACHE 2 1,,,

3 1808 Journal of Software Vol18, No7, July 2007 PC,, TLB(translation lookaside buffer) CP0,, CACHE CACHE BTB(branch target buffer) DTLB(data translation lookaside buffer),,,,,,,,,, 4 Reorder buffer Fetch Pre-Decode Decode Fix-Point register rename Floating- Point register rename Dispatch queue Fix-Point reservation station Floating- Point reservation station Fix-Point register file Floating- Point register file Fix-Point functional units Floating- Point functional units Memory management units Fig1 Microarchitecture of Godson-2 simultaneous multithreading processor ,,, 2 CPU, 2 : 2 (symmetrical multiprocessor, SMP) (SMT), CPU SMP 2, 2, CPU, Linux Intel Hyper-thread [6] SMT SMP, TLB CACHE :SMP CPU TLB CACHE; SMT CPU TLB CACHE,SMT SMP TLB CACHE SMT,,, SMT,, SMT, SMP : 1) 2,, SMT, 2, 2 CPU 2) SMT, 2,SMT,,,,, CPU,

4 : CPU, 2 CPU CPU,, CPU CPU 3) CPU SMT, CPU, CPU, CPU, CPU, CPU,SMT CPU CPU 4),SMT, CPU,, CPU, CPU ll/sc, 2 ll/sc,, 3 SMT, 4 2 SMT, 31 SMT, 2, CPU 2 modech imm,crt a1 kill :modech imm imm,0,3 ;crt a1 CPU, a1 ; kill CPU 2 CPU, CPU, CPU, 2,: CPU,, ; CPU, SMT, 2 la a1, second_start_pc modech 3 crt a1 Fig2 Mode switch example codes 2,modech 3, CPU, CPU,, CPU, crt ;crt CPU,, 2 CPU kill, CPU, 1 CPU modech 0, 2

5 1810 Journal of Software Vol18, No7, July , : 1), CPU 2) 1 CPU, CPU 1 : CPU, CPU,,,,,,Intel, 2, 1 CPU : 1 CPU,,,, 2 2, 1 CPU, CPU,,, ; 2, 2 CPU, 2 CPU, count compare count 1, count compare, 2 CPU 33 CPU SMP,CPU CPU 2 CPU CPU CPU, 2 CPU CPU 1) CPU SMP, CPU 4 :RESCHEDULE,SMP_ FUNCTION,STOP,INVALIDATE_TLB, : RESCHEDULE CPU CPU CPU, CPU,, CPU RESCHEDULE,, ; SMP_FUNCTION CPU CPU, CPU CPU, CPU ; STOP CPU CPU,, CPU, ; INVALIDATE_TLB CPU TLB :, CPU TLB, CPU, TLB

6 : ) 2 CPU 2 CPU CPU, CPU CPU, CPU 2 CPU : 3, CPU CPU CPU CPU CPU, ; CPU, CPU CPU 1, CPU CPU, ;, CPU CPU CPU, CPU CPU Interrupt Interrupt CPU0 interrupt control register Interrupt bits Mask bits Interrupt bits Mask bits CPU1 interrupt control register CPU0 CPU1 Fig3 Message passing mechanism in Godson-2 simultaneous multithreading processor 3 2 CPU CPU, CPU CPU, 2 mtc0_t a1,a2 mfc0_t a1,a2 CPU mtc0 a1,a2,mfc0 a1,a2, mtc0_t a1,a2 mfc0_t a1,a2 CPU CP0 CPU, mfc0_t CPU CPU,, mtc0_t CPU CPU, CPU, : CPU CPU, CPU CPU,, CPU, CPU, CPU 34, Linux, 2 Linux : 1,Linux up/down, down :,, ;,,, 2 Linux,,Linux spin_lock SMP SMT CPU

7 1812 Journal of Software Vol18, No7, July 2007, Linux, spin_lock, CPU, SMT, down spin_lock 0,,, 3,, ll/sc :, ll,ll llbit,, sc sc llbit, llbit 0,sc ll sc,,llbit 0 2,,, llbit, CPU, SMT, acquire/release/try_acquire [7],,,,acquire, RICS, 2, ll/sc, llbit 0,, wait a1, acquire/release/try_acquire Spin_lock 4, wait, 1: ll a1,offset (base) blez a1,2f sub a1,1 sc a1,offset (base) beqz a1,1b nop bneqz a1,3f nop lui a1,0xffff 2: wait a1 bal 1b 3: Fig4 Spin_lock example codes 4 Spin_lock 4 2 2, 2, 2 CPU SMP, SMP, 2 2 SMP, 2 Linux SMP,,, Linux, SMP 2 Linux SMP CPU, 2 Linux

8 : Linux SMP :(1) Linux CPU, CPU, CPU, CPU, ;(2) Linux CPU, CPU;(3) Linux, ;(4) CPU CPU,, CPU,Linux CPU CPULinux CPU, CPU, Linux SMP,, 3, Linux 2 3 1) Linux SMP, 2 Linux SMP 5 Setup_arch () Initialize some kernel functions and data structures Parse_options () CPU_probe () Check CPU type Prom_init () Get the parameters supplied by bios Load_mmu () Initialize the memory-related functions according to the CPU type Start_kernel () The common initialization entry Arch/mips/kernel/Heads The first kernel instructions Init_arch () Arch/mips/setupc Start_kernel () Init/mainc Trap_init () Initialize the trap handlers Init_IRQ () Initialize the IRQ handlers and enable the interrupt of some devices Sched_init () Initialize the data related with schedule Softirq_init () Initialize the data related with the soft irq Time_init () Enable the timer interrupt Console_init () Initialize the console Kmem_cache_init () etc Smp_init () Initialize the other CPUs Rest_init () Fig5 SMP initialization procedure in Linux 5 Linux SMP

9 1814 Journal of Software Vol18, No7, July 2007 init_arch(), Linux start_kernel() start_kernel() setup_arch(),, CPU, 2, 2, Linux-godson ( 2 Linux ), 2 CPU 2, CPU,, CPU Linux-godson, CPU CPU,start_kernel() sched_init(),mem_init(),,start_kernel() smp_init(), CPU, Linux smp_init(), smp_init() 6 smp_boot_cpus() CPU, CPU CPU, CPU, smp_commence(),linux SMP CPU, smp_boot_cpus() smp_commence(), Linux smp_commence(),, smp_boot_cpus() //init/mainc static void init smp_init (void) { /* Get other processors into their bootup holding patterns */ smp_boot_cpus(); wait_init_idle=cpu_online_map; clear_bit (current processor, &wait_init_idle); /* Don t wait me*/ smp_threads_ready=1; smp_commence(); /* Wait for the other cpus to set up their idle processes */ printk ( Waiting on wait_init_idle (map=0x%lx)\n,wait_init_idle); while (wait_init_idle) { cpu_relax(); barrier(); } printk( All processors have done init_idle\n ); } Fig6 The codes of smp_init function 6 Smp_init, 2 7 CPU IDLE,,smp_boot_cpus() 1, CPU CPU ;, 2 modech, crt CPU smp_bootstrap smp_bootstrap, CPU sp, start_secondary CPU, CPU CPU,

10 : , CPU smp_bootstrap CPU 1,, CPU CPU CPU, smp_init Smp_boot_cpus() 1 Create secondary CPU s idle process and malloc kernel stack for this idle process 2 Send kernel stack point and entry to secondary CPU and launch it CPU2 starts from smp_bootstrap Execute start_secondary and initualize CPU2 3 Wait until secondary CPU boots up Set booted signal 4 Build mapping of secondary CPU physical num to logical num Wait synchronization signal of main CPU and continue End Fig7 Initialization procedure of the secondary logic CPU of Godson-2 simultaneous multithreading processor 7 2 CPU 2) Linux spin_lock, Linux ll/sc 2, Linux, 3) CPU,Linux SMP CPU,, 1 2 CPU,, 1, CPU Linux Table 1 CPU message passing functions in Linux 1 Linux CPU Function smp_send_reschedule smp_call_function smp_send_stop Flush_tlb_all Flush_tlb_mm Flush_tlb_range Flush_tlb_page Description Send RESCHEDULE to other CPUs Send SMP_FUNCTION to other CPUs Send STOP to other CPUs Send INVALIDATE_TLB to other CPUs Send INVALIDATE_TLB to other CPUs Send INVALIDATE_TLB to other CPUs Send INVALIDATE_TLB to other CPUs 2 CPU, 19 ( CPU ), 19 :, CPU 23 CP0 ( CPU ), CPU, 23 CP0 CPU 2 CPU core_ipi_send() 8 mfc0_t mtc0_t CPU 23 CP0,, action

11 1816 Journal of Software Vol18, No7, July 2007 //arch/mips/kernel/smpc void core_send_ipi(int CPU, unsigned int action) { spin_lock(&smp_interrupt_lock); asm( set mips3\n\t mfc0_t k0,$23\n\t or k0,k0,%0\n\t mtc0_t k0,$23\n\t set mips0\n\t :: r (action) ); spin_unlock(&smp_interrupt_lock); } Fig8 Interrupt sending function for Godson-2 simultaneous multithreading processor 8 2 CPU 5 2 RTL(register transfer level) 2, Linux , 2 Linux, 9, IPC(instructions per cycle) 311%, 2 IPC Superscalar SMT Chat Eon+eon Twolf+twolf Crafty+crafty Art+art Eon+twolf Crafty+art Average Benchmark programs Fig9 Multi-Process benchmark performance of SMT, compared with superscalar processor 9 6, 2, 2 2 RTL,, Linux , SPEC CPU2000 Linux, CPU, 2 SMP,,

12 : ,, References: [1] Hu WW, Zhang FX, Li ZS Microarchitecture of the Godson-2 processor Journal of Computer Science and Technology, 2005,20(2): [2] Ungerer T, Robic B, Silc J Multithreaded processors The Computer Journal, 2002,45(3): [3] Tullsen DM, Eggers SJ, Levy HM Simultaneous multithreading: Maximizing on-chip parallelism In: Proc of the 22nd Annual Int l Symp on Computer Architecture New York: ACM Press, [4] Tullsen DM, Eggers SJ, Emer JS, Levy HM, Lo JL, Stamm RL Exploiting choice: Instruction fetch and issue on an implementable simultaneous multithreading processor In: Proc of the 23rd Annual Int l Symp on Computer Architecture New York: ACM Press, [5] Eggers SJ, Emer JS, Levy HM, Lo JL, Stamm RL, Tullsen DM Simultaneous multithreading: A platform for next-generation processors IEEE Micro, 1997,17(5):12 19 [6] Marr DT, Binns F, Hill DL, Hinton G, Koufaty DA, Alan Miller J, Upton M Hyper-Threading technology architecture and microarchitecture Int l Technology Journal Q1, 2002,6(1):4 15 [7] Tullsen DM, Lo JL, Eggers SJ, Levy HM Supporting fine-grained synchronization on a simultaneous multithreading processor In: Proc of the 5th Annual Int l Symp on High-Performance Computer Architecture Washington: IEEE Computer Society, (1977 ),,,,,,VLSI (1968 ),,,,,CCF,,,VLSI (1979 ),,,, (1966 ),,,,,,

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

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

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

More information

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

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

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

F4

F4 DOI:10.3969/j.issn.1009-6868.2016.01.002 网 络 出 版 地 址 :http://www.cnki.net/kcms/detail/34.1228.tn.20151117.1506.006.html Challenges and Countermeasures of Network Space Security 周 延 森 /ZHOU Yansen 周 琳 娜

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

Microsoft Word - A201210-60_1349949005.doc

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

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

1 CPU

1 CPU 2000 Tel 82316285 82317634 Mail liuxd@buaa.edu.cn 1 CPU 2 CPU 7 72 A B 85 15 3 1/2 M301 2~17 : 3/4 1/2 323 IBM PC 1. 2. 3. 1. 2. 3. 1.1 Hardware Software 1.2 M3 M2 M1 1.2 M3 M1 M2 M2 M1 M1 M1 1.2 M3 M1

More information

CH01.indd

CH01.indd 3D ios Android Windows 10 App Apple icloud Google Wi-Fi 4G 1 ( 3D ) 2 3 4 5 CPU / / 2 6 App UNIX OS X Windows Linux (ios Android Windows 8/8.1/10 BlackBerry OS) 7 ( ZigBee UWB) (IEEE 802.11/a/b/g/n/ad/ac

More information

标题

标题 第 34 卷 摇 第 2 期 摇 摇 摇 摇 摇 摇 摇 摇 摇 摇 摇 摇 摇 2015 年 2 月 情 摇 报 摇 杂 摇 志 摇 摇 摇 摇 摇 摇 摇 摇 摇 摇 摇 摇 摇 JOURNAL OF INTELLIGENCE Vol. 34 摇 No. 2 Feb. 摇 2015 * 科 学 计 量 学 在 技 术 预 见 中 的 应 用 研 究 以 新 能 源 汽 车 产 业 为 例 梁 摇

More information

Microsoft Word - A201009-646.doc

Microsoft Word - A201009-646.doc # 中 国 网 络 游 戏 外 挂 问 题 现 状 分 析 * 兰 晓, 尹 杰 ( 中 国 传 媒 大 学 信 息 工 程 学 院 ) 摘 要 : 网 络 游 戏 外 挂 的 泛 滥 严 重 阻 碍 了 中 国 网 络 游 戏 产 业 的 正 常 发 展 本 文 给 出 了 网 络 游 戏 外 挂 的 定 义, 并 对 当 前 中 国 网 络 游 戏 存 在 的 安 全 问 题 进 行 了 分 析,

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

1 VLBI VLBI 2 32 MHz 2 Gbps X J VLBI [3] CDAS IVS [4,5] CDAS MHz, 16 MHz, 8 MHz, 4 MHz, 2 MHz [6] CDAS VLBI CDAS 2 CDAS CDAS 5 2

1 VLBI VLBI 2 32 MHz 2 Gbps X J VLBI [3] CDAS IVS [4,5] CDAS MHz, 16 MHz, 8 MHz, 4 MHz, 2 MHz [6] CDAS VLBI CDAS 2 CDAS CDAS 5 2 32 1 Vol. 32, No. 1 2014 2 PROGRESS IN ASTRONOMY Feb., 2014 doi: 10.3969/j.issn.1000-8349.2014.01.07 VLBI 1,2 1,2 (1. 200030 2. 200030) VLBI (Digital Baseband Convertor DBBC) CDAS (Chinese VLBI Data Acquisition

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

10 ( ) ( ) [5] 1978 : [1] (P13) [6] [1] (P217) [7] [1] (P19) : : [1] [4] (P1347) (P18) 1985 : [1] (P343) 1300 : [1] (P12) 1984 :

10 ( ) ( ) [5] 1978 : [1] (P13) [6] [1] (P217) [7] [1] (P19) : : [1] [4] (P1347) (P18) 1985 : [1] (P343) 1300 : [1] (P12) 1984 : 27 3 ( ) Vol.27 No.3 2010 5 Journal of Shenzhen University (Humanities & Social Sciences) May 2010 ( 518060) : ; : ; : ; ; ; ; : F 127.9 :A :1000-260X(2010)03-0009-13 30 [2] : [2] (P381) 1979 : : [3] :1978

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

~ ~ ~

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

More information

1 科 学 谋 划, 有 序 促 进 扶 贫 工 作 的 持 续 发 展 1.1 科 学 定 位, 精 准 发 现 地 方 的 需 求 按 照 国 家 生 态 功 能 区 的 划 分, 库 伦 旗 属 重 点 生 态 保 护 开 发 区 这 里 生 态 环 境 优 良 特 色 作 物 资 源 优 势

1 科 学 谋 划, 有 序 促 进 扶 贫 工 作 的 持 续 发 展 1.1 科 学 定 位, 精 准 发 现 地 方 的 需 求 按 照 国 家 生 态 功 能 区 的 划 分, 库 伦 旗 属 重 点 生 态 保 护 开 发 区 这 里 生 态 环 境 优 良 特 色 作 物 资 源 优 势 Major Strategy and Policy Research on Targeted Poverty Alleviation 精 准 扶 贫 中 科 技 的 作 用 * 中 国 科 学 院 内 蒙 古 库 伦 旗 扶 贫 对 策 与 成 效 1 张 铜 会 2 唐 炜 1 中 国 科 学 院 寒 区 旱 区 环 境 与 工 程 研 究 所 兰 州 730000 2 中 国 科 学 院 科 技

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

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

rights and interests of doctors and patients. But it is insufficient jurisprudential basis and legitimacy crisis of legal forms through the form of mi

rights and interests of doctors and patients. But it is insufficient jurisprudential basis and legitimacy crisis of legal forms through the form of mi 1 Vol. 3 6 No. 1 36 2 0 1 8 1 Hebei Law Science Jan. 2 0 1 8 DOI 10. 16494 /j. cnki. 1002-3933. 2018. 01. 011 511436 DF36 A 1002-3933 2018 01-0117-13 Study on the Jurisprudential Basis on the Implementation

More information

2 2 3 DLight CPU I/O DLight Oracle Solaris (DTrace) C/C++ Solaris DLight DTrace DLight DLight DLight C C++ Fortran CPU I/O DLight AM

2 2 3 DLight CPU I/O DLight Oracle Solaris (DTrace) C/C++ Solaris DLight DTrace DLight DLight DLight C C++ Fortran CPU I/O DLight AM Oracle Solaris Studio 12.2 DLight 2010 9 2 2 3 DLight 3 3 6 13 CPU 16 18 21 I/O DLight Oracle Solaris (DTrace) C/C++ Solaris DLight DTrace DLight DLight DLight C C++ Fortran CPU I/O DLight AMP Apache MySQL

More information

2006中國文學研究範本檔

2006中國文學研究範本檔 中 國 文 學 研 究 第 三 十 九 期 2015 年 01 月 頁 223~258 臺 灣 大 學 中 國 文 學 研 究 所 由 心 到 腦 從 腦 的 語 義 脈 絡 論 晚 清 民 初 的 文 化 轉 型 * 徐 瑞 鴻 提 要 傳 統 的 中 醫 理 論 以 心 為 神 明 之 主, 掌 管 思 維 記 憶 與 情 感, 此 一 觀 點 在 近 現 代 受 到 西 方 解 剖 學 的 巨

More information

untitled

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

More information

2015-5-1.indd

2015-5-1.indd 中 国 科 技 资 源 导 刊 ISSN 1674-1544 2015 年 9 月 第 47 卷 第 5 期 26-34 CHINA SCIENCE & TECHNOLOGY RESOURCES REVIEW ISSN 1674-1544 Vol.47 No.5 26-34, Sept. 2015 国 家 科 技 报 告 服 务 系 统 构 建 研 究 王 星 等 赵 捷 ( 中 国 科 学 技 术

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

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

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

投影片 1

投影片 1 9 1 9-1 Windows XP Windows Server 2003 Mac OS Linux, 都 (OS, Operating System ) 2 3 , 來, 行 3 理 行 4 ,, (UI, User Interface), 滑, 令 列 (CLI, Command-Line Interface) (GUI, Graphical User Interface) 2 5 令 列,

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

计 算 机 系 统 应 用 http://www.c-s-a.org.cn 2016 年 第 25 卷 第 1 期 的 编 程 语 言 Giotto [9] 编 写 控 制 程 序, 可 以 方 便 的 控 制 程 序 的 逻 辑 执 行 时 间, 从 而 使 得 任 务 时 间 的 依 赖 关 系

计 算 机 系 统 应 用 http://www.c-s-a.org.cn 2016 年 第 25 卷 第 1 期 的 编 程 语 言 Giotto [9] 编 写 控 制 程 序, 可 以 方 便 的 控 制 程 序 的 逻 辑 执 行 时 间, 从 而 使 得 任 务 时 间 的 依 赖 关 系 1 基 于 PRET 的 编 程 模 型 李 晓 飞, 陈 香 兰 ( 中 国 科 学 技 术 大 学 计 算 机 学 院, 合 肥 230039) 摘 要 : 时 间 可 预 测 性 在 信 息 物 理 系 统 设 计 领 域 正 变 得 越 来 越 重 要, 目 前 时 间 可 预 测 性 系 统 的 设 计 分 为 编 程 模 型 和 体 系 结 构 两 个 层 次, 编 程 模 型 的 研

More information

m 3 m m 84 m m m m m m m

m 3 m m 84 m m m m m m m 2011 8 8 155 JOURNAL OF RAILWAY ENGINEERING SOCIETY Aug 2011 NO. 8 Ser. 155 1006-2106 2011 08-0096 - 06 430063 1 2 3 U231 +. 4 A Design of Underground Space of Furong Square Station of Urban Rail Transit

More information

Microsoft Word - 2015年第三期09

Microsoft Word - 2015年第三期09 第 32 卷 第 3 期 河 北 工 程 大 学 学 报 ( 社 会 科 学 版 ) Vol.32 No.3 2015 年 9 月 Journal of Hebei University of Engineering (Social Science Edition) Sept.2015 潍 坊 地 区 非 物 质 文 化 遗 产 要 素 研 究 刘 阳 ( 中 央 戏 剧 学 院 戏 剧 管 理 系,

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

Microsoft Word - 2010_4_doc20100709.doc

Microsoft Word - 2010_4_doc20100709.doc 2010-08,31(4) 中 国 烟 草 科 学 Chinese Tobacco Science 59 几 种 烤 烟 专 业 化 烘 烤 模 式 分 析 与 探 讨 宋 朝 鹏 1, 冀 新 威 1, 孙 建 锋 2, 徐 秀 红 3, 孙 福 山 3, 宫 长 荣 (1. 河 南 农 业 大 学 农 学 院, 郑 州 450002;2. 云 南 省 烟 草 曲 靖 市 公 司, 云 南 曲 靖

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

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

35期

35期 中 国 农 学 通 报 2013,29(35):391-395 Chinese Agricultural Science Bulletin 基 于 数 字 图 书 馆 的 农 业 移 动 信 息 服 务 集 成 模 式 究 赵 丹 丹, 钱 金 良, 杨 娜, 孙 玲, 李 山 云, 王 家 银 ( 云 南 省 农 业 科 学 院 农 业 经 济 信 息 究 所, 昆 明 650205) 摘 要 :

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

. 3. MOOC 2006 MOOC Automated Text Marker 2014 e-rater Yigal et al MOOC Coursera Edx 97

. 3. MOOC 2006 MOOC Automated Text Marker 2014 e-rater Yigal et al MOOC Coursera Edx 97 23 3 2017 6 Open Education Research Vol. 23 No. 3 Jun. 2017 1 2 1 2 1. 100875 2. 100875 PPT G434 A 1007-2179 2017 03-0096-09 Coursera Edx MOOC 100 2 3- social network services SNS 4 2008 2009 2017-03-

More information

,, [1 ], [223 ] :, 1) :, 2) :,,, 3) :,, ( ),, [ 6 ],,, [ 3,728 ], ; [9222 ], ;,,() ;, : (1) ; (2),,,,, [23224 ] ; 2,, x y,,, x y R, ( ),,, :

,, [1 ], [223 ] :, 1) :, 2) :,,, 3) :,, ( ),, [ 6 ],,, [ 3,728 ], ; [9222 ], ;,,() ;, : (1) ; (2),,,,, [23224 ] ; 2,, x y,,, x y R, ( ),,, : 24 3 2010 5 J OU RNAL OF CHIN ESE IN FORMA TION PROCESSIN G Vol. 24, No. 3 May, 2010 : 100320077 (2010) 0320117207 1, 1, 1, 2 (1.,100871 ; 2.,100084) :,,,,,,; : ( ) ( ) (,3 600 ),, ABC : ;; ; ; ;;; : TP391

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

OOAD PowerDesigner OOAD Applying PowerDesigner CASE Tool in OOAD PowerDesigner CASE Tool PowerDesigner PowerDesigner CASE To

OOAD PowerDesigner OOAD Applying PowerDesigner CASE Tool in OOAD PowerDesigner CASE Tool PowerDesigner PowerDesigner CASE To PowerDesigner Applying PowerDesigner CASE Tool in OOAD albertchung@mpinfo.com.tw PowerDesigner CASE Tool PowerDesigner PowerDesigner CASE Tool PowerDesigner CASE Tool CASE Tool PowerDesignerUnified ProcessUMLing

More information

ELECTRIC DRIVE FOR LOCOMOTIVES The Research and Development of Modern Railway Traction and Control Technology (CSR Zhuzhou Institute Co., Ltd., Zhuzhou, Hunan 412001, China) Abstract: The technology of

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

% 30% % % % %

% 30% % % % % 2 2 Economics of Education Research (Beida) 3 2004 6 Institute of Economics of Education, Peking University 100871 2001 115 6 70% 2002 145 6 64.7% 5 2002 80% 2003 212 67 46% 2003 6 2003 8 1 50 15 2003

More information

9, : Java 19., [4 ]. 3 Apla2Java Apla PAR,Apla2Java Apla Java.,Apla,,, 1. 1 Apla Apla A[J ] Get elem (set A) A J A B Intersection(set A,set B) A B A B

9, : Java 19., [4 ]. 3 Apla2Java Apla PAR,Apla2Java Apla Java.,Apla,,, 1. 1 Apla Apla A[J ] Get elem (set A) A J A B Intersection(set A,set B) A B A B 25 9 2008 9 M ICROEL ECTRON ICS & COMPU TER Vol. 25 No. 9 September 2008 J ava 1,2, 1,2, 1,2 (1, 330022 ; 2, 330022) :,. Apla - Java,,.. : PAR ;Apla - Java ; ;CMP ; : TP311 : A : 1000-7180 (2008) 09-0018

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

14-1-人文封面

14-1-人文封面 107 14 157-70 1 1 2 2 2 2 1 2 imonsters Trend Micro Incorporated 2015 2012 35 2013 2 140 2014 Android 400 2012 10 2015 800 imonsters 58 imonsters All, Castellar, & Van Looy, 2016 Piaget 1962 Vygotsky 1978

More information

Microsoft Word - 刘藤升答辩修改论文.doc

Microsoft Word - 刘藤升答辩修改论文.doc 武 汉 体 育 学 院 硕 士 学 位 论 文 ( 全 日 制 硕 士 ) 社 会 需 求 视 角 下 武 汉 体 院 乒 乓 球 硕 士 研 究 生 就 业 状 况 研 究 研 究 生 : 刘 藤 升 导 师 : 滕 守 刚 副 教 授 专 业 : 体 育 教 育 训 练 学 研 究 方 向 : 乒 乓 球 教 学 训 练 理 论 与 方 法 2015 年 5 月 分 类 号 : G8 学 校 代

More information

System Design and Setup of a Robot to Pass over Steps Abstract In the research, one special type of robots that can pass over steps is designed and se

System Design and Setup of a Robot to Pass over Steps Abstract In the research, one special type of robots that can pass over steps is designed and se 8051 8051 System Design and Setup of a Robot to Pass over Steps Abstract In the research, one special type of robots that can pass over steps is designed and setup. This type of robot uses two kinds of

More information

Microsoft Word - A200911-441.doc

Microsoft Word - A200911-441.doc 动 态 计 算 机 核 心 PMC362 成 功 设 计 姜 咏 江 对 外 经 济 贸 易 大 学 信 息 学 院, 北 京 (100013) E-mail:accsys@126.com 摘 要 :PMC362 是 程 序 能 自 动 调 度 执 行 的 动 态 计 算 机 核 这 种 结 构 将 各 类 多 处 理 器 设 计 成 对 指 令 无 痕 的, 将 程 序 放 置 在 环 境 条 件

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

标题

标题 第 33 卷 摇 第 9 期 摇 摇 摇 摇 摇 摇 摇 摇 摇 摇 摇 摇 摇 014 年 9 月 情 摇 报 摇 杂 摇 志 摇 摇 摇 摇 摇 摇 摇 摇 摇 摇 摇 摇 摇 JOURNAL OF INTELLIGENCE Vol. 33 摇 No. 9 Sep. 摇 014 基 于 专 利 的 大 数 据 技 术 发 展 情 报 * 分 析 及 战 略 研 究 1 1 李 鹏 飞 摇 卢 摇

More information

标题

标题 文化创新蓝皮书 24 山东省文化产业发展政策支撑体系探究 张胜冰 张 欣 摘 要: 近年来, 山东省把发展文化产业作为加快建设经济文化强省的 重大举措, 通过加快推进文化体制改革, 加大政策资金扶持力度等方式, 大 力促进文化产业发展并取得显著成效 在文化产业发展过程中, 山东省逐步 建立并不断完善具有自身特色的文化产业发展政策支撑体系, 在政府的统一 规划指导下, 依靠一系列符合山东文化产业发展实际需求的政策措施,

More information

中文模板

中文模板 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

Microsoft Word - 092013-1203-6(du)(改2)

Microsoft Word - 092013-1203-6(du)(改2) 中 国 科 学 : 技 术 科 学 2014 年 第 44 卷 第 3 期 : 229 ~ 234 评 述 www.scichina.com tech.scichina.com SCIENCE CHINA PRESS 载 人 飞 船 与 专 项 技 术 专 题 载 人 飞 船 型 谱 发 展 研 究 何 宇, 贾 世 锦, 石 泳 *, 邵 立 民, 高 旭 中 国 空 间 技 术 研 究 院 载

More information

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

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

More information

Microsoft Word - 6微调 _1_

Microsoft Word - 6微调 _1_ 国 际 中 医 中 药 杂 志 2016 年 6 月 第 38 卷 第 6 期 Int J Trad Chin Med, June 2016, Vol. 38, No.6 481 国 外 传 统 医 学 管 理 模 式 探 讨 一 带 一 路 胡 艳 敏 李 宗 友 徐 俊 李 彦 文 王 俊 文 姜 威 赵 阳 摘 要 传 统 医 学 以 其 在 疾 病 治 疗 及 预 防 保 健 中 的 确 切

More information

10.11648.j.sjbm.20150306.21

10.11648.j.sjbm.20150306.21 Science Journal of Business and Management 2015; 3(6): 293-301 Published online January 27, 2016 (http://www.sciencepublishinggroup.com/j/sjbm) doi: 10.11648/j.sjbm.20150306.21 ISSN: 2331-0626 (Print);

More information

目次 

目次  軟 體 工 程 期 末 報 告 網 路 麻 將 91703014 資 科 三 黃 偉 嘉 91703024 資 科 三 丘 祐 瑋 91703030 資 科 三 江 致 廣 1 目 次 壹 前 言 (Preface) P.4 貳 計 畫 簡 述 及 預 期 效 益 (Project Description and Expected Results) P.4 參 系 統 開 發 需 求 (System

More information

第16卷 第2期 邯郸学院学报 2006年6月

第16卷 第2期                                邯郸学院学报                            2006年6月 第 18 卷 第 4 期 邯 郸 学 院 学 报 2008 年 12 月 Vol.18 No.4 Journal of Handan College Dec. 2008 赵 文 化 研 究 论 赵 都 邯 郸 与 赵 国 都 城 研 究 问 题 朱 士 光 ( 陕 西 师 范 大 学 历 史 地 理 研 究 所, 陕 西 西 安 710062) 摘 要 : 战 国 七 雄 之 一 的 赵 国 都 城

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

Microsoft Word - 11-秦华伟.doc

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

More information

218 台灣文學研究學報 第五期 一般論文 結構的當時 作為一個企圖和日語本位主義文化擴張進行抵抗 扭轉不均衡文化流向的批判性知識社群 以民間文學整理作為鏈 接的契機 以學院資源取得合法關鍵 不計採取民族文學遺產 化 知識化的柔軟姿態 開拓創作與言論空間 林荊南等人的努 力具有不可漠視的文化價值與啟

218 台灣文學研究學報 第五期 一般論文 結構的當時 作為一個企圖和日語本位主義文化擴張進行抵抗 扭轉不均衡文化流向的批判性知識社群 以民間文學整理作為鏈 接的契機 以學院資源取得合法關鍵 不計採取民族文學遺產 化 知識化的柔軟姿態 開拓創作與言論空間 林荊南等人的努 力具有不可漠視的文化價值與啟 台灣文學研究學報第五期 2007年10月 頁217-258 國立台灣文學館 文化遺產與知識鬥爭[ ] 戰爭期漢文現代文學雜誌 南國文藝 的創刊 柳書琴 清華大學台灣文學研究所助理教授 摘要 1937年7月台灣報刊廢止漢文欄 漢文文學雜誌紛紛停刊 然而 就在1941年12月1日 大東亞戰爭爆發前一週 台北市日 新町意外發行了一份帶有重建純文學理想的漢文雜誌 南國 文藝 何以一份漢文純文學雜誌得以在太平洋戰爭前夕

More information

Microsoft Word - 24217010311110028谢雯雯.doc

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

More information

892213E006146

892213E006146 Modular Design of Quality Control Systems NSC89-2213-E006-146 89 8 1 90 7 31 ( ) ISO14000, and OHSAS18000. Keywords: ISO9000; ISO14000; OHSAS18000; Quality ISO9000 ISO14000 OHSAS18000 Management; Environment

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

一个开放源码的嵌入式仿真环境 ― SkyEye

一个开放源码的嵌入式仿真环境 ― SkyEye SkyEye SkyEye http://hpclab.cs.tsinghua.edu.cn/~skyeye/ I hear and I forget, I see and I remember, I do and I understand. SkyEye SkyEye SkyEye SkyEye SkyEye 1. SkyEye PC pervasive computing PC I O PDA

More information

我国高速公路建设管理现状和主要问题

我国高速公路建设管理现状和主要问题 Modern Management 现 代 管 理, 2012, 2, 24-28 http://dx.doi.org/10.12677/mm.2012.21005 Published Online January 2012 (http://www.hanspub.org/journal/mm) China Highway Current Situation and Problem of Construction

More information

第 02 期 1 医 疗 信 息 现 状 20% EMR Electronic Medical Record HIS HIS [1-2] 40 2011 张 肖 等 : 基 于 大 数 据 的 医 疗 健 康 创 新 应 用 2 大 数 据 环 境 下 医 疗 数 据 特 征 分 析 PC [3]

第 02 期 1 医 疗 信 息 现 状 20% EMR Electronic Medical Record HIS HIS [1-2] 40 2011 张 肖 等 : 基 于 大 数 据 的 医 疗 健 康 创 新 应 用 2 大 数 据 环 境 下 医 疗 数 据 特 征 分 析 PC [3] 电 子 科 学 技 术 电 第 02 子 科 卷 学 第 技 02 术 期 Electronic 2015 年 Science 3 月 & Technology Electronic Science & Technology Vol.02 No.02 Mar.2015 年 基 于 大 数 据 的 医 疗 健 康 创 新 应 用 张 肖, 杨 锦 洲, 王 志 勇 ( 中 国 联 通 研 究 院, 北

More information

Microsoft PowerPoint - Performance Analysis of Video Streaming over LTE using.pptx

Microsoft PowerPoint - Performance Analysis of Video Streaming over LTE using.pptx ENSC 427 Communication Networks Spring 2016 Group #2 Project URL: http://www.sfu.ca/~rkieu/ensc427_project.html Amer, Zargham 301149920 Kieu, Ritchie 301149668 Xiao, Lei 301133381 1 Roadmap Introduction

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

Tenure-track Tenure-track WTO Peer Effect 46

Tenure-track Tenure-track WTO Peer Effect 46 2004 ~ 2014 * 21 Tenure-track 2004 2004 Tenure-track * 45 2015 1 3 21 2003 Tenure-track Tenure-track WTO 2004 985 Peer Effect 46 2007 Tenure-track Tenure AAUP 1915 12 31 1 1940 7 1 Tenure-track 2 Tenure

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

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

Microsoft PowerPoint - Aqua-Sim.pptx

Microsoft PowerPoint - Aqua-Sim.pptx Peng Xie, Zhong Zhou, Zheng Peng, Hai Yan, Tiansi Hu, Jun-Hong Cui, Zhijie Shi, Yunsi Fei, Shengli Zhou Underwater Sensor Network Lab 1 Outline Motivations System Overview Aqua-Sim Components Experimental

More information

59 [1] [2] [3] A A ( 4 ) A A [4]

59 [1] [2] [3] A A ( 4 ) A A [4] 5 1 5 (1): 58 70 2013 3 JOURNAL OF ENGINEERING STUDIES Mar., 2013 DOI: 10.3724/SP.J.1224.2013.00058 100190 20 50 70 2009 60 G301 A 1674-4969(2013)01-0058-13 20 50 1 : 2012 12 25; : 2013 01 18 : (Y250013015)

More information

于 水 等 : 多 源 流 理 论 视 角 下 宅 基 地 使 用 权 确 权 政 策 的 议 程 设 置 研 究 基 于 江 苏 省 4 市 的 调 查 83 push forward the confirmation of homestead use right of rural central

于 水 等 : 多 源 流 理 论 视 角 下 宅 基 地 使 用 权 确 权 政 策 的 议 程 设 置 研 究 基 于 江 苏 省 4 市 的 调 查 83 push forward the confirmation of homestead use right of rural central 第 30 卷 第 1 期 2016 年 1 月 中 国 土 地 科 学 China Land Sciences Vol.30 No.1 Jan.,2016 doi: 10.11994/zgtdkx.2016.01.010 多 源 流 理 论 视 角 下 宅 基 地 使 用 权 确 权 政 策 的 议 程 设 置 研 究 基 于 江 苏 省 4 市 的 调 查 于 水, 丁 文 ( 南 京 农 业 大

More information

132 包 装 工 程 2016 年 5 月 网 产 品 生 命 周 期 是 否 有 与 传 统 产 品 生 命 周 期 曲 线 相 关 的 类 似 趋 势 旨 在 抛 砖 引 玉, 引 起 大 家 对 相 关 问 题 的 重 视, 并 为 进 一 步 研 究 处 于 不 同 阶 段 的 互 联 网

132 包 装 工 程 2016 年 5 月 网 产 品 生 命 周 期 是 否 有 与 传 统 产 品 生 命 周 期 曲 线 相 关 的 类 似 趋 势 旨 在 抛 砖 引 玉, 引 起 大 家 对 相 关 问 题 的 重 视, 并 为 进 一 步 研 究 处 于 不 同 阶 段 的 互 联 网 第 37 卷 第 10 期 包 装 工 程 2016 年 5 月 PACKAGING ENGINEERING 131 传 统 产 品 生 命 周 期 曲 线 对 互 联 网 产 品 适 应 性 探 究 田 姣, 刘 吉 昆 ( 清 华 大 学, 北 京 100084) 摘 要 : 目 的 探 讨 传 统 产 品 生 命 周 期 曲 线 对 于 互 联 网 产 品 生 命 周 期 是 否 依 然 适

More information

2 2016 2011 6 2014 2 2012 8 2011 3 5 2012 9 2011 2011 2015 2013 2011 2011 2015 2014 2014 2014 2011 1 1 2011 8 1 2015 2009 2.35

2 2016 2011 6 2014 2 2012 8 2011 3 5 2012 9 2011 2011 2015 2013 2011 2011 2015 2014 2014 2014 2011 1 1 2011 8 1 2015 2009 2.35 44 1 2016 1 Vol. 44 No. 1 Journal of Liaoning University Philosophy and Social Sciences Jan. 2016!"!!!!!"!!!!!"!" 20 *, C913.7 A 1002-3291 2016 01-0001-14 2015-11-10 * 2015-12-18 DOI 10.16197/j.cnki.lnupse.20151218.001,http://www.cnki.net/

More information

10.11648.j.sd.20160403.18

10.11648.j.sd.20160403.18 Science Discovery 2016; 4(3): 202-206 http://www.sciencepublishinggroup.com/j/sd doi: 10.11648/j.sd.20160403.18 ISSN: 2331-0642 (Print); ISSN: 2331-0650 (Online) Construction for the Engineering Application-Oriented

More information

27 :OPC 45 [4] (Automation Interface Standard), (Costom Interface Standard), OPC 2,,, VB Delphi OPC, OPC C++, OPC OPC OPC, [1] 1 OPC 1.1 OPC OPC(OLE f

27 :OPC 45 [4] (Automation Interface Standard), (Costom Interface Standard), OPC 2,,, VB Delphi OPC, OPC C++, OPC OPC OPC, [1] 1 OPC 1.1 OPC OPC(OLE f 27 1 Vol.27 No.1 CEMENTED CARBIDE 2010 2 Feb.2010!"!!!!"!!!!"!" doi:10.3969/j.issn.1003-7292.2010.01.011 OPC 1 1 2 1 (1., 412008; 2., 518052), OPC, WinCC VB,,, OPC ; ;VB ;WinCC Application of OPC Technology

More information

Avision

Avision 單 單 DOl: 10.6249/SE.20 13.64.3.4 收 稿 日 期 : 2013/8/26 修 訂 日 期 ; 201319/12 接 受 日 期 : 2013/9112 古 典 散 文 教 學 重 點 與 方 法 從 兒 時 記 趣 出 發 李 清 筠 副 教 授 團 立 臺 灣 師 範 大 學 圖 文 學 系 摘 要 ( 兒 時 記 趣 ) 是 中 學 階 段 許 多 學 生 第

More information

概述

概述 100872 1999~2003 financial management 50 1 2 2001 Keating1995 2001 Eisenhardt1989 1 19 20 50 2 2001 1 2001 20 case 3 4 case study Shaw1927 Yin1988 how why 1982 5 2002 Piet2003 6 3 4 5 6 2003 2 Yin1988

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

P4i45GL_GV-R50-CN.p65

P4i45GL_GV-R50-CN.p65 1 Main Advanced Security Power Boot Exit System Date System Time Floppy Drives IDE Devices BIOS Version Processor Type Processor Speed Cache Size Microcode Update Total Memory DDR1 DDR2 Dec 18 2003 Thu

More information

third in 20 years. The student population will be in the range of million before Keywords education age population family planning

third in 20 years. The student population will be in the range of million before Keywords education age population family planning 2017 6 225 POPULATION & ECONOMICS No. 6 2017 Tot. No. 225 100028 1982 2015 12849. 16 2035 9114. 74 2015 3700 1 /3 2020 2015 2020 3000 4000 C921 G465 DOI 10. 3969 /j. issn. 1000-4149. 2017. 06. 008 A 1000-4149

More information

92

92 * ** ** 9 92 % 80.0 70.0 60.0 50.0 40.0 30.0 20.0 0.0 0.0 % 60.0 50.0 40.0 30.0 20.0 0.0 0.0 990 2000 200 2002 2003 2004 2005 2006 2007 2008 2009 200 978 979 980 98 982 983 984 985 986 987 988 989 990

More information

2012 D A % %

2012 D A % % 2012 5 29 3 Journal of Shanghai University Social Sciences May. 2012 Vol. 29 No. 3 doi 10. 3969 /j. issn 1007-6522. 2012. 03. 001 100007 14 2012-04-05 1955-1 2012 D912. 6 A 1007-6522 2012 03-0001-16 20022008

More information

2011第1期第二部分

2011第1期第二部分 中 国 农 学 通 报 2011,27(01):466-470 Chinese Agricultural Science Bulletin 关 于 农 业 信 息 化 与 农 村 信 息 化 关 系 的 探 讨 高 万 林, 张 港 红, 李 桢, 赵 佳 宁 ( 中 国 农 业 大 学 信 息 与 电 气 工 程 学 院, 北 京 100083) 摘 要 : 文 章 通 过 分 析 农 业 农 村

More information

Microsoft Word - A201004-1587.doc

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

More information

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

. 1 4 Web PAD

. 1 4 Web PAD 20 1 2014 2 Open Education Research Vol. 20 No. 1 Feb. 2014 1 2 1. 100875 2. - 100875 G434 A 1007-2179 2013 06-0100 - 11 10 2013 2013 Microlecture Minicourse Microlesson Microlecture A Le Roy A. McGrew

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

XML SOAP DOM B2B B/S B2B B2B XML SOAP

XML SOAP DOM B2B B/S B2B B2B XML SOAP 10384 9831010 U D C B2B 2 0 0 1 4 2 0 0 1 5 2 0 0 1 2001 4 XML SOAP DOM B2B B/S B2B B2B XML SOAP ABSTRACT Based on the research of Supply Chain Management theory and E-Commerce theory, especially in Business

More information

投影片 1

投影片 1 2 理 1 2-1 CPU 2-2 CPU 理 2-3 CPU 類 2 什 CPU CPU Central Processing Unit ( 理 ), 理 (Processor), CPU 料 ( 例 ) 邏 ( 例 ),, 若 了 CPU, 3 什 CPU CPU 了, 行, 利 CPU 力 來 行 4 什 CPU 5 2-2-1 CPU CPU 了 (CU, Control Unit) / 邏

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