Pub Date : 2015-07-22DOI: 10.1109/ICCSE.2015.7250397
Zhang Liqin, Wu Ning, Wang Chunhui
Blend learning is a study way and idea, which is concerned by domestic and overseas researchers gradually with the introspection of E-learning and the return of C-learning. MOOC has the characteristics of large scale, online and open. MOOC with its open sharing concept provides a new idea for blend learning research. This paper combine face to face classroom teaching with MOOC-based E-learning on network. MOOC-based blend learning mode has been designed from the point of view of theory and practice, Which will contribute to provide information and reference for related research of MOOC based blend learning.
{"title":"Construction of a MOOC based blend learning mode","authors":"Zhang Liqin, Wu Ning, Wang Chunhui","doi":"10.1109/ICCSE.2015.7250397","DOIUrl":"https://doi.org/10.1109/ICCSE.2015.7250397","url":null,"abstract":"Blend learning is a study way and idea, which is concerned by domestic and overseas researchers gradually with the introspection of E-learning and the return of C-learning. MOOC has the characteristics of large scale, online and open. MOOC with its open sharing concept provides a new idea for blend learning research. This paper combine face to face classroom teaching with MOOC-based E-learning on network. MOOC-based blend learning mode has been designed from the point of view of theory and practice, Which will contribute to provide information and reference for related research of MOOC based blend learning.","PeriodicalId":311451,"journal":{"name":"2015 10th International Conference on Computer Science & Education (ICCSE)","volume":"95 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2015-07-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131542727","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
Pub Date : 2015-07-22DOI: 10.1109/ICCSE.2015.7250390
Lu Zheng-qiu, He Guang-jun
Harmony Search algorithm is a heuristic approach for global optimization which mimicking the improvisation process of music player, and has been applied into different engineering applications. This paper first introduces the step and base flow of basic Harmony Search algorithm, aiming at the existent shortage, it analyzes the improved Harmony Search algorithm from two aspects including algorithm itself and combing with other algorithms, and then analyzes the application in multi-objective, and finally puts forward some future research lines.
{"title":"Improvement and application of harmony search algorithm","authors":"Lu Zheng-qiu, He Guang-jun","doi":"10.1109/ICCSE.2015.7250390","DOIUrl":"https://doi.org/10.1109/ICCSE.2015.7250390","url":null,"abstract":"Harmony Search algorithm is a heuristic approach for global optimization which mimicking the improvisation process of music player, and has been applied into different engineering applications. This paper first introduces the step and base flow of basic Harmony Search algorithm, aiming at the existent shortage, it analyzes the improved Harmony Search algorithm from two aspects including algorithm itself and combing with other algorithms, and then analyzes the application in multi-objective, and finally puts forward some future research lines.","PeriodicalId":311451,"journal":{"name":"2015 10th International Conference on Computer Science & Education (ICCSE)","volume":"30 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2015-07-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"117235965","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
Pub Date : 2015-07-22DOI: 10.1109/ICCSE.2015.7250235
Azhar Rauf, Waqas Ali, M. Ahmed, Shah Khusro, Shaukat Ali
Data plays an important role in today's business activities. In order to share information, data is outsourced occasionally, usually in the form of Extensible Markup Language (XML) files which may contain sensitive information only intended for specific audiences. Securing the data is, as a result, of the utmost importance. Several techniques are used for this purpose, with encryption being the most powerful method. The major disadvantage of using encryption is that it reduces the performance of those queries which perform operations on encrypted data. In this paper we propose a technique that significantly improves the performance of range XQuery on encrypted XML data. Results show that the proposed technique is more efficient than the state-of-the-art technique.
{"title":"Efficient XQuery over encrypted XML documents","authors":"Azhar Rauf, Waqas Ali, M. Ahmed, Shah Khusro, Shaukat Ali","doi":"10.1109/ICCSE.2015.7250235","DOIUrl":"https://doi.org/10.1109/ICCSE.2015.7250235","url":null,"abstract":"Data plays an important role in today's business activities. In order to share information, data is outsourced occasionally, usually in the form of Extensible Markup Language (XML) files which may contain sensitive information only intended for specific audiences. Securing the data is, as a result, of the utmost importance. Several techniques are used for this purpose, with encryption being the most powerful method. The major disadvantage of using encryption is that it reduces the performance of those queries which perform operations on encrypted data. In this paper we propose a technique that significantly improves the performance of range XQuery on encrypted XML data. Results show that the proposed technique is more efficient than the state-of-the-art technique.","PeriodicalId":311451,"journal":{"name":"2015 10th International Conference on Computer Science & Education (ICCSE)","volume":"50 20","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2015-07-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"120888973","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
Pub Date : 2015-07-22DOI: 10.1109/ICCSE.2015.7250233
Yan Xu, Wei Zhou, Binyue Cui, Lingyun Lu
Hadoop, a distributed system infrastructure, is developed by Apache Software Foundation and has become a mainstream platform of cloud-computing. How to improve one of its core frame work-MapReduce performance has become a hot topic. However, how to get a better computational performance is still a big challenge for programmers. It appears to be many visualization tools for performance analysis and optimization because of the research of display and analyze program performance by the aid of visualization technology is receiving more and more attention. This paper analyzed sorting performance in Map Phase of Hadoop System and proposed a method to optimize the sorting performance dynamically. It collected and analyzed ten visualization tools that are the most popular in the global world, and found that R language is the tool suited to Hadoop through comparison and analysis, and introduced the combination of R language and Hadoop. In the future, we will apply RHadoop to MapReduce performance optimization.
{"title":"Research on performance optimization and visualization tool of Hadoop","authors":"Yan Xu, Wei Zhou, Binyue Cui, Lingyun Lu","doi":"10.1109/ICCSE.2015.7250233","DOIUrl":"https://doi.org/10.1109/ICCSE.2015.7250233","url":null,"abstract":"Hadoop, a distributed system infrastructure, is developed by Apache Software Foundation and has become a mainstream platform of cloud-computing. How to improve one of its core frame work-MapReduce performance has become a hot topic. However, how to get a better computational performance is still a big challenge for programmers. It appears to be many visualization tools for performance analysis and optimization because of the research of display and analyze program performance by the aid of visualization technology is receiving more and more attention. This paper analyzed sorting performance in Map Phase of Hadoop System and proposed a method to optimize the sorting performance dynamically. It collected and analyzed ten visualization tools that are the most popular in the global world, and found that R language is the tool suited to Hadoop through comparison and analysis, and introduced the combination of R language and Hadoop. In the future, we will apply RHadoop to MapReduce performance optimization.","PeriodicalId":311451,"journal":{"name":"2015 10th International Conference on Computer Science & Education (ICCSE)","volume":"16 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2015-07-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115221919","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
Pub Date : 2015-07-22DOI: 10.1109/ICCSE.2015.7250295
Xue Li, Chunxia Zhao, Zhenqiu Shu, Qiong Wang
Previous studies have demonstrated that Concept Factorization (CF) have yielded impressive results for dimensionality reduction and data representation. However, it is difficult to get a desired result by using single layer concept factorization for some complex data, especially for ill-conditioned and badly scaled data. To improve the performance of the existing CF algorithms, in this paper, we proposed a novel clustering approach, called Multilayer Concept Factorization (MCF), for data representation. MCF is a cascade connection of L mixing subsystems to decompose the observation matrix iteratively in a number of layers. Meanwhile, we explore the corresponding update solutions of the MCF method to reduce the risk of getting stuck in local minima in non-convex alternating computations. Experimental results on document and face dataset demonstrate that our proposed method achieves better clustering performance in terms of accuracy and normalized mutual information in clustering.
{"title":"Multilayer concept factorization for data representation","authors":"Xue Li, Chunxia Zhao, Zhenqiu Shu, Qiong Wang","doi":"10.1109/ICCSE.2015.7250295","DOIUrl":"https://doi.org/10.1109/ICCSE.2015.7250295","url":null,"abstract":"Previous studies have demonstrated that Concept Factorization (CF) have yielded impressive results for dimensionality reduction and data representation. However, it is difficult to get a desired result by using single layer concept factorization for some complex data, especially for ill-conditioned and badly scaled data. To improve the performance of the existing CF algorithms, in this paper, we proposed a novel clustering approach, called Multilayer Concept Factorization (MCF), for data representation. MCF is a cascade connection of L mixing subsystems to decompose the observation matrix iteratively in a number of layers. Meanwhile, we explore the corresponding update solutions of the MCF method to reduce the risk of getting stuck in local minima in non-convex alternating computations. Experimental results on document and face dataset demonstrate that our proposed method achieves better clustering performance in terms of accuracy and normalized mutual information in clustering.","PeriodicalId":311451,"journal":{"name":"2015 10th International Conference on Computer Science & Education (ICCSE)","volume":"38 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2015-07-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115068830","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
Pub Date : 2015-07-22DOI: 10.1109/ICCSE.2015.7250220
Sumayyea Salahuddin, M. Ashfaq, M. Sher, L. Hasan, N. Ahmad
FM-Index and Suffix Array are closely related to each other and are both extremely popular indexes for genomic sequences. They are used in several popular read alignment tools, including Bowtie, Bowtie 2, BWA, and GEM. In literature, there exist several Suffix Array Construction Algorithms (SACA). We have considered two popular SACA techniques: DivSufSort and SAIS. Both techniques construct suffix array in linear time. We have constructed FM-Index using both of these SACA algorithms. In this paper, we comprehensively describe our FM-Index construction approach and compare performance of these two indexes in terms of time for different string types in the Dataset. Our result shows that DivSufSort-based FM-Index performs 3.67% time efficient than SAIS-based FM-Index on 10 out of 11 strings in the Dataset.
{"title":"Performance comparison & analysis of DivSufSort-based & SAIS-based FM-Index","authors":"Sumayyea Salahuddin, M. Ashfaq, M. Sher, L. Hasan, N. Ahmad","doi":"10.1109/ICCSE.2015.7250220","DOIUrl":"https://doi.org/10.1109/ICCSE.2015.7250220","url":null,"abstract":"FM-Index and Suffix Array are closely related to each other and are both extremely popular indexes for genomic sequences. They are used in several popular read alignment tools, including Bowtie, Bowtie 2, BWA, and GEM. In literature, there exist several Suffix Array Construction Algorithms (SACA). We have considered two popular SACA techniques: DivSufSort and SAIS. Both techniques construct suffix array in linear time. We have constructed FM-Index using both of these SACA algorithms. In this paper, we comprehensively describe our FM-Index construction approach and compare performance of these two indexes in terms of time for different string types in the Dataset. Our result shows that DivSufSort-based FM-Index performs 3.67% time efficient than SAIS-based FM-Index on 10 out of 11 strings in the Dataset.","PeriodicalId":311451,"journal":{"name":"2015 10th International Conference on Computer Science & Education (ICCSE)","volume":"9 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2015-07-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115291805","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
Pub Date : 2015-07-22DOI: 10.1109/ICCSE.2015.7250265
J. Jwo
A new approach based on comics and designing micro-movies is proposed for software engineering education. Comics are used to help students capture the key issues quickly and effectively. The process of making micro-movies provides a context for students to simulate the challenges happened in the real world. The experiment for the new teaching approach has been conducted. The preliminary results are positive. Furthermore, the learning experience is joyful when compared with the other courses.
{"title":"Teaching software engineering through comics and micro-movie design projects","authors":"J. Jwo","doi":"10.1109/ICCSE.2015.7250265","DOIUrl":"https://doi.org/10.1109/ICCSE.2015.7250265","url":null,"abstract":"A new approach based on comics and designing micro-movies is proposed for software engineering education. Comics are used to help students capture the key issues quickly and effectively. The process of making micro-movies provides a context for students to simulate the challenges happened in the real world. The experiment for the new teaching approach has been conducted. The preliminary results are positive. Furthermore, the learning experience is joyful when compared with the other courses.","PeriodicalId":311451,"journal":{"name":"2015 10th International Conference on Computer Science & Education (ICCSE)","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2015-07-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115666603","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
Pub Date : 2015-07-22DOI: 10.1109/ICCSE.2015.7250258
C. Lecon
The previous knowledge of the students at the beginning of a study at universities is more and more dissimilar. The traditional classroom teaching cannot cope with this heterogeneity. Therefore one has to find suitable methods to adjust the knowledge of all students to a reasonably similar level. In this paper we present some adequate methods and techniques, which can easily be integrated into the curriculum and additionally enable the students to be actively involved in the development of the implementation of these techniques.
{"title":"How to react to the increasing heterogeneous student's previous knowledge","authors":"C. Lecon","doi":"10.1109/ICCSE.2015.7250258","DOIUrl":"https://doi.org/10.1109/ICCSE.2015.7250258","url":null,"abstract":"The previous knowledge of the students at the beginning of a study at universities is more and more dissimilar. The traditional classroom teaching cannot cope with this heterogeneity. Therefore one has to find suitable methods to adjust the knowledge of all students to a reasonably similar level. In this paper we present some adequate methods and techniques, which can easily be integrated into the curriculum and additionally enable the students to be actively involved in the development of the implementation of these techniques.","PeriodicalId":311451,"journal":{"name":"2015 10th International Conference on Computer Science & Education (ICCSE)","volume":"26 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2015-07-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121914797","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
Pub Date : 2015-07-22DOI: 10.1109/ICCSE.2015.7250386
Xiaofeng Hu, Gang Cen, Yifeng Hua, Mengqi Jin, Yining Wen, Yufeng Fan
Display platform for bamboo product based on web provides an integrated model for users for sharing and cognitive. That platform sets the design, display, learning, evaluation, communication and marketing of bamboo products as one. According to the source materials of China's Township and based on the analysis of the existing domestic and international research, this article gives an exchange platform for the display of bamboo products. It's convenient for users to upload, management, evaluate, and promote works and exchange of ideas. Furthermore, the operation mode of the main module of user management, system maintenance, bamboo products, publishing, management, display, evaluation of communication etc. is investigated.
{"title":"The design and development of bamboo product interactive exchange platform based on MVC mode","authors":"Xiaofeng Hu, Gang Cen, Yifeng Hua, Mengqi Jin, Yining Wen, Yufeng Fan","doi":"10.1109/ICCSE.2015.7250386","DOIUrl":"https://doi.org/10.1109/ICCSE.2015.7250386","url":null,"abstract":"Display platform for bamboo product based on web provides an integrated model for users for sharing and cognitive. That platform sets the design, display, learning, evaluation, communication and marketing of bamboo products as one. According to the source materials of China's Township and based on the analysis of the existing domestic and international research, this article gives an exchange platform for the display of bamboo products. It's convenient for users to upload, management, evaluate, and promote works and exchange of ideas. Furthermore, the operation mode of the main module of user management, system maintenance, bamboo products, publishing, management, display, evaluation of communication etc. is investigated.","PeriodicalId":311451,"journal":{"name":"2015 10th International Conference on Computer Science & Education (ICCSE)","volume":"5 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2015-07-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124076529","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
Pub Date : 2015-07-22DOI: 10.1109/ICCSE.2015.7250303
Zhang Yan-qin, Quan Zhen, S. Meng, Feng Hai-dong, Liu Yuan-ling
The deformation of hydrostatic bearing rotary workbench is the direct factor that affects working accuracy. In this paper, taking the hydrostatic bearing rotary workbench as research object, the improvement model of the hydrostatic bearing workbench structure is established. In different speed conditions, thermal deformation calculation for workbench is conducted by using finite element method and fluid solid coupling technique. By comparison of the results of the model before and after the improvement, it is concluded that the thermal deformation of the workbench can be decreased if we add rib plate appropriately. Conclusion can provide guidance for the production of the hydrostatic bearing workbench, and it also has certain scientific significance to improve the accuracy of CNC machine tools.
{"title":"Improvement of hydrostatic bearing workbench structure based on the thermal deformation","authors":"Zhang Yan-qin, Quan Zhen, S. Meng, Feng Hai-dong, Liu Yuan-ling","doi":"10.1109/ICCSE.2015.7250303","DOIUrl":"https://doi.org/10.1109/ICCSE.2015.7250303","url":null,"abstract":"The deformation of hydrostatic bearing rotary workbench is the direct factor that affects working accuracy. In this paper, taking the hydrostatic bearing rotary workbench as research object, the improvement model of the hydrostatic bearing workbench structure is established. In different speed conditions, thermal deformation calculation for workbench is conducted by using finite element method and fluid solid coupling technique. By comparison of the results of the model before and after the improvement, it is concluded that the thermal deformation of the workbench can be decreased if we add rib plate appropriately. Conclusion can provide guidance for the production of the hydrostatic bearing workbench, and it also has certain scientific significance to improve the accuracy of CNC machine tools.","PeriodicalId":311451,"journal":{"name":"2015 10th International Conference on Computer Science & Education (ICCSE)","volume":"2020 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2015-07-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129773256","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}