Projects Collection
Để tạo điều kiện cho các bạn học tập, tìm hiểu, nghiên cứu, mình gửi lên bộ sưu tập các đề tài tốt nghiệp cao đẳng/ trung cấp các khóa trước để các bạn tham khảo.
Phương châm là:
“luôn luôn kế thừa VÀ phát triển”
//————————
Books for download
//——————————-
4. PHP-Web development language
//——————————-
Shared Folders
//——————————-
Useful Links:
next time
Môn học PLC
Đề cương & tài liệu tham khảo
//—————–
Announcement:
Môn học Mạng máy tính
Đề cương
Tài liệu tham khảo: giáo trình Mạng máy tính – Th.s Trương Quang Trung
//————
Essays for this subject
1. Tong Quan ve Mang May Tinh.pdf
điểm nhóm 2
Programming.dot.NET.Components
…what is the difference between traditional object-oriented programming and component-oriented programming? In a nutshell, object-oriented programming focuses on the relationships between classes that are combined into one large binary executable, while component-oriented programming focuses on interchangeable code modules that work independently and don’t require you to be familiar with their inner workings to use them…..
Download here
Component-Oriented Programming
…. This book is about component-oriented programming (COP for short), a new programming paradigm beyond object-oriented programming. Component-oriented programming offers higher reusability and better modular structure with greater flexibility, compared with object-oriented programming or library-based programming approaches. This book discusses principles of component-oriented programming and provides a uni- fied component infrastructure to describe different component technologies. Hands-on programming practice is emphasized in this book. Readers of this book will learn how to develop reusable software components and how to build a software system out of prebuilt software components…..
Download here
Books abut PIC MicroController
This link is really useful for the people who are paying attention to PIC MicroController
Download here
Design-Patterns in C#
…. Each of the 23 patterns in Design Patterns is discussed, at least one
working program example for that pattern is supplied. All of the programs
have some sort of visual interface to make them that much more
immediate to you. All of them also use class, interfaces, and object
composition, but the programs themselves are of necessity quite simple so
that the coding doesn’t obscure the fundamental elegance of the pattern…
Download here