TAILIEUCHUNG - C# Bible 2002 phần 10

Tham khảo tài liệu 'c# bible 2002 phần 10', công nghệ thông tin, kỹ thuật lập trình phục vụ nhu cầu học tập, nghiên cứu và làm việc hiệu quả | Note Fuzzy logic is defined as a form of algebra that uses the values of true and false to make decisions based on imprecise data. Fuzzy logic is generally attributed to artificial intelligence systems. Summary The Reflection and Type classes go hand in hand when you need to discover type information at runtime. These classes enable you to examine objects load the objects dynamically at runtime and even generate code as needed. Chapter 33 C Threading In This Chapter The multithreading power of the .NET Framework enables you to write very robust multithreaded applications in any .NET language. In this chapter you learn the ins and outs of threading. The chapter starts with an overview of the different types of threading and how they work in the .NET Framework and then you learn what you can do with multithreading in your own applications. As you read this chapter carefully consider the dangers of adding multiple threads to your applications before implementing them because multithreading is not a trivial concept. Understanding Threading Before you start writing multithreaded applications you should understand what happens when threads are created and how the operating system handles threads. When an application executes a primary thread is created and the application s scope is based on this thread. An application can create additional threads to perform additional tasks. An example of creating a primary thread would be firing up Microsoft Word. The application execution starts the main thread. Within the Word application the background printing of a document would be an example of an additional thread being created to handle another task. While you are still interacting with the main thread the Word document the system is carrying out your printing request. After the main application thread is killed all other threads created as a result of that thread are also killed. Consider these two definitions from the Microsoft Foundation Classes Software Development Kit .

TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.