zoukankan
html css js c++ java
软件工程
软件工程的各种定义
BarryBoehm
运用现代科学技术知识来设计并构造计算机程序及为开发、运行和维护这些程序所必需的相关文件资料。
IEEE
在软件工程术语汇编中的定义:软件工程是:1.将系统化的、严格约束的、可量化的方法应用于软件的开发、运行和维护,即将工程化应用于软件;2.在1中所述方法的研究
FritzBauer
在NATO会议上给出的定义:建立并使用完善的工程化原则,以较经济的手段获得能在实际机器上有效运行的可靠软件的一系列方法。
计算机科学技术百科全书
软件工程是应用计算机科学、数学及管理科学等原理,开发软件的工程。软件工程借鉴传统工程的原则、方法,以提高质量、降低成本。其中,计算机科学、数学用于构建模型与算法,工程科学用于制定规范、设计范型(paradigm)、评估成本及确定权衡,管理科学用于计划、资源、质量、成本等管理。
普遍定义
目前比较认可的一种定义认为:软件工程是研究和应用如何以系统性的、规范化的、可定量的过程化方法去开发和维护软件,以及如何把经过时间考验而证明正确的管理技术和当前能够得到的最好的技术方法结合起来。
欢迎大家光临我的CSDN博客
查看全文
相关阅读:
[LeetCode] 1640. Check Array Formation Through Concatenation
[LeetCode] 754. Reach a Number
[LeetCode] 1457. Pseudo-Palindromic Paths in a Binary Tree
[LeetCode] 1352. Product of the Last K Numbers
[LeetCode] 261. Graph Valid Tree
[LeetCode] 323. Number of Connected Components in an Undirected Graph
[LeetCode] 1605. Find Valid Matrix Given Row and Column Sums
[LeetCode] 1253. Reconstruct a 2-Row Binary Matrix
[LeetCode] 455. Assign Cookies
[LeetCode] 1358. Number of Substrings Containing All Three Characters
原文地址:https://www.cnblogs.com/liushuijinger/p/2830280.html
最新文章
链表的理解
jar包
数据表-java类的映射
集合应用-斗地主
【STL】reverse()函数
Leetcode 969. Pancake Sorting
Leetcode 122. Best Time to Buy and Sell Stock II
Leetcode 169. Majority Element
数组中重复的数字
Leetcode 565. Array Nesting
热门文章
Leetcode 888. Fair Candy Swap
二维数组中的查找
Leetcode 667. Beautiful Arrangement II
Leetcode 495. Teemo Attacking
[LeetCode] 526. Beautiful Arrangement
[LeetCode] 1710. Maximum Units on a Truck
[LeetCode] 1679. Max Number of K-Sum Pairs
[LeetCode] 1526. Minimum Number of Increments on Subarrays to Form a Target Array
[LeetCode] 1379. Find a Corresponding Node of a Binary Tree in a Clone of That Tree
[LeetCode] 654. Maximum Binary Tree
Copyright © 2011-2022 走看看