Modeling and Analysis of the Support System of Space-based Anti-missile Information Based on UML

Size: px
Start display at page:

Download "Modeling and Analysis of the Support System of Space-based Anti-missile Information Based on UML"

Transcription

1 2018 International Conference on Modeling, Simulation and Optimization (MSO 2018) ISBN: Modeling and Analysis of the Support System of Space-based Anti-missile Information Based on UML Chen-sen XIA 1, Hui YAN 2, Yue WANG 1 and Ling SHI 1 1 Space Engineering University, Graduate College of Space Engineering University, Ba Yi Road 1# Beijing, , China 2 Space Engineering University, Space information College of Space Engineering University, Ba Yi Road 1# Beijing, , China Keywords: Space-based information support system, Anti-missile system, UML, Modeling. Abstract. The purpose of this paper is to achieve the conceptual model and analysis on the support system of space-based anti-missile information. In this paper, Unified Modeling Language (UML) is used to conduct the model and analysis of the system. With respect to features such as functional requirements, data features, object relationships, dynamic behaviors and information interaction, a variety of view models were established to describe the concepts. Use case diagrams, class diagrams, sequence diagrams, communication diagrams and analysis class diagrams were drawn thanks to the IBM Software Delivery Platform. The producrs provided a conceptual analysis about the space-based information support on anti-missile system and foundation for the simulation of the follow-up system. It indicates the complexity of the system and the necessity of modeling and analisis through this paper. Introduction The support system of anti-missile information is a general term for the group offering information on decisions for Anti-Ballistic Control Center [1]. With the development of space technology and near space technology, early warning satellites, space target detectors and near space probes have all become important components of the support system of anti-missile information, and play an increasingly important role. This paper starts with the study of the support system of space-based anti-missile information in the general sense and is based on the U.S. anti-missile system. The support system of space-based anti-missile information in this paper includes many space-based parts, such as satellites, target monitors, ground-based monitoring and control stations that work with them. In addition, it also includes ground-based radar systems and communications relay systems cooperating with them [2] [3]. At present, the conceptual analysis of the overall anti-missile system process mainly adopts multi-view methods, such as multi-view analysis using the DoDAF framework and basic workflow [4] or swimlane diagram. DoDAF [5] framework supplies multi-view products in a variety of languages while flow chart or swimlane diagram analysis is relatively rough, so this paper applies UML (Unified Modeling Language) to system modeling analysis. A more clear analysis of the system could be achieved by the establishment of several conceptual models on some features with UML method used in this paper, and the specific is divided into the following aspects: (1) Requirements Modeling (2) Conceptual Data Modeling (3) Object Relationship Modeling (4) Behavioral Relationship Modeling[6]. In the requirement modeling, a use case diagram and the corresponding written case are used to describe the functional requirements. The conceptual data modeling is conducted by analyzing the conceptual data characteristics of the use cases and the class diagram of the conceptual data. Based on the conceptual data modeling, two measures would be taken in order to expand the object-oriented data model and transform the conceptual data model into object relations, which mainly captures data needs. Sequence diagram and communication diagram are used to describe the system behavior after getting the configuration of the class from the object relationship model so that the analysis of class diagram could be conducted to achieve multi-view[6] description of the system structure and behavior. 12

2 Requirements Modeling A system requirement [7] model can be established through use cases based on the needs of the system. Use cases mainly describe [8] functional requirements which describe the behavior or functionality of a system in various situations when it responds to a user's request. Use case analysis products include use case diagrams and written use cases [6]. Use case analysis [9] can identify the use cases of the execution process, the various classes of events, and connect the activity of the use case to a specific class in order to find the responsibility and attributes of the class and their relationship with each other which can normally determine the duties of each use case in the system. Besides, use cases can serve as the basis for building a model that drives the needs of the entire organization [10]. In the Use cases analysis of the support system of space-based anti-missile information, as the main work can be divided into three parts: missile launch warning, missile tracking and identification, and interception, among which the first part is most significant. So this paper selects the first part for use case analysis. In the Missile Launch Warning section, the participants are missiles and command and control center. Several use cases are detecting missile launch, relaying information, early warning information settlement, false alarm elimination and alarm issue. Figure 1 shows the use cases, participants and the relationships among the use cases. There is common association, including and expansion relations. A detailed script description of the use case model can be clearly seen in the written use cases shown in Table 1. Table 1. Written use case about missile launch warning. Use Case Title:Missile launch warning Primaty Actor:Missile, Command and Control Center Level:Blue Stakeholders:Missile,Command and Control Center Precondition:The relative equipment works noamally Minimal Guarantee:Back initial state Success Guarantee:The message containing missile launch warning sent successfully Trigger:Missile launch Main Success Scenario: 1.Missile launches, and characteristic signal like tail flame would be detected. 2.Early warning satellite senses the characteristic signal of the missile launched. 3.Detection signal is relayed to control station. 4.Control center calculates the detected signal, find missile launched, and eliminates the false alarm. 5.Report solved information and release missile attacking alarm. Extensions: 1. No extension. 2.a Early warning satellite fails to find the signal of missile launched. 2.a.1 No operation until other parts(such as radar) find the missile. 3.a Detection signal relayed is lost. 3.a.1 Relay the detection signal until receiving the comfirming message from the relay station. 3.a.2 Broadcast error message if several relays are failed. 4.a Signal is misrecognized and treated as false alarm. 4.a.1 Deliver message for another detection. 5.a Report is failed. 5.a.1 Check other communication and start spare link. 5.a.2 Other actions 13

3 Figure 1. Use case diagram on missile launch warning. Conceptual Data Modeling The Relational Data Model (RDM) is a detailed model that describes the overall structure of the organization s data; and is independent of any implementation [6]. The conceptual data model is usually graphical and in this paper it is displayed as a class diagram drawn in UML. Conceptual data modeling is an important intermediate step in the analysis of class diagrams. After logical data modeling [11] is used to convert object relationships into object relational data, object relationships can be identified as entity classes. And then, by adding boundary classes and controlling classes, sequence diagrams can be drawn to achieve behavioral relationships. In the conceptual data modeling of the support system of space-based anti-missile information, based on the use case of "missile launch warning" in requirement modeling, the conceptual model is drawn as Figure 2, in which the attributes of each class are shown in Table 2. Table 2. Detailed attributes of classes. Attribute table list Attribute about the class Attribute Attribute Attribute Attribute Attribute Attribute Satellite <PK> satellite ID orbit parameter Missile <PK>missile ID name Relay satellite Relay station Control station Early warning satellite Command and control center Detection (relation) Transmiss ion1 (relation) Transmiss ion2 (relation) relay satellite ID <PK>relay station ID <PK>Control station ID <PK>early warning satellite ID <PK>command and control center ID <PK>missile ID relay satellite ID relay satellite ID name number number number <export attributes>early Warning Intelligence <PK>early warning satellite ID relay station ID control station ID characteristi c signal relay time delay name name name decision time of discovery transmission delay transmission delay 14 flying parameters <multi value> success of calculation signal identification time detection area response time codec distortion codec distortion warhead type <multi value> calculating time <export attribute> early warning information false alarm on loss of signal on loss of signal number on signal identificatio n success

