期刊文献+
共找到446篇文章
< 1 2 23 >
每页显示 20 50 100
A Hybrid Model for Improving Software Cost Estimation in Global Software Development
1
作者 Mehmood Ahmed Noraini B.Ibrahim +4 位作者 Wasif Nisar Adeel Ahmed Muhammad Junaid Emmanuel Soriano Flores Divya Anand 《Computers, Materials & Continua》 SCIE EI 2024年第1期1399-1422,共24页
Accurate software cost estimation in Global Software Development(GSD)remains challenging due to reliance on historical data and expert judgments.Traditional models,such as the Constructive Cost Model(COCOMO II),rely h... Accurate software cost estimation in Global Software Development(GSD)remains challenging due to reliance on historical data and expert judgments.Traditional models,such as the Constructive Cost Model(COCOMO II),rely heavily on historical and accurate data.In addition,expert judgment is required to set many input parameters,which can introduce subjectivity and variability in the estimation process.Consequently,there is a need to improve the current GSD models to mitigate reliance on historical data,subjectivity in expert judgment,inadequate consideration of GSD-based cost drivers and limited integration of modern technologies with cost overruns.This study introduces a novel hybrid model that synergizes the COCOMO II with Artificial Neural Networks(ANN)to address these challenges.The proposed hybrid model integrates additional GSD-based cost drivers identified through a systematic literature review and further vetted by industry experts.This article compares the effectiveness of the proposedmodelwith state-of-the-artmachine learning-basedmodels for software cost estimation.Evaluating the NASA 93 dataset by adopting twenty-six GSD-based cost drivers reveals that our hybrid model achieves superior accuracy,outperforming existing state-of-the-artmodels.The findings indicate the potential of combining COCOMO II,ANN,and additional GSD-based cost drivers to transform cost estimation in GSD. 展开更多
关键词 Artificial neural networks COCOMO II cost drivers global software development linear regression software cost estimation
下载PDF
Construction and Implementation of OBE-based Practical Course for Software System Development with Solid Foundation and Continuous Improvement
2
作者 Yixian Liu Guo Jun +1 位作者 Lin Hou Dongming Chen 《计算机教育》 2023年第12期280-287,共8页
Software engineering is a highly practical major,and students need a lot of hands-on practice to transform the theoretical contents learned in class into the practical ability to solve practical problems,so practical ... Software engineering is a highly practical major,and students need a lot of hands-on practice to transform the theoretical contents learned in class into the practical ability to solve practical problems,so practical courses are an essential and important part in the process of training talents in software engineering.From the point of view of cultivating talents in software engineering,this paper expounds the important position of practical courses in software engineering in the process of cultivating talents,analyzes the problems in the existing practical courses,and puts forward the construction ideas and characteristics of practical courses in software engineering which strengthen the foundation,advance steadily,and face the output.Taking the practical course for software system development as an example,this paper introduces in detail the concrete implementation process,achievements,existing problems and countermeasures of the course. 展开更多
关键词 Practical courses OBE-based software system development
下载PDF
Development Methodologies for Network Softwarization: A Comparison of DevOps, NetOps, and Verification
3
作者 Mehmet Beyaz 《International Journal of Communications, Network and System Sciences》 2023年第5期97-104,共8页
This white paper explores three popular development methodologies for network softwarization: DevOps, NetOps, and Verification. The paper compares and contrasts the strengths and weaknesses of each approach and provid... This white paper explores three popular development methodologies for network softwarization: DevOps, NetOps, and Verification. The paper compares and contrasts the strengths and weaknesses of each approach and provides recommendations for organizations looking to adopt network softwarization. 展开更多
关键词 development Methodologies network Softwarization DevOps NetOps VERIFICATION software-Defined networking network Function Virtualization Automation COLLABORATION Testing Validation network Operations network Management
下载PDF
An Approach to Detect Structural Development Defects in Object-Oriented Programs
4
作者 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
The Construction of Linux System and Network Programming Course to Develop Engineering Ability 被引量:1
5
作者 Haitao Dong GuoBing Ma 《计算机教育》 2020年第12期107-113,共7页
To meet society’s needs for undergraduate students to have engineering skills and to develop students’ability to operate Linux and engage in network software development,this paper proposes the construction of a new... To meet society’s needs for undergraduate students to have engineering skills and to develop students’ability to operate Linux and engage in network software development,this paper proposes the construction of a new specialized course for network engineering major--Linux system and network programming.This paper analyzes the course’s advantages,presents the contents of this course,designs a series of teaching methods aimed at improving students’engineering ability,proposes a course assessment method that will encourage students to practice,lists the development requirements for an examination software designed for this course,and finally,presents the results of our practice in teaching this course. 展开更多
关键词 Linux teaching Linux network programming development of engineering ability course construction.
下载PDF
基于云计算的软件工程方法在通信网络中的应用与效益 被引量:1
6
作者 郑宇 《数字通信世界》 2024年第1期131-133,共3页
文章探讨了云计算与软件工程方法的结合,以及这种结合在通信网络中的应用和效益。首先,概述了云计算的基本概念和软件工程方法,分析了两者的结合点。其次,深入探讨了基于云计算的软件工程方法如何满足通信网络的软件需求并解决存在的问... 文章探讨了云计算与软件工程方法的结合,以及这种结合在通信网络中的应用和效益。首先,概述了云计算的基本概念和软件工程方法,分析了两者的结合点。其次,深入探讨了基于云计算的软件工程方法如何满足通信网络的软件需求并解决存在的问题,并评估了这种方法带来的效益,包括提高工作效率、降低运营成本,以及提高网络的可靠性和安全性等。最后,总结了软件工程方法的未来发展趋势,并对未来通信网络的发展趋势和预期效益进行了预测。 展开更多
关键词 云计算 软件工程方法 通信网络 应用 效益评估 发展趋势
下载PDF
基于业务流程的认知图谱
7
作者 刘耀 李雨萌 宋苗苗 《计算机应用》 CSCD 北大核心 2024年第6期1699-1705,共7页
针对目前软件项目开发过程中无法充分利用已有业务资源,进而导致开发效率低、能力弱等问题,通过研究业务资源之间的关联,提出一种基于业务流程的认知图谱。首先,通过正式文档抽取业务知识,提出建立知识层级的方法并修正;其次,通过代码... 针对目前软件项目开发过程中无法充分利用已有业务资源,进而导致开发效率低、能力弱等问题,通过研究业务资源之间的关联,提出一种基于业务流程的认知图谱。首先,通过正式文档抽取业务知识,提出建立知识层级的方法并修正;其次,通过代码特征挖掘与代码实体相似度判断构建代码网络表示模型;最后,利用实际业务数据进行实验验证,并与向量空间模型(VSM)、多样化排序和深度学习等方法进行对比。最终构建的基于业务流程的认知图谱在代码检索方面优于目前基于文本匹配的方法和深度学习算法,分别在前5准确率(precision@5)、平均精度均值(mAP)、归一化折扣增益值(?-NDCG)这3项指标上高过多样化排序的代码检索方法4.30、0.38和2.74个百分点,有效解决了潜在业务词汇识别、业务认知推理表示等多个问题,提升了代码检索效果与业务资源利用率。 展开更多
关键词 认知图谱 业务知识 网络表示模型 自然语言处理 软件开发过程
下载PDF
工程教育认证背景下软件开发类课程教学改革探索——以计算机科学与技术专业为例
8
作者 韦艳艳 葛丽娜 +1 位作者 张桂芬 王哲 《科教导刊》 2024年第15期72-75,共4页
针对当前计算机行业需求与人才输出不够匹配的现状,文章分析了计算机科学与技术专业在软件开发能力培养方面存在的不足,结合工程教育专业认证的要求,提出以产教协同为核心的软件开发类课程改革举措,统筹设计课程教学体系,将行业项目与... 针对当前计算机行业需求与人才输出不够匹配的现状,文章分析了计算机科学与技术专业在软件开发能力培养方面存在的不足,结合工程教育专业认证的要求,提出以产教协同为核心的软件开发类课程改革举措,统筹设计课程教学体系,将行业项目与课程教学深度融合,拓宽学生视野,增强实战经验和获得感,激发学生的自主学习能力,促进专业培养目标的达成。 展开更多
关键词 软件开发能力 课程教学改革 工程教育认证
下载PDF
具身认知视角下线上课程开发的未来走向
9
作者 杨平展 蒋嘉伟 廖容宽 《中国教育信息化》 2024年第1期120-128,共9页
在工具理性的影响下,线上课程开发多注重技术上的智能化以及视频制作的品质,较少关注学习者的具身性。根据身体参与学习活动的完整度,课程发展分为三个阶段:课程的前语言阶段、课程的离身化阶段、线上线下课程的具身化阶段。信息技术虽... 在工具理性的影响下,线上课程开发多注重技术上的智能化以及视频制作的品质,较少关注学习者的具身性。根据身体参与学习活动的完整度,课程发展分为三个阶段:课程的前语言阶段、课程的离身化阶段、线上线下课程的具身化阶段。信息技术虽然为线上课程提供了网络化、智能化、多样化、个性化的发展可能,却不可避免地带来“身体缺离”“信息迷失”“知识预设”等一系列问题,这种“离身化”趋势的本质是由于线上课程师生时空分离所导致。如何在线上课程开发中加强人的身体介入,避免因离身取向带来的风险?研究者认为应在关注线上课程开发的价值取向、标准体系、边界意识的基础上,注重以下几个方面:一是注重身体“在场”的具身参与感;二是注重灵活多变的个体适应性;三是注重线上课程的动态生成。 展开更多
关键词 具身认知 线上课程 课程开发 离身取向 未来教育
下载PDF
“岗课赛证”融通为导向的《软件测试技术》课程教学改革探究 被引量:2
10
作者 李琳 杨泽辉 《教育理论与实践》 北大核心 2024年第6期57-60,共4页
推行“岗课赛证”综合育人,探索“岗课赛证”融通导向下的教学改革路径是培养高素质复合型技能人才的需要。以“岗课赛证”融通为导向的《软件测试技术》课程教学改革要求将岗位标准、比赛内容、证书要求融入课程。“岗课赛证”融通为... 推行“岗课赛证”综合育人,探索“岗课赛证”融通导向下的教学改革路径是培养高素质复合型技能人才的需要。以“岗课赛证”融通为导向的《软件测试技术》课程教学改革要求将岗位标准、比赛内容、证书要求融入课程。“岗课赛证”融通为导向的《软件测试技术》课程教学改革,要以“岗课赛证”融通为导向重构教学内容,建设“岗课赛证”融合的教学资源,优化教学组织形式,改革教学方法和手段,构建全过程多元化的教学评价体系,更好地提高教学质量和效果。 展开更多
关键词 “岗课赛证”融通 《软件测试技术》课程 教学资源开发 教材建设 教学方法
下载PDF
基于概率神经网络和层次分析法的硐室群施工风险评估
11
作者 宗志栓 张逸飞 +4 位作者 林作忠 陈晨 杨航 邱泽刚 申玉生 《铁道标准设计》 北大核心 2024年第3期177-185,共9页
地下硐室群施工风险研究尚处于起步阶段,为快速准确评判风险因素,预防施工安全事故,利用概率神经网络(PNN)和层次分析法(AHP)建立风险评估模型,并研发硐室群施工风险评估软件。通过统计分析硐室群施工风险因素,设置工程地质、自然、设... 地下硐室群施工风险研究尚处于起步阶段,为快速准确评判风险因素,预防施工安全事故,利用概率神经网络(PNN)和层次分析法(AHP)建立风险评估模型,并研发硐室群施工风险评估软件。通过统计分析硐室群施工风险因素,设置工程地质、自然、设计施工和管理4个一级风险因素,23个风险控制指标,建立针对硐室群施工的风险指标体系。收集典型样本数据后,基于PNN对施工风险等级进行评判,同时采用AHP定量分析风险因素权重,迅速捕捉风险点,采取风险控制措施并优化施工方案。运用研发软件对重庆轨道交通18号线歇台子站硐室群施工进行风险评价,得到风险概率等级为Ⅳ,在施工过程中需要重点监测和控制地下水、围岩等级和支护及时性等带来的影响,实例评价结果与现场情况相吻合,验证了该评估软件的有效性和实用性。研究表明:针对硐室群施工建立的指标体系和评估方法能有效预测风险级别,实时指导施工过程,确保地下硐室群施工安全。 展开更多
关键词 硐室群 概率神经网络 层次分析法 风险评价 软件开发
下载PDF
Application of Solidworks in Teaching of the Mechanical Courses 被引量:1
12
作者 SHI Feng-qin LI Jin-zhe 《Computer Aided Drafting,Design and Manufacturing》 2013年第4期71-73,共3页
Combined with practical case, the paper elaborates the development and applications of mechanical drawing, mechanical design and manufacturing based on Solidworks software. By combining professional courses between ea... Combined with practical case, the paper elaborates the development and applications of mechanical drawing, mechanical design and manufacturing based on Solidworks software. By combining professional courses between each other, the knowledge continuously through different courses can enhance students' enthusiasm for the course and make more reasonable arrangement for the courses. 展开更多
关键词 Solidworks software mechanical courses COMBINATION development and application
下载PDF
基于生产数据传输的新一代川庆专网研究与应用
13
作者 罗盛勤 童杉杉 梁泰崧 《科技创新与应用》 2024年第22期165-168,共4页
随着中国石油集团川庆钻探工程有限公司(以下简称川庆公司)在“十三五”规划期间推动“数字化转型、智能化发展”,国内外企业分支站点面临在更广地域开展业务、更多样化数据传输,势必要优化公司的网络传输结构,实现分支站点能够高效快... 随着中国石油集团川庆钻探工程有限公司(以下简称川庆公司)在“十三五”规划期间推动“数字化转型、智能化发展”,国内外企业分支站点面临在更广地域开展业务、更多样化数据传输,势必要优化公司的网络传输结构,实现分支站点能够高效快速组网,安全稳定的网络传输渠道。通过软件定义网络技术升级川庆公司网络结构,专用网络将承载集团庞大办公网和生产网的数据传输,将有效提高川庆公司跨地域间的交流频率和办公效率,转控分离技术和可视化运维技术也将进一步优化公司的网络运维效率,从而实现提质增效,降低运营成本,川庆专网将助力川庆公司在数字化转型和智能化发展的科技创新。 展开更多
关键词 数字化转型 智能化发展 软件定义广域网 科技创新 信息化建设 川庆专网
下载PDF
“罗缕纪存”APP的研发与设计
14
作者 赵姝菊 《天津科技》 2024年第8期82-84,共3页
介绍以“罗缕纪存”为名称,开发、设计一款课程笔记APP,阐述“罗缕纪存”APP的设计理念、功能及相关应用。该APP主要功能为课程表的设置、课程添加、上课提醒、规范化记录课程章节内容、语音及图片转换笔记文字、笔记的导入与导出、网... 介绍以“罗缕纪存”为名称,开发、设计一款课程笔记APP,阐述“罗缕纪存”APP的设计理念、功能及相关应用。该APP主要功能为课程表的设置、课程添加、上课提醒、规范化记录课程章节内容、语音及图片转换笔记文字、笔记的导入与导出、网络分享、云同步。另外,每天都会推送一则科普信息,并利用GPS来定位用户所在区域,获取当地的天气、出行建议等,从而使软件更加人性化、更加贴近用户的生活。 展开更多
关键词 “罗缕纪存” 课程笔记 设计理念 软件开发
下载PDF
智能网联汽车软件安全开发分析
15
作者 方柯 《时代汽车》 2024年第13期22-24,共3页
当前,汽车行业智能化水平进一步提升,随着技术不断引入,引发的软件安全问题日益突出。为此,本文聚焦于智能网联汽车软件安全开发进行研究,分析安全开发体系标准,从需求侧角度出发,对智能网联汽车软件安全需求加以明确,深层次探讨ISO开... 当前,汽车行业智能化水平进一步提升,随着技术不断引入,引发的软件安全问题日益突出。为此,本文聚焦于智能网联汽车软件安全开发进行研究,分析安全开发体系标准,从需求侧角度出发,对智能网联汽车软件安全需求加以明确,深层次探讨ISO开发标准以及适用性,以此针对性开展安全管理和治理体系规划,有效应对软件风险问题,强化安全技术使用。经过研究得出以下结论:将ISO标准运用到安全开发工作中,不仅可以提升体系建设的科学性,而且有助于提升安全开发水平。希望通过本文研究,为汽车行业长远发展提供保障。 展开更多
关键词 智能化升级 智能网联汽车 软件开发 安全分析
下载PDF
Network Management of Food Additives Quality Analysis and Inspection 被引量:3
16
作者 Hairui Zhang Guofu Zhang Li Zhang 《Journal of Chemistry and Chemical Engineering》 2015年第7期468-471,共4页
关键词 网络管理软件 食品添加剂 质量分析 检验 分析测试方法 测试项目 计算机系统 工业标准
下载PDF
基于多关系知识增强的开发者推荐算法
17
作者 杜军威 王昭哲 +3 位作者 于旭 胡强 江峰 巩敦卫 《电子学报》 EI CAS CSCD 北大核心 2023年第11期3111-3119,共9页
近年来,随着众包平台的不断发展,信息过载问题日趋严重,任务难以及时找到可靠的开发者完成,为任务推荐合适的开发者变得至关重要.传统推荐方法存在两大挑战:一是任务和开发者的文本特征高度简练,传统推荐方法聚焦于表面文本信息,未发现... 近年来,随着众包平台的不断发展,信息过载问题日趋严重,任务难以及时找到可靠的开发者完成,为任务推荐合适的开发者变得至关重要.传统推荐方法存在两大挑战:一是任务和开发者的文本特征高度简练,传统推荐方法聚焦于表面文本信息,未发现其中包含的大量知识实体;二是任务具有一次性,导致显式交互数据极其稀疏.为了解决上述挑战,本文提出一种基于多关系知识增强的开发者推荐算法.对于一个任务和开发者,首先将他们包含的文本内容中的每个单词与知识图谱中的相关实体关联起来,用于丰富任务和开发者的信息表示.除直接相关联的实体外,还使用每个实体的上下文实体集合来提供更多的信息.然后,对于开发者本文使用多关系邻域聚合的方式增强其特征表示,并使用注意力模块区分开发者对任务的关注度.最终获得的用户和开发者的嵌入输入到深度神经网络中进行预测.在真实的Topcoder数据集上进行广泛的实验,结果表明,本文方法在正确率和序位倒数均值上相比于最佳对比方法平均提高11.7%和17.5%. 展开更多
关键词 开发者推荐 软件众包开发 多关系 知识图谱 图神经网络
下载PDF
基于产教融合的网络安全课程开发路径探析 被引量:1
18
作者 苏东梅 迟恩宇 《吉林工程技术师范学院学报》 2023年第5期68-71,共4页
课程是深化产教融合的核心和切入点,也是高职教育改革和创新发展的落脚点。对接“新基建”“网络强国”和“网络安全强国”等国家战略,从职业教育传统网络安全课程的“痛点”问题出发,分析产教融合背景下网络安全课程开发亟需解决的关... 课程是深化产教融合的核心和切入点,也是高职教育改革和创新发展的落脚点。对接“新基建”“网络强国”和“网络安全强国”等国家战略,从职业教育传统网络安全课程的“痛点”问题出发,分析产教融合背景下网络安全课程开发亟需解决的关键问题,在此基础上提出了网络安全课程开发的方向策略,结合“网络安全与防护”课程,探索了产教融合背景下高职课程开发的实施方法,提供经验借鉴与参考。 展开更多
关键词 产教融合 网络安全 课程开发
下载PDF
LLSDA: Design and Implementation of Lightning Location Data Analysis and Visualization
19
作者 Rong FAN Jingxiao LI Mingyuan LIU 《Meteorological and Environmental Research》 CAS 2023年第5期36-41,44,共7页
Visualizing lightning location data is necessary in analyzing and researching lightning activity patterns.This article uses C#and the cross-platform.NET framework to develop a lightning location data analysis class li... Visualizing lightning location data is necessary in analyzing and researching lightning activity patterns.This article uses C#and the cross-platform.NET framework to develop a lightning location data analysis class library and the data-driven client to help lightning researchers improve work efficiency by avoiding repeated wheel invention.Lightning Location System Data Analyzer(LLSDA)is a suite of software tools that includes a.NET class library for software developers and a desktop application for end users.It supports a wide range of lightning location data formats,such as the University of Washington Global Lightning Location System(WWLLN)and Beijing Huayun Dongfang ADTD Lightning Location System data format,and maintains scalability.The class library can easily read,parse,and analyze lightning location data,and combined with third-party frameworks can realize grid analysis.The desktop application can be combined with MeteoInfo(a GIS open-source project)for secondary development. 展开更多
关键词 Lightning location system The World Wide Lightning Location network(WWLLN) ADTD MeteoInfo Global Lightning Detection network(GLD360) Austrian Lightning Detection&Information System(ALDIS) Data-driven development Reusable software library
下载PDF
基于协同融合网络的代码搜索模型
20
作者 宋其洪 刘建勋 +1 位作者 扈海泽 张祥平 《计算机应用》 CSCD 北大核心 2023年第12期3896-3902,共7页
搜索并重用相关代码可以有效提高软件开发效率。基于深度学习的代码搜索模型通常将代码片段和查询语句嵌入同一向量空间,通过计算余弦相似度匹配并输出相应代码片段;然而大多数模型忽略了代码片段与查询语句间的协同信息。为了更全面地... 搜索并重用相关代码可以有效提高软件开发效率。基于深度学习的代码搜索模型通常将代码片段和查询语句嵌入同一向量空间,通过计算余弦相似度匹配并输出相应代码片段;然而大多数模型忽略了代码片段与查询语句间的协同信息。为了更全面地表征语义信息,提出一种基于协同融合的代码搜索模型BofeCS。首先,采用BERT(Bidirectional Encoder Representations from Transformers)模型提取输入序列的语义信息并将它表征为向量;其次,构建协同融合网络提取代码片段和查询语句间分词级的协同信息;最后,构建残差网络缓解表征过程中的语义信息丢失。为验证BofeCS的有效性,在多语言数据集CodeSearchNet上进行实验。实验结果表明,相较于基线模型UNIF(embedding UNIFication)、TabCS(Two-stage attention-based model for Code Search)和MRCS(Multimodal Representation for neural Code Search),BofeCS的平均倒数排名(MRR)、归一化折损累计增益(NDCG)和前k位成功命中率(SR@k)均有显著提高,其中MRR值分别提升了95.94%、52.32%和16.95%。 展开更多
关键词 软件开发 代码搜索 协同融合 BERT 残差网络
下载PDF
上一页 1 2 23 下一页 到第
使用帮助 返回顶部