zoukankan      html  css  js  c++  java
  • represent states with objects

    1. The behavior of objects in the real world is more complex than simply being in 

    one state at a time.

    the conditions of an Object being in more than one state at a  time is called "concurrency"

    or concurrent states.

    CSE-307-Software-Engineering

    Objective

    Concepts of software engineering: software engineering paradigms, different phases of software system development, different types of information, qualities of information; Project management concepts: software process and project metrics, software project planning, risk analysis and management, project scheduling and tracking, software cost analysis, COCOMO model; Analysis concepts and principles: requirement analysis, analysis modeling, data modeling; Design concepts and principles: architectural design, user interface design, object oriented software development and design, iterative development and the unified process, sequential waterfall life cycles, use case model for requirement writing, elaboration using system sequence diagram, domain model, visualizing concept classes; UML diagrams: Interaction and Collaboration Diagram for designing Software, class diagram; GoF design patterns: adapter, factory, singleton, strategy, composite, facade, and observer; Content management systems: concepts, planning and developing dynamic web content sites; Software testing: white box and black box testing, basis path testing, testing for specialized environment; Software testing strategies: unit testing, integration testing, validation testing, system testing; Art of debugging; Analysis of system maintenance and upgrading: software repair, downtime, error and faults, specification and correction, maintenance cost models, documentation; Software quality assurance: quality factors. software quality measures, cost impact of software defects, concepts of software reliability, availability and safety, function based metrics and bang metrics, metrics for analysis and design model, metrics for source code, testing and maintenance.

  • 相关阅读:
    【AtCoder】AtCoder Grand Contest 014 解题报告
    【CF603E】Pastoral Oddities(CDQ分治)
    【洛谷4654】[CEOI2017] Mousetrap(DP+二分)
    【洛谷4800】[CEOI2015 Day2] 核能国度(差分细节题)
    【CF626G】Raffles(贪心)
    【CF578E】Walking!(贪心)
    【AtCoder】AtCoder Grand Contest 015 解题报告
    【CF582E】Boolean Function(动态规划+FWT)
    【CF576E】Painting Edges(线段树分治+并查集)
    【CF576D】Flights for Regular Customers(矩乘套路题)
  • 原文地址:https://www.cnblogs.com/oxspirt/p/9253447.html
Copyright © 2011-2022 走看看