4 Figure 2. The class diagram on conceptual data model. When creating a conceptual data model, firstly the classes in the use case should be identified. After analyzing the use cases, it s easy to find that there are several obvious classes like missile, command and control center, early warning satellite, relay satellite, relay station, and control station. Besides, there are two more classes: detection and transmission. Next, attributes need be split up and assigned to the classes, as shown in Table 2. In the class diagram, the number of the association between the classes indicates the cardinality of the class and the association class generally appears in the many-to-many (m: n) association [12]. In the attribute table, PK indicates that the attribute is an identifier of the class. It could be found that in Figure 2 each missile can be detected by multiple satellites and each satellite can recognize multiple missiles. So, this is a many-to-many (m:n) relationship. Each early warning satellite can only send information to one relay satellite, while one relay satellite can receive information from multiple early warning satellites. So, this is a one-to-many (1:n) relationship. Similarly, the degree of the relationship between other classes can be described in Figure 2. Object-Relational Data Modeling The Object-Relational Data Model (ORDM) is a relational data model with an object-oriented extension. The Relational Data Model (RDM) is a data represented as a set of related tables or relationships. The object-relational data model is described with the object relationship. The transformation from concept of data model [6] to the object relationship can be completed in four steps: transforming classes, transforming relationships, normalizing the object relationships, and merging the relationships between the objects. When converting the conceptual data model of the support system of space-based anti-missile information into an object relationship, given the complexity of the space-based anti-missile information support system, it is difficult to finally merger the object relationship into a use case. However, internal merging of Launching early warning, tracking identification goals, implementing intercepts separately seems to reduce redundancy to some extent and provides a basis for separately creating analysis class diagrams. Transforming the conceptual data model of the missile launch warning use case into the object relationship is taken as an example and the specific steps are as follows: Transforming Class Based on the classes in the conceptual data model, the relationships are transformed into object relationships to get the initial object relationships and the results are as follows: Missile (missile ID, name, number, characteristic signal, flying parameters, warhead type) Early warning satellite (early warning satellite ID, name, number, detection area) Relay station (relay station ID, name, number) Relay satellite (relay satellite ID, name, number, relay time delay) 15

5 Control station (ID, name, number, <multi-value> success of calculation, <multi-value>calculating time, on signal identification success, signal identification time, <export attribute> early warning information) Command and Control Center (command and control center ID, <export attributes> early warning intelligence, decision time) Transforming Relationship When transforming relationships, it is important to pay attention to the degree of relationship and the multiplicity of relationships. In multiplicity numbers, the largest cardinality usually determines the structure of the relationship of result objects. A binary one-to-many (1: n) relationship shows in this way that the primary key attribute of the "one" part entity in the relationship is added as a foreign key in the relationship "multi" part relationship. If it is one to one (1: 1) relationship, the primary key attribute from any class could be added to the other as a foreign key. The relationship between early warning satellites and relay satellites, relay stations and control stations, control stations and command and control centers are in line with this conversion. After the transformation, some relationships changed are listed here: Relay satellite (relay satellite ID, name, number, relay time delay, early warning satellite ID) Control station (control station ID, name,number,<multi-value> success of calculation, <multi-value>calculating time, on signal identification success, signal identification time, <export attribute> early warning information, command and control center ID) Binary many-to-many (m: n) relationships (or relational classes) need to be created as a single object relationship. The primary key of this relationship is a combined key consisting of the respective primary key of each entity in the relationship, and any non-key attributes associated with the relationship are included in the created object relationship. The relationships between missiles and early warning satellites, relay satellites and relay stations, relay satellites and control stations are in line with the conversion. The results of further conversions are as follows (only changes or additions to object relationships are listed): Detection (missile ID, early warning satellite ID, of discovery, response time, false alarm ). Transmission1 (relay satellite ID, relay station ID, transmission delay, codec distortion(involved signal quality), on loss of signal). Transmission2 (relay satellite ID, control station ID, transmission delay, codec distortion (involved signal quality), on loss of signal). Normalizing the Relationship between Objects Normalizing object relationships requires that these relationships satisfy the third paradigm but not the first paradigm. After inspection, the above results are in line with the third paradigm. Merging Object Relationships The merger of the object relationships mainly focuses on the three problems that may appear in the integration: synonyms, homonymys and dependencies between non-key attributes. The final object relationship after the merger is as follows: Early warning satellite (early warning satellite ID, name, number, detection area) Relay satellite (relay satellite ID, name, number, relay time delay, early warning satellite ID) Control station (station ID, name, number, <multi-value> success of calculation, <multi-value>calculating time, on signal identification success, signal identification time, <export attribute> early warning information, command and control center ID) Command and Control Center (command and control center ID, <export attributes> early warning intelligence, decision time) Missile (missile ID, name, number, characteristic signal, flying parameters, warhead type) Detection (missile ID, early warning satellite ID, of discovery, response time, false alarm ) 16

6 Relay station (relay station ID, name, number) Transmission1 (relay satellite ID, relay station ID, transmission delay, codec distortion (involved in signal quality), on loss of signal) Transmission2 (relay satellite ID, control station ID, transmission delay, codec distortion (involved in signal quality), on loss of signal) Behavioral Modeling Behavioral modeling refers to the process of modeling the information interacting in a system and mainly to make clear the message delivery and responsibility distribution [13]. Behavioral modeling mainly refers to help establish the analysis class diagram [14] through the preparation of sequence diagrams and communication diagrams. The way to conduct behavioral modeling is as follows. Firstly construct the analytic classes relying on the object relationships and get the entity classes, control classes, and boundary classes. Secondly, the sequence diagram should be drawn and transformed into a communication diagram on the basis above. Thirdly, the analysis class diagram can be drawn with the help of the communication diagram. The details of drawing the analysis class diagram about support system of space-based anti-missile information are as follows. Similarly, it s supposed to select a typical use case missile launch warning in the process of drawing analysis class diagram. Based on the object relationships, the object relation should be transformed into the entity class, while the boundary class and the control class could be obtained by the method of typologically analysis. Some analysis classes are shown in Figure 3. Furthermore, the missile feature table is introduced between the participant missile and the use case, and the alarm signature table is introduced between the participant control center and the use case. Besides the control class of early warning control should be contained into the use case. Others can be created as entity classes based on the object relationship. Figure 3. The class diagram from configuration about missile launch alarm. Then, based on the preparation above, it is easy to create a sequence diagram shown in Figure 4. 17

7 Figure 4. The sequence diagram about missile launch alarm. In the sequence diagram, there are three main message lines, namely, the early warning missile, the relay and processing of information, and the delivering alarm. With its built-in capabilities, the software IBM RSA (IBM Rational Software Architect) can translate the sequence diagram directly into a communication diagram, as shown in Figure 5. Figure 5. The communication diagram about missile launch alarm. 18

8 On this basis, analysis class diagram shown in Figure 6 can be drawn easily. Figure 6. The analysis of class diagrams about missile launch alarm. In the analysis class diagrams, behavior information is not marked on the above, because the analysis class diagrams drawn with the UML method don t explicitly support the data modeling. Due to this case, it has a priority to conduct the structural relationship modeling in the analysis class diagrams instead of showing both data relationship and structural relationship in the diagrams above. When the behavioral relationships need searched, it is easy to get the information from the sequence diagram or the communication diagram. If both the two kinds of relationships on the analysis class diagrams appear, it would confuse the view model and make it hard to understand the system from the view model. Summary Object-oriented approach and UML Unified Modeling Language are used to research the support system of space-based anti-missile information in this paper. The requirements modeling, conceptual data modeling, object relation modeling and behavioral relation modeling are carried out to obtain the models of sequence diagrams, communication diagrams and analysis class diagrams, and the products are drawn on IBM RSA (IBM Rational Architect Software) development platform. It is of some reference to cognize and analyze the system from the aspects of the data characteristics and behavioral relationship. At the same time, it ensures the rationality of system abstraction in the follow-up research to a certain degree and plays a fundamental role in the execution and analysis of system information support models. References [1] Hao Xu. Qing-hua Xin, Military conceptual modeling of the formation process of the final anti-missile space information. J. Information exchange. 2016(10) [2] Gang Guo. Mao-xing Sheng. Quantitative analysis of anti-missile combat effectiveness based on improved ADC model. J. Modern defense technology. 2012(06) 19

