• Lecter Java: Program design - Chapter 12: ThreadsLecter Java: Program design - Chapter 12: Threads

    Story so far Our programs have consisted of single flows of control Flow of control started in the first statement of method main() and worked its way statement by statement to the last statement of method main() Flow of control could be passed temporarily to other methods through invocations, but the control returned to main() after their compl...

    ppt18 trang | Chia sẻ: candy98 | Ngày: 30/11/2020 | Lượt xem: 464 | Lượt tải: 0

  • Bài giảng Cấu trúc máy tính & lập trình Assembly - Chương 6: Toán tử, toán hạng, các phép định địa chỉ, tập lệnhBài giảng Cấu trúc máy tính & lập trình Assembly - Chương 6: Toán tử, toán hạng, các phép định địa chỉ, tập lệnh

    Hiểu cách dùng toán tử trong ASM. Nắm được tập lệnh của CPU 8086/8088. Biết cách định địa chỉ thông qua toán hạng. Biết vận dụng các kỹ năng trên vào vấn đề cần giải quyết và hiện thực thành chương trình.

    ppt40 trang | Chia sẻ: thuongdt324 | Ngày: 30/11/2020 | Lượt xem: 1792 | Lượt tải: 1

  • Bài giảng Cấu trúc máy tính & lập trình Assembly - Chương 5: Nhập môn AssemblyBài giảng Cấu trúc máy tính & lập trình Assembly - Chương 5: Nhập môn Assembly

    Hiểu ngôn ngữ máy và ngôn ngữ Assembly. Trình hợp dịch Assembler. Lý do nghiên cứu Assembly. Hiểu các thành phần cơ bản của Assembly Nắm được cấu trúc của 1 CT Assembly. Biết viết 1 chương trình Assembly. Biết cách dịch, liên kết và thực thi 1 chương trình Assembly.

    ppt38 trang | Chia sẻ: thuongdt324 | Ngày: 30/11/2020 | Lượt xem: 814 | Lượt tải: 0

  • Lecter Java: Program design - Chapter 11: RecursionLecter Java: Program design - Chapter 11: Recursion

    Recursive definitions A definition that defines something in terms of itself is called a recursive definition. The descendants of a person are the person’s children and all of the descendants of the person’s children. A list of numbers is a number or a number followed by a comma and a list of numbers. A recursive algorithm is an algorithm that ...

    ppt55 trang | Chia sẻ: candy98 | Ngày: 30/11/2020 | Lượt xem: 507 | Lượt tải: 0

  • Software Engineering - Chapter 11: Architectural DesignSoftware Engineering - Chapter 11: Architectural Design

    Architectural design decisions System organisation Decomposition styles Control styles Reference architectures

    ppt52 trang | Chia sẻ: candy98 | Ngày: 30/11/2020 | Lượt xem: 577 | Lượt tải: 0

  • Bài giảng Cấu trúc máy tính - Chương 5: Kiểm chứng phần mềm (Software Testing)Bài giảng Cấu trúc máy tính - Chương 5: Kiểm chứng phần mềm (Software Testing)

     Giới thiệu  Khái niệm kiểm thử phần mềm  Tại sao phải kiểm thử phần mềm  Các nguyên lý trong kiểm thử phần mềm  Các mức độ kiểm thử  Các kỹ thuật kiểm thử  Kiểm thử hộp đen  Kiểm thử hộp trắng

    pdf115 trang | Chia sẻ: thuongdt324 | Ngày: 30/11/2020 | Lượt xem: 1304 | Lượt tải: 0

  • Software Engineering - Chapter 10: Formal SpecificationSoftware Engineering - Chapter 10: Formal Specification

    Formal specification in the software process Sub-system interface specification Behavioural specification Formal methods Formal specification is part of a more general collection of techniques that are known as ‘formal methods’. These are all based on mathematical representation and analysis of software. Formal methods include Formal speci...

    ppt41 trang | Chia sẻ: candy98 | Ngày: 30/11/2020 | Lượt xem: 568 | Lượt tải: 0

  • Bài giảng Cấu trúc máy tính - Chương 5: Input/Output DevicesBài giảng Cấu trúc máy tính - Chương 5: Input/Output Devices

    Nguyên lý xuất nhập trong máy tính Cách CPU giao tiếp với thiết bị I/O. Ngắt quãng DMA Các thiết bị I/O : Hard Disk,Floopy Disk, Printer, Keyboard,Mouse

    ppt49 trang | Chia sẻ: thuongdt324 | Ngày: 30/11/2020 | Lượt xem: 906 | Lượt tải: 0

  • Lecter Java: Program design - Chapter 10: ExceptionsLecter Java: Program design - Chapter 10: Exceptions

    Java treatment of an exception If exception occurs and a handler is in effect Flow of control is transferred to the handler After handler completes flow of control continues with the statement following the handler If exception occurs and there is no handler for it The program terminates

    ppt29 trang | Chia sẻ: candy98 | Ngày: 30/11/2020 | Lượt xem: 476 | Lượt tải: 0

  • Bài giảng Cấu trúc máy tính - Chương 3: Tổ chức MemoryBài giảng Cấu trúc máy tính - Chương 3: Tổ chức Memory

    Nội dung : Tổ chức bộ nhớ của máy tính IBM PC Phân loại bộ nhớ : Primary Memory và Secondary Memory. Quá trình CPU đọc bộ nhớ. Quá trình CPU ghi bộ nhớ. Bộ nhớ Cache.

    ppt37 trang | Chia sẻ: thuongdt324 | Ngày: 30/11/2020 | Lượt xem: 913 | Lượt tải: 0