学校编码 :10384 分类号密级 学号 : UDC 硕士学位论文 AVS 视频解码研究及其关键模块优化 Research on AVS Video Decoding and Optimization of Decoding Key Module 郑建安 指导教师姓名 : 陈辉煌教

Size: px
Start display at page:

Download "学校编码 :10384 分类号密级 学号 : UDC 硕士学位论文 AVS 视频解码研究及其关键模块优化 Research on AVS Video Decoding and Optimization of Decoding Key Module 郑建安 指导教师姓名 : 陈辉煌教"

Transcription

1 学校编码 :10384 分类号密级 学号 : UDC 硕士学位论文 AVS 视频解码研究及其关键模块优化 Research on AVS Video Decoding and Optimization of Decoding Key Module 郑建安 指导教师姓名 : 陈辉煌教授 周剑扬博士 专业名称 : 信号与信息处理 论文提交日期 : 2007 年 8 月 论文答辩时间 : 2007 年 学位授予日期 : 2007 年 月 月 答辩委员会主席 : 评 阅 人 : 2007 年 8 月

2 厦门大学学位论文原创性声明 兹呈交的学位论文, 是本人在导师指导下独立完成的研究成果 本人在论文写作中参考的其他个人或集体的研究成果, 均在文中以明 确方式标明 本人依法享有和承担由此论文产生的权利和责任 声明人 ( 签名 ): 年月日

3 厦门大学学位论文著作权使用声明 本人完全了解厦门大学有关保留 使用学位论文的规定 厦门大学有 权保留并向国家主管部门或其指定机构送交论文的纸质版和电子版, 有权 将学位论文用于非赢利目的的少量复制并允许论文进入学校图书馆被查 阅, 有权将学位论文的内容编入有关数据库进行检索, 有权将学位论文的 标题和摘要汇编出版 保密的学位论文在解密后适用本规定 本学位论文属于 1 保密( ), 在 年解密后适用本授权书 2 不保密( ) ( 请在以上相应括号内打 ) 作者签名 : 日期 : 年月日 导师签名 : 日期 : 年月日

4 目录 目录第一章绪论 引言 视频压缩技术的发展及现状 课题的提出背景及意义 课题的研究工作和内容安排... 4 第二章 AVS 视频编码标准概述 AVS 视频标准简介 AVS 视频编码及关键技术 AVS 编码比特流的结构 序列 图像 条带 宏块 小结 第三章 AVS 视频解码原理的分析研究 AVS 视频解码的原理 AVS 视频解码流程 总的解码流程 解码器初始化 图像解码 I 帧的宏块解码 PB 帧的宏块解码 块解码 小结

5 目录 第四章 AVS 视频解码器基于 PC 的改进及分析 AVS 视频解码开源程序包介绍 解码程序的主要文件介绍 解码程序的函数调用分析 AVS 视频解码软件的评测 AVS 视频解码软件的改进 播放器功能的改进 解码算法结构的改进 结果测试 小结 第五章 AVS 视频解码器的 DSP 实现及优化 DSP 硬件开发平台简介 TMS320DM642 概述 TMS320DM642 的结构特点 TMS320DM642 EVM DSP 软件优化方法介绍 DSP 开发工具及 CCS 介绍 软件开发过程与优化方法 AVS 视频解码算法在 DSP 上的实现 PC 平台解码程序的 DSP 化 图像数据的输入与输出 图像的显示 解码算法各主要模块占用的时间比例 AVS 视频解码算法在 DSP 上的优化 AVS 视频解码算法的总体优化 核心算法模块的优化...63

6 目录 5.5 小结 第六章总结与展望 总结 将来的工作 附录 A:...74 附录 B:...83 参考文献 :...86 致谢...88

7 目录 Contents Charpter1 Exordium Introduction The Development of Video Compression Research Background and Meaning Work and Organization of This Thesis...4 Charpter2 AVS Video Coding Standard Introduction Key Technology of AVS Video Coding Structure of AVS Coding Bitstream Sequence Picture Slice MacroBlock Summary...15 Charpter3 Research on Principle of AVS Video Decoding Principle of AVS Video Decoding Flowchart of AVS Video Decoding General Flowchart Initialization of Decoder Picture Decoding I Frame Macroblock Decoding PB Frame Macroblock Decoding Block Decoding Summary...35

