201705_基于视觉SLAM的实时地图

Size: px
Start display at page:

Download "201705_基于视觉SLAM的实时地图"

Transcription

1 基于视觉 SLAM 的实时地图 西北工业大学 布树辉

2 西北工业大学? 西北工业大学重点研究航空 航天 航海等方面的科学与技术

3 内容 研究背景 实时地图系统 (RTMapper) 无人机 / 机器人 G-SLAM 地图生成 数据处理 展望未来

4 无人机 体积小 造价低 无人化 使用方便 对作战环境要求低 战场生存能力较强 航拍, 侦察 打击 空中平台 ( 中继等 ) 通航

5 无人机 自主飞行 遥控为主 工作负荷大专业训练无法控制集群 自主能力

6 传统导航方法?

7 Navigation Obstacle detection GPS/IMU Visual, etc. 导航 制导体系架构 Situational Awareness mapping Perception Object recognition State Estimation Sensing Guidance Reasoning and cognizance High-level decision-making Mission planning and execution monitoring Mid-level decision-making Path planning Low-level decision-making Waypoint sequencer and trajectory generation Control (3D position/velocity, attitude control, etc.) highest GNC capabilities (level of autonomy) lowest

8 不忘初心 - 我们为什么做 SLAM 与实时地图? 我们的梦想是做全自主的飞行器 机器人 Source code at

9 躯如何实现自主? 眼睛 耳朵 大脑 什么功能让我们能自主? 体环境

10 环境感知推躯如何实现自主? 眼睛 耳朵 理知识决策体环境

11 未来? 已经到来! 人工智能

12 人工智能时代的机遇 未来 现在

13 人工智能时代的挑战 环境感知 SLAM 人工智能 场景理解 多数据源图像 LiDAR 红外多光谱, 高光谱 IMU MAP 推理 决策 知识 实时, 低延时 复杂环境电磁环境, 气象环境 环境感知的效能与人相比, 差距很大 SLAM 系统主要依赖几何计算 认知层面的能力较弱 SLAM 的鲁棒性 可靠性还未达到实用化程度 环境感知的结果如何存储 访问 多智能体 动态环境的环境感知有待研究 开发

14 SLAM? SLAM (Simultaneous Localization and Mapping), 即时定位与地图构建, 最早由美国著名学者 Smith 于 1988 年提出, 它是解决机器人视觉的关键核心技术, 被很多学者认为是实现真正全自主移动机器人的关键 由于早期 SLAM 算法设计的局限性, 以及传感器技术 计算机处理能力的限制, 未能广泛推广应用 Demo can be downloaded at:

15 SLAM 自主导航 Guidance How to go? Recognition & Reasoning Localization Where am I? Needs accurate map Needs accurate position Mapping What is around me? Simultaneously minimization both error

16 SLAM 广阔的应用领域 Indoors Undersea Space Underground AR

17 SLAM 传感器 SAR SONAR LiDAR Camera

18 SLAM 视觉? 激光? 低成本 cm ~ km 范围 丰富的信息 精度相对低 与人类似的感知 视觉 SLAM 难度高 ( 门槛高 ) 应用前景广泛 高成本 cm ~ m 范围 只有距离信息 精度高 超人类的感知 激光 SLAM 难度低 ( 门槛低 ) 应用范围受限 视觉 激光

19 视觉 SLAM 基本分类 Feature Direct Semi-Direct

20 视觉 SLAM 基本原理 depth Left baseline Right 通过三角化两张图像上对应的点, 能够恢复物体点到相机的相对深度值

21 视觉 SLAM 如何计算相机的位置和姿态 射线 x 第一张图像的特征点 x 第二张图像的特征点 x 0 F, 基本矩阵 几组特征对应关系得到 F X EK FK F 矩阵和相机内参矩阵得到本征矩阵 E 相机 1 图像 相机 2 图像 E x 极线 R, t 得到第二张图像的位置, 姿态 x 相机 1 光心 C1 基线 相机 2 光心 C2 假设第一张图像位于远点, 可以得到第二张图像的位置和姿态

22 视觉 SLAM 特征点方法 图像队列 定位 图像输入 地图点图像特征 图像帧位姿 局部优化 三角化新地图点 特征点检测 全局最优 ( 使所有地图点投影到图像上和检测到的特征点之间的误差和最小 ) 初始化? 否 是 数据管理 初始化 计算基本矩阵 F 计算位姿 R,t 三角化得到点云 地图相机位姿

23 Feature Based Methods - Parallel Tracking and Mapping G. Klein, D. Murray, Parallel Tracking and Mapping for Small AR Workspaces, 2007

24 Feature Based Methods - Parallel Tracking and Mapping Tracking and Mapping are separated, and run in two parallel threads Mapping is based on keyframes, which are processed using bundle adjustment The map is densely intialised from a stereo pair New Points are initialised with an epipolar search Large numbers of points are mapped G. Klein, D. Murray, Parallel Tracking and Mapping for Small AR Workspaces, 2007

25 Feature Based Methods ORB-SLAM Raúl Mur-Artal, J. M. M. Montiel and Juan D. Tardós. ORB-SLAM: A Versatile and Accurate Monocular SLAM System, 2015

26 Feature Based Methods ORB-SLAM Covisibility information to operate at large scale BoW based place recognition system for relocalisation and loop closing Raúl Mur-Artal, J. M. M. Montiel and Juan D. Tardós. ORB-SLAM: A Versatile and Accurate Monocular SLAM System, 2015

27 Direct Based Methods Dense Tracking and Mapping (DTAM) R.A. Newcombe, S.J. Lovegrove and A.J. Davison, DTAM: Dense Tracking and Mapping in Real-Time, 2011

28 Direct Based Methods Dense Tracking and Mapping (DTAM) Utilizing a coarse base surface model as the initial starting point for dense reconstruction Depth map creation is pipelined, and multiple depth maps are straightforwardly fused to create complete scene reconstructions Using GPU to accelerate the speed R.A. Newcombe, S.J. Lovegrove and A.J. Davison, DTAM: Dense Tracking and Mapping in Real-Time, 2011

29 Direct Based Methods Large-Scale Direct Monocular SLAM (LSD-SLAM) J. Engel, T. Schops, and D. Cremers, LSD-SLAM: Large-Scale Direct Monocular SLAM, 2014

30 Direct Based Methods Large-Scale Direct Monocular SLAM (LSD-SLAM) Using direct image alignment coupled with filtering-based estimation of semi-dense depth maps Probabilistically consistent incorporation of uncertainty of the estimated depth into tracking J. Engel, T. Schops, and D. Cremers, LSD-SLAM: Large-Scale Direct Monocular SLAM, 2014

