Tổng hợp tất cả tài liệu, ebook, giáo trình Hệ Điều Hành chọn lọc và hay nhất.
Cung cấp kiến thức và kỹ năng lập trình ứng dụng trong môi trường Windows cơ bản & nâng cao. Cung cấp kiến thức lập trình C# cho các ứng dụng Windows và các hàm thư viện cơ bản MS.NET. Giúp sinh viên làm quen với môi trường phát triển tích hợp hiện đại & mạnh mẽ của MS là Visual Studio .NET 2005, 2008, 2010
56 trang | Chia sẻ: thuychi16 | Ngày: 23/01/2019 | Lượt xem: 905 | Lượt tải: 1
This lecture gives you the briefest introduction to C from a C++ point of view. If you need to use this language, read an introductory book (e.g. K&R). This lecture gives you a hint what to look for. C is C++’s closest relative, and compatible in many areas, so much of your C++ knowledge carries over.
44 trang | Chia sẻ: thuychi16 | Ngày: 23/01/2019 | Lượt xem: 842 | Lượt tải: 0
This lecture is an introduction to the design and testing of program units (such as functions and classes) for correctness. We discuss the use of interfaces and the selection of tests to run against them. We emphasize the importance of designing systems to simplify testing and testing from the start. Proving programs correct and performance problem...
27 trang | Chia sẻ: thuychi16 | Ngày: 23/01/2019 | Lượt xem: 863 | Lượt tải: 0
This lecture and the following present some technical details of the language to give a slightly broader view of C++’s basic facilities and to provide a more systematic view of those facilities. This also acts as a review of many of the notions presented so far, such as types, functions, and initialization, and provides an opportunity to explore ou...
33 trang | Chia sẻ: thuychi16 | Ngày: 23/01/2019 | Lượt xem: 904 | Lượt tải: 0
After learning the preceding chapters, you are capable of solving many programming problems using selections, loops, methods, and arrays. However, these Java features are not sufficient for developing graphical user interfaces and large scale software systems. Suppose you want to develop a graphical user interface as shown below. How do you program...
62 trang | Chia sẻ: thuychi16 | Ngày: 23/01/2019 | Lượt xem: 884 | Lượt tải: 0
Tokens and token streams Structs and classes Cleaning up the code Prompts Program organization constants Recovering from errors Commenting Code review Testing A word on complexity and difficulty Variables
31 trang | Chia sẻ: thuychi16 | Ngày: 23/01/2019 | Lượt xem: 882 | Lượt tải: 0
To give examples of representing data using two-dimensional arrays (§7.1). To declare variables for two-dimensional arrays, create arrays, and access array elements in a two-dimensional array using row and column indexes (§7.2). To program common operations for two-dimensional arrays (displaying arrays, summing all elements, finding min and max e...
28 trang | Chia sẻ: thuychi16 | Ngày: 23/01/2019 | Lượt xem: 806 | Lượt tải: 0
Calling Methods Testing the max method This program demonstrates calling a method max to return the largest of the int values
77 trang | Chia sẻ: thuychi16 | Ngày: 23/01/2019 | Lượt xem: 788 | Lượt tải: 0
1. Ngôn ngữ ASM 2. Hệ lệnh ASM 3. Các lệnh điều khiển khi dịch chương trình ASM 4. Macro và Chương trình con
95 trang | Chia sẻ: thuychi16 | Ngày: 23/01/2019 | Lượt xem: 871 | Lượt tải: 1
Trang bị cho học viên các khái niệm cơ bản của các phần mềm hệ thống. Kỹ năng dụng ngôn ngữ bậc thấp Assembly trong việc điều hành và ghép nối giữa các phần mềm ứng dụng với phần cứng của máy tính. Khai thác tài nguyên phần cứng của máy tính trên trong môi trường Windows thông qua các hàm API. Ứng dụng tin học vào các quá trình công nghệ, dâ...
7 trang | Chia sẻ: thuychi16 | Ngày: 23/01/2019 | Lượt xem: 977 | Lượt tải: 2