8 目录 Charpter4 Improvement of AVS Video Decoder Based on PC Introduction to Open Source of AVS Decoder Introduction to Main Function Analysis of Function Call Test of Open Source Decoder Improvement of Open Source Decoder Summary...49 Charpter5 Implementation of AVS Video Decoder Based on DSP Introduction to Hardware Platform Introduction to TMS320DM Character of TMS320DM TMS320DM642 EVM Introduction to DSP Software Optimization Introduction to CCS Develop Flowchart and Software Optimization Implementation of Decoder Based on DSP Optimization of Decoder Based on DSP Summary...71 Charpter6 Conclusion Appendix A:...74 Appendix B:...83 References:...86 Acknowledgment...88

9 摘要 视频压缩编码技术在多媒体信号处理领域起着至关重要的作用, 它在 DVD 高清 晰度电视 (HDTV) 可视电话和数字视频会议等领域有着广泛的应用 随着视频编码 技术的发展, 国际上各标准化组织制定了一系列相应的国际化标准, 我国在利用这 些技术推行产业化之路的同时, 也面临一个高额专利权收费的问题 为此我国成立了 AVS 标准工作组, 制定了具有自主产权的数字音视频编解码技术标准 AVS(Audio Video Coding Standard) 该标准具有性能高 算法复杂度低 实现成本低以及专利授权模式简单等特点, 必然能够在视频处理领域得到广泛的应用 本课题正是在 AVS 产业化背景下提出来的 本课题的主要工作是在 DSP 上实现 AVS 视频解码器并对其进行优化 通过对 AVS 视频技术标准和解码算法的深入研究和分析, 提出了 AVS 视频解码算法的设计流程 在此基础上, 以解码器开源代码为参考, 通过对解码器代码进行改进, 基本实现了 PC 上 AVS 视频解码, 为在 DSP 上实现 AVS 视频解码器奠定基础 最后, 将 PC 机上的解码算法 C 代码移植到 TMS320DM642 DSP 上, 并充分利用 DM642 的特点和 DSP 技术, 对解码流程和核心算法进行优化, 大幅提高了解码速度 关键词 :AVS; 视频解码 ; TMS320DM642

10 Abstract Video compressed coding technology is a key in the multimedia signal processing area, and is used in many fields such as DVD, HDTV, Visible telephone, digital video meeting and so on. With the development of video compressed coding technology, some International groups have brought forward a lot of standards. As our nation uses this technology, we also face a serious problem that must pay a lot of money to the patent. So, an organization named as AVS standard working group is founded and brought forward Audio Video Coding Standard (AVS). This standard has many good characteristics, including good performance, low complexity algorithm, low implementation cost, simplified patent warranty and so on. We have reason to forecast that AVS can find many application fields. This project is brought forward in the background of AVS industrialization. The main task of this paper is to implement and optimize the AVS video decoder on the TMS320DM642 DSP. On the base of the study and research on AVS coding standard, we raise the design flow of AVS video decoder. Then improve the open code of AVS video decoder on PC which supplies a base for the implement on DSP. At last, we replant the C code into DM642 and optimize it by some ways, such as compiler optimization, software pipeline technology and so on. After the optimization, the performance of decoder is improved greatly. Key Words : AVS; Video decoder; TMS320DM642

11 第一章绪论 第一章绪论 1.1 引言 21 世纪是信息化的时代, 信息的形式不再是单纯的语音, 而是发展到包括数据 文字 视频图像在内的多媒体形式 其中, 视频信息以直观性强 信息量大 及便于理解等特点占有举足轻重的地位 信息时代的重要特征就是信息的数字化, 数字视频也就成为必然的发展趋 势 然而, 将模拟视频简单地转化为不经过压缩的数字视频, 其数据量之大是非常惊人的 例如一幅 640x480 分辨率的彩色图像 (24 比特 / 像素 ), 其数据量约为 7.4Mb, 如以每秒 25 帧的速度播放, 则需要传输的比特率约为 185Mb/s 显然, 这么庞大的数据量对现有的存储和传输技术都是无法接受的, 必须对视频信息进行大幅度的压缩 视频压缩就是在保证图像质量的前提下, 尽可能去掉图像中的冗余信息, 用尽可能少的数据量来表示图像, 以便于图像的存储和传输 近年来, 地面 ( 移动 ) 数字电视 IPTV 手机电视等数字新媒体迅速涌现, 由于标准化是产业化的前提, 因此, 数字新媒体的相关技术标准成为了业界关注的焦点, 各种各样的图像压缩算法应运而生 国际上各标准化组织根据多年来视频压缩方面的研究成果, 制定出了一系列相应的国际标准 随着大规模集成电路 VLSI 计算机和通信技术的迅速发展和结合, 大大促进了视频压缩技术的进步和广泛应用, 从而迎来了视频图像的黄金时代 1.2 视频压缩技术的发展及现状 [1][2] 20 世纪 90 年代以来, 随着技术的不断发展,ITU-T 和 ISO 推出了一系列多媒体 编码的标准, 极大地推动了多媒体技术的实用化和产业化 按推出时间的先后顺 序包括 H.261 MPEG1 MPEG2 H.263 MPEG4 与 H.264/AVC 等, 如图 1-1 所示 H.261 图像编解码标准是 CCITT( 现 ITU-T) 于 1990 年制定的针对活动图像的 P 64Kbps 的编码协议 H.261 可使数据速率压缩至 P 64Kbps(P=1~20), 一般在 32~384Kbps 时图像可达 CIF QCIF15 帧每秒 (F/S), 总体上图像质量略逊于 MPEG-1, 适合在 ISDN DDN PSTN 网上传输运动的图像 MPEG-1 由国际标准化组织 (ISO/IEC) 于 1991 年制定, 是基于一般低端应用的视频 音频的编解码标准, 它主要针对 (CIF 格式 ) 分辨率和每秒