31 Semi-direct Tracking and Mapping (SDTAM) The direct method is adopted to track current motion with high-speed, followed with a motion refinement based on feature correspondences. Balance between accuracy and efficiency can be realized. Shuhui Bu, Yong Zhao, et al., Semi-direct Tracking and Mapping with RGB-D Camera for MAV, MTAP, 2016.

32 内容 研究背景 实时地图系统 (RTMapper) 无人机 / 机器人 G-SLAM 地图生成 数据处理 展望未来

33 地图? 公元前 xxx 年 (What? 世界地图?) 公元前 276 年 ( 中国在哪里?) 中世纪 ( 没有美洲 ) 现代地图 ( 卫星 )

34 传统方法面临的问题 一般采用遥感, 一种非接触 远距离的探测技术, 运用传感器对物体的电磁波 的辐射 反射特性的探测 面临的主要问题是实时性较弱, 无法即时得到环境地图

35 无人机自主飞行 环境的复杂, 无人机数据链路中断,GPS 受到干扰等情况下, 必须自主飞行 自主飞行需要对环境进行感知, 从而指导无人机的飞行 在无 GPS 的情况下, 需要多种导航手段来提供导航信息 实时地图是一种重要的导航信息源

36 为何需要实时地图? 感知 Sense 建图 Mapping 策略 Policy 实时建图是未来智能系统的关键技术之一 实现高智能全自主机器人系统的重要支撑

37 SLAM 中 Mapping 的问题 Mapping 为快速定位服务 主要是三维点云 环境表达能力较弱 有效数据存储效率低 较长时间间隔的重定位能力较弱 很多时候需要正摄影像地图 (DOM) 高程地图 (DEM), 三维模型, 矢量地图将 Mapping 增强 实时地图

38 实时地图的意义 智能 GIS 智能控制 为作战等提供时效性高的信息, 降低对卫星的依赖程度, 并提高地图的分辨率 简单易用的建模工具, 能够提高工程 建筑等领域的工作效率 农业植保提供简单易用的高分辨率病虫害评估报告 为机器人提供高智能程度的导航 控制功能 提供无人机 机器人等在卫星导航失效下导航定位, 并提高自主运行所需要的环境信息 全自主农业植保无人机 实时地图

39 实时地图架构 UAV/Robot Hardware Datalink Control Image GPS Euler G-SLAM PIK-SLAM SDTAM SIFT-SLAM SD-VIO Image SE3 Depth MapFusion 2D->DOM 3D->DEM Map Location AI Localize Change detect Object detect Route Status Current Map DOM DEM GCP Difference Sematic Map (Knowledge) DOM, DEM, 3D, Semantic

40 (1) 无人机平台 自动飞行控制实时数据处理 地面站 综合数据链路 手动控制 摇杆控制 高可靠性 操作简单 自动飞行 实时数据处理 G-SLAM/RTMapper 鲁棒性高

41 (1) 机器人平台 Hands-Free 全自主设计 优秀的架构设计 HandsFree Robot System 机器人平台 OpenRE (Open Robot Embedded) 开源系统 多传感器 : 立体视觉,LiDAR,RGB-D, 超声 Control Station SLAM / RTMapper Auto Control Mission Simulation 组件库 支持 ROS (Robot Operation System) 国内最为完整的开源机器人平台 软硬件开源 Control Message Passing MAVLINK COM Manage 3D CV SLAM OSA ROS 系统支撑库 PIL 全套开发 使用手册 RT OS Stereo Camera LiDAR Ultrasonic Boot Loader SERVO Drivers MUC Hardware Libs UART OpenRE IMU CAN I2C SPI RC

42 (1) 机器人平台 Hands-Free 探索 explore 成长 grow 分享 share

43 (2) G-SLAM 架构的特点 一个框架支持多种 SLAM 统一的接口设计, 插件化设计, 复杂度隔离 使用 PIL (Pilot Intelligent Library) 系统支撑库 支持 MapFusion( 实时地图融合 ) G-SLAM 框架 / 多种实现 PIK-SLAM SIFT-SLAM SDTAM SD-VIO 各种 SLAM 实现 支持的 SLAM 实现 MapFusion G-SLAM API GUtils G-SLAM PIK-SLAM (Pilot Intelligent Keyframe SLAM) 基于特征点 / 关键帧的 SLAM SIFT-SLAM 基于 SIFT 的 SLAM 系统 SDTAM (Semi-Direct Tracking and Mapping) Control Message Passing MAVLINK COM Manage 3D CV Graphics OSA PIL 半直接的 RGBD SLAM SD-VIO (Semi-Direct Visual Inertial Odometry) 半直接的视觉惯导里程计

44 (2) G-SLAM: PIK-SLAM Pilot Intelligent Keyframe SLAM (PIK-SLAM) 高速处理 : 1080p 图像能够达到 30 Hz 自动拟合 GPS 信息 : 视觉与 GPS 数据融合 实时正射影像生成 : 使用自适应加权方法融合多帧图像 大规模数据支持 : 支持数据网格划分, 数据热交换

45 Data Prepare (2) G-SLAM: PIK-SLAM Tracking Mapping Pop VP Queue Initialize Push KF Queue Get Image Lost? Relocalization Keyframe? Pop KF Queue Motion Model Track LastFrame TrackSubMap Compute BOW Image Undistort Global Bundle Create New Points Fit Plane GPS Fitting Global Bundle Feature Extractor Data Management Add to Map Grid Processing Hotswap/Database Hashing Data Association Prepare GPS data High Quality Mapping GPS/SLAM Fusion Tracking Fitting Optimization 2D/3D Map Generation Local Bundle Push to VP Queue GUI/Rendering Prepare Texture DrawThings Event Handle Inference Embedded Deep Network

46 (2) G-SLAM: SDTAM Semi-direct Tracking and Mapping 使用直接法实现快速跟踪 定位, 然后使用特征点法优化位姿 定义了融合深度和几何测量误差的误差函数, 能够取得更好精度和鲁棒性 能够取得更好的精度与速度平衡 Shuhui Bu, Yong Zhao, et al., Semi-direct Tracking and Mapping with RGB-D Camera for MAV, MTAP, 2016.

47 (2) G-SLAM: SDTAM Experiments on TUM dataset Shuhui Bu, Yong Zhao, et al., Semi-direct Tracking and Mapping with RGB-D Camera for MAV, MTAP, 2016.

