Design and Implementation of Delphi-based Book Information Management System

Size: px
Start display at page:

Download "Design and Implementation of Delphi-based Book Information Management System"

Transcription

1 Abstract Design and Implementation of Delphi-based Book Information Management System Yinna Zhang Department of Accounting, Tangshan University, Tangshan , China Library is a gathering place of information resources. The abundant information resources gathered in libraries are necessary for economic development. With the rapid growth of national economy, the development of library information management is an inevitable trend. The study of this paper, combining the method of system analysis and design, establishes an effective library information management system. It uses the database technology to manage book resources, which not only reduces the management workload, but also sets up a scientific standard for work assignment, and eventually optimizes library information management. Due to the convenience and standardization of Delphi language environment, programming based on Delphi has a higher application value. Therefore, the study of this paper uses the Delphi language environment in the design of the inbound management module read program, library management and reader information management program, library circulation module program, user management module interface presentation program, and terminal interface login window. The study aims to optimize the operation of the library information management system and improve the actual efficiency of library management in our country. Keywords: Book Management, Design Direction, Presentation Mode, Delphi Language Environment. 1. BACKGROUND 1.1 Literature review Delphi language environment is a famous Rapid Application Development tool on Windows platform, the system model of which resembles the prevalent BorlandTurbo Pascal of DOS era (Diao, 2017). One of the earliest running versions was developed and put into trial by the Borland Borland in Delphi is a new visualized programming language environment, which can provide good application tools for the design and implementation of library management system (Zhao, 2017). And through the use of Microsoft Windows graphical user interface (GUI) it can show the design ideas. The reusable object-oriented programming Language, can be regarded as the fastest compiler and the most advanced database technology in today s world (Pan, 2017). Then, using the Delphi language environment to compile book management system is an improvement of function based on user demand, and an optimization of system operation effect. 1.2 Purpose The traditional library management system USES very few functions of the modern library management process, and the program of the traditional system is very complicated (Liu, 2016). This study tries to design different standard-compliant function models to clear up the many functional requirements between system managers and users, and then lays down a whole functional framework of the system (Fan et al., 2016). This study aims to improve the operation efficiency of the library information management system by optimizing programming and try to get the right optimizing direction through analysis based on practical application, so as to provide theoretical reference for book management model renovation. 2. FUNCTIONAL FRAMEWORK OF LIBRARY MANAGEMENT SYSTEM In the framework of library management system, two basic functions need to be realized. The first function module is the end-user login module, in this function module the level management to end-users, and user access review needs to implemented, so as to provide corresponding library services (Yu, 2015). This function module can be considered as the basic function of the system. It is also a key content of this module to provide registration 47

2 password management and operation guidance for all users. In the actual operation process, the operation efficiency of the login platform is essential to identify whether the expected management effect can be achieved. When the fast login and effective management can be achieved in this login module, the system operation is considered as effective. And there are also occasions when a system running redundancy or slowdown happens. The second function module is the library management module which is designed mainly for the managers of the system. Seven functions needs to be completed in this model: user interface, reader management, book category, inbound management, book information, library circulation, book information query and so son. As shown in Table 1. Table 1 Library Management Module Functional Index Operation Book Book Borrowed Book Reader Category interface storage information again inquiries Computer Book Identity species Update content Lend interaction number Input method Entry Types of time Overview return Title Running result modify subject location Connotation times The author First of all, the interface and the reader management page are mainly designed for the operation of the interface. In this model, the user identity recognition, and the corresponding input mode, with interactive rendering surface running effect of the system need to be achieved. The most basic functional requirements for the model is that it has to be simple and practical (Lin and Hao, 2015). Thirdly, in the books information change management, the management is mainly for new books and books canceled. This function is to ensure that the catalog update is clearly visible. It is an important fundamental function. Finally, in the book circulation management, it is necessary to accurately describe the time when books are lent and returned and record the book type and the borrower, so as to build up an effective management. The main direction of book information query management is to provide users with fast and convenient catalog query service, which involves the directory with the author, title, book number, visual information, content abstract, etc. 3. THE DESIGN OF LIBRARY MANAGEMENT SYSTEM IN DELPHI LANGUAGE ENVIRONMENT 3.1 System process design The system process is an integral part of the implementation of the framework and is an important prerequisite. In the Delphi language environment, the design of the library management system first needs to put the realization of all functions as the direction, and design the corresponding procedures, documents, databases, documents, and manual operation procedures. Each process unit is in a separate operation stage, and is also in a structure system of interaction with other unit. Thus an internal environment with strong correlation is formed in the groups of functional modules. In the book information query module, a user can easily enter the book information query window by clicking the query button. This window is to let the reader queries all books in the library, in order to understand the desired book's number, title, author, publishing house, circulation situation, and so on (Lu et al., 2017). In the management system, the most frequently used function is the query function. Therefore, the actual operation effect of the query system can also be reflected from the operation mode of this window, which also determines the application effect of a management system. The operation flow is shown in Figure 1. Figure 1. System Operation Process Design Framework Structure 48

