期刊文献+
共找到136篇文章
< 1 2 7 >
每页显示 20 50 100
Diagnosing Student Learning Problems in Object Oriented Programming
1
作者 Hana Al-Nuaim Arwa Allinjawi +1 位作者 Paul Krause Lilian Tang 《Computer Technology and Application》 2011年第11期858-865,共8页
Students often face difficulties while taking basic programming courses due to several factors. In response, research has presented subjective assessments for diagnosing learning problems to improve the teaching of pr... Students often face difficulties while taking basic programming courses due to several factors. In response, research has presented subjective assessments for diagnosing learning problems to improve the teaching of programming in higher education. In this paper, the authors propose an Object Oriented conceptual map model and organize this approach into three levels: constructing a Concept Effect Propagation Table, constructing Test Item-Concept Relationships and diagnosing Student Learning Problems with Matrix Composition. The authors' work is a modification of the approaches of Chert and Bai as well as Chu et al., as the authors use statistical methods, rather than fuzzy sets, for the authors' analysis. This paper includes a statistical summary, which has been tested on a small sample of students in King Abdulaziz University, Jeddah, Saudi Arabia, illustrating the learning problems in an Object Oriented course. The experimental results have demonstrated that this approach might aid learning and teaching in an effective way. 展开更多
关键词 Higher education programming learning difficulties object oriented programming conceptual model.
在线阅读 下载PDF
Reliability Modelling and Analysis of Satellite Propulsion System Based on Reliability Block Diagram and Extended Object-Oriented Petri Net
2
作者 周行 黄洪钟 《Journal of Donghua University(English Edition)》 EI CAS 2015年第6期1001-1005,共5页
Modern satellite propulsion systems are generally designed to fulfill multiphase-missions.Traditional reliability modelling methods have problems of inadequate depict capacity considering complex systems such as satel... Modern satellite propulsion systems are generally designed to fulfill multiphase-missions.Traditional reliability modelling methods have problems of inadequate depict capacity considering complex systems such as satellite propulsion system.An extended object-oriented Petri net(EOOPN)method was proposed to facilitate the reliability modelling of satellite propulsion system in the paper.The proposed method was specified for modelling of phased mission system,and it could be implemented by generating combination of Petri net(PN)principles and object-oriented(OO)programming.The effectiveness of the proposed method was demonstrated through the reliability modelling of a satellite propulsion system with EOOPN.The major advantage of the proposed method is that the dimension of net model can be reduced significantly,and phased mission system at system,phase,or component levels can be respectively depicted.Furthermore,the state-space explosion problem is solved by the proposed EOOPN model efficiently. 展开更多
关键词 satellite propulsion system extended object-oriented Petri net(EOOPN) object-oriented programming reliability modeling reliability analysis
在线阅读 下载PDF
Feature-based and objectoriented product information model for welding structure
3
作者 林三宝 杨春利 +1 位作者 黎明 吴林 《China Welding》 EI CAS 1999年第2期3-10,共8页
Product information model for welding structure plays an important role for the integration of welding CAD/CAPP/CAM. However, existing CAD modeling systems are not capable of providing enough information for subsequen... Product information model for welding structure plays an important role for the integration of welding CAD/CAPP/CAM. However, existing CAD modeling systems are not capable of providing enough information for subsequent manufacturing activities such as CAPP and CAM. A new design approach using feature technique and object oriented programming method is put forward in this paper in order to create the product information model of welding structure. With this approach, the product information model is able to effectively support computer aided welding process planning, fixturing, assembling, path planning of welding robot and other manufacturing activities. The feature classification and representing scheme of welding structure are discussed. A prototype system is developed based on feature and object oriented programming. Its structure and functions are given in detail. 展开更多
关键词 object oriented programming feature based design product information model welding structure CAD/CAM integration
在线阅读 下载PDF
Data Model Transformation in CAD System for Multi View Modeling 被引量:1
4
作者 Toyohiko Hirota, Masaaki Hashimoto Kyushu Institute of Technology, 680 4 Kawazu, Iizuka, Fukuoka 820 8502, Japan 《Wuhan University Journal of Natural Sciences》 CAS 2001年第Z1期410-415,共6页
This paper describes multi view modeling and data model transformation for the modeling. We have proposed a reference model of CAD system generation, which can be applied to various domain specific languages. Howeve... This paper describes multi view modeling and data model transformation for the modeling. We have proposed a reference model of CAD system generation, which can be applied to various domain specific languages. However, the current CAD system generation cannot integrate data of multiple domains. Generally each domain has its own view of products. For example, in the domain of architectural structure, designers extract the necessary data from the data in architecture design. Domain experts translate one view into another view beyond domains using their own brains.The multi view modeling is a way to integrate product data of multiple domains, and make it possible to translate views among various domains by computers. 展开更多
关键词 CAD data model program generation object\|oriented database
在线阅读 下载PDF
An Approach to Detect Structural Development Defects in Object-Oriented Programs
5
作者 Maxime Seraphin Gnagne Mouhamadou Dosso +1 位作者 Mamadou Diarra Souleymane Oumtanaga 《Open Journal of Applied Sciences》 2024年第2期494-510,共17页
Structural development defects essentially refer to code structure that violates object-oriented design principles. They make program maintenance challenging and deteriorate software quality over time. Various detecti... Structural development defects essentially refer to code structure that violates object-oriented design principles. They make program maintenance challenging and deteriorate software quality over time. Various detection approaches, ranging from traditional heuristic algorithms to machine learning methods, are used to identify these defects. Ensemble learning methods have strengthened the detection of these defects. However, existing approaches do not simultaneously exploit the capabilities of extracting relevant features from pre-trained models and the performance of neural networks for the classification task. Therefore, our goal has been to design a model that combines a pre-trained model to extract relevant features from code excerpts through transfer learning and a bagging method with a base estimator, a dense neural network, for defect classification. To achieve this, we composed multiple samples of the same size with replacements from the imbalanced dataset MLCQ1. For all the samples, we used the CodeT5-small variant to extract features and trained a bagging method with the neural network Roberta Classification Head to classify defects based on these features. We then compared this model to RandomForest, one of the ensemble methods that yields good results. Our experiments showed that the number of base estimators to use for bagging depends on the defect to be detected. Next, we observed that it was not necessary to use a data balancing technique with our model when the imbalance rate was 23%. Finally, for blob detection, RandomForest had a median MCC value of 0.36 compared to 0.12 for our method. However, our method was predominant in Long Method detection with a median MCC value of 0.53 compared to 0.42 for RandomForest. These results suggest that the performance of ensemble methods in detecting structural development defects is dependent on specific defects. 展开更多
关键词 object-oriented programming Structural Development Defect Detection Software Maintenance Pre-Trained models Features Extraction BAGGING Neural Network
在线阅读 下载PDF
大模型背景下面向对象程序设计课程教学探索
6
作者 钱诚 徐则中 游庆祥 《科教文汇》 2026年第5期114-118,共5页
针对大语言模型给面向对象程序设计课程教学带来的挑战,本文将大语言模型视作学生课程学习的有效辅助工具,并据此在课程目标、课程内容、课程考核三方面进行重构。课程目标聚焦面向对象建模、软件设计及大模型辅助开发调试的能力培养。... 针对大语言模型给面向对象程序设计课程教学带来的挑战,本文将大语言模型视作学生课程学习的有效辅助工具,并据此在课程目标、课程内容、课程考核三方面进行重构。课程目标聚焦面向对象建模、软件设计及大模型辅助开发调试的能力培养。课程内容包含“概念—设计模式—工程实践”三阶段分层案例库,并基于学生能力评估匹配实践性学习任务,允许学生按需调用大模型辅助编码。课程考核按案例完成阶段设置差异化评分系数,以激励学生的进阶学习。通过教学实践探索,着力实现从“回避大模型”到“融入大模型”的教学理念转变,以满足学生的个性化学习需求,也为面向对象程序设计课程在大模型背景下的教学改革提供思路。 展开更多
关键词 大模型 面向对象程序设计 能力分级 案例库
在线阅读 下载PDF
基于 Windows 平台上的标准12导联 ECG 信号同步采集及分析软件 被引量:2
7
作者 沈永林 郑岚 +2 位作者 陈文辉 梁毓厚 杨虎 《航天医学与医学工程》 CAS CSCD 1997年第1期44-48,共5页
开发了基于高档PC微机的标准十二导联心电信号同步采集及分析系统,其软件采用Windows平台上面向对象的程序设计方法,软件具有友好的人机界面、良好的可维护性和可扩充性,使用方便。在对心电信号进行多导综合自动分析的基础... 开发了基于高档PC微机的标准十二导联心电信号同步采集及分析系统,其软件采用Windows平台上面向对象的程序设计方法,软件具有友好的人机界面、良好的可维护性和可扩充性,使用方便。在对心电信号进行多导综合自动分析的基础上,作者还引入了人工干预手段,尊重医生的权威,提高了计算机分析的可信度和实用性。 展开更多
关键词 心电描记术 软件 人工干预
暂未订购
S12呼叫处理的对象模型设计
8
作者 殷月明 《电信科学》 北大核心 1996年第11期3-8,共6页
近几年来,面向对象技术越来越倍受关注,在许多领域均得到了很大的发展。面向对象技术已被视为90年代能解决软件危机的最有希望的一个方法。本文介绍了一个S12呼叫处理系统对象模型的设计方法,包括系统特征分析,S12基本呼叫... 近几年来,面向对象技术越来越倍受关注,在许多领域均得到了很大的发展。面向对象技术已被视为90年代能解决软件危机的最有希望的一个方法。本文介绍了一个S12呼叫处理系统对象模型的设计方法,包括系统特征分析,S12基本呼叫状态模型和任务的确定,类。 展开更多
关键词 面向对象 模型 电话交换机 S12呼叫处理
在线阅读 下载PDF
A Simulation-Based Decision Support System for Manufacturing Enterprise
9
作者 Fear Shan HuangJingping Cen Ling(Department of Automatic Control Engineering, Institute of Systems Engineering,Huazhong University of Science and Technology, Wuhan 430074, P. R. China)Zhang Jilie(Dong Fang Electrical Machinery Co. Ltd.,Sichuan 618000, P. 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 1999年第2期1-8,共8页
The simulation-based decision support system (SBDSS) is designed to achieve a highlevel of performance, flexibility and adaptability, in response to meet the special needs of productionand logistics management during ... The simulation-based decision support system (SBDSS) is designed to achieve a highlevel of performance, flexibility and adaptability, in response to meet the special needs of productionand logistics management during the economic system reform era in China. It consists two subsys-tems: the object library modeler (OLM) and the simulation engine and its manager (SEM). UsingSBDSS the decision makers can work out their optimal production choice under certain circumstancesthrough scenario simulations. And they can test a set of virtual organizations reflecting systems re-form before a real reorganization has been taken, as well as perform a virtual manufacturing processfor a new product design (Copyright @ 1998 IFAC). 展开更多
关键词 modelING SIMULATION object-oriented programming Decision support systems Inte-gration.
在线阅读 下载PDF
基于梯度回归模型的学生成绩预测
10
作者 贾丙静 孙瑜 +2 位作者 黄心依 赵海燕 段汉根 《黑龙江工业学院学报(综合版)》 2025年第2期102-106,共5页
大学生在校期间会产生各种纷繁复杂的数据,难以靠单一数据预测学生学习状况。因此,首先构建更为立体的学生行为指标,包括每节课专注时长、每周去图书馆次数、每天睡眠时长、学习目标、上课压力和课程成绩,多角度刻画学生画像,分析对课... 大学生在校期间会产生各种纷繁复杂的数据,难以靠单一数据预测学生学习状况。因此,首先构建更为立体的学生行为指标,包括每节课专注时长、每周去图书馆次数、每天睡眠时长、学习目标、上课压力和课程成绩,多角度刻画学生画像,分析对课程成绩影响比较大的特征;然后在梯度回归模型的基础上,预测学生成绩,并在决定系数、平均绝对误差和均方根误差的基础对比各模型的预测结果,实验结果表明,我们所使用的梯度回归模型在各个评价指标上都取得了最好的结果,预测结果可以帮助老师制定个性化的教学方案,从而提升教学质量。 展开更多
关键词 JAVA面向对象程序设计 学习行为 梯度回归模型 成绩预测
在线阅读 下载PDF
人工智能驱动的面向对象编程混合式教学研究
11
作者 卢可 方贤文 方娜 《安徽水利水电职业技术学院学报》 2025年第5期57-62,共6页
为应对人工智能时代对编程教学带来的挑战与机遇,文章提出一种人工智能驱动的混合式教学模式。该模式以人工智能生成内容(AIGC)技术为核心,融合在线评测系统,聚焦“师生机”三元协同,深入分析了教师、学生与智能系统(机)在多元教学场景... 为应对人工智能时代对编程教学带来的挑战与机遇,文章提出一种人工智能驱动的混合式教学模式。该模式以人工智能生成内容(AIGC)技术为核心,融合在线评测系统,聚焦“师生机”三元协同,深入分析了教师、学生与智能系统(机)在多元教学场景中的互动实践与角色演变。进而阐明了智能化技术赋能教学关键环节的融合策略,并揭示了其提升问题解决能力、激发内在动机的独特优势。结果显示该模式显著提升了学生的学习兴趣和问题解决能力,对推动教育技术的深度融合具有重要的理论指导意义和实践应用价值。 展开更多
关键词 人工智能生成内容 混合式教学 师生机协同 面向对象编程 教学模式
在线阅读 下载PDF
SCKE:Combining Logic- with Object-Oriented Paradigm
12
作者 金芝 胡守仁 《Journal of Computer Science & Technology》 SCIE EI CSCD 1993年第1期38-48,共11页
A new implementation(SCKE—Stractured Communication Knowledge Entity)has been proposed towards combining the logic-with the object-oriented paradigm of computing.It is intended to explore the advantages in these two p... A new implementation(SCKE—Stractured Communication Knowledge Entity)has been proposed towards combining the logic-with the object-oriented paradigm of computing.It is intended to explore the advantages in these two paradigms in a structured,natural and efficient manner for large-scale know- ledge processing.The SCKE model supports modularity and protection for the structured development of knowledge systems.It also introduces the concepts that are typical for the object-oriented systems in the logic-oriented paradigm,without losing its advantages as a declarative language.Various inheritance hier- archies are supported in the SCKE model.They provide the semantics basis for various knowledge in AI systems.The M-entity/K-entity/Instance inheritance captures the relationship among the control, procedural and factual knowledge in AI systems,And,the super-entity/entity/instance inheritance shows the concepts of data abstraction in the knowledge of a particular domain.In addition,the SCKE model is not simply supported on top of Prolog like other attempts to integrate the object-into the log- ic-oriented paradigm.The SCKE model is a tighltly coupled model of the logic-and the object-oriented paradigm and its interpreter uniformly interprets the logic semantics and the object-oriented semantics. 展开更多
关键词 Logic programming MODULARITY object-oriented paradigm INHERITANCE MESSAGE logic object resolution visible conditional Herbrand model
原文传递
配电网合环操作环流分析系统的开发和应用 被引量:86
13
作者 叶清华 唐国庆 +3 位作者 王磊 谢敬东 吴国忠 顾水福 《电力系统自动化》 EI CSCD 北大核心 2002年第22期66-69,共4页
双向供电网络在电力网络结构中的普遍化 ,促使配电网的合解环操作成为电力系统运行操作中必不可少的环节。苏州地区电力结构复杂 ,合环操作频繁 ,对此开发了苏州地区配电网合环操作分析系统。文中介绍了该系统的研制过程和系统特点 ,对... 双向供电网络在电力网络结构中的普遍化 ,促使配电网的合解环操作成为电力系统运行操作中必不可少的环节。苏州地区电力结构复杂 ,合环操作频繁 ,对此开发了苏州地区配电网合环操作分析系统。文中介绍了该系统的研制过程和系统特点 ,对配电网合环计算模型及计算结果的误差进行了分析 ,并对系统的前景做了展望。该系统已在苏州供电局现场投运。 展开更多
关键词 配电网合环操作环流分析系统 潮流计算 计算模型 合环模板 面向对象 供电可靠性 电力系统
在线阅读 下载PDF
面向对象系统中基于度量的可复用构件获取机制 被引量:15
14
作者 周欣 陈向葵 +1 位作者 孙家骕 杨芙清 《电子学报》 EI CAS CSCD 北大核心 2003年第5期649-653,共5页
从遗产系统代码中获取复用价值高、质量好的构件是成功复用的关键并且亟待解决 .本文以系统理解和软件度量为基础 ,提出了一种从面向对象遗产系统中挖掘可复用构件的有效方法 .设计了基于类之间关系分析的构件标识算法———RBCI;构造... 从遗产系统代码中获取复用价值高、质量好的构件是成功复用的关键并且亟待解决 .本文以系统理解和软件度量为基础 ,提出了一种从面向对象遗产系统中挖掘可复用构件的有效方法 .设计了基于类之间关系分析的构件标识算法———RBCI;构造了构件可复用性模型RMCQ ,它可用于辅助用户筛选识别出来的候选构件 ,该层次型模型的底层度量可以通过计算机自动获取 ;最后 ,基于RBCI和RMCQ设计并实现了工具JBCET ,以辅助开发者从C 展开更多
关键词 软件复用 面向对象 构件获取 度量 可复用性 质量
在线阅读 下载PDF
面向对象软件回归测试技术研究 被引量:31
15
作者 方菲 孙家骕 +1 位作者 王立福 杨芙清 《软件学报》 EI CSCD 北大核心 2001年第3期372-376,共5页
回归测试的目标之一是在程序修改后 ,只对进行修改的部分重新测试 ,从而达到与完全测试相同的测试覆盖 .利用数据流或部分数据流技术 ,对结构化程序进行回归测试的技术已相继提出 .随着面向对象方法的逐渐成熟 ,对面向对象软件测试技术... 回归测试的目标之一是在程序修改后 ,只对进行修改的部分重新测试 ,从而达到与完全测试相同的测试覆盖 .利用数据流或部分数据流技术 ,对结构化程序进行回归测试的技术已相继提出 .随着面向对象方法的逐渐成熟 ,对面向对象软件测试技术的研究有了迫切的需求 .通过分析对象系统的特性 ,定义了对象之间的依赖关系 ,通过这个依赖关系 ,导出测试对象的方法序列 ,并应用程序切片技术 ,标识那些受到程序修改影响的测试用例 ,只有这些测试用例才需要在回归测试中重新执行 .最后给出了一完整的对象系统的回归测试解决方案 . 展开更多
关键词 面向对象 程序切片 数据流 回归测试 软件测试 软件开发
在线阅读 下载PDF
基于UML的集成化软件开发环境的研究与实现 被引量:11
16
作者 田丽从 张莉 周伯生 《北京航空航天大学学报》 EI CAS CSCD 北大核心 2003年第10期935-938,共4页
统一建模语言UML(UnifiedModelingLanguage)的出现为研制和开发集成化面向对象软件开发环境奠定了基础 .针对当前软件开发方法中所表现出的新特点 ,结合用户在项目开发中的实际需求 ,讨论了基于UML的集成化软件开发环境的设计思想及应... 统一建模语言UML(UnifiedModelingLanguage)的出现为研制和开发集成化面向对象软件开发环境奠定了基础 .针对当前软件开发方法中所表现出的新特点 ,结合用户在项目开发中的实际需求 ,讨论了基于UML的集成化软件开发环境的设计思想及应具备的主要功能 ,介绍了基于该思想开发的可视化建模工具UML 展开更多
关键词 建立模型 统一建模语言 面向对象 软件开发环境 可视化建模
在线阅读 下载PDF
模糊线性规划饲料配方模型的建立与应用 被引量:14
17
作者 艾景军 刘大有 +1 位作者 曹东军 姜丽 《电子学报》 EI CAS CSCD 北大核心 2001年第11期1568-1570,共3页
规划技术在工业生产、交通、化工和航天等领域等得到广泛应用 .作者根据动物生长发育规律特点 ,建立了饲料配方模糊线性规划模型 .在原有工作基础上研制了新一代饲料配方优化软件 .该软件较国内外其它同类系统增加了模糊线性规划优化手... 规划技术在工业生产、交通、化工和航天等领域等得到广泛应用 .作者根据动物生长发育规律特点 ,建立了饲料配方模糊线性规划模型 .在原有工作基础上研制了新一代饲料配方优化软件 .该软件较国内外其它同类系统增加了模糊线性规划优化手段 .与普通线性规划和目标规划技术相比 ,模糊线性规划可进一步降低饲料配方成本 .本文对三种模型应用结果进行了比较和分析 . 展开更多
关键词 模糊线性规划 饲料配方 目标规划
在线阅读 下载PDF
可视化技术及“模型-文档-视”结构在水稻生长模拟中的应用 被引量:14
18
作者 米湘成 敖合军 +2 位作者 邹应斌 石纪成 蔡盛 《农业工程学报》 EI CAS CSCD 北大核心 2003年第4期164-167,共4页
该研究利用可视化技术和“模型 -文档 -视”的管理模式 ,试图改进作物模型系统的用户界面和系统组织结构。利用Hermite曲线模拟水稻叶片的形态 ,将作物模拟结果图形化、图像化 ,使水稻生长模拟的结果直观化。并在面向对象编程技术的基础... 该研究利用可视化技术和“模型 -文档 -视”的管理模式 ,试图改进作物模型系统的用户界面和系统组织结构。利用Hermite曲线模拟水稻叶片的形态 ,将作物模拟结果图形化、图像化 ,使水稻生长模拟的结果直观化。并在面向对象编程技术的基础上 ,将 MFC的“文档 -视”的结构扩展为“模型 -文档 -视”结构 ,使作物模拟系统中数值模拟、数据管理和用户界面的设计相互分离 ,且系统中的类与类之间能有效进行数据交换 ;整个系统可整合为几个“模型 -文档 -视”组 ,使系统结构简化 ,易于管理 ,是对面向对象编程技术的一种扩展。本研究表明 :采用“模型 -文档 -视”模式编程能使整个作物模型系统结构简明 ,提高研究人员的编程效率 ;可视化技术的使用 ,使用户能直接将模拟结果与田间生长状况进行比较 。 展开更多
关键词 可视化技术 水稻生长模型 模型-文档-视 面向对象编程
在线阅读 下载PDF
并发面向对象程序设计语言研究与进展 被引量:9
19
作者 杨大军 张鸣 吕建 《计算机研究与发展》 EI CSCD 北大核心 1998年第9期769-775,共7页
随着面向对象程序设计的普及和对并发应用程序需求的增加,并发面向对象程序设计语言的设计日益成为研究热点.文中旨在通过对目前有代表性的各种并发面向对象程序设计语言进行研究和分析,从并发与面向对象结合的角度,总结并发面向对... 随着面向对象程序设计的普及和对并发应用程序需求的增加,并发面向对象程序设计语言的设计日益成为研究热点.文中旨在通过对目前有代表性的各种并发面向对象程序设计语言进行研究和分析,从并发与面向对象结合的角度,总结并发面向对象语言的研究动因、设计思想、主要问题,以及相应的解决途径.最后,就该领域的发展方向提出一些看法. 展开更多
关键词 面向对象 程序设计语言 软件复用 继承异常
在线阅读 下载PDF
三维激光加工自动编程系统的研究 被引量:9
20
作者 陈继民 鲍勇 +2 位作者 肖荣诗 王智勇 左铁钏 《激光技术》 EI CAS CSCD 北大核心 2001年第3期217-220,共4页
针对三维激光加工的特点和具体要求 ,介绍了作者采用面向对象技术 ,利用mechanicaldesktop(MDT)上的二次开发工具ARX ,从CAD模型中提取激光”刀”位数据 ,并将数据转化为激光头位数据 ,利用这些数据进行模拟仿真、干涉检查 ,最后 ,经过... 针对三维激光加工的特点和具体要求 ,介绍了作者采用面向对象技术 ,利用mechanicaldesktop(MDT)上的二次开发工具ARX ,从CAD模型中提取激光”刀”位数据 ,并将数据转化为激光头位数据 ,利用这些数据进行模拟仿真、干涉检查 ,最后 ,经过坐标变换 ,把计算机中的数据变换为加工机床数据 ,生成NC代码进行加工。开发出的三维激光加工软件实用性强 ,可快速。 展开更多
关键词 激光三维加工 自动编程系统 机床
在线阅读 下载PDF
上一页 1 2 7 下一页 到第
使用帮助 返回顶部