48 (2) G-SLAM: SIFT-SLAM SIFT-SLAM 支持大的基线距离 专门针对实时地图设计, 能够处理超大尺寸的图像 (40M 像素以上 ) 替代 SfM, 能够高速成图 半稠密点云 实时地图融合

49 (2) G-SLAM: SD-VIO Camera IMU Semi-Direct Visual Inertial Odometry Direct Tracking Marginalization Pre Integration KeyFrame insert? Insert KeyFrame Queue modify Yes No Point detect Reprojection Triangulation BA Yes Key Frame? 使用了 Fast 特征点而没有使用描述子, 大大提升了前端速度 增加了梯度比较大的点作为弱化的线特征, 提升了整体鲁棒性 使用预积分, 将 IMU 和相机数据强耦合, 得到绝对尺度和速度的同时, 大大提升了系统的稳定性 使用了窗方法, 尽可能保留了系统运行过程的数据, 并为当前的估计提供了先验信息 针对低功耗 CPU 设计, 支持单目 / 双目等

50 (3) MapFusion 目标 实时二维地图 实时高程地图 实时三维地图 具备扩展能力 能够整合数据处理 分析 Shuhui Bu, Yong Zhao, et al., Map2DFusion: Real-time Incremental UAV Image Mosaicing based on Monocular SLAM, IROS,

51 (3) MapFusion - 解决之道 SLAM 与 SfM 对比 SLAM 与测绘方法对比 SLAM 更多考虑图像之间的关系 SLAM 对算法做了更 SLAM 能够达到 90% 以上的精度 使用 POS 数据的方式 多的优化, 能够达到 不同,SLAM 能够进 实时 行联合优化 设计巧妙的算法能够 SLAM 对算法做了更 实时融合采集的图像得到 DOM SfM 测绘 多的优化, 能够达到实时 定位与地图生成同步 进行, 能够用到机器 人自主导航 SfM 即 Structure from Motion, 计算机视觉的三维重建方法,Pix4D 等使用的方法

52 (3) MapFusion 核心算法 Feature based Visual SLAM System: PIK-SLAM/SIFT-SLAM Automatic GPS and video synchronization: a graph based optimization is proposed to synchronize video time with GPS time from coarse to fine. Real-time orthoimageblender: an adaptive weighted multi-band method to blend and visualize images incrementally in real-time. Shuhui Bu, Yong Zhao, et al., Map2DFusion: Real-time Incremental UAV Image Mosaicing based on Monocular SLAM, IROS,

53 (3) MapFusion 卫星地图对比 西安 西北工业大学 卫星地图 RTMapper

54 (3) MapFusion 相关软件对比 PhotoScan Pix4D RTMapper

55 (3) MapFusion 相关软件对比 PhotoScan Pix4D RTMapper

56 (3) MapFusion 速度对比 时间单位 : 分钟 Map2DFusion 处理所有帧,Pix4DMapper 和 Photoscan 处理关键帧 Shuhui Bu, Yong Zhao, et al., Map2DFusion: Real-time Incremental UAV Image Mosaicing based on Monocular SLAM, IROS, 2016

57 (4) 数据处理 场景解析 将结构化学习层显式融入深度学习 提出了空间推理特征 使用多模态学习融合表征特征与空间推理特征 Shuhui Bu, et al. Pattern Recognition, 2016.

58 (4) 数据处理 场景认识 使用 CNN 提取表征能力更强的特征 考虑图像中物体的空间分布关系 Qing Li, et al., Place Recognition Based on Deep Feature and Adaptive Weighting of Similarity Matrix, Neurocomputing, Part of source codes: and

59 (4) 数据处理 目标识别

60 实时地图 RTMapper 特点 速度 实时在线 RTMapper/SLAM 非专业知识 / 全自动一定专业知识 / 操作复杂专业知识 / 操作复杂专业知识 / 操作复杂 小时 Pix4D/SfM 航摄仪 / 测绘 卫星 / 测绘 天 万 十万 百万 亿 价格性能

61 实时地图 RTMapper 相关方法的对比 Pix4D PhotoScan DroneDeploy 航空摄影测绘倾斜摄影测量 本系统 RTMapper 实时性 离线计算 ( 数小时 ) 网络云计算 ( 需要联网 ) 离线计算 ( 数天 ) 在线实时 安全性 一般 较低 一般 高 测量精度 中 中 高 中 多信息源融合 无 无 具备 具备 地面站整合能力 无 无 无 具备 系统硬件要求低较低高较低 二次开发能力无无无具备 使用成本高高很高低 功能 DEM,DOM, 三维重建 DEM,DOM, 三维重建 DEM,DOM, 三维重建 DEM,DOM, 三维重建地图构建 无 GPS 导航定位

62 实时地图 RTMapper 应用领域 抗震救灾 ( 灾害评估 ) 农业植保 ( 病虫害评估 ) 自动驾驶, 智慧城市 民用 军用 其他 特定区域持续监视侦查, 无人机作战集群作战, 过饱和攻击

63 Machine Learning 阶段成果 Smart Machines Computer Vision

64 相关开源 :NPU Drone-Map Dataset & Sourcecode Source code: Dataset: Shuhui Bu, Yong Zhao, et al., Map2DFusion: Real-time Incremental UAV Image Mosaicing based on Monocular SLAM, IROS, 2016

65 相关开源 : NPU RGB-D Dataset Shuhui Bu, Yong Zhao, et al., Semi-direct Tracking and Mapping with RGB-D Camera for MAV, MTAP, 2016.

66 相关开源 : Hands-Free

67 内容 研究背景 实时地图系统 (RTMapper) 无人机 / 机器人 G-SLAM 地图生成 数据处理 展望未来

68 未来之路 环境感知 SLAM 多数据源图像 LiDAR 红外多光谱, 高光谱 IMU MAP 人工智能 场景理解 推理 决策 知识 实时, 低延时 复杂环境电磁环境, 气象环境 鲁棒性高 精度高的 SLAM 语义层面的地图 基于深度学习的场景理解方法 推理 策略的学习 智能多机协同系统

69 地图与机器 地图不仅仅是为人提供空间信息的工具 更多是为机器提供空间信息, 导航定位 环境感知 智能机器不仅仅是地图的使用者, 也是地图的生成者, 两者相互依赖 要求更高的实时性, 更多样的表达形式 智能机器 机器地图 影像地图 三维点云地图 语义地图

70 SLAM 的发展方向 语义层面的信息能够实现更大规模 更可靠的 SLAM 系统 基于直接优化的方法, 基于深度学习的光流 SLAM 为深度学习提供学习数据 端到端的学习实现导航 制导, 全神经网络的机器人系统 实现无人机 机器人的全自主导航