3 3.2 The design scheme of the system functional module In the process of designing various functional modules for the system, it is necessary to comprehensively analyze the method in which the system structure is completed. The feasibility of this method determines the objective conditions of the application of the system. We need to analyze the books information management and its characteristics based on the system functions, clarify the elements of each function, so that the corresponding expression form can be clearly defined. In particular, it is necessary to strengthen the internal relations between system units so as to improve the functional elements of each part. In the first flow, the reader needs to apply to the management before he or she can borrow one or more books. The management issues the application information to the administrator (Feng, 2017). In the second flow, the administrator accepts the application, feeds the information back to the reader, and then gives the executive order to the management. And then the management sends the book information and the book documents to the reader. In the above two basic operating flows, the forward flow is for user to borrow books and the reverse flow is to return the books. The operation and processing mode are the same. And the preliminary design of the above-mentioned functional modules can be completed in the Delphi language environment. 3.3 Database structure function design direction According to the requirement analysis of management system, this database model can be defined as relational model. According to the conversion of use direction, the function output of subordinate level can also be carried out, and the corresponding terminal service index is designed to meet the user's demand. On this basis, the four database management content modules are designed as book category, login user, book and borrow information. Firstly, the login module contains three pieces of information: password, account and access. Secondly, the user database is mainly used to store user's personal information and account registration information (Liang, 2017). Thirdly, book information database includes: book number, category, title, author, publication date, publishing house, pricing, remarks, etc. Finally, the information database includes user account, book number, number of books, date of return, time of possession, expiration, penalty, remarks, etc. In the design of corresponding functions, the related demand analysis model is applied in this study: Y=C(Y-T)+I(Y, i)+glm (1) In this model, C represents the design direction of the login module; L represents the direction of database storage requirements; G represents the information variables in the library information database; M represents the relevant variables of the borrowing information database. Thus, the value can be verified in variable scope of time T. And finally, the requirements of the management system are clearly defined. 3.4 The program design of database management process The basic demand to design the database management process is to implement the ways that enable user to use a function. In short, it helps the users to realize their collection of data, search, update, query and other operation and finally get the results they want. The performance of the database determines the quality of the system's application efficiency, and vice versa (Zhu, 2017). The fluency is to guarantee the realization of the user experience. The access efficiency and space utilization ratio of file and data determines the degree of user experience. It is also a comprehensive measure for completeness, share-ability, consistency, confidentiality, security of desired information. The quantization of data storage type and standard, and the creation of complete information input and output function for the database are also necessary measures to achieve this experience. On this basis, the basic function and development direction of the database needs to be completed to ensure the smooth operation of the system and the completion of user information processing. 3.5 The direction of data dictionary function development As one of the system function module, data dictionary is designed based on users demand which include: system user data, book inbound data, reader's personal data, inquiry, library circulation data and other functions which are in need. Firstly, system user data level mainly focuses on the completion the book using relationship between the librarians and users, in the form of identity data. In data item, user s password is an important way to complete this function (Li et al., 2016). Secondly, the book inbound data is mainly used to generate a book catalog, and used in the design of basic information presentation of the books including author, title, book number, date of publication, publishing houses, pricing, brief introduction and other data information. Thirdly, the readers personal 49

4 data function module, mainly focuses on analysis of the identity information of the borrowers and readers, including all the contents of readers personal information, such as name, gender, ID number, member number, reading tendency, and circulation history, etc. The corresponding query function is also the measure unit and standard based on the readers information, including the overall query function expression form in three models of borrowing information, readers information, and book information. Library circulation data is the type of data that linked with borrowing information, including membership number, borrowing number, date of return, time of possessing and other basic information content, which is also a supplementary to the function of the system. 4. DESIGN AND IMPLEMENTATION OF DELPHI-BASED BOOK INFORMATION MANAGEMENT SYSTEM 4.1 The login window of terminal operation interface In the login window of the terminal operation interface, you need to verify the member user s identity, and it is also the first portalto launch the system before user gets into the book inquiry and borrowing process (Chen et al., 2016). The user name and password needs to be matched in the login window, so as to launch the login function of an administrator or a general user. When a user or administrator enters a password that does not match the account, a security command prompt will be issued, and the verification code will be needed until the user completes the input of correct password. The execution flow is shown as follow: < shadow > -root(open) < /shadow >< style type ="text/css">< /style > style{display : none;} < script language =" javascript" type ="text/javascript"> function cleartext(field) { if (field.defaultvalue ==field.value) field.value = ''; elseif (field.value == '') field.value = field.defaultvalue;} < /script > link{display : none;} script{display : none;} < style type ="text/css">.style4 {font - size :18px} < /style > 4.2 User management module interface information expression User management in terminal side, mainly includes management personnel operation. In the design of the corresponding procedures, the convenience in operation and administrative rights are main direction, supplemented by regulating users access of operation. The design includes: adding or removing designated administrator, edit administrator access, update administrator access. In the user window, it is also necessary to design relevant functions, and the functions used by different administrators should be taken to evaluate the performance of the system. The function procedure is shown as follow: < head > < link href ="/skin/default//images/zyzx.css" rel ="stylesheet" type < script language =" javascript" type ="text/javascript"> function cleartext(field) { if (field.defaultvalue ==field.value)field.value = ''; elseif (field.value == '') field.value = field.defaultvalue;} < /script > < title > Administrator login information entry < /title > < meta http - equiv ="Content - Type" content ="text/html; charset = gb312"> < meta content ="Edit administrator privileges" name < meta name ="description" content ="Update ="keywords" > administrator permissions"> ="text/css"> 50

5 4.3 The book circulation module program The important function of library management system is to manage the circulation of books. When the user chooses to enter the book number, he or she can read the relevant information from the book information and finds out the circulation status of the book before he or she sets the corresponding controls. For books that have been lent out, a user can check the number of borrowers and the expected return time (Hu et al., 2014). At the same time, the total number of books and the number of days the book is held is required to show in its function. And a basic function of payment and fine calculation is required. Users can choose to go back or confirm an operation, thus they have an option before they choose to not borrow or return books. After a user inputs a borrower s number, he or she can check whether the number can borrow the books, if such operations can be completed, the user is qualified to borrow a book. In this module, the system first checks whether the borrower conforms to the borrowing conditions, including whether the card number is correct and whether there is a timely return. The operation procedure is shown as follow: < div class ="header wrap" > < div class ="topbar clearfix"> < /div > < option value ="kmjs"> Title retrieval < /option > < option value ="btjs"> The title retrieval < /option > < option value ="qwjs" > The full text retrieval < /option > <!-- option value ="bookjs"> Books retrieval < /option > < option value ="audiojs" > Listen to retrieve < /option - - > 4.4 Library management and reader information management procedures The main function of library management module is to provide new book entry and update, maintain the change of book information update, and optimize the classification of all books. The reader management module is responsible for the establishment and maintenance of reader information database, while completing the setting of the reader's identity, and finally completing the statistics collection of various readers' identities. In these two modules, a new data reader user can be created, deleted or edited simultaneously, so as to fetch reader information in the information table. The program is shown as follows: < script type ="text/javascript"> var _gaq = _gaq []; _gaq.push( [' _setaccount', ' UA ']); _gaq.push( [' _trackpageview' ]); (function(){ ga.type = ' text/javascript'; ga.async ga.src = ('https :' == document.location.protocol)+ '.google- analytics.com/ga.js'; var s = document.getelementsbytagname( 'script')[0]; s.parentnode.insertbefore(ga,s);})(); < /script > var ga = document.createelement('script'); = true; 4.5 The read program of new book inbound management function This model is responsible for the entry of book information. Information about the book can be entered into the system, including title, category, author, publishing house, publication date, price, remark information, confirmation of inbound delivery operation. This inbound management module is designed to maintain specific information on books, including the title, category, author, publishing houses, price, remark information, etc (Hong et al., 2011). At the same time, the functions of the book category are supplemented to realize the management of relevant books. With the books that added or deleted, the model counts up the types of current books. When the library is not returned in time or the book has a long shelf time, then there is a need for new book inbound management, and at the same time update information about books need to be input, so as to improve the efficiency of management of the total books and system running effect. 51