12 第一章绪论 帧的图像质量 1994 年发布的 MPEG-2 可以视为 MPEG-1 的升级版本, 为 MPEG-1 最初没有包括在内或尚未想到的应用, 提供了一种视频编码方法 支持的带宽范围从 2Mbps 到超过 20Mbps,MPEG-2 后向兼容 MPEG-1, 增加了对隔行扫描的支持, 具有更大的伸缩性和灵活性 主要目的在于推动比特流在不同应用 传输和存储媒体之间的互 换 目前 MPEG-2 标准在数字电视和 HDTV 领域得以广泛应用 图 1-1 视频压缩技术的演进图 H.263 是 CCITT( 现 ITU-T) 于 1995 年提出的更低比特率的视频编码方案, 可将图像最低编码到 20Kbps, 通过电话线以 22.8Kbps 的 V.34 Modem 传输, 图像质量达到 或 分辨率下 5~15F/S 的水平 H.263 非常适合在固定带宽的信道中传输视频信号 MPEG-1 H.261 H.263 三种编码方式都是针对低成本的编码方案 MPEG-1 编码方式实现在 400Kbps~2Mbps 速率上传输 CIF 格式 每秒 5~30 帧的活动图像, 在三种编码方式中图像质量最高 ;H.261 编码方式采用了区域更新的方法, 进一步降低了码流速率, 实现在 128~768Kbps 的速率上传输 CIF 或 QCIF 格式 每秒 5~25 帧的活动图像, 图像质量略逊于 MPEG-1;H.263 编码方式是三种方式中数据流速率最低的一种, 它在 H.261 的基础上增加了四种编码选项, 将码流速率降到 128Kbps 以下, 在 9.6~128Kbps 的速率上传输 CIF 或 QCIF 格式 每秒 1~15 帧的活动图像, 特别适合在电话线上传输质量要求不高的活动图像 MPEG4 于 1998 年推出, 正式名称为 :ISO 其应用目标是针对窄带宽传输 高画质压缩 交互性操作以及将自然物体与人造物体相溶合的表达方式, - 2 -