9 [3] Hui Luo. Jie-sheng Chen. Xing-yun Wang. Research on the development status and integration trend of US military anti-missile and anti-satellite system. J. Attack and defense system. 2015(10). [4] Liang Xu. Li Zhang. Zhi-qiang Fan. An Approach of Real-Time Workflow Modeling Based on UML. J. Journal of Computer Research and Development. 2010(07) [5] Yi Liu. Zhi-yi Ma, Xiao He, Wei-zhong Shao. Approach to Transforming UML Model to Reliability Analysis Model. J. Journal of Software. 2010(02) [6] Joey George. Dinesh Battra. Object-oriented systems analysis anddesign.2ed.beijing, Tsinghua University Press, [7] Grady Booch. James Rumbaugh. Ivar Jacobson. Unified Modeling Language User Guide2ed. Beijing: The People s Posts and Telecommunications Press, [8] Guoming Yuan. Rui Liu. Bo Fan. Use Case Diagram of UML Steps Design Research in Software Engineering. J. Microcomputer Application. 2014(30). [9] Ju Huang. Research on library information management system based on UML modeling. J. Wireless Internet Technology. 2013(02). [10] Er-pin Zhao, Liang Wang. Research on the modeling process of UML. J. Tibet's Science & Technology. 2011(12). [11] Yong Peng. Zhi-cheng Liu. Jun Zhang. Dongshen Lin. UML Modeling Example Tutorial. Beijing: Publishing House of Electronics Industry, [12] Ke-hua Gao. Na Li. UML Software Modeling Technology Based on IBM RSA Tools. Beijing: Tsinghua University Press, [13] Yong Li. Xiao-jun Yang. UML2 Introduction and Improvement of Software Modeling. Beijing: Tsinghua University Press, [14] Han Yan. Dong-mei Liu. Xuelong Zhao. UML2 Software Modeling: Concepts, Norms and Methods. Beijing: National Defend Industry Press

Design of Soybean Milk Machine Control System based on STC89C52. Ya-gang SUN, Yue ZHANG, Zhi-gang YANG, Rui-cheng ZHANG and Xiao-wei SHEN

Design of Soybean Milk Machine Control System based on STC89C52. Ya-gang SUN, Yue ZHANG, Zhi-gang YANG, Rui-cheng ZHANG and Xiao-wei SHEN 2016 International Conference on Advanced Manufacture Technology and Industrial Application (AMTIA 2016) ISBN: 978-1-60595-387-8 Design of Soybean Milk Machine Control System based on STC89C52 Ya-gang

More information

International Conference on Information Sciences, Machinery, Materials and Energy (ICISMME 2015)

International Conference on Information Sciences, Machinery, Materials and Energy (ICISMME 2015) International Conference on Information Sciences, Machinery, Materials and Energy (ICISMME 2015) ARINC - 429 airborne communications transceiver system based on FPGA implementation Liu Hao 1,Gu Cao 2,MA

More information

A method of three-dimensional subdivision of arbitrary polyhedron by. using pyramids

A method of three-dimensional subdivision of arbitrary polyhedron by. using pyramids 5th International Conference on Measurement, Instrumentation and Automation (ICMIA 2016) A method of three-dimensional subdivision of arbitrary polyhedron by using pyramids LIU Ji-bo1,a*, Wang Zhi-hong1,b,

More information

Research on Heterogeneous Communication Network for Power Distribution Automation

Research on Heterogeneous Communication Network for Power Distribution Automation 3rd International Conference on Material, Mechanical and Manufacturing Engineering (IC3ME 2015) Research on Heterogeneous Communication Network for Power Distribution Automation Qiang YU 1,a*, Hui HUANG

More information

result, it is very important to design a simulation system for dynamic laser scanning

result, it is very important to design a simulation system for dynamic laser scanning 3rd International Conference on Multimedia Technology(ICMT 2013) Accurate and Fast Simulation of Laser Scanning Imaging Luyao Zhou 1 and Huimin Ma Abstract. In order to design a more accurate simulation

More information

Qiqihar University, China *Corresponding author. Keywords: Highway tunnel, Variant monitoring, Circle fit, Digital speckle.

Qiqihar University, China *Corresponding author. Keywords: Highway tunnel, Variant monitoring, Circle fit, Digital speckle. 2017 2nd International Conference on Applied Mechanics and Mechatronics Engineering (AMME 2017) ISBN: 978-1-60595-521-6 Research on Tunnel Support Deformation Based on Camera and Digital Speckle Improvement

More information

2008 International Conference on Apperceiving Computing and Intelligence Analysis (ICACIA 2008) Chengdu, China December 2008

2008 International Conference on Apperceiving Computing and Intelligence Analysis (ICACIA 2008) Chengdu, China December 2008 2008 International Conference on Apperceiving Computing and Intelligence Analysis (ICACIA 2008) Chengdu, China 13-15 December 2008 IEEE Catalog Number: ISBN: CFP0881F-PRT 978-1-4244-3427-5 TABLE OF CONTENTS

More information

Journal of Chemical and Pharmaceutical Research, 2015, 7(3): Research Article

Journal of Chemical and Pharmaceutical Research, 2015, 7(3): Research Article Available online www.jocpr.com Journal of Chemical and Pharmaceutical esearch, 015, 7(3):175-179 esearch Article ISSN : 0975-7384 CODEN(USA) : JCPC5 Thread image processing technology research based on

More information

The Design of Electronic Color Screen Based on Proteus Visual Designer Ting-Yu HOU 1,a, Hao LIU 2,b,*

The Design of Electronic Color Screen Based on Proteus Visual Designer Ting-Yu HOU 1,a, Hao LIU 2,b,* 2016 Joint International Conference on Service Science, Management and Engineering (SSME 2016) and International Conference on Information Science and Technology (IST 2016) ISBN: 978-1-60595-379-3 The

More information

SYSTEM OF PREVIEW AND DETECTION BASED ON NETWORK VIRTUAL EXPERIMENT

SYSTEM OF PREVIEW AND DETECTION BASED ON NETWORK VIRTUAL EXPERIMENT SYSTEM OF PREVIEW AND DETECTION BASED ON NETWORK VIRTUAL EXPERIMENT 1 BANGLI SHI, 2 YI YANG, 3 PENG XU 1,3 Lecturer, 2 Assoc. Prof., College of Electronic Information and Automation, Chongqing University

More information

Autonomous System Network Topology Discovery Algorithm Based On OSPF Protocol

Autonomous System Network Topology Discovery Algorithm Based On OSPF Protocol 3rd International Conference on Material, Mechanical and Manufacturing Engineering (IC3ME 2015) Autonomous System Network Topology Discovery Algorithm Based On OSPF Protocol Xingchao Ma 1, a *, Geming

More information

Research on Coordinated Attack Protection Method Based on Global Time Synchronization System of Intelligent Substation

