Thư viện đồ án, luận văn, tiểu luận, luận án tốt nghiệp, thạc sĩ, tiến sĩ, cao học
Các nhóm hàm Các hàm liên quan đến hệ thống được chia thành 2 nhóm dựa vào cách chúng được thực thi: Hàm thư viện: là hàm bình thường đặt trong thư viện bên ngoài chương trình. Các tham số được đặt trong các thanh ghi của CPU hoặc trên stack. Sự thực hiện được truyền đến đoạn mã đầu của hàm (thường trong thư viện chia sẻ được nạp) Syste...
21 trang | Chia sẻ: candy98 | Ngày: 30/11/2020 | Lượt xem: 983 | Lượt tải: 0
To describe why arrays are necessary in programming (§6.1). To declare array reference variables and create arrays (§§6.2.1-6.2.2). To initialize the values in an array (§6.2.3). To access array elements using indexed variables (§6.2.4). To declare, create, and initialize an array using an array initializer (§6.2.5). To program common array o...
104 trang | Chia sẻ: candy98 | Ngày: 30/11/2020 | Lượt xem: 675 | Lượt tải: 0
● A brief introduction to Swing ● Swing features ● Demo What is Swing? ● The Swing toolkit, a part of the Java platform provides a rich set of GUI (Graphical User Interface) components. – A collection of standard widgets – Many functionalities ● GUI components: – Basic components: buttons, check boxes, menus... – Rich and complex com...
14 trang | Chia sẻ: candy98 | Ngày: 30/11/2020 | Lượt xem: 725 | Lượt tải: 0
✦ What is an exception? ✦ Catching and handling exceptions ✦ Specifying the exceptions thrown by a method ✦ How to throw exceptions ✦ Advantages of exceptions ✦ Exercises
31 trang | Chia sẻ: candy98 | Ngày: 30/11/2020 | Lượt xem: 710 | Lượt tải: 0
Bộ vi xử lý Intel 8088/8086 • Cấu trúc bên trong • Mô tả tập lệnh của 8086 • Lập trình hợp ngữ 8086 • Cấu trúc bên trong Sơ đồ khối Các thanh ghi đa năng Các thanh ghi đoạn Các thanh ghi con trỏ và chỉ số Thanh ghi cờ Hàng đợi lệnh
99 trang | Chia sẻ: candy98 | Ngày: 30/11/2020 | Lượt xem: 781 | Lượt tải: 0
hái niệm và ví dụ Interprocess communication (IPC) là sự truyền dữ liệu giữa các tiến trình. Vd1: Web browser yêu cầu 1 trang web từ Web server. Dạng truyền này thường sử dụng các socket trong một kết nối dạng telephone. Vd2: Lệnh in các tên file trong 1 thư mục: ls | lpr tiến trình giao tiếp thông qua 1 pipe (|)3 Các dạng IPC bộ ...
34 trang | Chia sẻ: candy98 | Ngày: 30/11/2020 | Lượt xem: 1379 | Lượt tải: 0
Xử lý đồng hành và các vấn đề: Vấn đề tranh đoạt điều khiển (Race Condition) Vấn đề phối hợp xử lý Bài toán đồng bộ hóa Yêu cầu độc quyền truy xuất (Mutual Exclusion) Yêu cầu phối hợp xử lý (Synchronization) Các giải pháp đồng bộ hoá Busy waiting Sleep & Wakeup Các bài toán đồng bộ hoá kinh điển Producer – Consumer ...
88 trang | Chia sẻ: thuongdt324 | Ngày: 30/11/2020 | Lượt xem: 4525 | Lượt tải: 1
To define methods, invoke methods, and pass arguments to a method (§5.2-5.5). To develop reusable code that is modular, easy-to-read, easy-to-debug, and easy-to-maintain. (§5.6). To use method overloading and understand ambiguous overloading (§5.7). To design and implement overloaded methods (§5.8). To determine the scope of variables (§5.9). ...
77 trang | Chia sẻ: candy98 | Ngày: 30/11/2020 | Lượt xem: 661 | Lượt tải: 0
✦ Byte streams ✦ Character streams ✦ Buffered streams ✦ Scanning and formatting ✦ I/O from the command line ✦ Data streams ✦ Object streams I/O streams ✦ An I/O stream represents an input source and an output destination. ✦ Different kinds of source and destination: ✦ disk files, devices, other programs, memory arrays. ✦ Different kind...
30 trang | Chia sẻ: candy98 | Ngày: 30/11/2020 | Lượt xem: 598 | Lượt tải: 0
● Inheritance ● Overriding and hiding methods ● Polymorphism ● Final methods and classes ● Abstract methods and classes Inheritance ● A class that is derived from another class is called a subclass (derived class, extended class, child class). ● The superclass is also called base class or parent class. ● In Java, excepting Object, every...
17 trang | Chia sẻ: candy98 | Ngày: 30/11/2020 | Lượt xem: 697 | Lượt tải: 0