13 第一章绪论 同时还特别强调广泛的适应性和可扩展性 MPEG4 的最高图像清晰度为 , 远优于 MPEG1 的 , 可以达到接近 DVD 的画面效果 这使得它的图像高清晰度非常好 MPEG4 采用基于对象的识别编码模式, 从而保证良好的清晰度 但是由于算法的复杂性和局限性, 在窄带情况下不易实现编码的实时性, 尤其在针对低于 1Mbits 传输时遇到了困难 H.264/AVC 是由 ITU-T 的视频编码专家组 (VCEG) 及 ISO/IEC 的移动图像 专家组 (MPEG) 发展研究的适应于低码率传输的视频压缩标准 它的主要目标是发 展一种简单直接的高压缩性能视频编码设计, 并针对 会话 服务 ( 可视电话 ) 和 非会话 服务 ( 视频的存储 广播及流媒体 ) 提供更加适于网络传输的方案 由于它支持广播视频能在互联网上以小于 1Mbit/s 的数率进行高质量传输, 因此使得采用 H.264 技术的 MPEG-4 在低码率视频传输上取得了突破性进展 在技术上,H.264 标准中有多个闪光之处, 如统一的 VLC 符号编码 (CAVLC 或 CABAC), 高精度 多模式的位移估计, 整数变换 分层的编码语法等 这些措施使得 H.264 算法具有很高的编码效率, 在相同的重建图像质量下, 能够比 H.263 节约 50 % 左右的码率 H.264 的码流结构网络适应性强, 增加了差错恢复能力, 能够很好地适应 IP 和无线网络的应用 AVS(Audio Video Coding Standard) 是我国自主提出的数字音视频编解码标准, 包括系统 视频 音频 数字版权管理等四个主要技术标准和一致性测试等支撑标准 2002 年 6 月, 由中科院计算所牵头, 包括清华大学 浙江大学 富邦科技 上海广电集团等成员在内的中国数字音视频编解码技术标准工作组经信息产业部批准, 正式成立 经过了一年多的研究,2003 年底, 标准工作组将数 字音视频编解码技术标准 AVS(Audio Video Coding Standard) 正式提交, 经 过严格的测试,AVS 视频编码效率达到目前国际通用标准 MPEG-2 的 2~3 倍, 与 MPEG-4 AVC 标准效率相当, 在实现复杂度和高清晰度应用方面优于 MPEG-4AVC, 达到了国际领先水平 1.3 课题的提出背景及意义我国作为一个电子消费类产品的生产和消费大国, 目前我国在音视频产业领域已经具备较强的基础, 但由于没有掌握核心的技术标准, 相关产业的发展长期受制于国外持有标准专利与技术的企业和组织 - 3 -

14 第一章绪论 MPEG-2 是目前包括数字电视在内的数字音视频产业广泛采用的信源编码标准 但如果选择这个答案就必须接受每台设备交 2.5 美元专利费这样的现实 据估计,2004 年至 2012 年, 中国国内将会销售 4 亿台数字电视机 ( 含机顶盒 ) 和激光视盘机, 因此我国相关企业将需要交高达 10 亿美元的专利使用费 [3][5] ; 另一方面 MPEG-2 是由于技术上的落后, 其编码效率已经落后于其他标准 对于国际上目前正在研究新的国际标准 MPEG-4 AVC/H.264, 欧洲 DVB 联盟已 经考虑用 MPEG-4 AVC 取代 MPEG-2, 我国积极参与了新国际标准的制定并做出了一 定的技术贡献 但是新的标准仍有一个收费问题, 其收费策略刚刚开始讨论, 而且即使确定也肯定不会比 MPEG-2 初期的收费便宜 (MPEG-2 初期每台家电设备收费 6 美元 ) AVS 视频标准 (GB/T ) 是基于我国自主创新和国际公开技术所构建的标准, 主要面向高清晰和高质量数字电视广播 网络电视 数字存储媒体和其他相关应用, 具有以下特点 [4] :(1) 性能高, 编码效率是 MPEG-2 的 2 倍以上, 与 H.264 同一水平 ;(2) 复杂度低, 算法复杂度比 H.264 明显低, 软硬件实现成本都低于 H.264;(3) 我国掌握主要知识产权, 专利授权模式简单, 费用低 因此, 采用自主的 AVS 标准, 我国将能在技术 - 专利 - 标准 - 芯片 - 系统 - 产业这个产业链上, 掌握全面的主动权 AVS 编解码器的研究开发越来越广泛, 目前芯片厂商已经有宏景 龙晶等生产出支持 AVS 标准的芯片, 也有国外公司在开发支持 AVS 解码的芯片产品 本课题提出并实现了基于 TI 公司的通用多媒体处理器 TMS320DM642 DSP 平台的 AVS 视频解码方案 一方面,DSP 处理能力强, 用户开发自由度大, 开发周期短, 可以满 足市场不断提出的新要求 ; 另一方面, 基于 DSP 的解码算法的研究, 可以为今后 的专用视频解码芯片的开发奠定基础 1.4 课题的研究工作和内容安排本文通过对 AVS 视频技术标准和解码算法的深入研究和分析, 提出了 AVS 视频解码算法的设计流程 在此基础上, 以解码器开源代码为参考, 通过对解码器代码进行改进, 基本实现了 PC 上 AVS 视频解码, 为在 DSP 上实现 AVS 视频解码器奠定基础 最后, 将 PC 机上的解码算法 C 代码移植到 TMS320DM642 DSP 上, 并充分利用 DM642 的特点和 DSP 技术, 对解码流程和核心算法进行优化, 大幅提高了解码 - 4 -