71 关于我们 西北工业大学智能系统实验室 我们的理念 Hands Free 开源社区 探索 explore 成长 grow 分享 share 智能系统实验室 舞蹈机器人基地 中国人民解放军信息工程大学

72 THANK YOU Detailed information can be found at and

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

<4D6963726F736F667420576F7264202D20C9CFBAA3BFC6BCBCB4F3D1A7D0C5CFA2D1A7D4BA32303136C4EAC7EFBCBEC8EBD1A7B2A9CABFD7CAB8F1BFBCCAD4CAB5CAA9CFB8D4F22D30343036C8B7B6A8B8E5>

<4D6963726F736F667420576F7264202D20C9CFBAA3BFC6BCBCB4F3D1A7D0C5CFA2D1A7D4BA32303136C4EAC7EFBCBEC8EBD1A7B2A9CABFD7CAB8F1BFBCCAD4CAB5CAA9CFB8D4F22D30343036C8B7B6A8B8E5> 上 海 科 技 大 学 信 息 科 学 与 技 术 学 院 年 度 博 士 资 格 考 试 实 施 细 则 一 总 则 本 细 则 由 上 海 科 技 大 学 信 息 科 学 与 技 术 学 院 ( 以 下 简 称 信 息 学 院 ) 教 学 指 导 委 员 会 讨 论 制 定, 适 用 于 信 息 学 院 2014 级 硕 士 研 究 生 的 年 度 博 士 资 格 考 试 信 息 学 院 2014

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

Value Chain ~ (E-Business RD / Pre-Sales / Consultant) APS, Advanc

Value Chain ~ (E-Business RD / Pre-Sales / Consultant) APS, Advanc Key @ Value Chain fanchihmin@yahoo.com.tw 1 Key@ValueChain 1994.6 1996.6 2000.6 2000.10 ~ 2004.10 (E- RD / Pre-Sales / Consultant) APS, Advanced Planning & Scheduling CDP, Collaborative Demand Planning

More information

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

More information

untitled

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

More information

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

COCO18-DensePose-BUPT-PRIV

COCO18-DensePose-BUPT-PRIV * Beijing University of Posts and Telecommunications (BUPT) COCO 2018 DensePose Test AP AP50 AP75 APm APl BUPT-PRIV (Ours) 64 92 75 57 67 PlumSix 58 89 66 50 61 ML_Lab 57 89 64 51 59 Sound of silent 57

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

Table of Contents Design Concept 03 Copyrights & TradeMark 04 Special Notice 05 Notice to concerned 05 Installation and Registration Introduction 07 s

Table of Contents Design Concept 03 Copyrights & TradeMark 04 Special Notice 05 Notice to concerned 05 Installation and Registration Introduction 07 s MapAsia MapKing TM User Guide Full Function Version (Pocket PC and PC) For Microsoft Pocket PC/ Pocket PC 2002/2003 Microsoft Windows XP/2000/Me/98 Edition 2004 ( : ) 2002-2004, MapAsia.com Limited Table

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

第壹章

第壹章 資訊管理系 德州撲克之 智慧型喊注系統 指導教授 萬 絢 教授 組員名單 游子祥 蔡宗益 張宇祥 李姵嫺 978C019 978C043 978C089 978C101 中華民國101年5月 嶺 東 科 技 大 學 資 訊 管 理 系 德 州 撲 克 之 智 慧 型 喊 注 系 統 資訊管理系專題口試委員審定書 德州撲克之 智慧型喊注系統 指導教授 萬 絢 教授 組員名單 游子祥 978C019 蔡宗益

More information

清 潔 機 器 人 覆 蓋 率 分 析 之 研 究 A Study of Coverage Analysis for Cleaning Robot 研 究 生 : 林 育 昇 撰 指 導 教 授 : 陳 智 勇 博 士 樹 德 科 技 大 學 電 腦 與 通 訊 研 究 所 碩 士 論 文 A Th

清 潔 機 器 人 覆 蓋 率 分 析 之 研 究 A Study of Coverage Analysis for Cleaning Robot 研 究 生 : 林 育 昇 撰 指 導 教 授 : 陳 智 勇 博 士 樹 德 科 技 大 學 電 腦 與 通 訊 研 究 所 碩 士 論 文 A Th 樹 德 科 技 大 學 電 腦 與 通 訊 研 究 所 碩 士 論 文 清 潔 機 器 人 覆 蓋 率 分 析 之 研 究 A Study of Coverage Analysis for Cleaning Robot 研 究 生 : 林 育 昇 撰 指 導 教 授 : 陳 智 勇 博 士 中 華 民 國 一 百 零 一 年 六 月 清 潔 機 器 人 覆 蓋 率 分 析 之 研 究 A Study

More information

附件9 电梯运行安全监测管理信息平台技术规范 第11部分:系统信息安全技术规范(征求意见稿)

附件9 电梯运行安全监测管理信息平台技术规范 第11部分:系统信息安全技术规范(征求意见稿) ICS 35.240.01 M 63 备 案 号 : - 北 京 市 地 方 标 准 DB11/ XXX.1 XXXX 电 梯 运 行 安 全 监 测 管 理 信 息 平 台 技 术 规 范 第 11 部 分 : 系 统 信 息 安 全 规 范 Technical Specification for Management Information Platform of Elevator Operation

More information

12-2 プレート境界深部すべりに係る諸現象の全体像

12-2 プレート境界深部すべりに係る諸現象の全体像 - 452 - - 453 - - 454 - - 455 - - 456 - Table 1 Comparison of phenomena associated with slip event at deep portion along the plate interface. - 457 - ECMJMA LFE 3 8 29 31 3 2-16Hz ECM Fig.1 Comparison

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

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

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

非營利組織培力指南4

非營利組織培力指南4 目 錄 目 錄 序 3 第 一 NPO 的 顧 客 行 為 / 蘇 國 禎 5 第 二 NPO 的 市 場 區 隔 與 市 場 定 位 / 林 正 全 21 第 三 NPO 行 銷 計 畫 的 執 行 與 控 制 / 楊 東 震 39 第 四 NPO 的 品 牌 建 立 與 行 銷 / 何 宗 勳 53 第 五 募 款 專 案 之 設 計 規 劃 與 執 行 / 陳 文 良 71 第 六 募 款 策

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

http / /yxxy. cbpt. cnki. net / % % %

http / /yxxy. cbpt. cnki. net / % % % 2017 3 Mar. 2017 5 2 Chongqing Higher Education Research Vol. 5 No. 2 DOI 10. 15998 /j. cnki. issn1673-8012. 2017. 02. 006 230039 2011 2015 2016 G649. 21 A 1673-8012 2017 02-0037-11 2017-01-03 2015zdjy024

