特级做A爰片毛片免费69,永久免费AV无码不卡在线观看,国产精品无码av地址一,久久无码色综合中文字幕

匯編語言計算器課程設計.doc

約14頁DOC格式手機打開展開

匯編語言計算器課程設計,5300字 14也有程序代碼摘 要在保護模式下的匯編語言編程不僅具有計算機提供給用戶的最快而又最有效的語言的優(yōu)勢,也可以在不很了解計算機硬件的前提下使用它,在對于程序的空間和時間要求很高的場合,使用匯編語言是必不可少,至于對于很多需要直接控制硬件的應用場合,用保護模式下的匯編語言編程也提供給了對硬件不了解的初學者一中方...
編號:10-4270大小:273.00K
分類: 論文>計算機論文

內容介紹

此文檔由會員 beijing2008 發(fā)布

5300字 14也有程序代碼
摘 要
在保護模式下的匯編語言編程不僅具有計算機提供給用戶的最快而又最有效的語言的優(yōu)勢,也可以在不很了解計算機硬件的前提下使用它,在對于程序的空間和時間要求很高的場合,使用匯編語言是必不可少,至于對于很多需要直接控制硬件的應用場合,用保護模式下的匯編語言編程也提供給了對硬件不了解的初學者一中方法。以下是利用匯編語言制作的簡單計算器程序。要求是在屏幕上顯示出參與運算的數(shù)據(jù)與運算結果。并且可以選擇運算的功能。
在對于程序的空間和時間要求很高的場合,使用匯編語言是必不可少的,至于對于很多需要直接控制硬件的應用場合,用保護模式下的匯編語言編程也提供給了對硬件不了解的初學者一種方法。以下是利用匯編語言制作的簡單計算器程序。主程序中提供操作提示和提供五次跳轉,分別調用四則運算子程序和退出程序。四個運算功能子程序組成分別實現(xiàn)加減乘除四則運算

關鍵詞:保護模式、主程序、子程序、跳轉

Abstract
In regarding the procedure space and the time request very high situation, it is essential to use the assembly language, as for regarding many application situations need positive governing hardware,also provided one method with the protected mode under assembly language programming to the beginner who does not understand the hardware The .Next procedure is using the assembly language to manufacture the simple calculator procedure. In the master routine it provides the operation to prompt and provide five times of choices to jump the extension and separately transfers the mathematical operations subroutine and the withdrawal procedure. Four operations functions subroutine composition separately realizes the arithmetic operations.

Keyword:
Protected Mode, Master routine, Subroutine composition, Jump


目 錄
一.任務書
二.摘要與關鍵詞
三.目錄
四.設計
1)背景分析及意義
2)總體設計思想
3)完成的主要功能
4)軟硬件環(huán)境要求
5)程序流程圖
6)使用說明
五.設計總結
六.參考文獻
七.程序清單