15 第一章绪论 速度 本文一共分为六章, 各章的内容安排如下 : 第一章是绪论, 介绍了当今国际和国内视频压缩技术的发展状况, 阐述了本课题的研究背景和意义 研究工作和内容安排 第二章是 AVS 视频技术标准, 主要介绍了 AVS 编码比特流的结构和 AVS 编码的 关键技术 第三章是 AVS 视频解码算法的基本原理及分析, 主要介绍了 AVS 视频解码框架 结构及各模块的功能, 详细介绍了 AVS 视频的解码流程 第四章是 AVS 视频解码器基于 PC 上的分析及改进, 主要介绍了解码器开源程序包的主要函数及其函数调用情况, 并基于 PC 平台对解码软件进行改进, 为后续的研究奠定基础 第五章是 AVS 视频解码器的 DSP 实现及优化, 简要介绍了 TMS320DM642 DSP 的特点及软件开发平台 CCS, 并详细阐述了 AVS 视频解码器在 DSP DM642 上的实现及优化过程 第六章是总结与展望, 主要对本文的工作进行了总结, 并对下一步的工作提出了建议和设想 - 5 -

16 第二章 AVS 视频编码标准概述 [6] 2.1 AVS 视频标准简介 第二章 AVS 视频编码标准概述 AVS 视频标准制定的目标是为了适应数字电视广播 数字存储媒体 网络流 媒体 多媒体通信等应用中对运动图像压缩技术的需要而制定的 该标准使用范围包括但不限于下述领域 : 数字地面电视广播 (DTTB) 有 线电视 (CATV) 交互存储媒体 直播卫星视频业务 (DBS) 宽带视频业务 多媒体邮件分组网络的多媒体业务 (MSPN) 实时通信业务 ( 视频会议, 可视 电话等 ) 远程视频监控 该标准采用了一系列技术来达到高效率的视频编码, 包括帧内预测 帧间 预测 变换 量化和熵编码等 帧间预测使用基于块的运动矢量来消除图像间 的冗余 ; 帧内预测使用空间预测模式来消除图像内的冗余 再通过对预测残差 进行变换和量化消除图像内的视觉冗余 最后, 运动矢量 预测模式 量化参 数和变换系数用熵编码进行压缩 2.2 AVS 视频编码及关键技术 [7] AVS 视频与 MPEG 标准都采用混合编码框架, 如图 2-1 所示, 包括变换 量化 熵编码 帧内预测 帧间预测 环路滤波等技术模块, 这是当前主流的技术路 线 AVS 的主要创新在于提出了一批具体的优化技术, 在较低的复杂度下实现了 与国际标准相当的技术性能, 但并未使用国际标准背后的大量复杂的专利 帧内预测 运动补偿 Q/ICT Q-1 /ICT-1 熵编码 比特流 运动矢量 视频 运动估值 帧存 帧内预测 图 2-1 AVS 视频标准编码框图 - 6 -

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

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

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

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

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

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

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

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

% 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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

More information

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

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

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

:

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

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

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

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

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

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

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

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

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

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

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

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

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 学 号 :17820121151192 硕 士 学 位 论 文 携 程 与 艺 龙 竞 争 战 略 的 财 务 比 较 分 析 Financial Analysis on Different Competitive Strategies of Ctrip and Elong 郑 亮 指 导 教 师 : 黄 海 玉 专 业 名 称 : 旅 游 管 理 硕 士 答 辩 日

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

:

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

.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

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

- 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

- 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

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

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

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

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

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

厦门大学博硕士论文摘要库 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

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

MPEG AVS AV AVS:JVT AVS

MPEG AVS AV AVS:JVT AVS AVS 2003 7 30 MPEG AVS AV AVS:JVT AVS HPA Customer site A HPA Customer site B Harmonic Enterprise 1 Customer site C / (MPEG, H26x, AVS) (ISMA) DVB DVD (S/C/T) (TCP/IP) MPEG MPEG VCD: MPEG-1(ISO/IEC 11172)

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

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

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

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

µ γ α γ α µ α µ γ 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

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

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

面向中医辨证计算的粗糙集知识获取方法及其应用研究施明辉指导教师周昌乐教授厦门大学2008 年 3 月 学校编码 :10384 分类号 密级 学号 :B UDC 博士学位论文 面向中医辨证计算的粗糙集知识获取方法及其应用研究 Study on Knowledge Acquisitio