Research on Coordinated Attack Protection Method Based on Global Time Synchronization System of Intelligent Substation Journal of Network Computing and Applications (2019) 4: 14-20 Clausius Scientific Press, Canada DOI: 10.23977/jnca.2019.41003 EISSN 2371-9214 Research on Coordinated Attack Protection Method Based on Global

More information

Research on Design and Application of Computer Database Quality Evaluation Model

Research on Design and Application of Computer Database Quality Evaluation Model Research on Design and Application of Computer Database Quality Evaluation Model Abstract Hong Li, Hui Ge Shihezi Radio and TV University, Shihezi 832000, China Computer data quality evaluation is the

More information

PARAMETERIZED COMPUTER AIDED DESIGN OF STUBBLE CLEANER

PARAMETERIZED COMPUTER AIDED DESIGN OF STUBBLE CLEANER PARAMETERIZED COMPUTER AIDED DESIGN OF STUBBLE CLEANER Lige Wen 1, 2, Jianqiao Li 1,*, Xiuzhi Zhang 2, Benard Chirende 1 1 The Key Laboratory for Terrain-Machine Bionics Engineering, Ministry of Education,

More information

A Design of Remote Monitoring System based on 3G and Internet Technology

A Design of Remote Monitoring System based on 3G and Internet Technology National Conference on Information Technology and Computer Science (CITCS 2012) A Design of Remote Monitoring System based on 3G and Internet Technology Shouxian WEN Lei XU Xingguo SUN Xiaohui LI* Abstract

More information

Qingdao, , China. China. Keywords: Deep sea Ultrahigh pressure, Water sound acquisition, LabVIEW, NI PXle hardware.

Qingdao, , China. China. Keywords: Deep sea Ultrahigh pressure, Water sound acquisition, LabVIEW, NI PXle hardware. 2016 International Conference on Control and Automation (ICCA 2016) ISBN: 978-1-60595-329-8 Research and Design on Water Sound Acquisition System of Deep Sea Ultrahigh Pressure Environment Gang TONG 1,

More information

International Journal of Advance Engineering and Research Development

International Journal of Advance Engineering and Research Development Scientific Journal of Impact Factor (SJIF): 5.71 International Journal of Advance Engineering and Research Development Volume 5, Issue 03, March -2018 e-issn (O): 2348-4470 p-issn (P): 2348-6406 BATCH

More information

Research on the Knowledge Representation Method of Instance Based on Functional Surface

Research on the Knowledge Representation Method of Instance Based on Functional Surface 5th International Conference on Advanced Engineering Materials and Technology (AEMT 2015) Research on the Knowledge Representation Method of Instance Based on Functional Surface Pengjie Zhai a, Changqing

More information

Research on Hybrid Network Technologies of Power Line Carrier and Wireless MAC Layer Hao ZHANG 1, Jun-yu LIU 2, Yi-ying ZHANG 3 and Kun LIANG 3,*

Research on Hybrid Network Technologies of Power Line Carrier and Wireless MAC Layer Hao ZHANG 1, Jun-yu LIU 2, Yi-ying ZHANG 3 and Kun LIANG 3,* 2017 International Conference on Computer, Electronics and Communication Engineering (CECE 2017) ISBN: 978-1-60595-476-9 Research on Hybrid Network Technologies of Power Line Carrier and Wireless MAC Layer

More information

The Analysis of the Loss Rate of Information Packet of Double Queue Single Server in Bi-directional Cable TV Network

The Analysis of the Loss Rate of Information Packet of Double Queue Single Server in Bi-directional Cable TV Network Applied Mechanics and Materials Submitted: 2014-06-18 ISSN: 1662-7482, Vol. 665, pp 674-678 Accepted: 2014-07-31 doi:10.4028/www.scientific.net/amm.665.674 Online: 2014-10-01 2014 Trans Tech Publications,

More information

Design of Coal Mine Power Supply Monitoring System

Design of Coal Mine Power Supply Monitoring System 2nd International Conference on Electronics, Network and Computer Engineering (ICENCE 2016) Design of Coal Mine Power Supply Monitoring System Lei Shi 1, Guo Jin 2 and Jun Xu 3 1 2 Department of electronic

More information

Research on the Application of Digital Images Based on the Computer Graphics. Jing Li 1, Bin Hu 2

Research on the Application of Digital Images Based on the Computer Graphics. Jing Li 1, Bin Hu 2 Applied Mechanics and Materials Online: 2014-05-23 ISSN: 1662-7482, Vols. 556-562, pp 4998-5002 doi:10.4028/www.scientific.net/amm.556-562.4998 2014 Trans Tech Publications, Switzerland Research on the

More information

Lesson 3 Answer Keys Listening for Information 1. a. Mǎ b. Guō c. Gāo d. Bái e. Luó f. Hé g. Wén h. Dīng i. Yáng j. Yè. 2. a. B b. C c. A d. C e.

Lesson 3 Answer Keys Listening for Information 1. a. Mǎ b. Guō c. Gāo d. Bái e. Luó f. Hé g. Wén h. Dīng i. Yáng j. Yè. 2. a. B b. C c. A d. C e. Answer Keys Lesson 3 p. 1 Lesson 3 Answer Keys Listening for Information 1. a. Mǎ b. Guō c. Gāo d. Bái e. Luó f. Hé g. Wén h. Dīng i. Yáng j. Yè 2. a. B b. C c. A d. C e. B 3. a. Bái b. Luó c. Gù d. Tán

More information

The Internet of Things for Petroleum Transportation

The Internet of Things for Petroleum Transportation 2017 2nd International Conference on Applied Mechanics and Mechatronics Engineering (AMME 2017) ISBN: 978-1-60595-521-6 The Internet of Things for Petroleum Transportation Hui-ran WANG 1 and Rui-fang MA

More information

A Multi-stage IPv6 Routing Lookup Algorithm Based on Hash Table and Multibit Trie Xing-ya HE * and Yun YANG

A Multi-stage IPv6 Routing Lookup Algorithm Based on Hash Table and Multibit Trie Xing-ya HE * and Yun YANG 2017 International Conference on Computer, Electronics and Communication Engineering (CECE 2017) ISBN: 978-1-60595-476-9 A Multi-stage IPv6 Routing Lookup Algorithm Based on Hash Table and Multibit Trie

More information

Remote Monitoring System of Ship Running State under Wireless Network

Remote Monitoring System of Ship Running State under Wireless Network Journal of Shipping and Ocean Engineering 7 (2017) 181-185 doi 10.17265/2159-5879/2017.05.001 D DAVID PUBLISHING Remote Monitoring System of Ship Running State under Wireless Network LI Ning Department

More information

The Analysis and Research of IPTV Set-top Box System. Fangyan Bai 1, Qi Sun 2

The Analysis and Research of IPTV Set-top Box System. Fangyan Bai 1, Qi Sun 2 Applied Mechanics and Materials Online: 2012-12-13 ISSN: 1662-7482, Vols. 256-259, pp 2898-2901 doi:10.4028/www.scientific.net/amm.256-259.2898 2013 Trans Tech Publications, Switzerland The Analysis and

More information

Research of Traffic Flow Based on SVM Method. Deng-hong YIN, Jian WANG and Bo LI *

Research of Traffic Flow Based on SVM Method. Deng-hong YIN, Jian WANG and Bo LI * 2017 2nd International onference on Artificial Intelligence: Techniques and Applications (AITA 2017) ISBN: 978-1-60595-491-2 Research of Traffic Flow Based on SVM Method Deng-hong YIN, Jian WANG and Bo