6 5. CONCLUSION To sum up, the actual function of a good books and materials management system lies in optimizing the content search, books and information updates, as well as the optimal management of users (administrator/member). The Delphi language environment provides a basic language environment for such programming, with the corresponding design standard achieved during the programming. All the programming on book information management system mentioned in this paper is merely theoretical design. The relevant practical studies remains to be verified on the mainstream network platform and against port, to identify its security and reliability in design. REFERENCES Chen J.Y., Li L., Hou R.F. (2016). Research and practice of the next generation university library management system, Digital Library Forum, (03), Diao D.H. (2017). RFID intelligent management system research and construction - Zhuhai City, Guangdong Province, as an example, Wireless Internet Technology, (13), Fan Z.G., Huang Y.Z., Ma T.D., Shen L., Jia Q.Z. (2016). Physical and chemical testing laboratories how to effectively establish LIMS system. Physical and Chemical Testing (Chemistry), 52 (02), Feng J. (2017). Fuzzy comprehensive evaluation method in Liaoning University of Technology library management system application and research, Journal of Library and Information Sciences in Agriculture, 29 (06), Hong Z.G., Yan J.W., Huang Y.K. (2011). Design of Library Management System Based on Business Process Reengineering, Library and Information Science, (03), Hu X.P., Dong J.C., Zhang Z.M. (2014). Study on the Development Model of Library Integrated Management System Based on SaaS, Library and Information Work, 58 (06), Li Y.L., Chen M., Jie B.L., Lin B.Y., Lin F C. (2016). Mathematical model and rules of the seat management system of Fujian Normal University, Journal of Minnan Normal University (Natural Science Edition), 29 (04), Liang J.R. (2017). Based on large data decision-making library information system security analysis and management research, Library Theory and Practice, (03), Lin M., Hao L. (2015). MVC-based online library system design and implementation, Science and Technology Communications, 7 (11), Liu Q.G. (2016). RFID technology in the university library management system application, Chinese market, (41), Lu Y., Yu R., Lu M.Y., Meng Z., Li L.H. (2017). Based on the Android platform library service system research, Intelligent computer and application, 7 (04), Pan J. (2017). Internet era under the library management information construction, Journal of North University (Social Science Edition), 33 (01), Yu H.B. (2015). Application of integrated management system in the management of books and materials, Takako (last), (19), 207. Zhao L.J. (2017). Study on the Application of Integrated Management System in Library and Information Management, Zhongzi (Shangzhong), (05), 196. Zhu Y.Q. (2017). WeChat small program in the library mobile service application practice - take the game as an example, Library Forum, (07),

Research on Digital Library Platform Based on Cloud Computing

Research on Digital Library Platform Based on Cloud Computing Research on Digital Library Platform Based on Cloud Computing Lingling Han and Lijie Wang Heibei Energy Institute of Vocation and Technology, Tangshan, Hebei, China hanlingling2002@126.com, wanglj509@163.com

More information

Design and Realization of Agricultural Information Intelligent Processing and Application Platform

Design and Realization of Agricultural Information Intelligent Processing and Application Platform Design and Realization of Agricultural Information Intelligent Processing and Application Platform Dan Wang 1,2 1 Institute of Agricultural Information, Chinese Academy of Agricultural Sciences, Beijing

More information

Design and Implementation of Digital Library Fanqi Wei, Yan Zhang and Xiaoping Feng

Design and Implementation of Digital Library Fanqi Wei, Yan Zhang and Xiaoping Feng Advances in Computer Science Research (ACSR), volume 73 7th International Conference on Education, Management, Information and Computer Science (ICEMC 2017) Design and Implementation of Digital Library

More information

Development and Application of Database System for Rubber Material

Development and Application of Database System for Rubber Material 4th International Conference on Information Systems and Computing Technology (ISCT 2016) Development and Application of Database System for Rubber Material Ningfei WU, Yan CAO, Yu BAI, Hu QIAO Department

More information

Information Push Service of University Library in Network and Information Age

Information Push Service of University Library in Network and Information Age 2013 International Conference on Advances in Social Science, Humanities, and Management (ASSHM 2013) Information Push Service of University Library in Network and Information Age Song Deng 1 and Jun Wang

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

Crop Production Management Information System Design and Implementation

Crop Production Management Information System Design and Implementation 2016 International Conference on Computer, Mechatronics and Electronic Engineering (CMEE 2016) ISBN: 978-1-60595-406-6 Crop Production Management Information System Design and Implementation Na ZHANG *,

More information

Unstructured Data Migration and Dump Technology of Large-scale Enterprises

Unstructured Data Migration and Dump Technology of Large-scale Enterprises 2018 2nd International Conference on Systems, Computing, and Applications (SYSTCA 2018) Unstructured Data Migration and Dump Technology of Large-scale Enterprises Shuo Chen1,*, Shixin Fan2, Zhao Li1, Xinliu