More information

:, : ,(4) ,32 21 :,,( ) : ,(2).--3 7

:, : ,(4) ,32 21 :,,( ) : ,(2).--3 7 2006 5 82 10 *****************************************************************...1 21...1...2 10...2...2...3...3...4...4...4...5...5...6...6...7...7...7...8...8...8...9...9...10...10... 11... 11...12...12...13...13

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

PaPaGO! PaPaGO! PaPaGO! PaPaGO! PaPaGO! PaPaGO!

PaPaGO! PaPaGO! PaPaGO! PaPaGO! PaPaGO! PaPaGO! PaPaGO! 7 COPILOT Pocket PC Design for Microsoft Pocket PC 2002/2003/2003 se Version 7.3 http://www.mactiotnech.com 1 ...5...6...7...9...11 2.1...11 2.2 PaPaGO!...11 2.3 PaPaGO!...17 2.5...19...20 PaPaGO!...21

More information

AL-MX200 Series

AL-MX200 Series PostScript Level3 Compatible NPD4760-00 TC Seiko Epson Corporation Seiko Epson Corporation ( ) Seiko Epson Corporation Seiko Epson Corporation Epson Seiko Epson Corporation Apple Bonjour ColorSync Macintosh

More information

1 目 錄 1. 簡 介... 2 2. 一 般 甄 試 程 序... 2 3. 第 一 階 段 的 準 備... 5 4. 第 二 階 段 的 準 備... 9 5. 每 間 學 校 的 面 試 方 式... 11 6. 各 程 序 我 的 做 法 心 得 及 筆 記... 13 7. 結 論..

1 目 錄 1. 簡 介... 2 2. 一 般 甄 試 程 序... 2 3. 第 一 階 段 的 準 備... 5 4. 第 二 階 段 的 準 備... 9 5. 每 間 學 校 的 面 試 方 式... 11 6. 各 程 序 我 的 做 法 心 得 及 筆 記... 13 7. 結 論.. 如 何 準 備 研 究 所 甄 試 劉 富 翃 1 目 錄 1. 簡 介... 2 2. 一 般 甄 試 程 序... 2 3. 第 一 階 段 的 準 備... 5 4. 第 二 階 段 的 準 備... 9 5. 每 間 學 校 的 面 試 方 式... 11 6. 各 程 序 我 的 做 法 心 得 及 筆 記... 13 7. 結 論... 20 8. 附 錄 8.1 推 甄 書 面 資 料...

More information

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

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

More information

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

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

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

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

epub83-1

epub83-1 C++Builder 1 C + + B u i l d e r C + + B u i l d e r C + + B u i l d e r C + + B u i l d e r 1.1 1.1.1 1-1 1. 1-1 1 2. 1-1 2 A c c e s s P a r a d o x Visual FoxPro 3. / C / S 2 C + + B u i l d e r / C

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

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

1 119 Clark 1951 Martin Harvey a 2003b km 2

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

More information

幻灯片 1

幻灯片 1 Bring Shopper Research Into Category Solution Content What is the difference between Shopper Research and Consumer Research? Bring Shopper Research into Category Solution Case Share Page 2 Shopper Research

More information

458 31,..., [ 123 ].,,, ( 1) : 2 A B, A,. 2,, B. A, B, 2,, A,, [ 425 ]. X A, A x ), B. 2. XO Y, xay, x, y B, x = AB cos, y = AB sin. (1) : A A

458 31,..., [ 123 ].,,, ( 1) : 2 A B, A,. 2,, B. A, B, 2,, A,, [ 425 ]. X A, A x ), B. 2. XO Y, xay, x, y B, x = AB cos, y = AB sin. (1) : A A 31 4 Vol. 31. 4 2010 4 Journal of Harbin Engineering University Ap r. 2010 doi: 10. 3969 / j. issn. 1006-7043. 2010. 04. 009,,, (,, 150001) :,. 2,, CCD,.,, RGB H IS. 3,,,.,,. : ; ; ; : O34 : A : 100627043

More information

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

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

More information

untitled

untitled rxli@public.wh.hb.cn http://idc.hust.edu.cn/~rxli/ 2 3 ( ) (Distributed System) Integrated System () 4 5 6 System Integration 7 8 Integrated System 9 1.1 CIMS IDEF CSCW STEP MIS MRPII ERP CRM SCM MIS:

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

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

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

More information

一 课 程 负 责 人 情 况 姓 名 吴 翊 性 别 男 出 生 年 月 1948.08.28 1. 基 本 信 息 学 位 硕 士 职 称 教 授 职 务 所 在 院 系 理 学 院 数 学 与 系 统 科 学 系 电 话 13808485157 研 究 方 向 数 据 处 理 近 三 年 来

一 课 程 负 责 人 情 况 姓 名 吴 翊 性 别 男 出 生 年 月 1948.08.28 1. 基 本 信 息 学 位 硕 士 职 称 教 授 职 务 所 在 院 系 理 学 院 数 学 与 系 统 科 学 系 电 话 13808485157 研 究 方 向 数 据 处 理 近 三 年 来 湖 南 省 普 通 高 等 学 校 省 级 精 品 课 程 复 核 申 报 表 学 校 名 称 : 课 程 名 称 : 课 程 负 责 人 : 立 项 时 间 : 国 防 科 技 大 学 概 率 论 与 数 理 统 计 吴 翊 2009 年 课 程 网 站 地 址 :jpkc2009.nudt.edu.cn/gllysltj jpkc.nudt.edu.cn/gltj 湖 南 省 教 育 厅 制 二

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

AL-M200 Series