More information

Recovering the Communication of Power System Protection Quickly Via ZigBee Wireless Network for the Intelligent Protection Center Research

Recovering the Communication of Power System Protection Quickly Via ZigBee Wireless Network for the Intelligent Protection Center Research 2016 International Conference on Material Science and Civil Engineering (MSCE 2016) ISBN: 978-1-60595-378-6 Recovering the Communication of Power System Protection Quickly Via ZigBee Wireless Network for

More information

An algorithm of lips secondary positioning and feature extraction based on YCbCr color space SHEN Xian-geng 1, WU Wei 2

An algorithm of lips secondary positioning and feature extraction based on YCbCr color space SHEN Xian-geng 1, WU Wei 2 International Conference on Advances in Mechanical Engineering and Industrial Informatics (AMEII 015) An algorithm of lips secondary positioning and feature extraction based on YCbCr color space SHEN Xian-geng

More information

2002 International Conference on Machine Learning and Cybernetics. Proceedings Volume 3 of 4

2002 International Conference on Machine Learning and Cybernetics. Proceedings Volume 3 of 4 2002 International Conference on Machine Learning and Cybernetics Proceedings Volume 3 of 4 TECHNISCHE INFORMATIO.NSBIBLIOTHEK UNIVERS1TATSBIBLIOTHEK HANNOVER November 4-5, 2002 Prime Hotel Beijing, CHINA

More information

CISC 322 Software Architecture

CISC 322 Software Architecture CISC 322 Software Architecture UML - The Unified Modelling Language Nicolas Bettenburg 1 DEFINITION The Unified Modelling Language (UML) is a graphical language for visualizing, specifying, constructing,

More information

Open Access Research on the Key Technology of Seismic Observation Equipment Cluster

Open Access Research on the Key Technology of Seismic Observation Equipment Cluster Send Orders for Reprints to reprints@benthamscience.ae 1848 The Open Automation and Control Systems Journal, 2015, 7, 1848-1854 Open Access Research on the Key Technology of Seismic Observation Equipment

More information

Simulation Comparison Between PTC/Creo and Professional CAE Software Li-xin WANG*, Jun-hui LIU and Lin-kai CHEN

Simulation Comparison Between PTC/Creo and Professional CAE Software Li-xin WANG*, Jun-hui LIU and Lin-kai CHEN 2017 International Conference on Mechanical and Mechatronics Engineering (ICMME 2017) ISBN: 978-1-60595-440-0 Simulation Comparison Between PTC/Creo and Professional CAE Software Li-xin WANG*, Jun-hui

More information

The Parameters Optimization of Fusion Winglet Based on Orthogonal Experiment Yue LUO 1, *, Qi WANG 1, Qi DU 1 and Hou-An DING 1

The Parameters Optimization of Fusion Winglet Based on Orthogonal Experiment Yue LUO 1, *, Qi WANG 1, Qi DU 1 and Hou-An DING 1 2016 International Conference on Control and Automation (ICCA 2016) ISBN: 978-1-60595-329-8 The Parameters Optimization of Fusion Winglet Based on Orthogonal Experiment Yue LUO 1, *, Qi WANG 1, Qi DU 1

More information

Development of a Rapid Design System for Aerial Work Truck Subframe with UG Secondary Development Framework

Development of a Rapid Design System for Aerial Work Truck Subframe with UG Secondary Development Framework Available online at www.sciencedirect.com Procedia Engineering 15 (2011) 2961 2965 Advanced in Control Engineering and Information Science Development of a Rapid Design System for Aerial Work Truck Subframe

More information

Research on Two - Way Interactive Communication and Information System Design Analysis Dong Xu1, a

Research on Two - Way Interactive Communication and Information System Design Analysis Dong Xu1, a 5th International Conference on Mechatronics, Materials, Chemistry and Computer Engineering (ICMMCCE 2017) Research on Two - Way Interactive Communication and Information System Design Analysis Dong Xu1,

More information

Research on Power Quality Monitoring and Analyzing System Based on Embedded Technology

Research on Power Quality Monitoring and Analyzing System Based on Embedded Technology 2010 China International Conference on Electricity Distribution 1 Research on Power Quality Monitoring and Analyzing System Based on Embedded Technology Zhang Hong-tao, Ye Ying, An Qing China Zhoukou Power

More information

Framework Research on Privacy Protection of PHR Owners in Medical Cloud System Based on Aggregation Key Encryption Algorithm

Framework Research on Privacy Protection of PHR Owners in Medical Cloud System Based on Aggregation Key Encryption Algorithm Framework Research on Privacy Protection of PHR Owners in Medical Cloud System Based on Aggregation Key Encryption Algorithm Huiqi Zhao 1,2,3, Yinglong Wang 2,3*, Minglei Shu 2,3 1 Department of Information

More information

The Research of Collision Detection Algorithm Based on Separating axis Theorem

The Research of Collision Detection Algorithm Based on Separating axis Theorem The Research of Collision Detection lgorithm Based on Separating axis Theorem bstract Cheng Liang a, Xiaojian Liu School of Computer and Software Engineering, Xihua University, Chengdu, 610039, China a

More information

2002 International Conference on Machine Learning and Cybernetics. Proceedings Volume 1 of 4

2002 International Conference on Machine Learning and Cybernetics. Proceedings Volume 1 of 4 2002 International Conference on Machine Learning and Cybernetics Proceedings Volume 1 of 4 TECHNISCHE INFORMATIONSBIBLiOTHEK UNIVERSITATSBiBLIOTHEK HANNOVCR November 4-5, 2002 Prime Hotel Beijing, CHINA

More information

Keywords: Cloud computing, ZigBee, Smart home, Security cloud

Keywords: Cloud computing, ZigBee, Smart home, Security cloud 2016 International Conference on Information Engineering and Communications Technology (IECT 2016) ISBN: 978-1-60595-375-5 Design of the Smart-home Security System based on Cloud Computing Yan Wang 1,a,

More information

The Discussion of 500kV Centralized Monitoring System for Large Operation and Large Maintenance Mode

