/*[原創(chuàng)]一個樹形多級菜單參考程序 這是一個用于車載電話的菜單程序,可以看成是手機(jī)功能菜單的簡化板. 我所認(rèn)為的樹形多級菜單是指:在一個父菜單項目下面有多個子菜單, 子菜單下面又有多個孫菜單...,進(jìn)入下層菜單主要依*當(dāng)前選中的索引.有點象文件的目錄結(jié)構(gòu). 本木從前實現(xiàn)這類的菜單主要*分層的switch語句,每層都是一個switch.但當(dāng)我看到曉奇大俠的 程序和耳朵灌滿lq等人的爭論后,那時那地,我的心境變化了,我意識到指針代表了先進(jìn)的生產(chǎn)力, 代表了社會的發(fā)展方向,是建設(shè)和諧社會的必要條件.不管你用了多長時間C語言,只要你不善于用 一個小針指來指去,你就是那種"用嘴吃飯的高貴騎士,決不用屁股裝彈步槍"的守舊分子和社會發(fā) 展的絆腳石.(跑題太遠(yuǎn),刪去1萬字...打住) .言歸正傳,下面的程序適用CPU為Mega16,編譯器為CVAVR 1.24.4a 由于按鍵數(shù)目較多,所以按鍵程 序把按鍵事件分為數(shù)字鍵,快捷鍵,確認(rèn)鍵,取消鍵,上下翻鍵幾類,以減小菜單結(jié)構(gòu)的容量.一下菜單 數(shù)據(jù)在菜單結(jié)構(gòu)數(shù)組中的偏移量,有多少個菜單象就有多少個宏定義*/
上傳時間: 2013-11-28
上傳用戶:tianyi223
This module can be used to interface to the MMC card in MMC or * SPI modes. It supports a multiple card environment. The reset and * identification processes assume multiple cards on the bus. * In MMC mode, the card number is used as the RCA operand in the * commands.
標(biāo)簽: MMC interface multiple supports
上傳時間: 2014-01-07
上傳用戶:qilin
開發(fā)專家系列,《jbuilderx無線應(yīng)用開發(fā)》第十四章內(nèi)容JBuilderX 開發(fā)i-mode 應(yīng)用程序的pdf,共31頁
標(biāo)簽: 家
上傳時間: 2013-12-17
上傳用戶:星仔
C-smile OOL is a scripting language with C++-like grammar. It has compiler, VM running bytecodes and C++ extendible runtime. Intended to run in standlone and embedded mode C-smile 面向?qū)ο笳Z言在語法上比較像C++的腳本化的語言,它有一個編譯器,一個運行字節(jié)碼的虛擬機(jī),和可擴(kuò)展的C++運行時。它是為運行獨立的可插入的模塊。
標(biāo)簽: bytecodes scripting compiler language
上傳時間: 2015-04-29
上傳用戶:asddsd
Displays CPU time usage, the list of processes (can be terminated) and the task which are running (can be close or switch to). Plus a little net traffic monitor and a disk status report.
標(biāo)簽: terminated the processes Displays
上傳時間: 2013-12-25
上傳用戶:zgu489
gives an orthogonal feeling to tty s, be they consoles or rs-channels. It also implements echoing, cooked mode etc.
標(biāo)簽: rs-channels orthogonal implements consoles
上傳時間: 2014-01-05
上傳用戶:894898248
W2kPrintDrvSample Feature ======= * Support two page directions, portrait and landscape * Support just one page size, A4 * Support two resolutions, 200 x 200 and 100 x 100 dpi * Support two color mode, color(24bpp) and monochrom * Support halftoning in monochromatic mode * Support color identifying(7 colors) * Support type identifying(3 types) ... Usage ===== * 在monochromatic mode下,可以通過設(shè)置黑色的輸出類型來控制輸出 * 在color mode下,可以通過設(shè)置各個顏色的輸出類型來控制輸出,7種 顏色以外的顏色都作為黑色來識別 * 在輸出多頁文件時,可以分別指定每頁的輸出文件名,也可以使用自動 添加頁號的功能 ... Known Problems ============== Developer Notes =============== * 在windows ddk 命令行環(huán)境下編譯 參考步驟: 1. 將W2kPrintDrv解壓至DDK安裝目錄 2. 執(zhí)行“開始”菜單->Developement Kits->Windows 2000 DDK->Checked Build Enviroment 3. 在命令行環(huán)境輸入 > cd W2kPrintDrv > build Author ====== terrificskyfox <terrificskyfox@yahoo.com.cn>
標(biāo)簽: W2kPrintDrvSample directions landscape portrait
上傳時間: 2015-06-11
上傳用戶:GHF
Micro In-System Programmer Brief Installation Notes Enter the src directory. If uisp does not compile successfully, add switch -DNO_DIRECT_IO in the Makefile to remove support for direct I/O port access (that may be necessary on non-PC architectures). Parallel port access should still work if you have the Linux ppdev driver (patch for 2.2.17 is in the kernel directory, ppdev is standard in 2.4 kernels). Please lobby Alan Cox to include this tiny little driver in 2.2.x too :). To make it type: make and to install it: make install If you have any further doubts, please consult UISP s homepage: http://www.nongnu.org/uisp/
標(biāo)簽: Installation Programmer In-System directory
上傳時間: 2013-12-23
上傳用戶:小儒尼尼奧
基于simulink的uwb仿真 uwb.mdl: UWB model - open this to begin. uwb_lib.mdl: Library blocks for UWB model. uwb_init.m: Initialization called before model is loaded. uwb_settings: Sets up structure containing system parameters ( uwb in workspace). uwb_imr.m: Initializes UWB channel impulse response. uwb_sv_*.m: Four M-files used to generate channel impulse responses (MAT files).
標(biāo)簽: mdl UWB uwb simulink
上傳時間: 2013-12-22
上傳用戶:gengxiaochao
Features • Compatible with MCS-51® Products • 8K Bytes of In-System Programmable (ISP) Flash Memory – Endurance: 1000 Write/Erase Cycles • 4.0V to 5.5V Operating Range • Fully Static Operation: 0 Hz to 33 MHz • Three-level Program Memory Lock • 256 x 8-bit Internal RAM • 32 Programmable I/O Lines • Three 16-bit Timer/Counters • Eight Interrupt Sources • Full Duplex UART Serial Channel • Low-power Idle and Power-down Modes • Interrupt Recovery from Power-down Mode • Watchdog Timer • Dual Data Pointer • Power-off Flag
標(biāo)簽: 8226 Programmable Compatible In-System
上傳時間: 2015-06-27
上傳用戶:dianxin61
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1