
The Assembly language
-
Chapter 1: Undertanding the .NET Framework overview .NET Framework; understanding the common language runtime; understanding the managed excution process; understanding assemblies and the global assembly cache; cogfiguration and security; application domains and run times hosts.
35p
cocacola_09
23-11-2015
63
3
Download
-
Lecture "Charter 1: Introduction to Computers, the Internet and the Web," provides students with the knowledge: What Is a Computer, computer organization, early operating systems, personal, distributed and Client/Server Computing, machine Languages, Assembly Languages and High-Level Languages,... Inviting you refer.
34p
doinhugiobay_13
24-01-2016
80
3
Download
-
Contents: Introduction to Assembly, Instruction Cycle, Addressing Modes
15p
tungxxx
14-03-2017
56
1
Download
-
Hợp ngữ (assembly language) là ngôn ngữ của máy tính có vị trí ở giữangôn ngữ máy và ngôn ngữ cấp cao. Các ngôn ngữ cấp cao như Pascal, C sử dụngcác từ và các phát biểu dễ hiểu hơn. Ngôn ngữ máy (machine language) là ngônngữ ở dạng số nhị phân của máy tính. Một chương trình viết bằng ngôn ngữ máy làmột chuỗi các byte nhị phân biểu diễn các lệnh mà máy tính thực thi được. Hợp ngữ thay thế các mã nhị phân của ngôn ngữ máy bằng các mã gợi nhớgiúp ta dễ nhớ và...
6p
levanhau_01031993
03-10-2013
140
17
Download
-
We can only do a linear search on an unsorted array, but on a sorted array we can do a binary search. In this chapter we will study two different algorithms for searching, linear search and binary search. In linear search we look through an unordered list until we find the item we are looking for. The length of time it takes to look up something using a linear search will depend upon the size of the list. Imagine trying to look up a name in a telephone directory if it was not alphabetized (sorted). If we were to use...
9p
linhtk93
15-04-2013
56
3
Download
-
I have noticed over the years that students have great deal of difficulty dealing with composite and abstract data types. Therefore we are going spend an extra lab review material we have already learned. Vector data type, a variation of array, will be introduced as well. Vector data type (Vector Class) can be used when you need an array that grows dynamically. However, C++ does not allow us to declare size of an array dynamically like some other languages. It is important for you to declare the maximum size you will need. Suppose you are writing a program to keep...
7p
linhtk93
15-04-2013
65
2
Download
-
Dr. John P. Abraham, Professor Until now we have talked about variables that hold values of differing data types. For example: int x =20; The memory location referenced by x has a value of 20. float y=21.22; The memory location referenced by y has a value of 21.22. In early chapters we discussed that a variable name is an alias for a memory address. What if we wanted to know the address of the memory location where the inter variable x that has a value of 20 is stored? We can use the address operator &x to do that....
5p
linhtk93
15-04-2013
57
2
Download
-
When instructions within a program are executed one after the other sequentially that program is said to have a linear structure. Decision making after examining all available options is very important in life as well as in programming. For example, it is the law that all males 18 or older should register with the selective service. If you are writing a program to send out reminders to enforce this law, the decision to send the letter should be based on if a person is male and if he is 18 or older. In this chapter you will learn how to...
8p
linhtk93
15-04-2013
85
3
Download
-
C# and .NET Framework Bài 1: C Sharp và kiến trúc .NET. C# cơ bản Đoàn Quang Minh minhdqtt@gmail.com http://www.VTPortal.net Last update: 30. December 2006 C# và kiến trúc .NET. C# cơ bản và kiế trú .NET. bả Editor: Đoàn Quang Minh Đoà 1 Mục lục Mối quan hệ giữa C# và .NET The Common Language Runtime Assemblies Các ứng dụng sử dụng C# Nhắc lại kiến thức C# (cú pháp C++) căn bản C# và kiến trúc .NET. C# cơ bản và kiế trú .NET. bả Editor: Đoàn Quang Minh Đoà 2 Mối quan hệ giữa C# và .NET C# là một ngôn ngữ lập trình mới nhất, hiện đại...
13p
tengteng14
20-12-2011
81
8
Download
-
Trước tiên chúng ta biết Common Type System (CTS) là gì ? .NET định nghĩa thế nào các kiểu giá trị và các kiểu tham chiếu. Bố trí bộ nhớ của các kiểu dữ liệu. Nhưng CTS không đảm bảo kiểu mà nó định nghĩa từ bất kì ngôn ngữ nào, được sử dụng từ bất kì ngôn ngữ khác. Đây là vai trò của Common Language Specification (CLS). CLS xác định yêu cầu tối thiểu của các kiểu dữ liệu mà chúng được hỗ trợ bởi .NET language. ...
10p
cachuadam
21-05-2011
112
7
Download
-
Hầu hết các trình hợp dịch đều hỗ trợ macro nhằm giúp cho việc thay thế một nhóm lệnh bằng một định danh ngắn gọn. Trong quá trình dịch, nhóm lệnh tương ứng sẽ được chèn trực tiếp vào vị trí macro thay vì một lời gọi hàm (subroutine).
11p
chochancuu
15-04-2011
88
6
Download
-
Thông thường, một trình hợp dịch hiện đại tạo ra mã nhị phân (object code) bằng cách phiên dịch các lệnh hợp ngữ thành mã thực thi (opcodes) và phân tích các biểu danh (symbolic names) ứng với các vùng nhớ cùng các thực thể khác.
11p
chochancuu
15-04-2011
56
4
Download
-
The 80x86 IBM PC and Compatible Computers- P22: Praised by experts for its clarity and topical breadth, this visually appealing, one-stop source on PCs uses an easy-to-understand, step-by-step approach to teaching the fundamentals of 80x86 assembly language programming and PC architecture. Offering users a fun, hands-on learning experience, it uses the Debug utility to show what action the instruction performs, then provides a sample program to show its application.
18p
davidvilla24
29-08-2010
69
5
Download
-
The 80x86 IBM PC and Compatible Computers- P21: Praised by experts for its clarity and topical breadth, this visually appealing, one-stop source on PCs uses an easy-to-understand, step-by-step approach to teaching the fundamentals of 80x86 assembly language programming and PC architecture. Offering users a fun, hands-on learning experience, it uses the Debug utility to show what action the instruction performs, then provides a sample program to show its application.
19p
davidvilla24
29-08-2010
58
3
Download