学校编号 :10384 分类号密级 学号 : UDC 厦门大学 硕士学位论文 基于以太网的智能小区系统的实现 Realization of Intelligent Residence Village Based on Ethernet 陈 宁 指导教师姓名 : 陈文芗 教授 专业名

Size: px
Start display at page:

Download "学校编号 :10384 分类号密级 学号 : UDC 厦门大学 硕士学位论文 基于以太网的智能小区系统的实现 Realization of Intelligent Residence Village Based on Ethernet 陈 宁 指导教师姓名 : 陈文芗 教授 专业名"

Transcription

1 学校编号 :10384 分类号密级 学号 : UDC 厦门大学 硕士学位论文 Realization of Intelligent Residence Village Based on Ethernet 陈 宁 指导教师姓名 : 陈文芗 教授 专业名称 : 精密仪器及机械 论文提交时间 :2005 年 论文答辩时间 :2005 年 学位授予日期 :2005 年 答辩委员会主席 : 评阅人 : 月 月 月 2005 年月

2 摘 要 随着人们生活水平的日益提高, 住宅商品化 市场化进程的不断加 速, 人们对居住环境的要求也日益提高, 对居住条件与便利性提出更高 的要求 在数字化 网络化的今天, 配置一套智能小区系统, 实现住宅 小区的智能化管理, 既有利于方便住户的生活, 也有助于物业管理中心 的高效管理 本文所述的智能小区控制系统是基于以太网开发而成的, 利用现有 的高速宽带数据网或者综合布线系统传输各种控制信号, 实现安防报警 水电气多表抄收 家电控制等多项功能 本文设计的基本思想在于通过 以太网进行小区内控制信号和数据的传输, 同时实现数据在 IP 网络上传 输的安全性 实时性和可靠性 成 : 本文设计的基于以太网智能小区系统的实现主要是由三大部分组 一 下位机子系统控制程序的设计 本文所述的智能小区系统包括 多个子系统, 以 51 系列单片机为主控芯片, 采用 C 语言编程, 实现串口 中断 数据读取以及控制操作等几个方面的功能 二 控制网关的调试 该部分可以将下位机的安防报警系统 多表 抄收系统 家电控制系统等多个子系统融合到以太网中 该设备具有 RS232 总线接口和 IP 之间的协议转换功能, 可以将 RS232 底层的物理信 号转变为 IP 网上传输的曼彻斯特编码信号, 通过小区的以太网将信号传 输到数据管理中心, 再拆包为原先数据接口, 实现系统信号的透明传输 三 上位机控制平台部分 该平台主要给物业管理中心人员提供一个操作界面, 使得管理人员可以方便地控制整个系统的工作 软件主体 1

3 采用微软的 Visual Basic 6.0 编写, 主要包括三个部分, 即用户信息 安防报警以及多表抄写 方便了物业管理中心人员对各个住户的信息管理 随着计算机和网络的普及, 基于以太网的智能小区系统将会在未来几年内推广, 该系统必将大有市场前途 关键词 : 智能小区系统 ; 网关 ; 以太网 ;Visual Basic 6.0 2

4 Abstract With the increasing improvement of the living standards of people,the process of lodging becoming commercial and marketable becomes faster and faster. And the people s demands for the environment of living are increasing improving, they want living conditions to be higher-level and more convenient. In digital today, if we have a set of intelligent residence village system, then the hope of intelligent management to the residential district will become reality, so as to not only the residents can benefit from it, but also the center of property arrangement can administer more effectively. The intelligent control system for residence village in this paper is based on Ethernet network. This system uses the existing high-speed wide band or integrated system of premises distribution to carry all kinds of control signals, and these signals can automatic control alert, reading water meter and ammeter, household electrical appliances or etc. The basic idea of this design lies in that we can control the carrying process of signals and data through Ethernet, simultaneously; we can make sure these signals and data are secure, real-time and reliable in IP network. The realization on the intelligent residence village system based on Ethernet in the papers mainly consists of three parts: First, design of subsystem control programs in lower computer. Intelligent residence village system in the papers consists several subsystems. They are controlled by 51 series singlechip, programmed in C language. The system can achieve functions, such as serial interface interruption, data 3

5 reading, control operation and so on. Second, the hardware parts of control gateway. The parts can integrate several subsystems, including alarming system, automatic meters reading system, electrical appliance control system and so on, into Ethernet. The parts can switch the protocol between RS232 BUS interface and IP., and turn the physical signals of RS232 lower lever to Manchester code signals which transmit on IP network. These signals pass through Ethernet of the intelligent mini-area to the Data Management Center, where are returned to original data, and then achieve the transparent transmission of the system signals. Third, the control platform of the upper computer. The platform designed in this paper provides an operating system for the managers in Property Arrangement Center, making them control the whole system. The language used in it is Microsoft Visual Basic 6.0. The entire software system includes three parts: User s Information System, Alarming System and Meters Reading System. The operating system gives managers in Property Arrangement Center convenience to manage the information of residents in this intelligent community. With the popularization of the computer and Internet, the intelligent residence village based on Ethernet, the one developed in future, will have bright market foreground. Key words:intelligent residence village system;gateway;ethernet; Visual Basic 6.0 4

6 目 录 摘要 第一章绪论 1.1 智能小区的介绍 智能小区的现状与发展 基于以太网开发的智能小区的优势和意义 本论文完成的主要工作 6 第二章智能小区系统结构简述 2.1 智能小区系统体系结构的集成 系统体系结构介绍 智能小区系统集成条件 系统模块功能描述 安防报警系统模块 自动抄表系统模块 家电控制系统 周界报警系统 巡更系统 系统下位机的硬件结构与功能 总体结构与功能 主要模块的硬件设计 下位机软件设计 19 第三章控制网关的调试 3.1 网络协议介绍 计算机网络通信协议 开放式系统互联参考模型 OSI 30 5

7 3.2 TCP/IP 协议 TCP/IP 协议的定义 网间互联协议 IP 传输控制协议 TCP TCP/IP 协议工作原理 RS232 与 RS485 通信 控制网关主要芯片介绍 以太网控制器 RTL8019AS TCP/IP 协议转换芯片 E 控制网关硬软件介绍 E5122 与 RTL8019AS 的接口 RS232/ 以太网转换器硬件系统 控制网关程序介绍 应用中的几个技术问题 52 第四章上位机的设计 4.1 人机控制平台概述 人机界面的设计 网络通信的设计 数据库编程 64 第五章系统运行结果分析 5.1 网关传输数据效果分析 上位机控制平台效果分析 86 第六章结论与展望 88 参考文献 90 致谢 92 6