面向中医辨证计算的粗糙集知识获取方法及其应用研究施明辉指导教师周昌乐教授厦门大学2008 年 3 月 学校编码 :10384 分类号 密级 学号 :B UDC 博士学位论文 面向中医辨证计算的粗糙集知识获取方法及其应用研究 Study on Knowledge Acquisitio 面向中医辨证计算的粗糙集知识获取方法及其应用研究施明辉指导教师周昌乐教授厦门大学2008 年 3 月 学校编码 :10384 分类号 密级 学号 :B200323008 UDC 博士学位论文 面向中医辨证计算的粗糙集知识获取方法及其应用研究 Study on Knowledge Acquisition and Application based on Rough Set Theory Aimed at

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

,

, 学校编码 :10384 分类号密级 学号 :31120101151299 UDC 硕士学位论文 时变信道下的时间反转扩频水声通信研究 Research on Time Reversal Spread Spectrum Underwater Acoustic Communication in Time-varying Channels 周跃海 指导教师姓名 : 童峰教授 专业名称 : 海洋物理 论文提交日期

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

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

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

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

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

\\Lhh\07-02\黑白\内页黑白1-16.p

\\Lhh\07-02\黑白\内页黑白1-16.p Abstract: Urban Grid Management Mode (UGMM) is born against the background of the fast development of digital city. It is a set of urban management ideas, tools, organizations and flow, which is on the

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

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

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

More information

厦门大学学位论文原创性声明 本人呈交的学位论文是本人在导师指导下, 独立完成的研究成 果 本人在论文写作中参考其他个人或集体已经发表的研究成果, 均 在文中以适当方式明确标明, 并符合法律规范和 厦门大学研究生学 术活动规范 ( 试行 ) 另外, 该学位论文为 ( ) 课题 ( 组 ) 的研究成果,

厦门大学学位论文原创性声明 本人呈交的学位论文是本人在导师指导下, 独立完成的研究成 果 本人在论文写作中参考其他个人或集体已经发表的研究成果, 均 在文中以适当方式明确标明, 并符合法律规范和 厦门大学研究生学 术活动规范 ( 试行 ) 另外, 该学位论文为 ( ) 课题 ( 组 ) 的研究成果, 学校编码 :10384 分类号密级 学号 :X2012230884 UDC 工程硕士学位论文 高职院校考务管理信息系统的设计与实现 Design and Implementation of Examination Work Management Information System for Higher Vocational Colleges 陈略 指导教师 : 林坤辉教授 专业名称 : 软件工程

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

DSP MATLAB TMS3267 SPIHT 67 DSP PI DT DSP 67 DSP +SPIHT + DSP I Abstract Digital information, especially digital video and adio information, always has large amont of data which makes information storage

More information

10384 B UDC ( )

10384 B UDC ( ) 10384 B200034014 UDC ( ) 2003 4 2003 6 2003 ( ) 5 Q I Abstract Abstract Since sound is the only effective information carrier for medium or long distance wireless communication in sea water, underwater

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

南京理工大学硕士学位论文高精度激光测距仪硬件电路研究姓名 : 付宝臣申请学位级别 : 硕士专业 : 通信与信息系统指导教师 : 宋耀良 20070601 高精度激光测距仪硬件电路研究 作者 : 付宝臣 学位授予单位 : 南京理工大学 本文链接 :http://d.g.wanfangdata.com.cn/thesis_y1154660.aspx

More information

UDC The Establishment of Fractional BSDE : : : : : 厦门大学博硕士论文摘要库

UDC The Establishment of Fractional BSDE : : : : : 厦门大学博硕士论文摘要库 10384 19020071152070 UDC The Establishment of Fractional BSDE : : : 2010 4 : 2010 5 : 2010 6 2010 4 1. 2. 1973 1990 Pardoux. Duffie Epstein ( ) Feynman-Kac Navier-Stokes El Karoui Quenez ( )... - i Abstract

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

Microsoft Word - 系统建设1.doc

Microsoft Word - 系统建设1.doc 计 算 机 系 统 应 用 http://www.c-s-a.org.cn 2011 年 第 20 卷 第 5 期 1 智 能 视 频 分 析 技 术 在 综 合 安 防 系 统 中 的 应 用 陈 冬 冬 1, 张 曼 琳 2, 贾 平, 汪 永 强 1 ( 安 徽 工 业 大 学 计 算 机 学 院, 马 鞍 山 24002) 2 ( 浙 江 工 业 大 学 教 育 技 术 学 院, 杭 州 10014)

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