本代碼包為本人的一篇文章<一個占用內(nèi)存極少的菜單系統(tǒng)的實現(xiàn)>在在PC上的測試移植代碼。 ------------------------------ Menu_Src目錄為Menu的源代碼 Ks0108.C的void Display_Locate(unsigned char DisplayData, unsigned char X, unsigned char Y)函數(shù)為最底層的顯示函數(shù)。 該函數(shù)調(diào)用LCD模擬函數(shù)來完成顯示。 KeyScan.C的unsigned char KeyScan(void)函數(shù)為鍵盤模擬函數(shù)。 void DelayMs( WORD time ) 延時 ------------------------------ GUI_SIM.exe為編譯后的文件,可以直觀看到這個GUI的效果. PC鍵盤的4個按鍵控制菜單周轉(zhuǎn): PC按鍵 菜單中功能 up 向上鍵 確定鍵 進入子菜單 down向下鍵 取消鍵 返回父菜單 left向左鍵 向上鍵 菜單項上一項 Right向右鍵 向下鍵 菜單項下一項 有興趣自己編譯VC工程:\Project\Menu.dsw <一個占用內(nèi)存極少的菜單系統(tǒng)的實現(xiàn)>相關(guān)PDF文檔和其他資料在以下鏈接: http://www.ouravr.com/bbs/bbs_content.jsp?bbs_sn=798580&bbs_page_no=3&bbs_id=9999
上傳時間: 2014-06-24
上傳用戶:stvnash
Computes approximate significance points of a Pearson curve with given first four moments, or first three moments and left or Right boundary
標簽: first significance approximate Computes
上傳時間: 2014-06-29
上傳用戶:silenthink
輔助說明: 代碼交流 QQ59771230 email:choudaxian@163.com 注意事項: 1) LCD 指令中的TEXT GRAPHIC AREA SET效果是什么樣的 2) LCD 指令中的MODE SET中的OR AND XOR 有圖層的味道 3) DJNZ+指令C0H(DATA AND WRITE)與相同的數(shù)據(jù)時就會出錯 4) CHAR ADN PIC分別清除 5) 幾何圖形繪制與實現(xiàn)圖形 6) 菜單優(yōu)化設(shè)計,結(jié)構(gòu)體:上,下,上一組,下一組,指向函數(shù)的指針 顯示的內(nèi)容: 16*16漢字:歡迎使用福萊特電氣有限公司產(chǎn)品 12*12漢字:進入主界面并且可以反顯 8*8字符:FULL-Right 并對所顯示的漢字進行卷屏顯示 關(guān)鍵是如何方便在屏上確定的位置上顯示確定的漢字 要使占用ROM,RAM小的前提下
標簽: choudaxian 59771230 GRAPHIC email
上傳時間: 2016-12-28
上傳用戶:xauthu
//使用gray code的解法 #include <iostream> #include <cmath> using namespace std #define ZERO 0 #define ONE 1 #define ODD 1 #define EVEN 0 #define Right 1 #define LEFT 0 #define MAX 10
標簽: include namespace iostream define
上傳時間: 2016-12-31
上傳用戶:luke5347
FileEdit can edit file ,save file ,open file ,have basic simple functions for file .INSERT, BACKSPACE ,TAB,PGUP,PGDOWN,UP,DOWN,LEFT,Right AND SO ON
標簽: file functions FileEdit BACKSPAC
上傳時間: 2017-01-02
上傳用戶:風之驕子
void Knight(int i , int j) { // printf("%d %dn",i,j) if (board[i][j] != 0 || i < 0 || i >= Size || j < 0 || j >= Size ) { return } step++ board[i][j]=step if (step == Size*Size) { showboard() system("PAUSE") return } //DFS Knight(i-2,j-1) //left Knight(i-2,j+1) Knight(i+2,j-1) //Right Knight(i+2,j+1) Knight(i-1,j-2) //up Knight(i+1,j-2) Knight(i+1,j+2) //down Knight(i-1,j+2) // board[i][j]=0 step-- }
上傳時間: 2014-01-17
上傳用戶:cxl274287265
業(yè)務(wù)管理:包括客房預訂、入住登記、續(xù)住、換房、轉(zhuǎn)賬、其他服務(wù)提供、留言板、意見簿、走客結(jié)賬、欠費結(jié)算。 ¯ 查詢統(tǒng)計:包括歷史單據(jù)、預訂表、在住客人表、換房查詢、轉(zhuǎn)賬查詢、日經(jīng)營狀況、月收入狀況、客房利用率、實時房態(tài)。-system design focus of this chapter describe the development of small PowerBuilder 9.0 Rooms Management System process, through the study of this chapter, readers should be familiar with PowerBuilder 9.0 TreeView control and the Right mouse button menu of use, master GroupBox, SingleLineEdit, CommandButton, RadioButton, PictureButton controls such as the similarities and differences to further understanding of data objects window displays various occasions the application. System to complete the task Macr system maintenance include : corporate information, the operator management, change passwords, management succession, dictionary management. Macr basic information : Rooms management system for the basic information management (including new, modify or delete), which is the basic informat
上傳時間: 2017-02-09
上傳用戶:songyue1991
業(yè)務(wù)管理:包括客房預訂、入住登記、續(xù)住、換房、轉(zhuǎn)賬、其他服務(wù)提供、留言板、意見簿、走客結(jié)賬、欠費結(jié)算。 ¯ 查詢統(tǒng)計:包括歷史單據(jù)、預訂表、在住客人表、換房查詢、轉(zhuǎn)賬查詢、日經(jīng)營狀況、月收入狀況、客房利用率、實時房態(tài)。-system design focus of this chapter describe the development of small PowerBuilder 9.0 Rooms Management System process, through the study of this chapter, readers should be familiar with PowerBuilder 9.0 TreeView control and the Right mouse button menu of use, master GroupBox, SingleLineEdit, CommandButton, RadioButton, PictureButton controls such as the similarities and differences to further understanding of data objects window displays various occasions the application. System to complete the task Macr system maintenance include : corporate information, the operator management, change passwords, management succession, dictionary management. Macr basic information : Rooms management system for the basic information management (including new, modify or delete), which is the basic informat
上傳時間: 2013-12-05
上傳用戶:開懷常笑
業(yè)務(wù)管理:包括客房預訂、入住登記、續(xù)住、換房、轉(zhuǎn)賬、其他服務(wù)提供、留言板、意見簿、走客結(jié)賬、欠費結(jié)算。 ¯ 查詢統(tǒng)計:包括歷史單據(jù)、預訂表、在住客人表、換房查詢、轉(zhuǎn)賬查詢、日經(jīng)營狀況、月收入狀況、客房利用率、實時房態(tài)。-system design focus of this chapter describe the development of small PowerBuilder 9.0 Rooms Management System process, through the study of this chapter, readers should be familiar with PowerBuilder 9.0 TreeView control and the Right mouse button menu of use, master GroupBox, SingleLineEdit, CommandButton, RadioButton, PictureButton controls such as the similarities and differences to further understanding of data objects window displays various occasions the application. System to complete the task Macr system maintenance include : corporate information, the operator management, change passwords, management succession, dictionary management. Macr basic information : Rooms management system for the basic information management (including new, modify or delete), which is the basic informat
上傳時間: 2013-12-20
上傳用戶:ouyangtongze
The Vim editor (or Vi IMproved) was first released by Bram Moolenaar in November 1991 as a clone of the Unix editor vi for the Amiga platform. The first release of Vim for the Unix platform was out a year later and Right away, it started to become an alternative to the vi editor.
標簽: Moolenaar IMproved November released
上傳時間: 2017-02-11
上傳用戶:hoperingcong
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1