8 Contents Abstract Chapter 1 Perface 1.1 Introduction of intelligent residence village Status quo and development Predominance and meaning Main works 6 Chapter 2 Depiction 2.1 Integration of system structure Introduce of system structure Integration condition of system Description of system module functions Alarming system Automatic meters reading system Electrical appliance control system Boundary alarming system Patrol system Hardware structure and function of lower computer Collectivity structure and function Design of main module hardware Design of lower computer software 19 Chapter 3 Debug of control gateway 3.1 Description of network protocol Communication protocols of network Open System Interconnect Reference Model TCP/IP protocol 32 7

9 3.2.1 Definition of TCP/IP Internet Protocol Transfer Control Protocol Work principium of TCP/IP Communications in RS232 or RS Introduction of main chips in control gateway Full-Duplex Ethernet Controller TCP/IP protocol transfer chip Introduction of control gateway 46 Chapter Interface between E5122 and RTL8019AS Hardware of RS232/Ethernet transfer Introduction of control gateway program Technical problems in applications 52 Design of upper computer 4.1 Summary of control platform Design of interface between user and machine Design of network communication Database program 64 Chapter 5 Actual effect 5.1 Effect of data transmission Effect of operating system 86 Chapter 6 Conclusion and prospect 88 Reference 90 Thanks 92 8

10 第一章绪论 1.1 智能小区的介绍随着信息技术的发展, 计算机及其网络技术的兴起进入建筑领域, 人们的居住方式也发生了翻天覆地的革命, 智能化小区以其代表的高品 质信息生活为越来越多的成功人士所瞩目 目前, 我国许多城市都兴建 了高层楼宇建筑和具有一定规模的商品住宅小区 [1] 在这些大厦和小区里 居住或工作的人们对大厦或小区环境的要求日益提高, 尤其是进入高速 宽带数据网建设迅速发展的二十一世纪后, 能否将社会的信息化建设与 小区的信息化智能化建设有机地融合起来, 做到资源共享, 达到节省投 资 降低使用费用 方便物业管理, 为用户提供尽可能多的高品质服务, 已经成为房地产开发商 运营商 物业管理公司和用户等几方面共同关 注的问题 如果能成功解决此问题, 将使大家共同盈利 智能建筑已经在世界各地蓬勃发展并已成为 21 世纪建筑业的发展主 流 近几年来, 人们对居住环境要求的不断提高, 也将 智能化 引入 了住宅小区和家庭建设中 智能化小区按功能可分为普及型 先进型 领先型三类 目前, 国家 已推出的几十个智能化住宅小区重点示范工程, 以普及型居多 普及型 住宅小区可实行以下六项全新功能 : 1 住宅小区设立计算机自动化管理中心 可对小区的入口资料 建 筑资料等进行自动化管理, 从而给物业管理公司节省大量的人力 物力 2 水 电 热等自动计量 收费 免去了人工抄表的麻烦及对住户的打扰, 住户足不出户就能通过缴费一卡通自动缴费 3 住宅小区实行安全防范系统自动化监控管理 一旦有小偷侵入住 9

11 宅, 家庭防卫系统立即自动报警, 监控中心的主机荧屏便十分清楚地显示出报警地理位置和报警探头方位 4 对住宅的火灾 有害气体泄漏实行自动报警 不管用户是否在家, 家中一旦发生火灾或有害气体泄漏, 自动报警装置会立即通知物管处, 及时为住户消除不安全隐患 5 住宅设置紧急呼叫系统 当住户急病或发生突发事件需要紧急求 救时, 只需轻按一下报警按钮, 报警中心就立刻会派人前往救援 6 住宅小区的关键设备 设施实行集中管理, 对其运行状态实施远 程监控 随着产业结构向高增值型和知识集约型转变以及人们对住宅要求层 次的提高, 高利润 高增值型 高享受的智能小区已经成为 21 世纪房地 产开发商投资的主导方向, 并且也将成为人们购房的主要热点 智能小 区的发展, 必然和智能建筑一起, 促进相关的设计 安装 维修 管理 的高技术公司迅速发展, 形成一个全新的建筑电子领域 1.2 智能小区的现状与发展 从智能建筑的发展历史来看, 智能小区的发展晚于智能大厦, 其很 多概念来源于智能大厦, 但由于其功能要求的特殊性, 在技术实现上, 有其独特之处 自 1984 年美国建成第一座智能建筑以来的二十年中 [2], 在世界范围内, 智能小区以一种崭新的面貌和技术, 迅速在各地展开 尤其是亚洲的日本 新加坡 台湾等国家和地区, 为了适应智能小区的 发展, 进行了大量的研究和实践, 相继建成了一批具有智能化的建筑 我国是从二十世纪八十年代末期引入了智能小区的概念 自从九十年代中期智能住宅小区的概念首次在国内提出以来, 各地智能小区建设的发展开始形成旺势 1990 年北京的发展大厦可谓是我国智能建筑的雏形, 随后建成了北京燕莎中心 上海商城 广州世贸中心 10

12 南京禄口新机场等一批具有一定智能化的建筑 [3] 在社会信息化进程日益发展的今天, 人们对自己住宅的关注已不再仅仅局限于居室面积 周边自然环境 交通等方面, 而是把更多的兴趣和注意力放在与外界沟通 信息服务 安全防范 物业管理等方面, 正是适应这种社会需求, 智能小区应运而生 国内第一个建成由电脑风格覆盖的住宅小区是江苏无锡蠡 湖泰德新城, 它在实现了住宅园林化的同时, 还实现了住宅智能化, 其 着眼于 21 世纪社区功能和居民工作 生活方式和性质的改革, 提出并实 施了社区多媒体公益网, 可以使小区内各机构之间资讯互通, 资源共享, 并可连接国内外大型网络, 建筑物之间由高速网络线路相连, 并辐射至 每个房间, 可向社会提供图文电视 有线电视 卫星通讯 金融电子 公用数据交换等多种信息服务 随着 Internet 的高速发展, 拨号上网已经不再满足需求, 而为了适 应这些需要, 数据局也相应推出了 ISDN 及 ADSL 等面向用户的应用, 而这 些都只是一些暂时的手段, 始终不能解决高速 Internet 接入的需求 目 前国内一些有眼光的投资商已经看好这个市场, 而对商务大厦及小区住 户提供 100Mbps 到户的网络接口, 以适应将来高速 Internet 需求 [4] 智能 住宅将是一个潜在的巨大市场 如今, 自主开发一套完全基于以太网的 信息化小区系统是当务之急 我们可以利用现有的高速宽带数据网或者 综合布线系统传输各种控制信号, 将各种自动化管理与服务设备广泛应 用于大楼和小区内 由于以太网技术的成熟和应用的普及, 因而基于该 技术基础上的宽带网络系统具有最好的性能, 最多的应用服务和最好的 可管理性能 在传统的智能小区技术发展方面,LonWorks 是目前较为全面的一种 [5] 总线技术, 被誉为通用的控制网络 但该技术必须具有独立布线, 增加了小区的成本, 对于一些现有的尚未采用该技术的小区若要添加该技术, 11

