首页 > 最新文献

2015 International Conference on Computer Application Technologies最新文献

英文 中文
An Investigation of Effectiveness of "Opinion" and "Fact" Sentences for Sentiment Analysis of Customer Reviews “意见”句和“事实”句在顾客评论情感分析中的有效性研究
Pub Date : 2015-08-31 DOI: 10.1109/CCATS.2015.33
Yuya Sawakoshi, M. Okada, Kiyota Hashimoto
Recently, a customer review of travel information website has been a big influence on users in accommodations by the spread of the internet. In our research, as preprocessing of picking out information from the reviews, we propose a method to classify sentences into "Opinion sentences" and "Fact sentences" using SVM. And we confirm effectiveness of "opinion sentences" to estimate values by classification reviews into Positive and Negative using SVM.
最近,由于互联网的普及,旅游信息网站的客户评论对住宿用户产生了很大的影响。在我们的研究中,作为从评论中提取信息的预处理,我们提出了一种使用支持向量机将句子分为“意见句”和“事实句”的方法。并利用支持向量机将评论分类为Positive和Negative,验证了“意见句”对评价的有效性。
{"title":"An Investigation of Effectiveness of \"Opinion\" and \"Fact\" Sentences for Sentiment Analysis of Customer Reviews","authors":"Yuya Sawakoshi, M. Okada, Kiyota Hashimoto","doi":"10.1109/CCATS.2015.33","DOIUrl":"https://doi.org/10.1109/CCATS.2015.33","url":null,"abstract":"Recently, a customer review of travel information website has been a big influence on users in accommodations by the spread of the internet. In our research, as preprocessing of picking out information from the reviews, we propose a method to classify sentences into \"Opinion sentences\" and \"Fact sentences\" using SVM. And we confirm effectiveness of \"opinion sentences\" to estimate values by classification reviews into Positive and Negative using SVM.","PeriodicalId":433684,"journal":{"name":"2015 International Conference on Computer Application Technologies","volume":"81 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2015-08-31","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115711730","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}
引用次数: 7
Array Bounds Model Checking in C Code Based on Predicate Abstraction 基于谓词抽象的C代码中数组边界模型检查
Pub Date : 2015-08-31 DOI: 10.1109/CCATS.2015.11
Yunwei Bai, Qingguo Xu
As C program compilers do not check the array bounds during compiling, array index out of bounds attacks cause serious security problems. Array bound checking is becoming more and more important, however, original array bound checking, which needs programmers manual working, wastes too much time. In this paper, we propose a strategy to address this issue for C code. In this strategy, we use predicate abstraction in the generated CFG (control flow graph), then the CFG is translated to the SMV model using a translating algorithm. Finally, we use the model checking tool-nuXmv to check the array bound. If the array is out of bound, the nuXmv will give the counter-examples.
由于C程序编译器在编译时不检查数组边界,因此数组索引越界攻击会造成严重的安全问题。数组绑定检查越来越重要,但是原来的数组绑定检查需要程序员手工操作,浪费了大量的时间。在本文中,我们提出了一种策略来解决C代码中的这个问题。在该策略中,我们在生成的CFG(控制流图)中使用谓词抽象,然后使用翻译算法将CFG转换为SMV模型。最后,我们使用模型检查工具- nuxmv来检查数组边界。如果数组超出边界,则nuXmv将给出反例。
{"title":"Array Bounds Model Checking in C Code Based on Predicate Abstraction","authors":"Yunwei Bai, Qingguo Xu","doi":"10.1109/CCATS.2015.11","DOIUrl":"https://doi.org/10.1109/CCATS.2015.11","url":null,"abstract":"As C program compilers do not check the array bounds during compiling, array index out of bounds attacks cause serious security problems. Array bound checking is becoming more and more important, however, original array bound checking, which needs programmers manual working, wastes too much time. In this paper, we propose a strategy to address this issue for C code. In this strategy, we use predicate abstraction in the generated CFG (control flow graph), then the CFG is translated to the SMV model using a translating algorithm. Finally, we use the model checking tool-nuXmv to check the array bound. If the array is out of bound, the nuXmv will give the counter-examples.","PeriodicalId":433684,"journal":{"name":"2015 International Conference on Computer Application Technologies","volume":"9 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2015-08-31","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"117104408","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}
引用次数: 0
Cross-Browser Compatibility Testing Based on Model Comparison 基于模型比较的跨浏览器兼容性测试
Pub Date : 2015-08-31 DOI: 10.1109/CCATS.2015.34
Heng Shi, Hong-wei Zeng
As Web applications are more widely used and the browser and operating system becomes more diversiform, cross-browser incompatibility becomes more and more serious which may lead to visual faults or malfunction. The existing tools are difficult to pinpoint incompatibility. We propose a model comparison-based compatibility testing method. CRAWLJAX, an open source crawler tool, is used to build the behavioral model of the Web application under testing. Two models are generated by crawling the application in the reference browser and the target browser respectively, and then they are compared to find and locate incompatibility issues. It reduces the workload of the test and repair. Finally, we use a simple example to illustrate our approach.
随着Web应用程序的广泛使用,浏览器和操作系统的多样化,浏览器之间的不兼容问题越来越严重,可能会导致视觉故障或故障。现有的工具很难查明不兼容性。提出了一种基于模型比较的兼容性测试方法。CRAWLJAX是一种开源爬虫工具,用于构建被测Web应用程序的行为模型。通过在参考浏览器和目标浏览器中分别抓取应用程序生成两个模型,然后将它们进行比较,以查找和定位不兼容问题。它减少了测试和修复的工作量。最后,我们使用一个简单的示例来说明我们的方法。
{"title":"Cross-Browser Compatibility Testing Based on Model Comparison","authors":"Heng Shi, Hong-wei Zeng","doi":"10.1109/CCATS.2015.34","DOIUrl":"https://doi.org/10.1109/CCATS.2015.34","url":null,"abstract":"As Web applications are more widely used and the browser and operating system becomes more diversiform, cross-browser incompatibility becomes more and more serious which may lead to visual faults or malfunction. The existing tools are difficult to pinpoint incompatibility. We propose a model comparison-based compatibility testing method. CRAWLJAX, an open source crawler tool, is used to build the behavioral model of the Web application under testing. Two models are generated by crawling the application in the reference browser and the target browser respectively, and then they are compared to find and locate incompatibility issues. It reduces the workload of the test and repair. Finally, we use a simple example to illustrate our approach.","PeriodicalId":433684,"journal":{"name":"2015 International Conference on Computer Application Technologies","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2015-08-31","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130500918","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}
引用次数: 4
Development of a Speech Training System by Lip Movements 基于嘴唇运动的语音训练系统的开发
Pub Date : 2015-08-31 DOI: 10.1109/CCATS.2015.25
Tomoki Yamamura, Miyuki Suganuma, Eiki Wakamatsu, Yuko Hoshino, M. Yamada
Speech recognition technology is spreading with personal digital assistants such as smart phones. However, we are concerned about the decline in the recognition rate at places with multiple voices and considerable noise. Therefore, we have been studying a lip operation that would recognize the content of an utterance by reading from an image. Based on this research, we created a database of utterances by Japanese television announcers and English teachers for utterance training in Japanese and English. Furthermore, applying the technology we developed, we propose a method of utterance training using specific equipment. First, we compared the student's utterance with data in the lip movement database. Second, we evaluated the effectiveness of the utterance training equipment.
语音识别技术正在随着智能手机等个人数字助理的普及而普及。然而,我们关注的是,在有多种声音和相当大噪音的地方,识别率下降。因此,我们一直在研究一种通过读取图像来识别话语内容的唇部手术。在此基础上,我们建立了日本电视播音员和英语教师的话语数据库,用于日语和英语的话语培训。在此基础上,提出了一种使用特定设备进行语音训练的方法。首先,我们将学生的话语与唇动数据库中的数据进行比较。其次,我们评估了语音训练设备的有效性。
{"title":"Development of a Speech Training System by Lip Movements","authors":"Tomoki Yamamura, Miyuki Suganuma, Eiki Wakamatsu, Yuko Hoshino, M. Yamada","doi":"10.1109/CCATS.2015.25","DOIUrl":"https://doi.org/10.1109/CCATS.2015.25","url":null,"abstract":"Speech recognition technology is spreading with personal digital assistants such as smart phones. However, we are concerned about the decline in the recognition rate at places with multiple voices and considerable noise. Therefore, we have been studying a lip operation that would recognize the content of an utterance by reading from an image. Based on this research, we created a database of utterances by Japanese television announcers and English teachers for utterance training in Japanese and English. Furthermore, applying the technology we developed, we propose a method of utterance training using specific equipment. First, we compared the student's utterance with data in the lip movement database. Second, we evaluated the effectiveness of the utterance training equipment.","PeriodicalId":433684,"journal":{"name":"2015 International Conference on Computer Application Technologies","volume":"5 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2015-08-31","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124022711","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}
引用次数: 0
Prototype of Kanban Tool and Preliminary Evaluation of Visualizing Method for Task Assignment 看板工具原型与任务分配可视化方法初步评价
Pub Date : 2015-08-31 DOI: 10.1109/CCATS.2015.21
S. Nakazawa, Tetsuo Tanaka
Kanban is a method used in agile software development. It is a most important tool as it acts as a central communication hub among the members of an agile development team. In this research, the authors develop a prototype of a Kanban tool. The tool displays each developer's tasks across multiple horizontal rows. Therefore, users can assess the task assignment and workloads of team members in one glance. The board also links up with GitHub and has a feature of real time synchronization among clients for distributed development. An experiment showed that the proposed approach was effective.
看板是敏捷软件开发中使用的一种方法。它是一个最重要的工具,因为它充当敏捷开发团队成员之间的中心通信枢纽。在这项研究中,作者开发了一个看板工具的原型。该工具跨多个水平行显示每个开发人员的任务。因此,用户可以一目了然地评估团队成员的任务分配和工作量。该板还与GitHub连接,并具有分布式开发客户端之间的实时同步功能。实验表明,该方法是有效的。
{"title":"Prototype of Kanban Tool and Preliminary Evaluation of Visualizing Method for Task Assignment","authors":"S. Nakazawa, Tetsuo Tanaka","doi":"10.1109/CCATS.2015.21","DOIUrl":"https://doi.org/10.1109/CCATS.2015.21","url":null,"abstract":"Kanban is a method used in agile software development. It is a most important tool as it acts as a central communication hub among the members of an agile development team. In this research, the authors develop a prototype of a Kanban tool. The tool displays each developer's tasks across multiple horizontal rows. Therefore, users can assess the task assignment and workloads of team members in one glance. The board also links up with GitHub and has a feature of real time synchronization among clients for distributed development. An experiment showed that the proposed approach was effective.","PeriodicalId":433684,"journal":{"name":"2015 International Conference on Computer Application Technologies","volume":"23 5 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2015-08-31","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126258370","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}
引用次数: 10
Effects of Digital Textbook-Based Nursing Education in Professional School 数字化教材在高职护理教育中的应用效果
Pub Date : 2015-08-31 DOI: 10.1109/CCATS.2015.56
Masaaki Tanaka, Aya Uchida, Azusa Kanda, T. Matsuo
In this paper, we introduce a case study of digital textbook-based education in professional school to educate nursing and care. Digital textbook is utilized on digital textbook viewer software installed on the table computer. In professional education, using digital textbook is one of promising field to enhance its quality since the detailed description can be easily understood. Further, instructors can know students' condition of learning viewing recorded log of their learning and users history. The latter half of this paper discusses our challenges of use of digital textbook in actual professional education. In nursing education, digital textbook-based instruction and study is not familiar with instructor and students. However, we achieve a measure of our goal of instruction using digital textbook in nursing school.
本文介绍了数字化教材教育在专业学校护理与护理教学中的应用。数字教材是利用安装在台式计算机上的数字教材查看软件。在专业教育中,数字化教材的使用是提高教学质量的一个有前景的领域,因为数字化教材的详细描述易于理解。此外,教师可以查看学生的学习记录和用户历史,了解学生的学习情况。本文的后半部分讨论了我国在实际的专业教育中使用数字教材所面临的挑战。在护理教育中,基于数字教材的教学和学习对教师和学生来说并不熟悉。然而,我们在护理学校使用数字教科书实现了我们的教学目标。
{"title":"Effects of Digital Textbook-Based Nursing Education in Professional School","authors":"Masaaki Tanaka, Aya Uchida, Azusa Kanda, T. Matsuo","doi":"10.1109/CCATS.2015.56","DOIUrl":"https://doi.org/10.1109/CCATS.2015.56","url":null,"abstract":"In this paper, we introduce a case study of digital textbook-based education in professional school to educate nursing and care. Digital textbook is utilized on digital textbook viewer software installed on the table computer. In professional education, using digital textbook is one of promising field to enhance its quality since the detailed description can be easily understood. Further, instructors can know students' condition of learning viewing recorded log of their learning and users history. The latter half of this paper discusses our challenges of use of digital textbook in actual professional education. In nursing education, digital textbook-based instruction and study is not familiar with instructor and students. However, we achieve a measure of our goal of instruction using digital textbook in nursing school.","PeriodicalId":433684,"journal":{"name":"2015 International Conference on Computer Application Technologies","volume":"149 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2015-08-31","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115858579","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}
引用次数: 1
An Investigation of Effectiveness Using Topic Information Order to Classify Tourists Reviews 利用主题信息顺序对游客评论进行分类的有效性研究
Pub Date : 2015-08-31 DOI: 10.1109/CCATS.2015.32
Shogo Nakamura, M. Okada, Kiyota Hashimoto
The Sentiment analysis targeted customer reviews is an active research field in recent years. Customer reviews contain various topics that closely related to interest of reviewer and situation of utilization. Using this relation, it will be possible to show readers information that fits in interest of them. We collected customer reviews from a tourism information web site, estimate topics in the customer reviews by applying LDA and estimate that customer reviews was whether positive or negative.
针对顾客评论的情感分析是近年来一个活跃的研究领域。客户评论包含各种主题,这些主题与评论者的兴趣和使用情况密切相关。利用这种关系,就有可能向读者展示符合他们兴趣的信息。我们从一个旅游信息网站收集顾客评论,运用LDA估计顾客评论的主题,估计顾客评论是正面的还是负面的。
{"title":"An Investigation of Effectiveness Using Topic Information Order to Classify Tourists Reviews","authors":"Shogo Nakamura, M. Okada, Kiyota Hashimoto","doi":"10.1109/CCATS.2015.32","DOIUrl":"https://doi.org/10.1109/CCATS.2015.32","url":null,"abstract":"The Sentiment analysis targeted customer reviews is an active research field in recent years. Customer reviews contain various topics that closely related to interest of reviewer and situation of utilization. Using this relation, it will be possible to show readers information that fits in interest of them. We collected customer reviews from a tourism information web site, estimate topics in the customer reviews by applying LDA and estimate that customer reviews was whether positive or negative.","PeriodicalId":433684,"journal":{"name":"2015 International Conference on Computer Application Technologies","volume":"31 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2015-08-31","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114336169","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}
引用次数: 4
The Learning Data Management of the Utterance Learning System Using Lip Movements Recognition: Learning Data Management Using SQLite and Feedback to a Learner 基于唇形识别的话语学习系统的学习数据管理:基于SQLite和学习者反馈的学习数据管理
Pub Date : 2015-08-31 DOI: 10.1109/CCATS.2015.37
Yuko Hoshino, Tomoki Yamamura, M. Yamada
We previously proposed a utterance recognition system that uses the tracking and analysis of speakers' lip movements as words and sentences are uttered. Also, we compared the lip movements in the SQLite database with those of utterances produced by students learning the method. We accumulated lips movement history of the utterance learner in the conventional utterance learning system and added a function to manage the change of the lips movement of the learner. In this report, we write development and the result of the system.
我们之前提出了一种话语识别系统,该系统在说话者说出单词和句子时使用跟踪和分析说话者的嘴唇运动。此外,我们将SQLite数据库中的嘴唇运动与学习该方法的学生所产生的话语运动进行了比较。我们在传统的话语学习系统中积累了话语学习者的嘴唇运动历史,并增加了一个功能来管理学习者嘴唇运动的变化。在本报告中,我们编写了系统的开发和结果。
{"title":"The Learning Data Management of the Utterance Learning System Using Lip Movements Recognition: Learning Data Management Using SQLite and Feedback to a Learner","authors":"Yuko Hoshino, Tomoki Yamamura, M. Yamada","doi":"10.1109/CCATS.2015.37","DOIUrl":"https://doi.org/10.1109/CCATS.2015.37","url":null,"abstract":"We previously proposed a utterance recognition system that uses the tracking and analysis of speakers' lip movements as words and sentences are uttered. Also, we compared the lip movements in the SQLite database with those of utterances produced by students learning the method. We accumulated lips movement history of the utterance learner in the conventional utterance learning system and added a function to manage the change of the lips movement of the learner. In this report, we write development and the result of the system.","PeriodicalId":433684,"journal":{"name":"2015 International Conference on Computer Application Technologies","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2015-08-31","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128712408","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}
引用次数: 0
World Social Welfare Circumstances: Social Welfare and Elderly Care System in the World, and Civic Technology 世界社会福利状况:世界社会福利和老年护理制度及公民技术
Pub Date : 2015-08-31 DOI: 10.1109/CCATS.2015.50
Chisako Yamashita
This presentation illustrates social welfare andelderly care system and issues in three countries, Japan, Norway, and the United States, and discuss how to solve social problemsby using civic technologies.
本演讲以日本、挪威、美国三个国家的社会福利与养老制度为例,探讨如何运用公民科技解决社会问题。
{"title":"World Social Welfare Circumstances: Social Welfare and Elderly Care System in the World, and Civic Technology","authors":"Chisako Yamashita","doi":"10.1109/CCATS.2015.50","DOIUrl":"https://doi.org/10.1109/CCATS.2015.50","url":null,"abstract":"This presentation illustrates social welfare andelderly care system and issues in three countries, Japan, Norway, and the United States, and discuss how to solve social problemsby using civic technologies.","PeriodicalId":433684,"journal":{"name":"2015 International Conference on Computer Application Technologies","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2015-08-31","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130585391","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}
引用次数: 0
Development of the Framework for Students Who Programming Is Not Good: When Students Made "Tamakorogashi" for Children's Workshop 为不擅长编程的学生开发框架:当学生为儿童工作室制作“Tamakorogashi”时
Pub Date : 2015-08-31 DOI: 10.1109/CCATS.2015.41
Y. Hori, Hisashi Sato
Students who are not good programming made media art for workshop for children. It was difficult for them to complete it. So, I developed framework in Processing to support and simplify programming. This framework introduced features to simplify. These features are the one for control movement of images. Consequently, All of the student team was completed the work. Therefore introducing features was useful. But improvement is needed, because introducing own concept caused the confusion at the time of introduction to students. This framework is intended for the student who is weak in programming. So it is necessary to solve this problem. Furthermore there was a request that add the function of the random play when the students are creating. This request was intended to improve the quality of work. Consequently, this framework needed two functions. The first is the function to simplify the programming. The second is the function for the improvement of quality of work.
不擅长编程的学生为儿童工作坊制作媒体艺术。他们很难完成它。因此,我在Processing中开发了框架来支持和简化编程。这个框架引入了一些简化的特性。这些特性是用来控制图像移动的。因此,所有的学生团队都完成了这项工作。因此,引入功能是有用的。但由于引入自己的概念,在向学生介绍时造成了混乱,需要改进。这个框架是为不擅长编程的学生设计的。因此,有必要解决这个问题。此外,还有一个要求是在学生创作时增加随机游戏的功能。这一要求是为了提高工作质量。因此,这个框架需要两个功能。首先是简化编程的函数。二是提高工作质量的功能。
{"title":"Development of the Framework for Students Who Programming Is Not Good: When Students Made \"Tamakorogashi\" for Children's Workshop","authors":"Y. Hori, Hisashi Sato","doi":"10.1109/CCATS.2015.41","DOIUrl":"https://doi.org/10.1109/CCATS.2015.41","url":null,"abstract":"Students who are not good programming made media art for workshop for children. It was difficult for them to complete it. So, I developed framework in Processing to support and simplify programming. This framework introduced features to simplify. These features are the one for control movement of images. Consequently, All of the student team was completed the work. Therefore introducing features was useful. But improvement is needed, because introducing own concept caused the confusion at the time of introduction to students. This framework is intended for the student who is weak in programming. So it is necessary to solve this problem. Furthermore there was a request that add the function of the random play when the students are creating. This request was intended to improve the quality of work. Consequently, this framework needed two functions. The first is the function to simplify the programming. The second is the function for the improvement of quality of work.","PeriodicalId":433684,"journal":{"name":"2015 International Conference on Computer Application Technologies","volume":"200 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2015-08-31","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132778484","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}
引用次数: 0
期刊
2015 International Conference on Computer Application Technologies
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1