• Lập trình trong WindowsLập trình trong Windows

    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

    pdf56 trang | Chia sẻ: thuychi16 | Ngày: 23/01/2019 | Lượt xem: 807 | Lượt tải: 1

  • Kĩ thuật lập trình - Chapter 27: The C programming languageKĩ thuật lập trình - Chapter 27: The C programming language

    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.

    ppt44 trang | Chia sẻ: thuychi16 | Ngày: 23/01/2019 | Lượt xem: 753 | Lượt tải: 0

  • Kĩ thuật lập trình - Chapter 26: TestingKĩ thuật lập trình - Chapter 26: Testing

    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...

    ppt27 trang | Chia sẻ: thuychi16 | Ngày: 23/01/2019 | Lượt xem: 779 | Lượt tải: 0

  • Kĩ thuật lập trình - Chapter 8: Technicalities: Functions, etcKĩ thuật lập trình - Chapter 8: Technicalities: Functions, etc

    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...

    ppt33 trang | Chia sẻ: thuychi16 | Ngày: 23/01/2019 | Lượt xem: 727 | Lượt tải: 0

  • Kĩ thuật lập trình - Chapter 8: Objects and classesKĩ thuật lập trình - Chapter 8: Objects and classes

    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...

    ppt62 trang | Chia sẻ: thuychi16 | Ngày: 23/01/2019 | Lượt xem: 791 | Lượt tải: 0

  • Kĩ thuật lập trình - Chapter 7: Completing a programKĩ thuật lập trình - Chapter 7: Completing a program

    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

    ppt31 trang | Chia sẻ: thuychi16 | Ngày: 23/01/2019 | Lượt xem: 790 | Lượt tải: 0

  • Kĩ thuật lập trình - Chapter 7: Multidimensional arraysKĩ thuật lập trình - Chapter 7: Multidimensional arrays

    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...

    ppt28 trang | Chia sẻ: thuychi16 | Ngày: 23/01/2019 | Lượt xem: 714 | Lượt tải: 0

  • Kĩ thuật lập trình - Chapter 5: MethodsKĩ thuật lập trình - Chapter 5: Methods

    Calling Methods Testing the max method This program demonstrates calling a method max to return the largest of the int values

    ppt77 trang | Chia sẻ: thuychi16 | Ngày: 23/01/2019 | Lượt xem: 653 | Lượt tải: 0

  • Hợp ngữ và lập trình hệ thống - Chương 1: Ngôn ngữ assembler (asm) và cách lập trìnhHợp ngữ và lập trình hệ thống - Chương 1: Ngôn ngữ assembler (asm) và cách lập trình

    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

    pdf95 trang | Chia sẻ: thuychi16 | Ngày: 23/01/2019 | Lượt xem: 749 | Lượt tải: 1

  • Kĩ thuật lập trình - Hợp ngữ và lập trình hệ thốngKĩ thuật lập trình - Hợp ngữ và lập trình hệ thống

    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â...

    pdf7 trang | Chia sẻ: thuychi16 | Ngày: 23/01/2019 | Lượt xem: 861 | Lượt tải: 2