AL-M200 Series NPD4754-00 TC ( ) Windows 7 1. [Start ( )] [Control Panel ()] [Network and Internet ( )] 2. [Network and Sharing Center ( )] 3. [Change adapter settings ( )] 4. 3 Windows XP 1. [Start ( )] [Control Panel

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

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

标题

标题 第 41 卷 第 6 期 应 用 科 技 Vol.41.6 2014 年 12 月 Applied Science and Technology Dec. 2014 doi: 10.3969 / j.issn.1009 671X.201403012 Web 浏 览 器 下 的 智 能 视 频 数 据 库 设 计 与 开 发 刘 丽 斐 1 1, 2, 赵 龙 1. 北 京 航 空 航 天 大 学 数

More information

视频场景重建的流程 运动恢复结构 深度恢复 三维重建

视频场景重建的流程 运动恢复结构 深度恢复 三维重建 运动恢复结构 章国锋 浙江大学 CAD&CG 国家重点实验室 视频场景重建的流程 运动恢复结构 深度恢复 三维重建 针孔相机模型 投影方程 : 齐次坐标表示 : Richard Hartley and Andrew Zisserman. Multiple View Geometry in Computer Vision. Cambridge University Press, Second Edition

More information

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

國立中山大學學位論文典藏.PDF 國 立 中 山 大 學 企 業 管 理 學 系 碩 士 論 文 以 系 統 動 力 學 建 構 美 食 餐 廳 異 國 麵 坊 之 管 理 飛 行 模 擬 器 研 究 生 : 簡 蓮 因 撰 指 導 教 授 : 楊 碩 英 博 士 中 華 民 國 九 十 七 年 七 月 致 謝 詞 寫 作 論 文 的 過 程 是 一 段 充 滿 艱 辛 與 淚 水 感 動 與 窩 心 的 歷 程, 感 謝 這 一

More information

A Preliminary Implementation of Linux Kernel Virus and Process Hiding

A Preliminary Implementation of Linux Kernel Virus and Process Hiding 邵 俊 儒 翁 健 吉 妍 年 月 日 学 号 学 号 学 号 摘 要 结 合 课 堂 知 识 我 们 设 计 了 一 个 内 核 病 毒 该 病 毒 同 时 具 有 木 马 的 自 动 性 的 隐 蔽 性 和 蠕 虫 的 感 染 能 力 该 病 毒 获 得 权 限 后 会 自 动 将 自 身 加 入 内 核 模 块 中 劫 持 的 系 统 调 用 并 通 过 简 单 的 方 法 实 现 自 身 的

More information

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

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

More information

Microsoft Word - 3D手册2.doc

Microsoft Word - 3D手册2.doc 第 一 章 BLOCK 前 处 理 本 章 纲 要 : 1. BLOCK 前 处 理 1.1. 创 建 新 作 业 1.2. 设 定 模 拟 控 制 参 数 1.3. 输 入 对 象 数 据 1.4. 视 图 操 作 1.5. 选 择 点 1.6. 其 他 显 示 窗 口 图 标 钮 1.7. 保 存 作 业 1.8. 退 出 DEFORMTM3D 1 1. BLOCK 前 处 理 1.1. 创 建

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

2014_

2014_ 新 鼎 系 統 股 份 有 限 公 司 簡 介 台 北 總 公 司 11510 臺 北 市 南 港 路 三 段 52 號 5 樓 TEL: 886-2-2785-3839 FAX: 886-2-2782-0180 高 雄 分 公 司 811 高 雄 市 楠 梓 區 楠 梓 新 路 306 號 TEL: 886-7-352-5226 FAX: 886-7-351-3698 新 鼎 信 息 技 術 (

More information

MHz 10 MHz Mbps 1 C 2(a) 4 GHz MHz 56 Msps 70 MHz 70 MHz 23 MHz 14 MHz 23 MHz 2(b)

MHz 10 MHz Mbps 1 C 2(a) 4 GHz MHz 56 Msps 70 MHz 70 MHz 23 MHz 14 MHz 23 MHz 2(b) 2011 32 ANNALS OF SHANGHAI OBSERVATORY ACADEMIA SINICA No. 32, 2011 1,2,3 1 2,3 2,3 2,3 2 1 1 ( 1. 200030 2. 100094 3. 100094 ) V474 1 (CEI) ( VLBI ), CEI 100 nrad ( 50 km) CEI 10 100 km 2 2 2 CEI [1]

More information

簡報技巧

簡報技巧 2 Q & A 4 7 Presenter Audienc e 7 10 / 11 7 / 11 / 7 55 11 / 7 55 38 11 12 13 14 Q & A 1. : 1. : 1. : / 5W Who What When Where Why 1. : / 5W Who What When 5W2H How to do How much Where Why 1.

More information

56 包 装 工 程 1.2 眼 动 跟 踪 技 术 介 入 APP 图 形 用 户 界 面 可 用 性 评 估 眼 动 仪 是 基 于 眼 动 轨 迹 跟 踪 的 装 置, 用 于 测 量 眼 睛 的 位 置 和 眼 球 运 动 眼 动 仪 是 用 于 人 类 视 觉 系 统 心 理 学 认 知

56 包 装 工 程 1.2 眼 动 跟 踪 技 术 介 入 APP 图 形 用 户 界 面 可 用 性 评 估 眼 动 仪 是 基 于 眼 动 轨 迹 跟 踪 的 装 置, 用 于 测 量 眼 睛 的 位 置 和 眼 球 运 动 眼 动 仪 是 用 于 人 类 视 觉 系 统 心 理 学 认 知 第 36 卷 第 8 期 包装工程 PACKAGING ENGINEERING 55 基于眼动仪的智能手机 APP 图形用户界面设计可用性评估 常方圆 上海出版印刷高等专科学校 上海 200093 摘要 目的 用眼动追踪技术对APP用户图形界面设计原型进行可用性评估 方法 方法 采用创新的图形要素 分离概念 设计 3 组不同的平行设计测试 以兴趣区为范围 使用眼动仪收集主要眼动轨迹数据 如首次 进入时间

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

59 1 CSpace 2 CSpace CSpace URL CSpace 1 CSpace URL 2 Lucene 3 ID 4 ID Web 1. 2 CSpace LireSolr 3 LireSolr 3 Web LireSolr ID

59 1 CSpace 2 CSpace CSpace URL CSpace 1 CSpace URL 2 Lucene 3 ID 4 ID Web 1. 2 CSpace LireSolr 3 LireSolr 3 Web LireSolr ID 58 2016. 14 * LireSolr LireSolr CEDD Ajax CSpace LireSolr CEDD Abstract In order to offer better image support services it is necessary to extend the image retrieval function of our institutional repository.

More information

2 g g g g g g g

2 g g g g g g g pjt@cis cis.pku.edu.cn 2 2224 2003-09 09-10 2 g g g g g g g 3 4 5 1.1 ; ;, \ \ \ \ ; ; 1.1 6 1.1 7 No illumination Constant colors Polygons Parallel light Diffuse reflection Free-form surfaces 1.1 Parallel

More information

Microsoft Word - 103-4 記錄附件

Microsoft Word - 103-4 記錄附件 國 立 虎 尾 技 大 103 年 度 第 4 次 教 務 會 議 記 錄 附 件 中 華 民 國 104 年 6 月 16 日 受 文 者 : 國 立 虎 尾 技 大 發 文 日 期 : 中 華 民 國 104 年 5 月 28 日 發 文 字 號 : 臺 教 技 ( 二 ) 字 第 1040058590 號 速 別 : 最 速 件 密 等 及 解 密 條 件 或 保 密 期 限 : 附 件 :

More information

2008年1月11日に岩手県釜石沖で発生した地震(M4.7)について

2008年1月11日に岩手県釜石沖で発生した地震(M4.7)について 2008 1 11 M4.7 On the M4.7 earthquake off Kamaishi, Iwate prefecture, Japan, on January 11, 2008. Graduate School of Science, Tohoku University 2008 1 11 M4.7 Matsuzawa et al. (2002) M-T M4.9 23Hz DD Waldhauser

More information

台灣地區不動產與城鄉學術研討會

台灣地區不動產與城鄉學術研討會 2005 不 動 產 與 城 鄉 學 術 研 討 會 專 題 討 論 : 不 動 產 議 題 * 引 言 人 : 林 中 森 壹 前 言 最 近 國 內 不 動 產 市 場, 在 建 商 標 的 依 然 熱 絡 不 動 產 證 券 化 議 題 持 續 發 燒 人 民 幣 升 值 與 油 價 上 漲 可 能 引 發 的 投 資 保 值 效 應 及 行 政 院 經 建 會 加 速 推 動 都 市 更 新

More information

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

More information

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

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

More information

els0xu_zh_nf_v8.book Page Wednesday, June, 009 9:5 AM ELS-0/0C.8

els0xu_zh_nf_v8.book Page Wednesday, June, 009 9:5 AM ELS-0/0C.8 els0xu_zh_nf_v8.book Page Wednesday, June, 009 9:5 AM ELS-0/0C.8 Yamaha ELS-0/0C..8 LCD ELS-0/0C v. typeu LCD ELS-0/0C typeu / -6 / [SEARCH] / - ZH ELS-0/0C.8 els0xu_zh_nf_v8.book Page Wednesday, June,

More information

标题

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

More information

Chapter 2

Chapter 2 2 (Setup) ETAP PowerStation ETAP ETAP PowerStation PowerStation PowerPlot ODBC SQL Server Oracle SQL Server Oracle Windows SQL Server Oracle PowerStation PowerStation PowerStation PowerStation ETAP PowerStation

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

USING MAYA ANIMATION Keyset set Maya sets partitions MEL MEL copykey cutkey pastekey scalekey snapkey keytangent bakeresults MEL Command Reference Edi

USING MAYA ANIMATION Keyset set Maya sets partitions MEL MEL copykey cutkey pastekey scalekey snapkey keytangent bakeresults MEL Command Reference Edi 9 61 62 65 67 69 69 71 74 76 Maya Edit > Keys > Paste Keys Maya 61 USING MAYA ANIMATION Keyset set Maya sets partitions MEL MEL copykey cutkey pastekey scalekey snapkey keytangent bakeresults MEL Command

More information

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

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

More information

标题

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

More information

untitled

untitled 4.1 4.2 4.3 4.4 4.5 4.6 4.7 4.8 1 , ( ) 4.1 4.1.1 water quality station 1 2 2 basic station special station ( ) 3 4.1.2 1 () 50 () 100km 2 1 m 3 () ( ) : () ( ) 4 2 3 : 1 2 3 5 4.1.3 1 ( ) 2 6 4.1.4 4.2

More information

附3

附3 普 通 高 等 学 校 本 科 专 业 设 置 申 请 表 ( 备 案 专 业 适 用 ) 080910T 3-6 2 016 7 6 4884878 目 录 填 表 说 明 ⒈ ⒉ ⒊ ⒋ ⒌ 1. 普 通 高 等 学 校 增 设 本 科 专 业 基 本 情 况 表 080910T 3-6 1978 36 ( 1978) ( 2008) 2017 60 120 / S J ⒉ 学 校 基 本 情

More information

标题

标题 发 达 经 济 体 再 工 业 化 的 动 因 路 径 及 影 响 研 究 金 融 研 究 总 监 : 詹 向 阳 全 球 区 域 风 险 研 究 团 队 : 樊 志 刚 马 素 红 程 实 宋 玮 郭 可 为 王 婕 执 笔 : 罗 宁 luoning.cs@icbc.com.cn 重 要 声 明 : 本 报 告 中 的 原 始 数 据 来 源 于 官 方 统 计 机 构 和 市 场 研 究 机

More information

WTO

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

More information

Microsoft PowerPoint - Big Data rc Sharing掃盲時間.ppt [相容模式]

Microsoft PowerPoint - Big Data rc Sharing掃盲時間.ppt [相容模式] Big Data RC Sharing 大數據掃盲 Service Planner of Enterprise Big Data 大 數 據 服 務 規 劃 師 企 業 大 數 據 課 程 規 劃 依 照 企 業 資 料 流 程 的 特 殊 性, 安 排 合 適 的 課 程 協 助 企 業 導 入 應 用 大 數 據 案 例 :Etu 資 策 會 平 安 保 險 湖 南 國 防 科 技 大 學 等

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

2, : 257,, ; Pollefeys [4 ],,,,, ; [526 ],, ; Snavely [728 ], (500 ),,, EXIF, EXIF,, 2, ; Pollefeys [9 ],,,, (3),,,. X = [ X Y Z ] T, x = [ x y ] T, x

2, : 257,, ; Pollefeys [4 ],,,,, ; [526 ],, ; Snavely [728 ], (500 ),,, EXIF, EXIF,, 2, ; Pollefeys [9 ],,,, (3),,,. X = [ X Y Z ] T, x = [ x y ] T, x 22 2 200 2 Journal of Computer2Aided Design & Computer Graphics Vol. 22 No. 2 Feb. 200 ), ), ), 2), ) ) ( 0090) 2) ( 0004) (fzhang @nlpr. ia. ac. cn) :,,,,., ;, ;,, : ; ; : TP39 Automatic Reconstruction