More information

Multisource Remote Sensing Data Mining System Construction in Cloud Computing Environment Dong YinDi 1, Liu ChengJun 1

Multisource Remote Sensing Data Mining System Construction in Cloud Computing Environment Dong YinDi 1, Liu ChengJun 1 4th International Conference on Computer, Mechatronics, Control and Electronic Engineering (ICCMCEE 2015) Multisource Remote Sensing Data Mining System Construction in Cloud Computing Environment Dong

More information

Housing Estates Information Management System Based on.net. Jianliang Min

Housing Estates Information Management System Based on.net. Jianliang Min 3rd International Conference on Management, Education, Information and Control (MEICI 205) Housing Estates Information Management System Based on.et Jianliang Min College of Information Engineering, Jiangxi

More information

Digital Marketing. Gabrielle K. Gabrielli, Ph.D. For Tallahassee Business Leaders 17 February 2011

Digital Marketing. Gabrielle K. Gabrielli, Ph.D. For Tallahassee Business Leaders 17 February 2011 Digital Marketing Gabrielle K. Gabrielli, Ph.D. For Tallahassee Business Leaders 17 February 2011 Ground Rules Silence any technology that makes noise (cell phones, especially!) Participate fully Arrive

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

Cryptanalysis and Improvement of a Dynamic ID Based Remote User Authentication Scheme Using Smart Cards

Cryptanalysis and Improvement of a Dynamic ID Based Remote User Authentication Scheme Using Smart Cards Journal of Computational Information Systems 9: 14 (2013) 5513 5520 Available at http://www.jofcis.com Cryptanalysis and Improvement of a Dynamic ID Based Remote User Authentication Scheme Using Smart

More information

Design and Implementation of Inspection System for Lift Based on Android Platform Yan Zhang1, a, Yanping Hu2,b

Design and Implementation of Inspection System for Lift Based on Android Platform Yan Zhang1, a, Yanping Hu2,b 2nd Workshop on Advanced Research and Technology in Industry Applications (WARTIA 2016) Design and Implementation of Inspection System for Lift Based on Android Platform Yan Zhang1, a, Yanping Hu2,b 1

More information

Design and Implementation of Information Display Platform about Grain Economy Team Based on ASP.NET Lei-meng LI, Na ZHANG * and Guo-jian CAI

Design and Implementation of Information Display Platform about Grain Economy Team Based on ASP.NET Lei-meng LI, Na ZHANG * and Guo-jian CAI 2016 International Conference on Wireless Communication and Network Engineering (WCNE 2016) ISBN: 978-1-60595-403-5 Design and Implementation of Information Display Platform about Grain Economy Team Based

More information

Using Web Analytics for Segmentation & /Display re-targeting

Using Web Analytics for Segmentation &  /Display re-targeting Using Web Analytics for Segmentation & Email/Display re-targeting We combine the maps, schedules and fares for over 50 different train companies across Europe, creating one stop to plan and book your European

More information

Remote monitoring system based on C/S and B/S mixed mode Kaibing Song1, a, Yinsong Wang2,band Dandan Shang3,c

Remote monitoring system based on C/S and B/S mixed mode Kaibing Song1, a, Yinsong Wang2,band Dandan Shang3,c 2nd International Conference on Electronics, Network and Computer Engineering (ICENCE 2016) Remote monitoring system based on C/S and B/S mixed mode Kaibing Song1, a, Yinsong Wang2,band Dandan Shang3,c

More information

Intelligent Computer Room Management Platform Based on RF Card

Intelligent Computer Room Management Platform Based on RF Card 2017 2 nd International Conference on Artificial Intelligence and Engineering Applications (AIEA 2017) ISBN: 978-1-60595-485-1 Intelligent Computer Room Management Platform Based on RF Card LI ZHANG and

More information

[Type text] [Type text] [Type text]

[Type text] [Type text] [Type text] [Type text] [Type text] [Type text] ISSN : 0974-7435 Volume 10 Issue 19 BioTechnology 2014 An Indian Journal FULL PAPER BTAIJ, 10(19), 2014 [11492-11497] Research on integration of library information

More information

Ontology Molecule Theory-based Information Integrated Service for Agricultural Risk Management

Ontology Molecule Theory-based Information Integrated Service for Agricultural Risk Management 2154 JOURNAL OF SOFTWARE, VOL. 6, NO. 11, NOVEMBER 2011 Ontology Molecule Theory-based Information Integrated Service for Agricultural Risk Management Qin Pan College of Economics Management, Huazhong

More information

Design and Implementation of Computer Room Management System in University

Design and Implementation of Computer Room Management System in University Design and Implementation of Computer Room Management System in University YOUwen Zhang, Dong Kang* {Zhangyouwen521@163.com} HaiNan college of Economics and Business Haikou 571127, China Abstract. With

More information

Design of Physical Education Management System Guoquan Zhang

Design of Physical Education Management System Guoquan Zhang 2nd International Conference on Education, Management and Information Technology (ICEMIT 2015) Design of Physical Education Management System Guoquan Zhang Department of Physical Education, Bohai University,

More information

from RichoSoft Get Started Install Part 2 Blocking GA Blocking Other Cookie Scripts How It Works License IMPORTANT: You will require:

from RichoSoft Get Started Install Part 2 Blocking GA Blocking Other Cookie Scripts How It Works License IMPORTANT: You will require: Welcome to the Sites - Install/Users Guide. What is in this pack?: Zip File Pack includes: 3 Javacscript Libraries. Code to aid the prevention of Cookie writing by Scripts including Google Analytics. A

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

The Establishment of Large Data Mining Platform Based on Cloud Computing. Wei CAI

The Establishment of Large Data Mining Platform Based on Cloud Computing. Wei CAI 2017 International Conference on Electronic, Control, Automation and Mechanical Engineering (ECAME 2017) ISBN: 978-1-60595-523-0 The Establishment of Large Data Mining Platform Based on Cloud Computing

More information

Rapid Modeling of Digital City Based on Sketchup