13 必然需要重新布线, 给该小区智能化的扩充带来了很大的不便, 如果利用现有的宽带网, 发展基于以太网技术的智能小区系统, 将会给开发商节省成本, 方便物业管理中心的管理, 也便利了住户的生活 因此在构建未来的信息化智能小区目标正是充分利用宽带网这现有的网络资源构筑简洁方便的小区智能网 对于未来的基于以太网的智能小区来说, 智能化不是目的, 而是手 段, 通过智能化系统来营造良好的小区环境 具体来说应该具有以下特 点 : 高科技性, 即智能小区利用各种高科技手段, 通过系统软硬件集成, 全面改善人们的生活环境 生活方式和生活内容 ; 时间性, 或者称为动 态性, 由于科学技术的高速发展, 今天的高科技明天可能就是普通技术, 因此智能小区的技术具有可开拓性 ; 综合性, 智能小区不再像传统住宅 那样仅仅提供居住环境, 它将是居住 工作 学习和娱乐的综合场所, 人们可以通过高速互联网, 进行各种各样的活动, 使人们足不出户实现 工作 学习 娱乐 购物 医疗 旅游 社交等各种目的 ; 服务性, 智 能小区从设计 施工到运行, 始终围绕为住户服务这个宗旨, 通过宽带 网让住户住得放心, 住得安心, 住得省心, 住得舒心 1.3 基于以太网开发的智能小区的优势及意义 相比较传统智能小区建设, 本文所述的智能小区系统的优势主要表 现在以下几个方面 : 就功能实现方式而言, 传统的智能小区产品厂商产品的多表远程抄 写 安防报警 家电控制等功能都是通过在物理上和逻辑上相互独立的 子系统来实现的 ; 但基于以太网开发的智能小区系统所有的功能都是在一个综合布线系统中实现 就布线复杂性而言, 传统方式是由各种子系统组成, 每个子系统都有独立的一套布线系统, 造成布线复杂 重复 ; 而基于以太网开发的智 12

14 能小区系统只需一套综合布线系统, 甚至可以利用现有的宽带网资源, 布线简单 便宜 就工程方便性而言, 传统方式是由各种子系统组成, 实际操作时, 做不同子系统的厂商可能同时进场施工调试, 造成现场混乱, 工程极不方便, 而基于以太网开发的智能小区系统的产品采用 即插即用, 在计 算机综合布线到位后, 只需将产品插到网络端口上后即可使用, 工程十 分方便 就可靠性而言, 传统方式是由多种子系统组成, 造成整个系统可靠 性差, 甚至不同厂商之间的子系统互相干扰 ; 而基于以太网开发的智能 小区系统在物理上和逻辑上均融于一体, 传输信号一致, 可靠性高 就价格成本而言, 传统方式是由各种子系统组成, 将各种子系统叠 加后价格昂贵 ; 而由于信息化智能小区系统一个产品就实现了所有功能, 而且采用模块化, 使得成本价格相对低廉 就管理便捷性而言, 由于传统方式是由各种子系统组成, 每个子系 统都有各自独立的管理系统, 无法联动互通, 管理很不方便 ; 信息化智 能小区系统实现了所有的功能, 各种功能之间无论在物理上还是逻辑上 都是相互连通的, 所以管理十分便捷 就系统开放性而言, 传统方式使用 485 LonWorks CanBUS 等协议, 系统开放性很差, 而基于以太网开发的智能小区系统使用的是 TCP/IP 协 议, 系统开放性很好 网络经济点石成金, 如今智能化小区已经成为诱人蛋糕 随着时间 的推移, 我国对发展小康住宅建设提出迫切性及高层次的要求, 智能住 宅愈来愈具有更为广泛的需求基础, 尤其对房地产开发商形成更强烈的刺激 随着智能化小区建设的普及, 作为智能社区基础的社区内部网络建设日益引起人们的重视 有了这张宽带社区网, 如何在这张网上发挥 13

15 尽量多的功能成为目前焦点和难点, 本文所述的智能小区系统在解决大量技术难点基础上推出的信息化构思, 使房地产公司在投入尽量少资金的前提下获得尽量多的功能 只有利用计算机进行物业管理, 特别是利用宽带网进行联网管理, 才可能实现物业信息的标准化和规范化, 为物业管理工作提供准确及时的 信息, 有助于物业管理部门进行管理并做出相关决策 ; 同时也使物业管理 公司及时准确地了解运营状况, 做出经营决策, 这样才能使物业管理走 向现代化 结合小区介绍物业管理计算机化的主要功能 信息化的智能小区就是在现代计算机网络技术的基础上, 通过完善 多功能的社区综合布线系统, 以成熟的信息处理技术 自动控制技术等 为手段, 所实现的社区综合信息网络系统 它为社区成员提供更加安全 高效 方便的智能化服务, 对社区的各项事务 活动进行智能化管理, 并具备先进灵活的手段来适应技术的发展, 满足社区成员不断增长的需 求 1.4 本论文完成的主要工作 1 利用宽带网的平台, 构建实用的智能小区管理网络系统, 实现全 小区联网联动 2 下位机系统程序的设计, 利用 C 语言完成单片机编程, 实现多个 子模块的控制功能 3 完成智能小区系统接入以太网传输数据的调试, 把诸如防盗报警 系统, 多表抄送系统 无线通信系统 电话通信系统等子系统对外的 RS232 总线接口转换成网络可识别的 IP 协议 4 利用 Microsoft Visual Basic 6.0 软件开发上位机控制软件, 完成上位机与下位机的通信 14