More information

KDC-U5049 KDC-U4049 Made for ipod, and Made for iphone mean that an electronic accessory has been designed to connect specifically to ipod, or iphone,

KDC-U5049 KDC-U4049 Made for ipod, and Made for iphone mean that an electronic accessory has been designed to connect specifically to ipod, or iphone, KDC-U5049 KDC-U4049 Made for ipod, and Made for iphone mean that an electronic accessory has been designed to connect specifically to ipod, or iphone, respectively, and has been certified by the developer

More information

Microsoft Word 章国锋.doc

Microsoft Word 章国锋.doc 第 8 卷第 6 期 计算机辅助设计与图形学学报 Vol. 8 No.6 016 年 6 月 Journal of Computer-Aided Design & Computer Graphics Jun. 016 基于单目视觉的同时定位与地图构建方法综述 刘浩敏 1), 章国锋 1,)* 1), 鲍虎军 1) ( 浙江大学 CAD&CG 国家重点实验室杭州 310058) ) ( 浙江大学工业信息物理融合系统协同创新中心杭州

More information

200 31 5 SWAN 0. 01 0. 01 6 min TITAN Thunder Identification Tracking Analysis SWAN TITAN and Nowcasting 19 TREC Tracking Radar Echo by Correlaction T

200 31 5 SWAN 0. 01 0. 01 6 min TITAN Thunder Identification Tracking Analysis SWAN TITAN and Nowcasting 19 TREC Tracking Radar Echo by Correlaction T 31 1 2013 3 Journal of Arid Meteorology Vol. 31 No. 1 March 2013. SWAN J. 2013 31 1 199-205. doi 10. 11755 /j. issn. 1006-7639 2013-01 - 0199 SWAN 730020 2011 7 7 SWAN SWAN 2012 2 SWAN 1006-7639 2013-01

More information

PROFIBUS3.doc

PROFIBUS3.doc PLC PLC ProfiBus 3. PROFIBUS-DP PROFIBUS-DP PROFIBUS-DP PROFIBUS S7 STEP7 SIMATIC NET S5 COM PROFIBUS COM5431 PROFIBUS-DP GSD GSD *.GSD *. GSE GSD S7 STEP7 PROFIBUS DP S7-400 CPU416-2DP S7-200 PROFIBUS

More information

University of Science and Technology of China A dissertation for master s degree Resarch on Service Robot s Navigation in Part Unknown Environment Aut

University of Science and Technology of China A dissertation for master s degree Resarch on Service Robot s Navigation in Part Unknown Environment Aut 中 国 科 学 技 术 大 学 硕 士 学 位 论 文 环 境 部 分 未 知 情 况 下 的 服 务 机 器 人 导 航 研 究 作 者 姓 名 : 学 科 专 业 : 导 师 姓 名 : 完 成 时 间 : 许 心 德 模 式 识 别 与 智 能 系 统 关 胜 晓 副 教 授 二 九 年 五 月 二 日 University of Science and Technology of China

More information

效 率 的 評 估 準 則 1.1 研 究 動 機 和 背 景 常 見 於 數 位 相 機 的 自 動 對 焦 系 統, 分 為 主 動 式 和 被 動 式 自 動 對 焦 兩 種 技 術 主 動 式 對 焦 系 統, 必 需 藉 助 測 量 距 離 裝 置 主 動 元 件, 測 量 拍 攝 物 體

效 率 的 評 估 準 則 1.1 研 究 動 機 和 背 景 常 見 於 數 位 相 機 的 自 動 對 焦 系 統, 分 為 主 動 式 和 被 動 式 自 動 對 焦 兩 種 技 術 主 動 式 對 焦 系 統, 必 需 藉 助 測 量 距 離 裝 置 主 動 元 件, 測 量 拍 攝 物 體 快 速 影 像 式 自 動 對 焦 技 術 研 究 Research On Fast Image Based Auto Focus Technique 鄭 芳 炫 * 中 華 大 學 資 訊 工 程 學 系 fhcheng@chu.edu.tw 毛 新 惟 中 華 大 學 資 訊 工 程 學 系 e09302005@chu.edu.tw 摘 要 本 論 文 提 出 一 個 快 速 影 像 式 自 動

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

水晶分析师

水晶分析师 大数据时代的挑战 产品定位 体系架构 功能特点 大数据处理平台 行业大数据应用 IT 基础设施 数据源 Hadoop Yarn 终端 统一管理和监控中心(Deploy,Configure,monitor,Manage) Master Servers TRS CRYSTAL MPP Flat Files Applications&DBs ETL&DI Products 技术指标 1 TRS

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

M M. 20

M M. 20 37 1 Vol. 37 No.1 2 0 1 6 1 TSINGHUA JOURNAL OF EDUCATION Jan. 2 0 1 6 4. 0 100872 1. 0 2. 0 3. 0 4. 0 4. 0 4. 0 G640 A 1001-4519 2016 01-0006 - 10 DOI 10. 14138 /j. 1001-4519. 2016. 01. 000610 11-12 18

More information

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

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

More information

标题

标题 前 言 前 言 青 岛 城 市 公 共 交 通 行 业 发 端 于 1907 年, 至 今 已 有 百 余 年 历 史 ;1950 年 青 岛 市 人 民 政 府 成 立 的 青 岛 市 交 通 公 司 是 青 岛 公 交 集 团 的 前 身, 至 今 已 有 60 多 年 的 历 史 多 年 来, 青 岛 公 交 集 团 为 岛 城 社 会 经 济 发 展 建 设 和 人 民 生 产 生 活 服

More information

coverage2.ppt

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

More information

EE Lecture 11 (Wireless Communications Systems)

EE Lecture 11 (Wireless Communications Systems) EE110300 Lecture 11 (Wireless Communications Systems) Contents ( ) (RF) (Antenna) m(t) m(t) 90 50 40 30 20 10 0 ( ) 10 300 330 0 30 60 270 90 240 210 180 150 120 (LAN) (VSAT ) (Pager) (Cellular Phone)

More information

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

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

More information

<4D6963726F736F667420576F7264202D20312D3120D5D0B9C9CBB5C3F7CAE9A3A8C9EAB1A8B8E5A3A92E646F63>

<4D6963726F736F667420576F7264202D20312D3120D5D0B9C9CBB5C3F7CAE9A3A8C9EAB1A8B8E5A3A92E646F63> 北 京 四 维 图 新 科 技 股 份 有 限 公 司 ( 北 京 市 海 淀 区 学 院 路 7 号 弘 彧 大 厦 11-13 层 ) 首 次 公 开 发 行 股 票 招 股 说 明 书 ( 申 报 稿 ) 保 荐 人 ( 主 承 销 商 ) ( 北 京 市 朝 阳 区 安 立 路 66 号 4 号 楼 ) 1-1-1 声 明 : 本 公 司 的 发 行 申 请 尚 未 得 到 中 国 证 券

More information

LAMP system and relative tools like SNMP, Expect, Nmap, etc. to build a cross- platform, lo

LAMP system and relative tools like SNMP, Expect, Nmap, etc. to build a cross- platform, lo cchu@ttu.edu.tw jacklin@ttu.edu.tw twt@mail.chihlee.edu.tw LAMP system and relative tools like SNMP, Expect, Nmap, etc. to build a cross- platform, low cost and modulized monitoring, managing, and recovering

More information

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

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

More information