Rapid Modeling of Digital City Based on Sketchup Journal of Mechanical Engineering Research and Developments ISSN: 1024-1752 Website: http://www.jmerd.org Vol. 38, No. 1, 2015, pp. 130-134 J. Y. Li *, H. L. Yuan, & C. Reithmeier Department of Architectural

More information

Study on XML-based Heterogeneous Agriculture Database Sharing Platform

Study on XML-based Heterogeneous Agriculture Database Sharing Platform Study on XML-based Heterogeneous Agriculture Database Sharing Platform Qiulan Wu, Yongxiang Sun, Xiaoxia Yang, Yong Liang,Xia Geng School of Information Science and Engineering, Shandong Agricultural University,

More information

The Design of Supermarket Electronic Shopping Guide System Based on ZigBee Communication

The Design of Supermarket Electronic Shopping Guide System Based on ZigBee Communication The Design of Supermarket Electronic Shopping Guide System Based on ZigBee Communication Yujie Zhang, Liang Han, and Yuanyuan Zhang College of Electrical and Information Engineering, Shaanxi University

More information

Research on 3G Terminal-Based Agricultural Information Service

Research on 3G Terminal-Based Agricultural Information Service Research on 3G Terminal-Based Agricultural Information Service Neng-fu Xie and Xuefu Zhang Agricultural Information Institute, The Chinese Academy of Agricultural Sciences Key Laboratory of Digital Agricultural

More information

Research on Building Baseline of IT Risk Control and Its Application in IT Risks Management

Research on Building Baseline of IT Risk Control and Its Application in IT Risks Management Management Science and Engineering Vol. 8, No. 3, 2014, pp. 11-16 DOI: 10.3968/5520 ISSN 1913-0341 [Print] ISSN 1913-035X [Online] www.cscanada.net www.cscanada.org Research on Building Baseline of IT

More information

TCM Health-keeping Proverb English Translation Management Platform based on SQL Server Database

TCM Health-keeping Proverb English Translation Management Platform based on SQL Server Database 2019 2nd International Conference on Computer Science and Advanced Materials (CSAM 2019) TCM Health-keeping Proverb English Translation Management Platform based on SQL Server Database Qiuxia Zeng1, Jianpeng

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

Research on the value of search engine optimization based on Electronic Commerce WANG Yaping1, a

Research on the value of search engine optimization based on Electronic Commerce WANG Yaping1, a 6th International Conference on Machinery, Materials, Environment, Biotechnology and Computer (MMEBC 2016) Research on the value of search engine optimization based on Electronic Commerce WANG Yaping1,

More information

Design and Implementation of Aquarium Remote Automation Monitoring and Control System

Design and Implementation of Aquarium Remote Automation Monitoring and Control System Design and Implementation of Aquarium Remote Automation Monitoring and Control System Yinchi Ma 1,2,* and Wen Ding 1,2 1 Beijing Fisheries Research Institute, Beijing, 100068, China 2 National Engineering

More information

A Network-Based Management Information System for Animal Husbandry in Farms

A Network-Based Management Information System for Animal Husbandry in Farms A Network-Based Information System for Animal Husbandry in Farms Jing Han 1 and Xi Wang 2, 1 College of Information Technology, Heilongjiang August First Land Reclamation University, Daqing, Heilongjiang

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

A Training Simulator for PD Detection Personnel

A Training Simulator for PD Detection Personnel Journal of Power and Energy Engineering, 2014, 2, 573-578 Published Online April 2014 in SciRes. http://www.scirp.org/journal/jpee http://dx.doi.org/10.4236/jpee.2014.24077 A Training Simulator for PD

More information

Analysis on the technology improvement of the library network information retrieval efficiency

Analysis on the technology improvement of the library network information retrieval efficiency Available online www.jocpr.com Journal of Chemical and Pharmaceutical Research, 2014, 6(6):2198-2202 Research Article ISSN : 0975-7384 CODEN(USA) : JCPRC5 Analysis on the technology improvement of the

More information

Optimization of Wireless Data Transmission System Based on GPRS

Optimization of Wireless Data Transmission System Based on GPRS Optimization of Wireless Data Transmission System Based on GPRS Abstract Huiying Shao, Huan Tong, Pei Wang Xingtai Polytechnic College, Xingtai 054000, China In information era, rapid development of communication

More information

The Research and Design of the Application Domain Building Based on GridGIS