The Discussion of 500kV Centralized Monitoring System for Large Operation and Large Maintenance Mode Engineering, 2013, 5, 127-131 doi:10.4236/eng.2013.51b023 Published Online January 2013 (http://www.scirp.org/journal/eng) The Discussion of 500kV Centralized System for Large Operation and Large Maintenance

More information

2009 International Conference on Wavelet Analysis and Pattern Recognition (ICWAPR 2009) Baoding, China July IEEE Catalog Number: ISBN:

2009 International Conference on Wavelet Analysis and Pattern Recognition (ICWAPR 2009) Baoding, China July IEEE Catalog Number: ISBN: 2009 International Conference on Wavelet Analysis and Pattern Recognition (ICWAPR 2009) Baoding, China 12-15 July 2009 IEEE Catalog Number: ISBN: CFP0919C-PRT 978-1-4244-3728-3 Copyright 2009 by the Institute

More information

A New Method Of VPN Based On LSP Technology

A New Method Of VPN Based On LSP Technology 2nd Joint International Information Technology, Mechanical and Electronic Engineering Conference (JIMEC 2017) A New Method Of VPN Based On LSP Technology HaiJun Qing 1, 2 1, 2, ChaoXiang Liang, LiPing

More information

A Test Sequence Generation Method Based on Dependencies and Slices Jin-peng MO *, Jun-yi LI and Jian-wen HUANG

A Test Sequence Generation Method Based on Dependencies and Slices Jin-peng MO *, Jun-yi LI and Jian-wen HUANG 2017 2nd International Conference on Advances in Management Engineering and Information Technology (AMEIT 2017) ISBN: 978-1-60595-457-8 A Test Sequence Generation Method Based on Dependencies and Slices

More information

Research Article. Three-dimensional modeling of simulation scene in campus navigation system

Research Article. Three-dimensional modeling of simulation scene in campus navigation system Available online www.jocpr.com Journal of Chemical and Pharmaceutical Research, 2013, 5(12):103-107 Research Article ISSN : 0975-7384 CODEN(USA) : JCPRC5 Three-dimensional modeling of simulation scene

More information

Design of Intelligent System for Watering Flowers Based on IOT

Design of Intelligent System for Watering Flowers Based on IOT 4th International Conference on Computer, Mechatronics, Control and Electronic Engineering (ICCMCEE 2015) Design of Intelligent System for Watering Flowers Based on IOT Hong-Jun GU a, Shi-Dong Zhu, Yan-Fen

More information

Proceedings of 2005 International Conference On Machine Learning and Cybernetics. Volume 9 of 9

Proceedings of 2005 International Conference On Machine Learning and Cybernetics. Volume 9 of 9 t»f JT A If I Otemational Viz I iversify in Girminy Proceedings of 2005 International Conference On Machine Learning and Cybernetics Volume 9 of 9 August 18-21, 2005 Ramada Hotel Guangzhou, China IEEE

More information

Quality Assessment of Power Dispatching Data Based on Improved Cloud Model

Quality Assessment of Power Dispatching Data Based on Improved Cloud Model Quality Assessment of Power Dispatching Based on Improved Cloud Model Zhaoyang Qu, Shaohua Zhou *. School of Information Engineering, Northeast Electric Power University, Jilin, China Abstract. This paper

More information

A Network Disk Device Based on Web Accessing

A Network Disk Device Based on Web Accessing TELKOMNIKA Indonesian Journal of Electrical Engineering Vol.12, No.6, June 2014, pp. 4387 ~ 4392 DOI: 10.11591/telkomnika.v12i6.5472 4387 A Network Disk Device Based on Web Accessing QunFang Yuan 1, Wenxia

More information

A Decision Support System Based on SSH and DWR for the Retail Industry

A Decision Support System Based on SSH and DWR for the Retail Industry A Decision Support System Based on SSH and DWR for the Retail Industry Chunyang Wang and Bo Yuan Division of Informatics, Graduate School at Shenzhen Tsinghua University Shenzhen 518055, P.R. China tsinglong@163.com,

More information

Research on Software Scheduling Technology Based on Multi-Buffered Parallel Encryption

Research on Software Scheduling Technology Based on Multi-Buffered Parallel Encryption International Conference on Manufacturing Science and Engineering (ICMSE 2015) Research on Software Scheduling Technology Based on Multi-Buffered Parallel Encryption Zeng Rong 1, a, Xia Wei 2, Wang Hongkai

More information

A Reliability Model Based on Heterogeneous Software Architecture

A Reliability Model Based on Heterogeneous Software Architecture A Reliability Model Based on Heterogeneous Software Architecture Chang Liu, Bin Liu, Lian Ruan Department of System Engineering of Engineering Technology Beihang University Beijing, China liuchang@dse.buaa.edu.cn

More information

The Design and Implementation of Workflow Simulation based on the Theory of Discrete Event

The Design and Implementation of Workflow Simulation based on the Theory of Discrete Event The Design and Implementation of Workflow Simulation based on the Theory of Discrete Event Kehe Wu 1,a, Shuo Shi 1,b, Gang Ma 1,c and Shengzhuang Wang 1,d 1 School of North China Electric Power University,

More information

Design and Implementation of Agricultural Intelligent Monitoring System. based on the Android Platform. Liang Haili 1, a

Design and Implementation of Agricultural Intelligent Monitoring System. based on the Android Platform. Liang Haili 1, a Advances in Engineering Research (AER), volume 107 2nd International Conference on Materials Engineering and Information Technology Applications (MEITA 2016) Design and Implementation of Agricultural Intelligent

More information

2017 International Conference on Economics, Management Engineering and Marketing (EMEM 2017) ISBN:

2017 International Conference on Economics, Management Engineering and Marketing (EMEM 2017) ISBN: 2017 International Conference on Economics, Management Engineering and Marketing (EMEM 2017) ISBN: 978-1-60595-502-5 Design of Attendance Check System Based on Ethernet Technology and Fingerprint Recognition

More information

Data Acquisition and Analysis of Distribution Automation System

Data Acquisition and Analysis of Distribution Automation System 07 5th International Conference on Computer, Automation and Power Electronics CAPE 07 Data Acquisition and Analysis of Distribution Automation System Yang Chengpeng, a, Zhang Xiaoliang,b, Ren Yong,c,Wang

More information

The Research of Delay Characteristics in CAN Bus Networked Control System

The Research of Delay Characteristics in CAN Bus Networked Control System Journal of Computational Information Systems 9: 18 (2013) 7517 7523 Available at http://www.jofcis.com The Research of Delay Characteristics in CAN Bus Networked Control System Yi WANG 1, Liren HE 2, Ming

More information

Effectiveness Evaluation of Air and Missile Defense System Based on Parametric Diagrams

Effectiveness Evaluation of Air and Missile Defense System Based on Parametric Diagrams 5th International Conference on Computer Sciences and Automation Engineering (ICCSAE 205) Effectiveness Evaluation of Air and Missile Defense System Based on Parametric Diagrams Lu Fa, a, Sun Wenhu, b

More information

Research Of Data Model In Engineering Flight Simulation Platform Based On Meta-Data Liu Jinxin 1,a, Xu Hong 1,b, Shen Weiqun 2,c

Research Of Data Model In Engineering Flight Simulation Platform Based On Meta-Data Liu Jinxin 1,a, Xu Hong 1,b, Shen Weiqun 2,c Applied Mechanics and Materials Online: 2013-06-13 ISSN: 1662-7482, Vols. 325-326, pp 1750-1753 doi:10.4028/www.scientific.net/amm.325-326.1750 2013 Trans Tech Publications, Switzerland Research Of Data

More information

Study on Digitized Measuring Technique of Thrust Line for Rocket Nozzle

Study on Digitized Measuring Technique of Thrust Line for Rocket Nozzle Study on Digitized Measuring Technique of Thrust Line for Rocket Nozzle Lijuan Li *, Jiaojiao Ren, Xin Yang, Yundong Zhu College of Opto-Electronic Engineering, Changchun University of Science and Technology,

More information

An Solution of Network Service Oriented Operator Network Intrusion Prevention

An Solution of Network Service Oriented Operator Network Intrusion Prevention International Symposium on Computers & Informatics (ISCI 2015) An Solution of Network Service Oriented Operator Network Intrusion Prevention Jie Li, Yang Li DIGITAL CHINA(CHINA)LIMITED, Beijing, China

More information

High Level Architecture and Agent Technology based Astronautics Simulation Platform and Cluster Computing Environment s Construction

High Level Architecture and Agent Technology based Astronautics Simulation Platform and Cluster Computing Environment s Construction High Level Architecture and Agent Technology based Astronautics Simulation Platform and Cluster Computing Environment s Construction Zhen SHEN And Jing YAO And Dong-yun YI ABSTRACT The astronautics oriented

More information

Design of New Oscillograph based on FPGA

Design of New Oscillograph based on FPGA Available online at www.sciencedirect.com Procedia Engineering 23 (2011) 60 64 Design of New Oscillograph based on FPGA Hu Haoran,ZHANG Fei School of Computer & Information, Anqing Teachers College, Anqing

More information

A Dynamic Adaptive Algorithm Based on HTTP Streaming Media Technology

A Dynamic Adaptive Algorithm Based on HTTP Streaming Media Technology 2016 International Conference on Electronic Information Technology and Intellectualization (ICEITI 2016) ISBN: 978-1-60595-364-9 A Dynamic Adaptive Algorithm Based on HTTP Streaming Media Technology Zhufeng

More information

Research on Approach of Equipment Status and Operation Information Acquisition Based on Equipment Control Bus

Research on Approach of Equipment Status and Operation Information Acquisition Based on Equipment Control Bus Research on Approach of Equipment Status and Operation Information Acquisition Based on Equipment Control Bus Xu Li a, *, Chen Meng, Huixia Jiang, Cheng Wang Army Engineering University, Shijiazhuang 050003,

More information

CV of Qixiang Ye. University of Chinese Academy of Sciences

CV of Qixiang Ye. University of Chinese Academy of Sciences 2012-12-12 University of Chinese Academy of Sciences Qixiang Ye received B.S. and M.S. degrees in mechanical & electronic engineering from Harbin Institute of Technology (HIT) in 1999 and 2001 respectively,

More information

Zhi-Quan Luo Electrical and Computer Engineering

Zhi-Quan Luo Electrical and Computer Engineering Sun, Ruoyu, and Zhi-Quan Luo. 2015. Interference alignment using finite and dependent channel extensions: The single beam case. IEEE Transactions on Information Theory 61 (1) (JAN 01): 239-55. Baligh,

More information

The application of OLAP and Data mining technology in the analysis of. book lending

The application of OLAP and Data mining technology in the analysis of. book lending 2nd International Conference on Automation, Mechanical Control and Computational Engineering (AMCCE 2017) The application of OLAP and Data mining technology in the analysis of book lending Xiao-Han Zhou1,a,

More information

Design of Intelligent Power Terminal System Based on Family Heterogeneous Network

Design of Intelligent Power Terminal System Based on Family Heterogeneous Network IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS Design of Intelligent Power Terminal System Based on Family Heterogeneous Network To cite this article: Yunxiang Zhang et al 2018

More information

Location of air-borne SAR imagery without GCPs and error analysis

Location of air-borne SAR imagery without GCPs and error analysis International Conference on Remote Sensing, Environment and Transportation Engineering (RSETE 2013) Location of air-borne SAR imagery without GCPs and error analysis FAN Ning-jun, ZHAO Ling-jun, KUANG

More information

Comparative analyses for the performance of Rational Rose and Visio in software engineering teaching

Comparative analyses for the performance of Rational Rose and Visio in software engineering teaching Journal of Physics: Conference Series PAPER OPEN ACCESS Comparative analyses for the performance of Rational Rose and Visio in software engineering teaching To cite this article: Zhaojun Yu and Zhan Xiong

More information

An intelligent LED landscape lighting system

An intelligent LED landscape lighting system An intelligent landscape lighting system Lei Zhang 1,2,*, Jie Fang 1,2 and Ping Yu 1,2 1 School of electrical and photoelectrical Engineering. West Anhui University, Lu an, Anhui, 237012 2 Intelligent

More information

Research and Design of Crypto Card Virtualization Framework Lei SUN, Ze-wu WANG and Rui-chen SUN

Research and Design of Crypto Card Virtualization Framework Lei SUN, Ze-wu WANG and Rui-chen SUN 2016 International Conference on Wireless Communication and Network Engineering (WCNE 2016) ISBN: 978-1-60595-403-5 Research and Design of Crypto Card Virtualization Framework Lei SUN, Ze-wu WANG and Rui-chen

More information

Study on Image Position Algorithm of the PCB Detection

Study on Image Position Algorithm of the PCB Detection odern Applied cience; Vol. 6, No. 8; 01 IN 1913-1844 E-IN 1913-185 Published by Canadian Center of cience and Education tudy on Image Position Algorithm of the PCB Detection Zhou Lv 1, Deng heng 1, Yan

More information

2 Proposed Methodology

2 Proposed Methodology 3rd International Conference on Multimedia Technology(ICMT 2013) Object Detection in Image with Complex Background Dong Li, Yali Li, Fei He, Shengjin Wang 1 State Key Laboratory of Intelligent Technology

More information

An Adaptive Threshold LBP Algorithm for Face Recognition

An Adaptive Threshold LBP Algorithm for Face Recognition An Adaptive Threshold LBP Algorithm for Face Recognition Xiaoping Jiang 1, Chuyu Guo 1,*, Hua Zhang 1, and Chenghua Li 1 1 College of Electronics and Information Engineering, Hubei Key Laboratory of Intelligent

More information

2002 International Conference on Machine Learning and Cybernetics. Proceedings Volume 4 of 4

2002 International Conference on Machine Learning and Cybernetics. Proceedings Volume 4 of 4 2002 International Conference on Machine Learning and Cybernetics Proceedings Volume 4 of 4 TECHNISCHE INFORMAT1ONSBIDLIGTHEK UNIVERSITATSBIBLIOTHEK HANNOVER November 4-5, 2002 Prime Hotel Beijing, CHINA

More information

Design and Implementation of Dual-Mode Wireless Video Monitoring System

Design and Implementation of Dual-Mode Wireless Video Monitoring System Sensors & Transducers 2014 by IFSA Publishing, S. L. http://www.sensorsportal.com Design and Implementation of Dual-Mode Wireless Video Monitoring System BAO Song-Jian, YANG Shou-Liang ChongQing University

More information

Exploration of Fault Diagnosis Technology for Air Compressor Based on Internet of Things

Exploration of Fault Diagnosis Technology for Air Compressor Based on Internet of Things Exploration of Fault Diagnosis Technology for Air Compressor Based on Internet of Things Zheng Yue-zhai and Chen Xiao-ying Abstract With the development of network and communication technology, this article

More information

Application of Face Recognition Technology in the Exam Identity Authentication System Li-jun YU 1,a,* and Ke-feng LI 2,b

Application of Face Recognition Technology in the Exam Identity Authentication System Li-jun YU 1,a,* and Ke-feng LI 2,b 2017 3rd International Conference on Social Science and Management (ICSSM 2017) ISBN: 978-1-60595-445-5 Application of Face Recognition Technology in the Exam Identity Authentication System Li-jun YU 1,a,*

More information

Improvement for IEEE PCF Access Mechanism

Improvement for IEEE PCF Access Mechanism 3rd International Conference on Mechatronics and Industrial Informatics (ICMII 2015) Improvement for IEEE 802.11 PCF Access Mechanism Ying,Huang 1,a, Lin Zhou2, *b and Xin,Li3,c 3 1 Faculty of Information

More information

Research of 3D part reconstruction from Orthographic Projections Based on Solid Features

Research of 3D part reconstruction from Orthographic Projections Based on Solid Features Research of 3D part reconstruction from Orthographic Projections Based on Solid Features HAO Yong-tao, Xu Wenyi (CAD Research Center, Tongji University, Shanghai 201804, China, haoyt@vip.sina.com) Abstract

More information

In the City Part 6 MANDARIN. ENGLISH Ni hao wo jiao zhou zhou. Hello. My name is Jojo Ni hao lu lu. Hello Lulu. Ni hao zhou zhou. Ni hao ma?

In the City Part 6 MANDARIN. ENGLISH Ni hao wo jiao zhou zhou. Hello. My name is Jojo Ni hao lu lu. Hello Lulu. Ni hao zhou zhou. Ni hao ma? Ni hao wo jiao zhou zhou. _ Hello. My name is Jojo Ni hao lu lu. _ Hello Lulu. Ni hao zhou zhou. Ni hao ma? _ Hello Jojo. How are you? Wo lei le. _ I'm tired. Wo men xiao shui yi xia ba. _ Let's take a

More information

Design and Implementation of Full Text Search Engine Based on Lucene Na-na ZHANG 1,a *, Yi-song WANG 1 and Kun ZHU 1

Design and Implementation of Full Text Search Engine Based on Lucene Na-na ZHANG 1,a *, Yi-song WANG 1 and Kun ZHU 1 2017 2 nd International Conference on Computer Science and Technology (CST 2017) ISBN: 978-1-60595-461-5 Design and Implementation of Full Text Search Engine Based on Lucene Na-na ZHANG 1,a *, Yi-song

More information

Research on Anti-collision Algorithm Optimization of RFID Tag Based on Binary Search

Research on Anti-collision Algorithm Optimization of RFID Tag Based on Binary Search Research on Anti-collision Algorithm Optimization of RFID Tag Based on Binary Search Jinyan Liu, Quanyuan Feng School of Information Science and Technology, Southwest Jiaotong University, Chengdu 610031,

More information

Geospatial Information Service Based on Ad Hoc Network

Geospatial Information Service Based on Ad Hoc Network I. J. Communications, Network and System Sciences, 2009, 2, 91-168 Published Online May 2009 in SciRes (http://www.scirp.org/journal/ijcns/). Geospatial Information Service Based on Ad Hoc Network Fuling

More information

Improvements and Implementation of Hierarchical Clustering based on Hadoop Jun Zhang1, a, Chunxiao Fan1, Yuexin Wu2,b, Ao Xiao1

Improvements and Implementation of Hierarchical Clustering based on Hadoop Jun Zhang1, a, Chunxiao Fan1, Yuexin Wu2,b, Ao Xiao1 3rd International Conference on Machinery, Materials and Information Technology Applications (ICMMITA 2015) Improvements and Implementation of Hierarchical Clustering based on Hadoop Jun Zhang1, a, Chunxiao

More information

CONSTRUCTION OF AGRICULTURAL PRODUCTS LOGISTICS INFORMATION SYSTEM BASED ON.NET AND WAP

CONSTRUCTION OF AGRICULTURAL PRODUCTS LOGISTICS INFORMATION SYSTEM BASED ON.NET AND WAP CONSTRUCTION OF AGRICULTURAL PRODUCTS LOGISTICS INFORMATION SYSTEM BASED ON.NET AND WAP Yan Zhang 1,*, Yong Liang 1, 2, Chengming Zhang 1, Qiulan Wu 1, Pingjiu Ge 1 1 College of Information and Engineering,

More information

Research on Full-text Retrieval based on Lucene in Enterprise Content Management System Lixin Xu 1, a, XiaoLin Fu 2, b, Chunhua Zhang 1, c

Research on Full-text Retrieval based on Lucene in Enterprise Content Management System Lixin Xu 1, a, XiaoLin Fu 2, b, Chunhua Zhang 1, c Applied Mechanics and Materials Submitted: 2014-07-18 ISSN: 1662-7482, Vols. 644-650, pp 1950-1953 Accepted: 2014-07-21 doi:10.4028/www.scientific.net/amm.644-650.1950 Online: 2014-09-22 2014 Trans Tech

More information

A Design Method for Composition and Reuse Oriented Weaponry Model Architecture Meng Zhang1, a, Hong Wang1, Yiping Yao1, 2

A Design Method for Composition and Reuse Oriented Weaponry Model Architecture Meng Zhang1, a, Hong Wang1, Yiping Yao1, 2 2nd International Conference on Advances in Mechanical Engineering and Industrial Informatics (AMEII 2016) A Design Method for Composition and Reuse Oriented Weaponry Model Architecture Meng Zhang1, a,

More information

Test Analysis of Serial Communication Extension in Mobile Nodes of Participatory Sensing System Xinqiang Tang 1, Huichun Peng 2

Test Analysis of Serial Communication Extension in Mobile Nodes of Participatory Sensing System Xinqiang Tang 1, Huichun Peng 2 International Conference on Automation, Mechanical Control and Computational Engineering (AMCCE 2015) Test Analysis of Serial Communication Extension in Mobile Nodes of Participatory Sensing System Xinqiang

More information

ICNDS International Conference on Networking and Digital Society. Volume - 2. Table of Contents. ICNDS 2009 Volume 2

ICNDS International Conference on Networking and Digital Society. Volume - 2. Table of Contents. ICNDS 2009 Volume 2 2009 International Conference on Networking and Digital Society ICNDS 2009 Table of Contents Volume - 2 Preface - Volume 2...x Organization - Volume 2...xi Reviewers - Volume 2...xii ICNDS 2009 Volume

More information

Design of analog acquisition and storage system about airborne flight data recorder

Design of analog acquisition and storage system about airborne flight data recorder 3rd International Conference on Mechatronics, Robotics and Automation (ICMRA 2015) Design of analog acquisition and storage system about airborne flight data recorder Changyou Li 1, a, Pengfei Sun 1, b

More information

Trajectory Planning for Reentry Maneuverable Ballistic Missiles

Trajectory Planning for Reentry Maneuverable Ballistic Missiles International Conference on Manufacturing Science and Engineering (ICMSE 215) rajectory Planning for Reentry Maneuverable Ballistic Missiles XIE Yu1, a *, PAN Liang1,b and YUAN ianbao2,c 1 College of mechatronic

More information

Design of Desert Plant Monitoring System Based on SI446X Wireless Radio Frequency Communication

Design of Desert Plant Monitoring System Based on SI446X Wireless Radio Frequency Communication 4th International Conference on Sustainable Energy and Environmental Engineering (ICSEEE 2015) Design of Desert Plant Monitoring System Based on SI446X Wireless Radio Frequency Communication Hua Guo1,a,

More information

Cmm-based Profile Measuring Method for Unknown Screw Compressor Rotor

Cmm-based Profile Measuring Method for Unknown Screw Compressor Rotor The 2nd International Conference on Computer Application and System Modeling (202) Cmm-based Profile Measuring Method for Unknown Screw Compressor Rotor Ji Xiaogang School of Mechanical Engineering, Jiangnan

More information

Design and Implementation of Animation Post-processor Based on ACIS and HOOPS in MWorks

Design and Implementation of Animation Post-processor Based on ACIS and HOOPS in MWorks Design and Implementation of Animation Post-processor Based on ACIS and HOOPS in MWorks Zhou Fanli 1, Zhang Hehua 2, Zhu Hengwei 2, Gong Xiong 1, Wang Boxing 1, Liu Jun 1, Chen Liping 1, Huang Zhengdong

More information

Related Work The Concept of the Signaling. In the mobile communication system, in addition to transmit the necessary user information (usually voice

Related Work The Concept of the Signaling. In the mobile communication system, in addition to transmit the necessary user information (usually voice International Conference on Information Science and Computer Applications (ISCA 2013) The Research and Design of Personalization preferences Based on Signaling analysis ZhiQiang Wei 1,a, YiYan Zhang 1,b,

More information