16 第二章智能小区系统结构简述 2.1 智能小区系统体系结构的集成 系统体系结构介绍 集成就是通过某种手段或者方式, 使各个部分有机地组成一个整体 [6] 智能小区的集成不是单方面进行的, 它是在宽带网的基础上, 通过信 息网络子系统, 从系统 网络 功能 软件界面等几个方面进行集成, 其运行效率不仅取决于系统集成的程度, 而且更重要的是取决于系统集 成的质量 一味追求系统集成程度可能会导致系统费用巨增和可靠性下 降 因此科学认识智能小区系统体系结构, 是合理选择集成方法和确定 集成程度的基本前提, 也是小区系统良好 可靠运行的重要保证 智能小区系统是一个典型而又复杂的系统工程, 在体系结构上, 是 一种分层控制结构 ( 图 2.1) [6] 图 2.1 智能小区系统层次结构图 智能小区的弱电系统可以分成自上而下五个层次 : 管理应用层 自 15

17 Degree papers are in the Xiamen University Electronic Theses and Dissertations Database. Full texts are available in the following ways: 1. If your library is a CALIS member libraries, please log on and submit requests online, or consult the interlibrary loan department in your library. 2. For users of non-calis member libraries, please mail to etd@xmu.edu.cn for delivery details.

10384 9707005 UDC 1 1 5 5 5 6 7 10 10 10 12 13 16 16 17 18 19 21 21 23 24 27 27 27 28 28 29 29 31 32 1789 1846 1857 1859 46 173 34 35 28 442 5 319 88 87 46 211 2 82 46 219 1862 1945 Degree papers

More information

2

2 10384 -------- 9601008 UDC---------------------- 1999 1999 1999 ------------------------ ------------------------ 1 2 .4...4 7 14.14..18..22..22..24 3 4.27.32.39 1 2 3 4 5 6 7 8 9 10 11 5 12 6 1 2 3 4

More information

5 5 7 5 4 4 6 9 8 40

5 5 7 5 4 4 6 9 8 40 5 5 7 5 4 4 6 9 8 40 4 5 0 959 68 959 55 959 4 957 4 5 998 4 9 959 98 8 980 8 84 4 987 4 5 6 7 8 9 986 998 989 4 977 8 5 988 6 985 8 7 98 990 5 8 998 4 9 987 4 5 4 96 9 959 8 959 4 986 4 5 5 8 96 4 5

More information

Degree papers are in the Xiamen University Electronic Theses and Dissertations Database. Full texts are available in the following ways: 1. If your library is a CALIS member libraries, please log on http://etd.calis.edu.cn/

More information

2

2 1999 4 2 3 4 5 6 7 8 9 10 11 1 2 1999 1 5 1998 7 2 3 97 7 37 12 4 5 1998 8 13 14 5 1997 10 15 6 27 36 16 Degree papers are in the Xiamen University Electronic Theses and Dissertations Database. Full texts

More information

1 2.1 2.2 3.2 3.3 2 3 2.1 2.2 4 5 6 7 8 9 10 11 12 13 14 15 16 Degree papers are in the Xiamen University Electronic Theses and Dissertations Database. Full texts are available in the following ways: 1.

More information

1 1 2 1 2 1 2 3 1 2 3 2 3 1 355 110 403 62 1979 1998 17 1979 2 1996 70 10 4000 200 332 17 80 3000 1.7 1% 300 4 1998 60% 3.4% 0.9 3.6 40.8 37.4 17.3 0.3 4.4 42.6 36.0 16.7 7.1 3.6 67.9 10.7 10.7 3.2 65.6

More information

-2-

-2- -1-20 -2- -3- -4- -5- -6- -7- -8- -9- -10- -11- -12- -13- -14- -15- -16- Degree papers are in the Xiamen University Electronic Theses and Dissertations Database. Full texts are available in the following

More information

10384 1 X9915063 UDC The Brand Marketing of Real Estate MBA 2002 8 2002 9 2002 2002 8 1 1 2...1...4...4...4...4...5...6...6...6...6...7...9...9...9...10...10...11...11...12...12...14...14 1 3...16...16...17...18...18...18...19...20...20...22...23...23...24...25...26...27...28...28...30...32...32...32...33...34...34

More information

10384 9715101 UDC MBA 2000 5 2000 6 2000 2000 1995 10 26 1995 1995 10 1999 7 1 1986 SEC, Securities Exchange Committee 20 7 1996 1998 1998 1 2 3 1999 4 1 1 3000 2 3 1997 5 Degree papers are in

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

Supply Chain SCM IBM DRP

Supply Chain SCM IBM DRP 10384 9915114 UDC 2001 9 Supply Chain SCM IBM 21 1996 DRP Keywords Xiamen Overseas Chinese Electronic Co., Ltd Chinese Color TV Enterprise Transaction Cost the Management of Production, Marketing and Inventory

More information

50 2

50 2 Frost & Sullivan 2006 65% 1 50 2 IDCITUMII1990 1999 10%, 49.2% 1-1 1-1 3 4 2005 GSM 3 2006 3G 2008 GSM GPRSCDMA 5 6 7 8 Frost & Sullivan 2006 65% 9 Email Ovum 2005 19.7% 164 10 11 12 13 14 Jupiter Media

More information

IPOs ... 1... 3...3...6... 8... 10... 12... 14...15... 15... 15... 16...16... 20...20...22... 24...24... 24... 25... 27 BP...28 RBF...31 MATLAB... 34 MATLAB...34 MATLAB... 34... 34... 35 MATLAB...36...

More information

1

1 10384 9915009 UCD RESEARCH STAFF CAREER MANAGEMENT IN STATE-OWNED COMMERCIAL BANKS 1 Abstract The reasonable disposition of human resources is the guarantee of the long prosperity of enterprise. To carry

More information

UDC The Policy Risk and Prevention in Chinese Securities Market

UDC The Policy Risk and Prevention in Chinese Securities Market 10384 200106013 UDC The Policy Risk and Prevention in Chinese Securities Market 2004 5 2004 2004 2004 5 : Abstract Many scholars have discussed the question about the influence of the policy on Chinese

More information

() MONORCHIIDAE SP

() MONORCHIIDAE SP 10384 B953404 UDC Monorchiidae sp ...2...3...5... 5... 5...8... 8....8....8 ()....12... 13....13....24...36.... 38....38....40...44 MONORCHIIDAE SP.... 47....47...49....50...51...53...57...58...61 1 2

More information

2

