廣告顯示屏設計.doc
約43頁DOC格式手機打開展開
廣告顯示屏設計,2.3萬字43頁 有設計圖和程序代碼摘要:圖形顯示是目前最常用的一種顯示方式,也是windows操作系統(tǒng)的默認顯示方式。圖形顯示的最小單位是象素,對每個象素可用不同的顏色來顯示。所以,在顯示緩沖區(qū)內記錄的信息是屏幕各象素的顯示顏色。本程序通過調用計算機的bios和dos多個中斷功能來實現在計算機屏幕上顯示移動的漢字和當...


內容介紹
此文檔由會員 王蕓 發(fā)布
2.3萬字 43頁 有設計圖和程序代碼
摘要:圖形顯示是目前最常用的一種顯示方式,也是Windows操作系統(tǒng)的默認顯示方式。圖形顯示的最小單位是象素,對每個象素可用不同的顏色來顯示。所以,在顯示緩沖區(qū)內記錄的信息是屏幕各象素的顯示顏色。
本程序通過調用計算機的BIOS和DOS多個中斷功能來實現在計算機屏幕上顯示移動的漢字和當前系統(tǒng)時間,同時該程序還具有鍵盤控制顯示漢字的顏色、字體移動的速度的功能,并且能夠通過鍵盤控制產生一種聲樂。程序按照模塊化的思想設計,通過匯編語言設計子程序相互調用完成設計任務。
關鍵字: 中斷調用、漢字顯示、字體移動、鍵盤控制
Abstract: The moved Chinese characters and the system date and time displaying on the computer screen was achieved by the program which transferred the BIOS and DOS interrupt function on the computer,and the program had the function of changing the color of the Chinese characters and the moving speed of the characters by keyboard control. And it can generate some kind of vocality by keyboard control. The program was designed on the thought of blocking, it finished the task by transferring subprograms each other.
Keyword: interrupt transferring、 Chinese characters display、characters moving、keyboard control
摘要:圖形顯示是目前最常用的一種顯示方式,也是Windows操作系統(tǒng)的默認顯示方式。圖形顯示的最小單位是象素,對每個象素可用不同的顏色來顯示。所以,在顯示緩沖區(qū)內記錄的信息是屏幕各象素的顯示顏色。
本程序通過調用計算機的BIOS和DOS多個中斷功能來實現在計算機屏幕上顯示移動的漢字和當前系統(tǒng)時間,同時該程序還具有鍵盤控制顯示漢字的顏色、字體移動的速度的功能,并且能夠通過鍵盤控制產生一種聲樂。程序按照模塊化的思想設計,通過匯編語言設計子程序相互調用完成設計任務。
關鍵字: 中斷調用、漢字顯示、字體移動、鍵盤控制
Abstract: The moved Chinese characters and the system date and time displaying on the computer screen was achieved by the program which transferred the BIOS and DOS interrupt function on the computer,and the program had the function of changing the color of the Chinese characters and the moving speed of the characters by keyboard control. And it can generate some kind of vocality by keyboard control. The program was designed on the thought of blocking, it finished the task by transferring subprograms each other.
Keyword: interrupt transferring、 Chinese characters display、characters moving、keyboard control