The Research and Design of the Application Domain Building Based on GridGIS Journal of Geographic Information System, 2010, 2, 32-39 doi:10.4236/jgis.2010.21007 Published Online January 2010 (http://www.scirp.org/journal/jgis) The Research and Design of the Application Domain

More information

Applications of Machine Learning on Keyword Extraction of Large Datasets

Applications of Machine Learning on Keyword Extraction of Large Datasets Applications of Machine Learning on Keyword Extraction of Large Datasets 1 2 Meng Yan my259@stanford.edu 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37

More information

Construction of the Library Management System Based on Data Warehouse and OLAP Maoli Xu 1, a, Xiuying Li 2,b

Construction of the Library Management System Based on Data Warehouse and OLAP Maoli Xu 1, a, Xiuying Li 2,b Applied Mechanics and Materials Online: 2013-08-30 ISSN: 1662-7482, Vols. 380-384, pp 4796-4799 doi:10.4028/www.scientific.net/amm.380-384.4796 2013 Trans Tech Publications, Switzerland Construction of

More information

A Real-time Detection for Traffic Surveillance Video Shaking

A Real-time Detection for Traffic Surveillance Video Shaking International Conference on Mechatronics, Control and Electronic Engineering (MCE 201) A Real-time Detection for Traffic Surveillance Video Shaking Yaoyao Niu Zhenkuan Pan e-mail: 11629830@163.com e-mail:

More information

Design of student information system based on association algorithm and data mining technology. CaiYan, ChenHua

Design of student information system based on association algorithm and data mining technology. CaiYan, ChenHua 5th International Conference on Mechatronics, Materials, Chemistry and Computer Engineering (ICMMCCE 2017) Design of student information system based on association algorithm and data mining technology

More information

Research on Design Information Management System for Leather Goods

Research on Design Information Management System for Leather Goods Available online at www.sciencedirect.com Physics Procedia 24 (2012) 2151 2158 2012 International Conference on Applied Physics and Industrial Engineering Research on Design Information Management System

More information

The design and implementation of UML-based students information management system

The design and implementation of UML-based students information management system The design and implementation of UML-based students information management system Abstract Yunli Cheng 1, a, ChuanQin Li 2, b 1 Guangzhou Nanyang Polytechnic, Guangzhou 510925, China 2 Guangzhou Huaxia

More information

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

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

Embedded Smart Home System Based on ZigBee Song Chi

Embedded Smart Home System Based on ZigBee Song Chi International Conference on Intelligent Systems Research and Mechatronics Engineering (ISRME 2015) Embedded Smart Home System Based on ZigBee Song Chi Liaoning Jidian Polytechnic North Gold and Jewelry

More information

Chapter 2. Literature Survey. 2.1 Remote access technologies

Chapter 2. Literature Survey. 2.1 Remote access technologies Chapter 2 Literature Survey This chapter presents a brief report on literature reviewed in context to present work with an aim to identify current state of research in the domain. Literature review is

More information

Personalizing Google Analytics

Personalizing Google Analytics University of South Carolina Scholar Commons CONTENTdm Users Group Meeting, May 2014 CONTENTdm Users Group Meeting, May 2014 Personalizing Google Analytics Josh Wilson State Library of North Carolina Follow

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

Research on software development platform based on SSH framework structure

Research on software development platform based on SSH framework structure Available online at www.sciencedirect.com Procedia Engineering 15 (2011) 3078 3082 Advanced in Control Engineering and Information Science Research on software development platform based on SSH framework

More information

An Agricultural Tri-dimensional Pollution Data Management Platform Based on DNDC Model

An Agricultural Tri-dimensional Pollution Data Management Platform Based on DNDC Model An Agricultural Tri-dimensional Pollution Data Management Platform Based on DNDC Model Lihua Jiang 1,2, Wensheng Wang 1,2, Xiaorong Yang 1,2, Nengfu Xie 1,2, and Youping Cheng 3 1 Agriculture Information

More information

The Design and Application of GIS Mathematical Model Database System with Meta-algorithm Li-Zhijiang

The Design and Application of GIS Mathematical Model Database System with Meta-algorithm Li-Zhijiang 4th National Conference on Electrical, Electronics and Computer Engineering (NCEECE 2015) The Design and Application of GIS Mathematical Model Database System with Meta-algorithm Li-Zhijiang Yishui College,

More information

The Design of Model for Tibetan Language Search System

The Design of Model for Tibetan Language Search System International Conference on Chemical, Material and Food Engineering (CMFE-2015) The Design of Model for Tibetan Language Search System Wang Zhong School of Information Science and Engineering Lanzhou University

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

Study on Jabber Be Applied to Video Diagnosis for Plant Diseases and Insect Pests

Study on Jabber Be Applied to Video Diagnosis for Plant Diseases and Insect Pests Study on Jabber Be Applied to Video Diagnosis for Plant Diseases and Insect Pests Wei Zhang *, JunFeng Zhang, Feng Yu, JiChun Zhao, and RuPeng Luan Agriculture and Forestry Academy of Beijing; Beijing

More information

Data Mining in the Application of E-Commerce Website

Data Mining in the Application of E-Commerce Website Data Mining in the Application of E-Commerce Website Gu Hongjiu ChongQing Industry Polytechnic College, 401120, China Abstract. With the development of computer technology and Internet technology, the

More information

The Key Technology and Algorithm Design for the Development of Intelligent Examination System

The Key Technology and Algorithm Design for the Development of Intelligent Examination System 6th International Conference on Electronics, Mechanics, Culture and Medicine (EMCM 2015) The Key Technology and Algorithm Design for the Development of Intelligent Examination System Kai Lu1, a * and Mingrui

More information

APPLICATION OF JAVA TECHNOLOGY IN THE REGIONAL COMPARATIVE ADVANTAGE ANALYSIS SYSTEM OF MAIN GRAIN IN CHINA

APPLICATION OF JAVA TECHNOLOGY IN THE REGIONAL COMPARATIVE ADVANTAGE ANALYSIS SYSTEM OF MAIN GRAIN IN CHINA APPLICATION OF JAVA TECHNOLOGY IN THE REGIONAL COMPARATIVE ADVANTAGE ANALYSIS SYSTEM OF MAIN GRAIN IN CHINA Xue Yan, Yeping Zhu * Agricultural Information Institute of Chinese Academy of Agricultural Sciences

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

Campus Second-hand Trading Market Application System Li Zhu1, a, Lan Bai 2,b

Campus Second-hand Trading Market Application System Li Zhu1, a, Lan Bai 2,b 4th International Conference on Mechatronics, Materials, Chemistry and Computer Engineering (ICMMCCE 2015) Campus Second-hand Trading Market Application System Li Zhu1, a, Lan Bai 2,b 1 College of Mathematics

More information

Lightning Protection Performance Assessment of Transmission Line Based on ATP model Automatic Generation

Lightning Protection Performance Assessment of Transmission Line Based on ATP model Automatic Generation MATEC Web of Conferences 55, 03001 () DOI: 10.1051/ matecconf/5503001 Lightning Protection Performance Assessment of Transmission Line Based on ATP model Automatic Generation Luo Hanwu 1, Li Mengke 1,

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

Design and Realization of Foreign Language Learning System. based on Mobile Internet Platform. Chu Weili

Design and Realization of Foreign Language Learning System. based on Mobile Internet Platform. Chu Weili 2017 International Conference on Computational Science and Engineering (ICCSE 2017) Design and Realization of Foreign Language Learning System based on Mobile Internet Platform Chu Weili Qingdao Huanghai

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

A Compatible Public Service Platform for Multi-Electronic Certification Authority

A Compatible Public Service Platform for Multi-Electronic Certification Authority Applied Mechanics and Materials Submitted: 2014-04-26 ISSN: 1662-7482, Vol. 610, pp 579-583 Accepted: 2014-05-26 doi:10.4028/www.scientific.net/amm.610.579 Online: 2014-08-11 2014 Trans Tech Publications,

More information

Design and Implementation of Networked CNC Machine DNC System in. Colleges and Universities Based on Internet Plus

Design and Implementation of Networked CNC Machine DNC System in. Colleges and Universities Based on Internet Plus 5th International Conference on Mechatronics, Materials, Chemistry and Computer Engineering (ICMMCCE 2017) Design and Implementation of Networked CNC Machine DNC System in Colleges and Universities Based

More information

Application of Redundant Backup Technology in Network Security

Application of Redundant Backup Technology in Network Security 2018 2nd International Conference on Systems, Computing, and Applications (SYSTCA 2018) Application of Redundant Backup Technology in Network Security Shuwen Deng1, Siping Hu*, 1, Dianhua Wang1, Limin

More information

Design on Data Storage Structure for Course Management System Li Ma

Design on Data Storage Structure for Course Management System Li Ma 3rd International Conference on Education, Management and Computing Technology (ICEMCT 2016) Design on Data Storage Structure for Course Management System Li Ma School of Education and Sports, Bohai University,

More information

Research and Application of Unstructured Data Acquisition and Retrieval Technology

Research and Application of Unstructured Data Acquisition and Retrieval Technology 2018 2nd International Conference on Systems, Computing, and Applications (SYSTCA 2018) Research and Application of Unstructured Data Acquisition and Retrieval Technology Zhenjiang Lei1,*, Lin Qiao2, Lina

More information

Research and Application of Mobile Geographic Information Service Technology Based on JSP Chengtong GUO1, a, Yan YAO1,b

Research and Application of Mobile Geographic Information Service Technology Based on JSP Chengtong GUO1, a, Yan YAO1,b 4th International Conference on Machinery, Materials and Computing Technology (ICMMCT 2016) Research and Application of Mobile Geographic Information Service Technology Based on JSP Chengtong GUO1, a,

More information

Construction of SSI Framework Based on MVC Software Design Model Yongchang Rena, Yongzhe Mab

Construction of SSI Framework Based on MVC Software Design Model Yongchang Rena, Yongzhe Mab 4th International Conference on Mechatronics, Materials, Chemistry and Computer Engineering (ICMMCCE 2015) Construction of SSI Framework Based on MVC Software Design Model Yongchang Rena, Yongzhe Mab School

More information

Integration of information security and network data mining technology in the era of big data

Integration of information security and network data mining technology in the era of big data Acta Technica 62 No. 1A/2017, 157 166 c 2017 Institute of Thermomechanics CAS, v.v.i. Integration of information security and network data mining technology in the era of big data Lu Li 1 Abstract. The

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

Constructing an University Scientific Research Management Information System of NET Platform Jianhua Xie 1, a, Jian-hua Xiao 2, b

Constructing an University Scientific Research Management Information System of NET Platform Jianhua Xie 1, a, Jian-hua Xiao 2, b Applied Mechanics and Materials Online: 2013-12-04 ISSN: 1662-7482, Vol. 441, pp 984-988 doi:10.4028/www.scientific.net/amm.441.984 2014 Trans Tech Publications, Switzerland Constructing an University

More information

Context-based Roles and Competencies of Data Curators in Supporting Data Lifecycle: Multi-Case Study in China

Context-based Roles and Competencies of Data Curators in Supporting Data Lifecycle: Multi-Case Study in China Submitted on: 29.05.2017 Context-based Roles and Competencies of Data Curators in Supporting Data Lifecycle: Multi-Case Study in China Zhenjia Fan Department of Information Resources Management, Business

More information

Construction of Knowledge Base for Automatic Indexing and Classification Based. on Chinese Library Classification

Construction of Knowledge Base for Automatic Indexing and Classification Based. on Chinese Library Classification Construction of Knowledge Base for Automatic Indexing and Classification Based on Chinese Library Classification Han-qing Hou, Chun-xiang Xue School of Information Science & Technology, Nanjing Agricultural

More information

A REASONING COMPONENT S CONSTRUCTION FOR PLANNING REGIONAL AGRICULTURAL ADVANTAGEOUS INDUSTRY DEVELOPMENT

A REASONING COMPONENT S CONSTRUCTION FOR PLANNING REGIONAL AGRICULTURAL ADVANTAGEOUS INDUSTRY DEVELOPMENT A REASONING COMPONENT S CONSTRUCTION FOR PLANNING REGIONAL AGRICULTURAL ADVANTAGEOUS INDUSTRY DEVELOPMENT Yue Fan 1, Yeping Zhu 1*, 1 Agricultural Information Institute, Chinese Academy of Agricultural

More information

Design and Implementation of a Multi-Function Data Acquisition System based on Android Platform

Design and Implementation of a Multi-Function Data Acquisition System based on Android Platform 2017 International Conference on Computer Science and Application Engineering (CSAE 2017) ISBN: 978-1-60595-505-6 Design and Implementation of a Multi-Function Data Acquisition System based on Android

More information

Construction and Application of Cloud Data Center in University

Construction and Application of Cloud Data Center in University International Conference on Logistics Engineering, Management and Computer Science (LEMCS 2014) Construction and Application of Cloud Data Center in University Hong Chai Institute of Railway Technology,

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

Computer Aided Drafting, Design and Manufacturing Volume 26, Number 4, December 2016, Page 30

Computer Aided Drafting, Design and Manufacturing Volume 26, Number 4, December 2016, Page 30 Computer Aided Drafting, Design and Manufacturing Volume 26, Number 4, December 2016, Page 30 CADDM Aircraft wing box rapid modeling based on skeleton model Zhang Chao, Xi Ping School of Mechanical Engineering

More information

Open Access Apriori Algorithm Research Based on Map-Reduce in Cloud Computing Environments

Open Access Apriori Algorithm Research Based on Map-Reduce in Cloud Computing Environments Send Orders for Reprints to reprints@benthamscience.ae 368 The Open Automation and Control Systems Journal, 2014, 6, 368-373 Open Access Apriori Algorithm Research Based on Map-Reduce in Cloud Computing

More information

Design and Implementation of an Automated Library System using Biometric Technology

Design and Implementation of an Automated Library System using Biometric Technology Design and Implementation of an Automated Library System using Biometric Technology Uchechukwu E. Nwokolo 1,a, Michael S. Okundamiya 2,b 1 Department of Electrical/Electronic Engineering, Federal Polytechnic

More information

An Improved Method of Vehicle Driving Cycle Construction: A Case Study of Beijing

An Improved Method of Vehicle Driving Cycle Construction: A Case Study of Beijing International Forum on Energy, Environment and Sustainable Development (IFEESD 206) An Improved Method of Vehicle Driving Cycle Construction: A Case Study of Beijing Zhenpo Wang,a, Yang Li,b, Hao Luo,

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

Configuring Hotspots

Configuring Hotspots CHAPTER 12 Hotspots on the Cisco NAC Guest Server are used to allow administrators to create their own portal pages and host them on the Cisco NAC Guest Server. Hotspots created by administrators can be

More information

A Brief Discussion on the Research and Implementation of Enterprise-level Unstructured Data Management Platform

A Brief Discussion on the Research and Implementation of Enterprise-level Unstructured Data Management Platform 2018 2nd International Conference on Systems, Computing, and Applications (SYSTCA 2018) A Brief Discussion on the Research and Implementation of Enterprise-level Unstructured Data Management Platform Zhao

More information

Minimal Test Cost Feature Selection with Positive Region Constraint

Minimal Test Cost Feature Selection with Positive Region Constraint Minimal Test Cost Feature Selection with Positive Region Constraint Jiabin Liu 1,2,FanMin 2,, Shujiao Liao 2, and William Zhu 2 1 Department of Computer Science, Sichuan University for Nationalities, Kangding

More information

Upgrading to Sage ACT! 2013 from ACT! 3.x, 4.x, 5.x (2000), or 6.x (2004)

Upgrading to Sage ACT! 2013 from ACT! 3.x, 4.x, 5.x (2000), or 6.x (2004) Upgrading to Sage ACT! 2013 from ACT! 3.x, 4.x, 5.x (2000), or 6.x (2004) Copyright 2012 Sage Software, Inc. All Rights Reserved. Sage, the Sage logos, ACT!, and the Sage product and service names mentioned

More information

RETRACTED ARTICLE. Web-Based Data Mining in System Design and Implementation. Open Access. Jianhu Gong 1* and Jianzhi Gong 2

RETRACTED ARTICLE. Web-Based Data Mining in System Design and Implementation. Open Access. Jianhu Gong 1* and Jianzhi Gong 2 Send Orders for Reprints to reprints@benthamscience.ae The Open Automation and Control Systems Journal, 2014, 6, 1907-1911 1907 Web-Based Data Mining in System Design and Implementation Open Access Jianhu

More information

A Digital Menu System Based on the Cloud client Technology Lin Dong 1, a, Weibo Li 1, b, Ping He 2,c,Jia Liu 1,d

A Digital Menu System Based on the Cloud client Technology Lin Dong 1, a, Weibo Li 1, b, Ping He 2,c,Jia Liu 1,d Applied Mechanics and Materials Online: 2012-11-29 ISSN: 1662-7482, Vol. 235, pp 389-393 doi:10.4028/www.scientific.net/amm.235.389 2012 Trans Tech Publications, Switzerland A Digital Menu System Based

More information

Comprehensive analysis and evaluation of big data for main transformer equipment based on PCA and Apriority

Comprehensive analysis and evaluation of big data for main transformer equipment based on PCA and Apriority IOP Conference Series: Earth and Environmental Science PAPER OPEN ACCESS Comprehensive analysis and evaluation of big data for main transformer equipment based on PCA and Apriority To cite this article:

More information

STUDYING OF CLASSIFYING CHINESE SMS MESSAGES

STUDYING OF CLASSIFYING CHINESE SMS MESSAGES STUDYING OF CLASSIFYING CHINESE SMS MESSAGES BASED ON BAYESIAN CLASSIFICATION 1 LI FENG, 2 LI JIGANG 1,2 Computer Science Department, DongHua University, Shanghai, China E-mail: 1 Lifeng@dhu.edu.cn, 2

More information

Analysis and Design of the Client in the Supervision System Based on Android

Analysis and Design of the Client in the Supervision System Based on Android 2015 AASRI International Conference on Industrial Electronics and Applications (IEA 2015) Analysis and Design of the Client in the Supervision System Based on Android Shifeng Wu, Luo Zhong, Manli Hu, Huazhu

More information

An Intelligent Retrieval Platform for Distributional Agriculture Science and Technology Data

An Intelligent Retrieval Platform for Distributional Agriculture Science and Technology Data An Intelligent Retrieval Platform for Distributional Agriculture Science and Technology Data Xiaorong Yang 1,2, Wensheng Wang 1,2, Qingtian Zeng 3, and Nengfu Xie 1,2 1 Agriculture Information Institute,

More information

FIRE CONTROL IN BUILDINGS AND THE DEVELOPMENT OF RFID APPLICATION SYSTEMS

FIRE CONTROL IN BUILDINGS AND THE DEVELOPMENT OF RFID APPLICATION SYSTEMS 24th International Symposium on Automation & Robotics in Construction (ISARC 2007) Construction Automation Group, I.I.T. Madras FIRE CONTROL IN BUILDINGS AND THE DEVELOPMENT OF RFID APPLICATION SYSTEMS

More information

The Design and Implementation of Disaster Recovery in Dual-active Cloud Center

The Design and Implementation of Disaster Recovery in Dual-active Cloud Center International Conference on Information Sciences, Machinery, Materials and Energy (ICISMME 2015) The Design and Implementation of Disaster Recovery in Dual-active Cloud Center Xiao Chen 1, a, Longjun Zhang

More information