2 10384 K9607315 U D C 1999 1999 1999 1999 3 2 30 1957 1953 1953 1958 1978 1955 1956 1979 60 1980 BG(! BHDFG3 FK3 K6 K2 K12 K3 K7F BHDG3 FK3 K20ZQ K3 K7F BHDG21 CD#4 CD#4 CD#12 BHDG5 FK33ZQF SQ*2 JY(Z

More information

WTO

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

More information

.1..2....2 2. 2.. 3..5 7.7.8..11 11..12...14 19...19 20 20 26.29 36 40...41 90 98 4 21 Network selling (Multilevel Marketing),, 1950 1 1 2 3 LeeMythnger WillianCasselberry 1959 60 60 200 60 1972 40 80%

More information

1

1 10384 9832009 UDC 2001 6 1 2...3....3....3...5...5...6...9...9...12...15...15...18...38...42...43...46 3.. 7 2000 4 10 2000 8 www.wisecast.com 2000 12 22 4 5 1993 7 1 25% 1996 20 1997 67 1998 210 1999

More information

10384 X2009230010 UDC The Design and Implementation of Small and Medium-sized Courier Company Logistics Vehicle Scheduling System 2012 06 Abstract With the arrival of the information age, tremendous

More information

10384 X9908009 UDC Study On Causation Of Civil Tort Liability 2004 4 2004 2004 2004 4 [M] 1991476 [M] 1996635 ABSTRACT ABSTRACT Theory of causation, which is the most complicated and thorny of tort law,

More information

1998 5

1998 5 10384 9511001 1998 5 1998 6 1998 1998 5 AICPA Internet/Intranet Internet/Intranet 1 2 2 2 4 6 10 10 10 12 13 13 14 18 18 18 19 19 20 Internet/Intranet 20 Internet/Intranet 23 21 25 28 28 28 30 32 32 32

More information

Abstract Today, the structures of domestic bus industry have been changed greatly. Many manufacturers enter into the field because of its lower thresh

Abstract Today, the structures of domestic bus industry have been changed greatly. Many manufacturers enter into the field because of its lower thresh SWOT 5 Abstract Today, the structures of domestic bus industry have been changed greatly. Many manufacturers enter into the field because of its lower threshold. All of these lead to aggravate drastically

More information

UDC Empirical Researches on Pricing of Corporate Bonds with Macro Factors 厦门大学博硕士论文摘要库

UDC Empirical Researches on Pricing of Corporate Bonds with Macro Factors 厦门大学博硕士论文摘要库 10384 15620071151397 UDC Empirical Researches on Pricing of Corporate Bonds with Macro Factors 2010 4 Duffee 1999 AAA Vasicek RMSE RMSE Abstract In order to investigate whether adding macro factors

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

% 6.7% % % / 1

% 6.7% % % / 1 1 1995 1995 50% 70 75% 1996 1996 9 30 5000 2000 1996 1999 1998 11 9 1999 5 9 5 1998 10 1999 30 200 2 1950 38 1999 2960 1950 40 1999 3585 1950 0.73 1999 28.3 20 12.1% 6.7% 1 1 2 1950 1978 1950 38 1978 466

More information

Abstract Since 1980 s, the Coca-Cola came into China and developed rapidly. From 1985 to now, the numbers of bottlers has increased from 3 to 23, and

Abstract Since 1980 s, the Coca-Cola came into China and developed rapidly. From 1985 to now, the numbers of bottlers has increased from 3 to 23, and Abstract Since 1980 s, the Coca-Cola came into China and developed rapidly. From 1985 to now, the numbers of bottlers has increased from 3 to 23, and increases ulteriorly. When the Coca-Cola company came

More information

UDC Hainan Airlines Investment Valuation Analysis (MBA) 厦门大学博硕士论文摘要库

UDC Hainan Airlines Investment Valuation Analysis (MBA) 厦门大学博硕士论文摘要库 10384 200015140 UDC Hainan Airlines Investment Valuation Analysis (MBA) 2003 3 2003 3 2003 9 2 0 0 3 3 1993 A B 8 1000 100 2002 10 11 501 473 560 85% 1999 2001 SWOT EBO Abstract Hainan Airlines, as the

More information

Lotus Notes Design and Implementation of Sales Process Management System Based on Lotus Notes 施莹艳 指导教师姓名 : 林林林林坤坤坤坤辉辉辉辉 教授 专 业 名 称 : 软软软软件件件件工工工工程程程程 论论论论文文文文提提提提交交交交日日日日期期期期 : 年 论论论论文文文文答答答答辩辩辩辩时时时时间间间间

More information

ABSTRACT ABSTRACT As we know the Sinology has a long history. As earily as 19 th century some works have already been done in this field. And among this the studies of lineages and folk beliefs in Southeast

More information

X UDC A Post-Evaluation Research on SINOPEC Refinery Reconstruction and Expanding Project MBA 厦门大学博硕士论文摘要库

X UDC A Post-Evaluation Research on SINOPEC Refinery Reconstruction and Expanding Project MBA 厦门大学博硕士论文摘要库 2003 2 10384 X9915078 UDC A Post-Evaluation Research on SINOPEC Refinery Reconstruction and Expanding Project MBA 2003 2 2003 3 2003 200 / Abstract Post-evaluation is a comprehensive evaluation on an implemented

More information

10384 X0015101 UDC The Preliminary Survey of the Development Patterns of Security Analysts in China (MBA) 2004 2 2004 3 2004 3 2 0 0 4 2 14 Abstract Abstract The security analysts are respectable oversea,

More information

1990-1997 1980-1997 Abstract The relationship between human resource development and economy increase has been an important research item with the coming of knowledge economy. In this paper, ahead item

More information

A Study on Grading and Sequencing of Senses of Grade-A Polysemous Adjectives in A Syllabus of Graded Vocabulary for Chinese Proficiency 2002 I II Abstract ublished in 1992, A Syllabus of Graded Vocabulary

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

Abstract The adult higher education is a vital part of the higher education. As an essential tache of selecting qualified students, the adult college entrance examination plays an important role in securing

More information

10384 X0115071 UDC The Research For The Actuality And Development Stratagem Of The China Securities Investment Fund (MBA) 2003 11 2003 12 2003 12 2 0 0 3 11 100 1991, WTO Abstract Abstract The Securities

More information

10384 200115009 UDC Management Buy-outs MBO MBO MBO 2002 MBO MBO MBO MBO 000527 MBO MBO MBO MBO MBO MBO MBO MBO MBO MBO MBO Q MBO MBO MBO Abstract Its related empirical study demonstrates a remarkable

More information

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

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

More information

UDC 厦门大学博硕士论文摘要库

UDC 厦门大学博硕士论文摘要库 10384 9924012 UDC 2002 5 2002 2002 2002 5 1 Study on High Speed Switch System and Their ASIC Frontend Design Thesis for MS By Shuicheng Cai Supervisor: Prof. Donghui Guo Department of Physics Xiamen Unviersity

More information

学 校 编 码 :10384 分 类 号 密 级 学 号 :X2007155130 UDC 厦 门 怡 福 养 生 健 康 管 理 有 限 公 司 创 业 计 划 王 韬 指 导 教 师 姓 名 : 郭 霖 教 授 厦 门 大 学 硕 士 学 位 论 文 厦 门 怡 福 养 生 健 康 管 理 有 限 公 司 创 业 计 划 A Business Plan for Xiamen Eve Health

More information

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

More information

100Mbps 100Mbps 1000Mbps 100Mbps 1000Mbps 100Mbps 100Mbps PD LXT Mbps 100Mbps 100Mbps 1

100Mbps 100Mbps 1000Mbps 100Mbps 1000Mbps 100Mbps 100Mbps PD LXT Mbps 100Mbps 100Mbps 1 1 3 6 6 7 100BASE-FX 10 100Mbps 13 13 21143-PD 14 LXT970 20 Serial ROM 24 Boot ROM 24 Agilent 25 100Mbps 27 27 37 100Mbps 45 50 54 55 100Mbps 100Mbps 1000Mbps 100Mbps 1000Mbps 100Mbps 100Mbps 21143-PD

More information

:

: Thesis on Court Banquet and Assemblage Poetry in Early Tang : I Abstract Abstract In the background of three different stages early Tang: Taizong GaozongWuhou and Zhongzong,this thesis mainly analyzes

More information

10384 9917001 UDC 2002 2002 2002 2002 5 Research on Martin Trow s Ideological Theory of Higher Education Massification ABSTRACT The present paper is divided into five chapters. The first chapter is an

More information

10384 200008009 UDC 2003 11 2003 2003 2003 11 1 3 3 3 4 4 4 4 5 6 6 7 7 10 10 10 11 11 17 23 23 24 25 28 29 31 33 33 36 39 41 42 42 42 42 43 44 45 45 45 46 47 47 47 50 52 54 57 58 59 60 appeal on public

More information

UDC The Design and Implementation of a Specialized Search Engine Based on Robot Technology 厦门大学博硕士论文摘要库

UDC The Design and Implementation of a Specialized Search Engine Based on Robot Technology 厦门大学博硕士论文摘要库 10384 200128011 UDC The Design and Implementation of a Specialized Search Engine Based on Robot Technology 2004 5 2004 2004 2004 5 World Wide Web Robot Web / (Focused Crawling) Web Meta data Web Web I

More information

ABSTRACT ABSTRACT Based on analyzing public corporation in foreign countries, this paper studies basic theories of public legal establishment, with our country s reality in the social transferring period

More information

10384 X0115019 UDC (MBA) 2004 5 2004 6 2004 XTC An Research on Internationalization Strategy of XTC , XTC XTC XTC APT XTC XTC XTC XTC XTC XTC : Abstract Abstract Although it s well known that China s

More information

:

: A Study of Huangtao : I Abstract Abstract This text focuses on the special contribution of Huangtao in the history of literature and culture of Fukien, by analyzing the features of Huangtao s thought,

More information

Abstract There arouses a fever pursuing the position of being a civil servant in China recently and the phenomenon of thousands of people running to a

Abstract There arouses a fever pursuing the position of being a civil servant in China recently and the phenomenon of thousands of people running to a Abstract There arouses a fever pursuing the position of being a civil servant in China recently and the phenomenon of thousands of people running to attend the entrance examination of civil servant is

More information

Roderick M.Chisholm on Justification I Synopsis Synopsis Since the problem of Gettier, the problem of justification has become the core of contemporary western epistemology. The author tries to clarify

More information

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

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

More information

SWOT Abstract Abstract Fuzhou Water & Wastewater Engineering Design Institute is an affiliate project prospecting and designing unit under Fuzhou Water Supply General Company. It engages mainly in the

More information

2000.11 2000.11 2000 11 Abstract: Background: The development of autoantibodies in the sera of patients with cancers has been described, but the mechanism is still not clear. Objective: The aim of this

More information

WTO OEM

WTO OEM 10384 200115142 UDC A Study on the Developing Strategy of Xiamen Evere Sports Goods Co., Ltd. A Case Study based on the Theory of Value Chain (MBA) 2005 5 2005 6 2005 5 2005 5 WTO OEM Abstract Abstract

More information

I

I The Discussion on Manchu-City of Foochow in Qing Dynasty I Abstract II Abstract This thesis aims to, from the research on the Eight-Banner garrison in Foochow, explore the living situation of the banner-people

More information

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

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

More information

10384 200129005 UDC _ Product Lines and their Control System Design for Fine Powder and Ultra-fine Powder 2004 5 2004 6 2004 2004 5 AUTOCAD PLC PC PLC PC PLC PLC VB6.0 PLC VB PID I MATLAB PID PLCCPU PID

More information

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

厦 门 大 学 学 位 论 文 原 创 性 声 明 本 人 呈 交 的 学 位 论 文 是 本 人 在 导 师 指 导 下, 独 立 完 成 的 研 究 成 果 本 人 在 论 文 写 作 中 参 考 其 他 个 人 或 集 体 已 经 发 表 的 研 究 成 果, 均 在 文 中 以 适 当 方 学 校 编 码 :10384 学 号 :17820121151192 硕 士 学 位 论 文 携 程 与 艺 龙 竞 争 战 略 的 财 务 比 较 分 析 Financial Analysis on Different Competitive Strategies of Ctrip and Elong 郑 亮 指 导 教 师 : 黄 海 玉 专 业 名 称 : 旅 游 管 理 硕 士 答 辩 日

More information

Abstract / / B-ISDN ATM Crossbar Batcher banyan N DPA Modelsim Verilog Synopsys Design Analyzer Modelsim FPGA ISE FPGA ATM ii

Abstract / / B-ISDN ATM Crossbar Batcher banyan N DPA Modelsim Verilog Synopsys Design Analyzer Modelsim FPGA ISE FPGA ATM ii 10384 200024024 UDC 2003 5 2003 6 2003 2003 5 i Abstract / / B-ISDN ATM Crossbar Batcher banyan N DPA Modelsim Verilog Synopsys Design Analyzer Modelsim FPGA ISE FPGA ATM ii System On-Chip Design and Performance

More information

厦门大学博硕士论文摘要库

厦门大学博硕士论文摘要库 GSM The Design of Tri-frequencies Microstrip Antenna for GSM (900/1800/1900-MHz) 2005 5 GSM GSM GSM900 GSM1800 GSM1900 GSM GSM GSM900 GSM1800 GSM1800 GSM1900 GSM 900M 1800M H H E H GSM 120 GSM1800 GSM1900

More information

Research for RS encoding and decoding technology in the Digital Television Terrestrial Broadcasting System 2006 厦门大学博硕士论文摘要库

Research for RS encoding and decoding technology in the Digital Television Terrestrial Broadcasting System 2006 厦门大学博硕士论文摘要库 Research for RS encoding and decoding technology in the Digital Television Terrestrial Broadcasting System 2006 DMB-T RS DMB-T DMB-T RS(208,188) RS BM RS : 1 RS RS RS FPGA RS 2 RS 3 BM 4 matlab RS RS

More information

UDC Design and Application of Intrusion Detection System Based on Snort 2009 12 Snort Snort Apriori Snort Apriori Microsoft Visual Studio 2008 C# Snort Snort Snort Snort Snort Apriori Snort Snort Apriori

More information

10384 27720071152270 UDC SHIBOR - Research on Dynamics of Short-term Shibor via Parametric and Nonparametric Models 2 0 1 0 0 5 2 0 1 0 0 5 2 0 1 0 0 5 2010 , 1. 2. Shibor 2006 10 8 2007 1 4 Shibor

More information

( ) ( ) ATPase 1 ATPase ATPase 30 20 30 2 ATPase -. 3 MDA O 2 30 20 30 MDA 40 SOD MDA 0-10 0-30 10 3 0 SOD 0-10 10 4 NaCl 0-10 0-20 MDA Comparative Studies on Plasma Membrane Function of Salt-secreting

More information

豐佳燕.PDF

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

More information

- 2 -

- 2 - 2002 11 10384 9915064 UDC Money Trapping By the Listed Companies and Its Prevention MBA 2002 11 2002 12 2002 - 2 - Abstract In the first place, this paper defines the conduct of some listed companies which

More information

- 2 - Russell Thaler 2 1 2 unexpected dramatic P t =P t-1 + P t t P t-1 t-1 2 T.Russell and R.Thaler, The Relevance of Quasi-Rationality in Competitiv

- 2 - Russell Thaler 2 1 2 unexpected dramatic P t =P t-1 + P t t P t-1 t-1 2 T.Russell and R.Thaler, The Relevance of Quasi-Rationality in Competitiv - 1-1 Bayes 1 1 A B P AB =P A *P B - 2 - Russell Thaler 2 1 2 unexpected dramatic P t =P t-1 + P t t P t-1 t-1 2 T.Russell and R.Thaler, The Relevance of Quasi-Rationality in Competitive Markets. American

More information

.1 Abstract LD MAX PCB MC P

.1 Abstract LD MAX PCB MC P 10384 [ ] 9724002 UDC 155Mb/s (Wang Zengbo) 2001 5 2001 2001 2001 5 .1 Abstract.2.3 1.1 3 1.2.5 1.3.9 11 2.1.11 2.2 14 2.3.17.26 3.1.26 3.2 LD 26 3.3 MAX3263 31 3.4 PCB.37 45 4.1.46 4.2.46 4.3 50 4.4.55

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

10384 9702001 UDC 2000 5 2000 6 2000 2000 5 1 .1 1 2 3. 4 4 4.5.6 6 1..7 2..7. 8 8 1..8 1..8 2 10 2 11..12 1 12 1 12 2 12 2 12 1 12 2 13 3 13 4 14 3 14 4 14..16..17..19..20..21 2 3 1 20 1921 1926 1928

More information

WTO WTO ATM POS 4 CRM 2

WTO WTO ATM POS 4 CRM 2 Carl W.Buechner 2002 9 + CRM CRM 1 CRM Hans Peter Brondmo 2002 2 CEO 1 2 Hans Peter Brondmo 2002 1 WTO WTO 1 1000 2 3 ATM POS 4 CRM 2 1 2 3 4 Thibaut & Kelley Rusbult Polanyi Thibaut & Kelley 1959 Rusbult,1980

More information

...12...12...13...18...18...24 MSCI...27 FTSE...29...33...36................................................... 1 ...........................39...39...42...45...54.............................................

More information

1

1 10384 199819007UDC 2 0 0 2 4 2 0 0 2 6 2 0 0 2 2 0 0 2 6 1 2 1 1992 1 3 1 1 1 3 6 6 22 25 26 4 145 78 42 113 o 31 36 113 o 35 43 22 o 06 39 22 o 13 06 2.5 2 25.66 8.61 6.54 7.56 2.95 2 40000 32500 32500

More information

µ γ α γ α µ α µ γ Ig/Ig-TCIC 1 immune immunity immunis 10 998~1022 19 Edward Jenner Jenner Louis Pasteur 1880 Elie I.I. Metchnikoff (1883), P.P.Emile Roux A.E.J.Yersin (1888) Emil A. Von Behring Pfeiffer

More information

A study on the Animal Husbandry Economy in the Tang Dynasty and the Five Dynasties 厦门大学博硕士论文摘要库

A study on the Animal Husbandry Economy in the Tang Dynasty and the Five Dynasties 厦门大学博硕士论文摘要库 A study on the Animal Husbandry Economy in the Tang Dynasty and the Five Dynasties 10384 B200102007 UDC A study on the Animal Husbandry Economy in the Tang Dynasty and the Five Dynasties 2004 7 2004 8

More information

声 明 本 人 郑 重 声 明 : 此 处 所 提 交 的 硕 士 学 位 论 文 基 于 等 级 工 鉴 定 的 远 程 考 试 系 统 客 户 端 开 发 与 实 现, 是 本 人 在 中 国 科 学 技 术 大 学 攻 读 硕 士 学 位 期 间, 在 导 师 指 导 下 进 行 的 研 究

声 明 本 人 郑 重 声 明 : 此 处 所 提 交 的 硕 士 学 位 论 文 基 于 等 级 工 鉴 定 的 远 程 考 试 系 统 客 户 端 开 发 与 实 现, 是 本 人 在 中 国 科 学 技 术 大 学 攻 读 硕 士 学 位 期 间, 在 导 师 指 导 下 进 行 的 研 究 中 国 科 学 技 术 大 学 硕 士 学 位 论 文 题 目 : 农 村 电 工 岗 位 培 训 考 核 与 鉴 定 ( 理 论 部 分 ) 的 计 算 机 远 程 考 试 系 统 ( 服 务 器 端 ) 的 开 发 与 实 现 英 文 题 目 :The Realization of Authenticating Examination System With Computer & Web for

More information

Kluyveromyces sp. Y-85 Saccharomyces cerevisiae E-15, E g/100ml Y-85 E-15 DNA Y YEPD MM E E-15 Y-85 Y-85 12h E h 0.1%ED

Kluyveromyces sp. Y-85 Saccharomyces cerevisiae E-15, E g/100ml Y-85 E-15 DNA Y YEPD MM E E-15 Y-85 Y-85 12h E h 0.1%ED 10384 9626012 UDC 1999 7 1999 7 16 1999 1999 7 1 Kluyveromyces sp. Y-85 Saccharomyces cerevisiae E-15, E-15 10 2.98g/100ml Y-85 E-15 DNA Y-85 45 YEPD MM E-15 45 30 E-15 Y-85 Y-85 12h E-15 10 h 0.1%EDTA-,

More information

2002 II

2002 II 10384 B9901001 UDC A Grammatical Study Of Wanrong Dialect 2OO2 I 2002 II III Abstract The thesis is intended to make a more systematic study of the grammar on Wanrong dialect, which is distributed in the

More information

128 ( ) ( ) [ 1 ] [2] [3] (1) (2) (3) [1] [2] [3] 10 2 ( ) (1997.6) ( ) 64

128 ( ) ( ) [ 1 ] [2] [3] (1) (2) (3) [1] [2] [3] 10 2 ( ) (1997.6) ( ) 64 BIBLID 1026-5279 (2005) 94:2 p. 127-154 (2005.12) 127 Keywords Digital Library High School Library Library Website Open Source E-mail frank@hchs.hc.edu.tw 128 (2005.12) ( ) 6 0 68 [ 1 ] [2] [3] (1) (2)

More information

X MGC X 22 X 23 X MGC X BALB/c 26 X MGC X MGC X MGC X..

X MGC X 22 X 23 X MGC X BALB/c 26 X MGC X MGC X MGC X.. 1 0 3 8 4 9726023 UDC X MGC80-3 2000 7 2000 7 2000 7 2000 6 22.3.4...11..11 12 13 15 15 20 20 X MGC80-3. 22 X 22 X 23 X MGC80-3.23 X BALB/c 26 X MGC80-3.27 X MGC80-3 28 29 29 30 31 32 33 X MGC80-3 34 X..34.35.36

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

厦门大学博硕士论文摘要库

厦门大学博硕士论文摘要库 10384 B200009005 UDC 2003 4 2003 2003 2003 4 20 80 20 80 80 Abstract The historical-cost position of foreign direct investment in the United States (FDIUS) accounts for the largest share of world FDI outward

More information

2.

2. 1 20 60 < > < > 2. 3 1 1.Davis,John Francis,"The Poetry of Chinese" Journal of The Royal Asiatic Society of Great Britian and Ireland 11(1830),(Translation of chapter 3 of the novel) 1830 1792 2.Tom Rorbert,"The

More information

J. D. 17 Daniel J. Elazar, American Federalism: A View From the States (New York: Happer & Row, Publishers, 1984), p

J. D. 17 Daniel J. Elazar, American Federalism: A View From the States (New York: Happer & Row, Publishers, 1984), p 20 20 70 80 1 20 90 20 90 J. D. 17 Daniel J. Elazar, American Federalism: A View From the States (New York: Happer & Row, Publishers, 1984), p.41-42. 2 19 1985 80 Gerald D. Nash, State and Local Governments,

More information

数 字 图 书 馆 论 坛 案 例 课 堂 形 不 成 精 品 ; 在 信 息 流 通 方 面, 由 于 开 发 报 道 不 够, 致 使 馆 藏 资 料 利 用 率 低, 造 成 馆 藏 空 间 管 理 人 员 等 多 方 面 的 浪 费 如 何 在 保 证 信 息 安 全 的 前 提 下, 摆

数 字 图 书 馆 论 坛 案 例 课 堂 形 不 成 精 品 ; 在 信 息 流 通 方 面, 由 于 开 发 报 道 不 够, 致 使 馆 藏 资 料 利 用 率 低, 造 成 馆 藏 空 间 管 理 人 员 等 多 方 面 的 浪 费 如 何 在 保 证 信 息 安 全 的 前 提 下, 摆 浙江省党校系统图书馆信息服 * 务网络运行模式与功能 周全 / 浙江省委党校图书馆 杭州 310012 摘要 文章以浙江省党校系统图书馆为例 直呈党校网络图书馆建设和信息服务网络运行模式与功能方 面的探索与实践 以期同行在数字化建设中或有助益 关键词 党校系统 图书馆网络 信息服务 浙江省党校系统图书馆信息服务网络是一个旨 建了数字图书馆管理系统和内 外网网站 为推进 在构筑浙江地区党校文献信息资源共享服务体系,

More information

Research on the Mycorrhizal Community of Pinus Massoniana Lamb in Wuyishan Nature Reserve Abstract Mycorrhizae is the symbiosisal body of fugus and bo

Research on the Mycorrhizal Community of Pinus Massoniana Lamb in Wuyishan Nature Reserve Abstract Mycorrhizae is the symbiosisal body of fugus and bo (pinus massoniana Lamb) 27 o 33. o 54, 117 o 27 117 o 51 1 Research on the Mycorrhizal Community of Pinus Massoniana Lamb in Wuyishan Nature Reserve Abstract Mycorrhizae is the symbiosisal body of fugus

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

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

Origination And Filmization: Research Of Relation Between The Modern Chinese Movie And literature 2005 7 21 I II Abstract Movie has been knotted with literature tightly since the day of naissance. The

More information

UDC 厦门大学博硕士论文摘要库

UDC 厦门大学博硕士论文摘要库 10384 200030003 UDC 2003 8 2003 9 2003 Hardware Platform for 2D Barcode Reader Techniques Thesis for the degree of Master of Science By Liu Zhenyu (Electronic Engineering Dept., Xiamen University, P.R.

More information

LH_Series_Rev2014.pdf

LH_Series_Rev2014.pdf REMINDERS Product information in this catalog is as of October 2013. All of the contents specified herein are subject to change without notice due to technical improvements, etc. Therefore, please check

More information

经华名家讲堂

经华名家讲堂 5.1 5.1.1 5.1.2 5.2 5.2.1 5.2.2 5.2.3 5.2.4 5.2.5 5.3 5.3.1 5.3.2 5.3.3 / 5.3.4 / 5.3.5 / 5.4 Internet 5.4.1 Internet 5.4.2 Intranet 1. 2. 1 31 5 5.1 5.1.1 Internet 1 Host 20 60 IBM 2000 2 20 60 20 60

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

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

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

More information

9330.doc

9330.doc The research of the ecotourism operated by the cooperative operating system in northern Tapajen Mountain The research of the ecotourism operated by the cooperative operating system in northern Tapajen

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