• Component-Based Software Engineering SEII - Lecture 31Component-Based Software Engineering SEII - Lecture 31

    CBSE for reuse Possible Changes and other factors Software Process Component composition Sequential, hierarchical, and additive composition Components incompatibility Parameter and operational incompatibility, operational incompleteness Trade-offs

    pptx22 trang | Chia sẻ: dntpro1256 | Ngày: 24/11/2020 | Lượt xem: 612 | Lượt tải: 0

  • Component-Based Software Engineering SEII - Lecture 30Component-Based Software Engineering SEII - Lecture 30

    Component acquisition The process of acquiring components Local or external components Component management Managing organization’s reusable components Properly cataloged, stored, and made available Component certification Process of checking and certifying components

    pptx22 trang | Chia sẻ: dntpro1256 | Ngày: 24/11/2020 | Lượt xem: 655 | Lượt tải: 0

  • Ngôn ngữ C#Ngôn ngữ C#

    Thuộc tính/Phương thức cơ bản Mô tả CanRead Luồng có hỗ trợ đọc CanSeek Luồn có hỗ trợ di chuyển con trỏ CanTimeOut Xác định xem luồng có timeout hay không CanWrite Luồng có hỗ trợ ghi Length Chiều dài (theo bytes) của luồng ReadTimeout Thiết lập timeout cho phương thức Read WriteTimeout Thiết lập timeout cho phương thức Write Position Lấ...

    pdf233 trang | Chia sẻ: thucuc2301 | Ngày: 24/11/2020 | Lượt xem: 773 | Lượt tải: 0

  • Software Reuse SEII - Lecture 29Software Reuse SEII - Lecture 29

    COTS product reuse Benefits of COTS product reuse Problems with COTS product reuse COTS-solution systems ERP systems Architecture of ERP systems Limitations of reuse Configuration of COTS-solution systems COTS-integrated systems Problems with COTS-integrated systems

    pptx19 trang | Chia sẻ: dntpro1256 | Ngày: 24/11/2020 | Lượt xem: 630 | Lượt tải: 0

  • Software Reuse SEII - Lecture 28Software Reuse SEII - Lecture 28

    Problems with reuse Increased maintenance costs; lack of tool support; not-invented-here syndrome; creating, maintaining, and using a component library The reuse landscape Application frameworks, legacy system wrapping, service-oriented systems, software product lines, COTS product reuse Key factors for reuse Development schedule, expected sof...

    pptx20 trang | Chia sẻ: dntpro1256 | Ngày: 24/11/2020 | Lượt xem: 595 | Lượt tải: 0

  • Software Reengineering SEII - Lecture 27Software Reengineering SEII - Lecture 27

    Restructuring Code restructuring, data restructuring Forward engineering Client-server architectures, object-oriented architectures Economics of reengineering Cost benefit analysis Software reuse Benefits of reuse

    pptx21 trang | Chia sẻ: dntpro1256 | Ngày: 24/11/2020 | Lượt xem: 711 | Lượt tải: 0

  • Software Reengineering SEII - Lecture 26Software Reengineering SEII - Lecture 26

    Unified theory of software evolution Reengineering Business process reengineering and software reengineering BPR model Business definition, process identification, Process evaluation, process specification and design, prototyping, refinement and instantiation Software reengineering process model Inventory analysis, document restructuring, rev...

    pptx21 trang | Chia sẻ: dntpro1256 | Ngày: 24/11/2020 | Lượt xem: 634 | Lượt tải: 0

  • Bài giảng Lập trình Windows Form - Chương 4: Điều khiển đặc biệtBài giảng Lập trình Windows Form - Chương 4: Điều khiển đặc biệt

    Điều khiển TreeView Để Liệt kê các File, các thư mục con của các ổ Logic đặt lên Treeview ta viết lại GetFolder như sau: void GetFolder(string name, int level) { try { int level1 = 0; foreach (string d in Directory.GetDirectories(name)) { this.treeView1.Nodes[level].Nodes.Add(d.Substring(3)); GetFile(d, level, level1); level1++; ...

    pptx38 trang | Chia sẻ: thucuc2301 | Ngày: 24/11/2020 | Lượt xem: 666 | Lượt tải: 0

  • Software Process Improvement SEII - Lecture 25Software Process Improvement SEII - Lecture 25

    CMMI Continuous as well as staged model CMMI capability levels Incomplete, performed, managed, defined, quantitatively managed, optimized Example – process area Specific goals and practices, general goals and practices Other SPI frameworks SPICE, Bootstrap, TickIT, PSP, TSP SPI return on investment SPI trends

    pptx20 trang | Chia sẻ: dntpro1256 | Ngày: 24/11/2020 | Lượt xem: 574 | Lượt tải: 0

  • Bài giảng Lập trình Windows Form - Chương 3: Điều khiển thông thườngBài giảng Lập trình Windows Form - Chương 3: Điều khiển thông thường

    Nhóm điều khiển ComboBox, ListBox ListBox: Giống VB Các thuộc tính và phương thức: Tương tự COmboBOx Nhóm điều khiển CheckBox, RadioButton CheckBox: Giống VB Một số thuộc tính đáng chú ý: Checked: Trạng thái chọn (true), không chọn (False) CheckState: Trạng thái của điều khiển CHeckBox đang chọn, có 3 trạng thái: Checked, Unchecked, Indeterm...

    pptx26 trang | Chia sẻ: thucuc2301 | Ngày: 24/11/2020 | Lượt xem: 656 | Lượt tải: 0