首页 > 最新文献

2010 International Conference on Educational and Information Technology最新文献

英文 中文
A new method to solve the “Boundary Effect” of Adaptive random testing 一种解决自适应随机测试“边界效应”的新方法
Pub Date : 2010-10-25 DOI: 10.1109/ICEIT.2010.5607704
Jixin Geng, Jiongmin Zhang
Compare to random testing, Adaptive random testing generates test cases evenly in the input domain so that it can detect the first failure of the program using fewer test cases. But It is found that adaptive random testing will be more inclined to generate test cases on the boundary in the input domain, which is called “Boundary Effect”. The “Boundary Effect” will affect the performance of the adaptive random testing in certain situations, such as in multi-dimensional input domain. This paper presents an effective way to solve the “Boundary Effect” of adaptive random testing in order to enhance the performance in high-dimensional input domain.
与随机测试相比,自适应随机测试在输入域中均匀地生成测试用例,因此它可以使用更少的测试用例检测程序的第一个失败。但研究发现,自适应随机测试更倾向于在输入域的边界上生成测试用例,这被称为“边界效应”。在某些情况下,例如在多维输入域中,“边界效应”会影响自适应随机测试的性能。为了提高自适应随机测试在高维输入域中的性能,提出了一种有效解决自适应随机测试“边界效应”的方法。
{"title":"A new method to solve the “Boundary Effect” of Adaptive random testing","authors":"Jixin Geng, Jiongmin Zhang","doi":"10.1109/ICEIT.2010.5607704","DOIUrl":"https://doi.org/10.1109/ICEIT.2010.5607704","url":null,"abstract":"Compare to random testing, Adaptive random testing generates test cases evenly in the input domain so that it can detect the first failure of the program using fewer test cases. But It is found that adaptive random testing will be more inclined to generate test cases on the boundary in the input domain, which is called “Boundary Effect”. The “Boundary Effect” will affect the performance of the adaptive random testing in certain situations, such as in multi-dimensional input domain. This paper presents an effective way to solve the “Boundary Effect” of adaptive random testing in order to enhance the performance in high-dimensional input domain.","PeriodicalId":346498,"journal":{"name":"2010 International Conference on Educational and Information Technology","volume":"2 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2010-10-25","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123325425","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}
引用次数: 12
The application of CSCL in the teaching of “Database Course Design” CSCL在《数据库课程设计》教学中的应用
Pub Date : 2010-10-25 DOI: 10.1109/ICEIT.2010.5607595
Su Xiaoping, Shen Qing
The method for constructing full-connected network learning community model was given after discussing collaborative learning theory. The teaching process of applying network learning community model to “Database Course Design” was introduced in detail. The practice proves that CSCL is effective in the teaching of “Database Course Design”. Finally some issues needing to be solved in CSCL were analyzed and summarized.
在讨论协作学习理论的基础上,给出了构建全连接网络学习社区模型的方法。详细介绍了将网络学习社区模式应用于《数据库课程设计》的教学过程。实践证明,CSCL在《数据库课程设计》教学中是有效的。最后对CSCL需要解决的问题进行了分析和总结。
{"title":"The application of CSCL in the teaching of “Database Course Design”","authors":"Su Xiaoping, Shen Qing","doi":"10.1109/ICEIT.2010.5607595","DOIUrl":"https://doi.org/10.1109/ICEIT.2010.5607595","url":null,"abstract":"The method for constructing full-connected network learning community model was given after discussing collaborative learning theory. The teaching process of applying network learning community model to “Database Course Design” was introduced in detail. The practice proves that CSCL is effective in the teaching of “Database Course Design”. Finally some issues needing to be solved in CSCL were analyzed and summarized.","PeriodicalId":346498,"journal":{"name":"2010 International Conference on Educational and Information Technology","volume":"9 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2010-10-25","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124027661","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
Hierarchical Bidirectional Chord 分层双向弦
Pub Date : 2010-10-25 DOI: 10.1109/ICEIT.2010.5607543
Minghui Ji
In peer-to-peer (P2P) networks, how to effective locate data on distributed hash tables is challenging and has attracted much research attention in recent years. Two measurements are usually considered when discussing the effective location of data items: the path length (the hop count for resolving a lookup request on the overlay network) and the latency (the actual time period between the issuing and completion of a lookup). In this paper, we propose a regional lookup algorithm based on super-node (Hierarchical DHT Algorithm) that routes data keys queries by region information and super-node, and keeps the finger tables on two directions to reduce the redundancy of finger tables in original Chord. The lookup process can be easily implemented by keeping only O (log2M) routing information with M regions in the Chord ring at each node. Results from theoretical analysis and simulations show that the improved lookup algorithm achieves higher lookup efficiency and scales well.
在点对点(P2P)网络中,如何有效地定位分布式哈希表中的数据是一个具有挑战性的问题,近年来引起了人们的广泛关注。在讨论数据项的有效位置时,通常会考虑两个度量:路径长度(在覆盖网络上解析查找请求的跳数)和延迟(发出和完成查找之间的实际时间段)。本文提出了一种基于超级节点的区域查找算法(Hierarchical DHT algorithm),该算法根据区域信息和超级节点路由数据键查询,并将手指表保持在两个方向上,以减少原始Chord中手指表的冗余。通过在每个节点的Chord环中只保留O (log2M)个路由信息和M个区域,可以很容易地实现查找过程。理论分析和仿真结果表明,改进后的查找算法具有较高的查找效率和良好的可扩展性。
{"title":"Hierarchical Bidirectional Chord","authors":"Minghui Ji","doi":"10.1109/ICEIT.2010.5607543","DOIUrl":"https://doi.org/10.1109/ICEIT.2010.5607543","url":null,"abstract":"In peer-to-peer (P2P) networks, how to effective locate data on distributed hash tables is challenging and has attracted much research attention in recent years. Two measurements are usually considered when discussing the effective location of data items: the path length (the hop count for resolving a lookup request on the overlay network) and the latency (the actual time period between the issuing and completion of a lookup). In this paper, we propose a regional lookup algorithm based on super-node (Hierarchical DHT Algorithm) that routes data keys queries by region information and super-node, and keeps the finger tables on two directions to reduce the redundancy of finger tables in original Chord. The lookup process can be easily implemented by keeping only O (log2M) routing information with M regions in the Chord ring at each node. Results from theoretical analysis and simulations show that the improved lookup algorithm achieves higher lookup efficiency and scales well.","PeriodicalId":346498,"journal":{"name":"2010 International Conference on Educational and Information Technology","volume":"10 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2010-10-25","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123795021","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}
引用次数: 2
The application of project-driven method in Information system Department professional practical teaching 项目驱动教学法在信息系统系专业实践教学中的应用
Pub Date : 2010-10-25 DOI: 10.1109/ICEIT.2010.5607600
Mei Yu, Yanjing Jiang
This paper discusses the application of project-driven teaching method in Information Management Department professional practical teaching. Through the successful implementation of this program, it is concluded that project-driven method is effective in the aspects of mobilize the enthusiasm of students, improve the comprehensive ability and improve the professional practice of teaching. Even more, the paper points out the trend of study in the future.
探讨了项目驱动教学法在信息管理系专业实践教学中的应用。通过该方案的成功实施,得出项目驱动法在调动学生积极性、提高综合能力、提高专业实践教学等方面是有效的。并指出了今后的研究方向。
{"title":"The application of project-driven method in Information system Department professional practical teaching","authors":"Mei Yu, Yanjing Jiang","doi":"10.1109/ICEIT.2010.5607600","DOIUrl":"https://doi.org/10.1109/ICEIT.2010.5607600","url":null,"abstract":"This paper discusses the application of project-driven teaching method in Information Management Department professional practical teaching. Through the successful implementation of this program, it is concluded that project-driven method is effective in the aspects of mobilize the enthusiasm of students, improve the comprehensive ability and improve the professional practice of teaching. Even more, the paper points out the trend of study in the future.","PeriodicalId":346498,"journal":{"name":"2010 International Conference on Educational and Information Technology","volume":"10 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2010-10-25","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128335065","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
Research and implementation of LTE RRC connection establishment process of network side 网络侧LTE RRC连接建立过程的研究与实现
Pub Date : 2010-10-25 DOI: 10.1109/ICEIT.2010.5608385
Wen Kai, L. Lihua
Based on the RRC(Radio Resource Control) connection establishment process of network-side described in 3GPP long term evolution(LTE) Release 8 standard, first of all, it designed interface of RRC layer and other layers and states of RRC layer and state transition figure as well as RRC connection establishment flow chart, and analyzed the possible anomalies that may arise. Finally, by use of SDL and TTCN simulation tools, it performed co-emulation of RRC connection establishment process under normal circumstances, and the SDL simulation results showed that the RRC connection establishment plan is consistent with the designed program, and it proved the design is consistent with the standard of TD-LTE RRC connection establishment
基于3GPP长期演进(LTE) Release 8标准中描述的网络侧RRC(Radio Resource Control)连接建立流程,首先设计了RRC层与其他层的接口、RRC层的状态、状态转换图以及RRC连接建立流程图,并分析了可能出现的异常情况。最后,利用SDL和TTCN仿真工具,对正常情况下的RRC连接建立过程进行了联合仿真,SDL仿真结果表明,RRC连接建立方案与设计方案一致,证明了设计符合TD-LTE RRC连接建立标准
{"title":"Research and implementation of LTE RRC connection establishment process of network side","authors":"Wen Kai, L. Lihua","doi":"10.1109/ICEIT.2010.5608385","DOIUrl":"https://doi.org/10.1109/ICEIT.2010.5608385","url":null,"abstract":"Based on the RRC(Radio Resource Control) connection establishment process of network-side described in 3GPP long term evolution(LTE) Release 8 standard, first of all, it designed interface of RRC layer and other layers and states of RRC layer and state transition figure as well as RRC connection establishment flow chart, and analyzed the possible anomalies that may arise. Finally, by use of SDL and TTCN simulation tools, it performed co-emulation of RRC connection establishment process under normal circumstances, and the SDL simulation results showed that the RRC connection establishment plan is consistent with the designed program, and it proved the design is consistent with the standard of TD-LTE RRC connection establishment","PeriodicalId":346498,"journal":{"name":"2010 International Conference on Educational and Information Technology","volume":"90 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2010-10-25","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127917904","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}
引用次数: 5
Mobile agent based metadata framework for heterogeneous wireless sensor network 基于移动代理的异构无线传感器网络元数据框架
Pub Date : 2010-10-25 DOI: 10.1109/ICEIT.2010.5607667
Tang Liu, Fang Feng-cai
wireless sensor network are promising to be used in a wide range of applications, the need to effective save and retrieve the data will grow. Metadata, self-describing data about sensor nodes and sensing data, assist to the data exchange between different users and understand different capabilities provided by heterogeneous sensor networks. Metadata management in resource constrained sensor nodes is unfeasible. Meanwhile, the agent is suitable to the heterogeneous sensor network with its characteristics of self-organization, distributed and strong processing capability. So, to minimize the energy cost of sensor, prolong the lifetime of sensor network and meet the requirements of access to real-time data we propose a framework that store and collection metadata in mobile agent. The proposed approach can deal with complex metadata of heterogeneous sensor network and achieve better performance in communication costs and real time process.
无线传感器网络有着广阔的应用前景,有效保存和检索数据的需求将越来越大。元数据是关于传感器节点和传感数据的自描述数据,有助于不同用户之间的数据交换,并理解异构传感器网络提供的不同功能。在资源受限的传感器节点上进行元数据管理是不可行的。同时,该智能体具有自组织、分布式、处理能力强等特点,适用于异构传感器网络。因此,为了最大限度地降低传感器的能量成本,延长传感器网络的寿命,满足对实时数据的访问要求,我们提出了一种在移动代理中存储和收集元数据的框架。该方法可以处理异构传感器网络的复杂元数据,在通信成本和实时性方面具有较好的性能。
{"title":"Mobile agent based metadata framework for heterogeneous wireless sensor network","authors":"Tang Liu, Fang Feng-cai","doi":"10.1109/ICEIT.2010.5607667","DOIUrl":"https://doi.org/10.1109/ICEIT.2010.5607667","url":null,"abstract":"wireless sensor network are promising to be used in a wide range of applications, the need to effective save and retrieve the data will grow. Metadata, self-describing data about sensor nodes and sensing data, assist to the data exchange between different users and understand different capabilities provided by heterogeneous sensor networks. Metadata management in resource constrained sensor nodes is unfeasible. Meanwhile, the agent is suitable to the heterogeneous sensor network with its characteristics of self-organization, distributed and strong processing capability. So, to minimize the energy cost of sensor, prolong the lifetime of sensor network and meet the requirements of access to real-time data we propose a framework that store and collection metadata in mobile agent. The proposed approach can deal with complex metadata of heterogeneous sensor network and achieve better performance in communication costs and real time process.","PeriodicalId":346498,"journal":{"name":"2010 International Conference on Educational and Information Technology","volume":"21 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2010-10-25","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129563617","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}
引用次数: 12
A tool for teaching cohesion 一个教学凝聚力的工具
Pub Date : 2010-10-25 DOI: 10.1109/ICEIT.2010.5607622
Faiiaz Khak, R. Mahmud
The paper introduces a two-tier writing support tool that helps students at school in writing more coherent essays. At one tier, students enter their essays and submit it for further process. At the other tier, the tutor receives the segmented format of their essays. The software prepares an environment to tutors for annotating students' essays in terms of a specific kind of annotation. Based-on the annotation the software produces a tree-shape graph representative of discourse structure of essays and sends it to the respective student. By observing many trees of this kind, we hope students understand the concept of discourse and write more coherent essays as a result. In the software, a novel Discourse Structure Builder Engine that has been recently proposed by researchers constructs the Discourse Tree based on a set of optimized discourse cue rules. In this paper it has been also shown why the software effectively reaches its aim, having looked at known theories in the concept of writing.
本文介绍了一个双层写作支持工具,帮助学生在学校写更连贯的文章。在第一层,学生们输入他们的论文并提交进一步的处理。在另一层,导师收到他们的论文分段格式。该软件为导师提供了一个环境,可以根据特定类型的注释来注释学生的论文。基于注释,软件生成一个代表论文话语结构的树状图,并将其发送给相应的学生。通过观察许多这样的树,我们希望学生理解话语的概念,从而写出更连贯的文章。在软件中,研究人员最近提出了一种新颖的话语结构构建引擎,该引擎基于一组优化的话语提示规则构建话语树。在本文中,它也显示了为什么软件有效地达到了它的目标,已经看到了已知的理论在写作的概念。
{"title":"A tool for teaching cohesion","authors":"Faiiaz Khak, R. Mahmud","doi":"10.1109/ICEIT.2010.5607622","DOIUrl":"https://doi.org/10.1109/ICEIT.2010.5607622","url":null,"abstract":"The paper introduces a two-tier writing support tool that helps students at school in writing more coherent essays. At one tier, students enter their essays and submit it for further process. At the other tier, the tutor receives the segmented format of their essays. The software prepares an environment to tutors for annotating students' essays in terms of a specific kind of annotation. Based-on the annotation the software produces a tree-shape graph representative of discourse structure of essays and sends it to the respective student. By observing many trees of this kind, we hope students understand the concept of discourse and write more coherent essays as a result. In the software, a novel Discourse Structure Builder Engine that has been recently proposed by researchers constructs the Discourse Tree based on a set of optimized discourse cue rules. In this paper it has been also shown why the software effectively reaches its aim, having looked at known theories in the concept of writing.","PeriodicalId":346498,"journal":{"name":"2010 International Conference on Educational and Information Technology","volume":"80 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2010-10-25","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130927089","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
Coordinated development degree of county socio-economic system prediction based on support vector machine: Taking twenty-six Chinese counties as the example 基于支持向量机的县域社会经济系统协调发展程度预测——以我国26个县域为例
Pub Date : 2010-10-25 DOI: 10.1109/ICEIT.2010.5607562
Zhao Jing, Guo Hai-xing
Coordinated development degree of county socio-economic system analysis and prediction play an important role in urban agglomeration coordinated development and improve benefit of regional coordinated development in China. According to the county socio-economic system data which is large scale and imbalance, this paper presented a support vector machine model to predict coordinated development degree of county socio-economic system. The method was compared with artificial neural network, decision tree, logistic regression and naive Bayesian classifier regarding coordinated development degree of county socio-economic system prediction for Guanzhong urban agglomeration. It is found that the method has the best accuracy rate, hit rate, covering rate and lift coefficient, and provides an effective measurement for coordinated development degree of county socio-economic system classification and prediction.
县域社会经济系统协调发展程度分析与预测对中国城市群协调发展和提高区域协调发展效益具有重要作用。针对县域社会经济系统数据规模大、不均衡的特点,提出了预测县域社会经济系统协调发展程度的支持向量机模型。将该方法与人工神经网络、决策树、逻辑回归和朴素贝叶斯分类器进行对比,对关中城市群县域社会经济系统协调发展程度进行预测。结果表明,该方法具有最佳的准确率、命中率、覆盖率和升力系数,为县域社会经济系统分类与预测协调发展程度提供了有效的衡量标准。
{"title":"Coordinated development degree of county socio-economic system prediction based on support vector machine: Taking twenty-six Chinese counties as the example","authors":"Zhao Jing, Guo Hai-xing","doi":"10.1109/ICEIT.2010.5607562","DOIUrl":"https://doi.org/10.1109/ICEIT.2010.5607562","url":null,"abstract":"Coordinated development degree of county socio-economic system analysis and prediction play an important role in urban agglomeration coordinated development and improve benefit of regional coordinated development in China. According to the county socio-economic system data which is large scale and imbalance, this paper presented a support vector machine model to predict coordinated development degree of county socio-economic system. The method was compared with artificial neural network, decision tree, logistic regression and naive Bayesian classifier regarding coordinated development degree of county socio-economic system prediction for Guanzhong urban agglomeration. It is found that the method has the best accuracy rate, hit rate, covering rate and lift coefficient, and provides an effective measurement for coordinated development degree of county socio-economic system classification and prediction.","PeriodicalId":346498,"journal":{"name":"2010 International Conference on Educational and Information Technology","volume":"11 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2010-10-25","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131035028","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
An XML plagiarism detection algorithm for Procedural Programming Languages 面向过程编程语言的XML抄袭检测算法
Pub Date : 2010-10-25 DOI: 10.1109/ICEIT.2010.5608336
Zhong Mei, Liu Dongsheng
This paper mainly studies an XML plagiarism detection algorithm for Procedural Programming Languages. Picking out the key structure which can represent the procedural structure from C language; designing the algorithm of generating an XML text from program code; according to the different key structure and corresponding means of plagiarism, designing the different similarity comparison algorithm of XML text line; according to the similarity of XML text line, designing the procedural similarity comparison algorithm. Finally the usefulness of the plagiarism detection algorithm is discussed.
本文主要研究了一种面向过程编程语言的XML抄袭检测算法。从C语言中挑选出能够代表程序结构的关键结构;设计了从程序代码生成XML文本的算法;根据不同的关键字结构和相应的抄袭手段,设计了不同的XML文本行相似度比较算法;根据XML文本行相似度,设计了程序相似度比较算法。最后讨论了剽窃检测算法的实用性。
{"title":"An XML plagiarism detection algorithm for Procedural Programming Languages","authors":"Zhong Mei, Liu Dongsheng","doi":"10.1109/ICEIT.2010.5608336","DOIUrl":"https://doi.org/10.1109/ICEIT.2010.5608336","url":null,"abstract":"This paper mainly studies an XML plagiarism detection algorithm for Procedural Programming Languages. Picking out the key structure which can represent the procedural structure from C language; designing the algorithm of generating an XML text from program code; according to the different key structure and corresponding means of plagiarism, designing the different similarity comparison algorithm of XML text line; according to the similarity of XML text line, designing the procedural similarity comparison algorithm. Finally the usefulness of the plagiarism detection algorithm is discussed.","PeriodicalId":346498,"journal":{"name":"2010 International Conference on Educational and Information Technology","volume":"97 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2010-10-25","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131132157","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}
引用次数: 2
The application of EWB software in electronic circuit course teaching EWB软件在电子电路课程教学中的应用
Pub Date : 2010-10-25 DOI: 10.1109/ICEIT.2010.5607787
G. Bing, W. Biao, Qin Lan
EWB simulation software with the convenient and efficient operating environment, a full range of component libraries and powerful instrument simulation tools, is an excellent electronic circuit teaching aids. In teaching can be introduced into the simulation software to create a good learning environment to help students practice and theoretical knowledge combined with increased interest in learning and learning efficiency. Electronic circuits using the software program teaching students to build the circuit concepts, understanding of theory, stimulate student interest, students analytical ability, design ability a strong competitive advantage, while meeting modern classroom teaching high capacity, fast-paced, high-efficiency requirements.
EWB仿真软件具有方便高效的操作环境、齐全的元器件库和功能强大的仪器仿真工具,是一种优秀的电子电路教学辅助工具。在教学中可以引入仿真软件,营造良好的学习环境,帮助学生将实践与理论知识相结合,提高学习兴趣和学习效率。利用电子电路软件程序教学学生构建电路的概念、理解理论,激发学生的兴趣,使学生的分析能力、设计能力具有较强的竞争优势,同时满足现代课堂教学高容量、快节奏、高效率的要求。
{"title":"The application of EWB software in electronic circuit course teaching","authors":"G. Bing, W. Biao, Qin Lan","doi":"10.1109/ICEIT.2010.5607787","DOIUrl":"https://doi.org/10.1109/ICEIT.2010.5607787","url":null,"abstract":"EWB simulation software with the convenient and efficient operating environment, a full range of component libraries and powerful instrument simulation tools, is an excellent electronic circuit teaching aids. In teaching can be introduced into the simulation software to create a good learning environment to help students practice and theoretical knowledge combined with increased interest in learning and learning efficiency. Electronic circuits using the software program teaching students to build the circuit concepts, understanding of theory, stimulate student interest, students analytical ability, design ability a strong competitive advantage, while meeting modern classroom teaching high capacity, fast-paced, high-efficiency requirements.","PeriodicalId":346498,"journal":{"name":"2010 International Conference on Educational and Information Technology","volume":"70 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2010-10-25","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128112886","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
期刊
2010 International Conference on Educational and Information Technology
全部 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学术文献互助群
群 号:604180095
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1