亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

Switch-Mode

  • /*[原創]一個樹形多級菜單參考程序 這是一個用于車載電話的菜單程序,可以看成是手機功能菜單的簡化板. 我所認為的樹形多級菜單是指:在一個父菜單項目下面有多個子菜單, 子菜單下面又有多個孫菜單...,

    /*[原創]一個樹形多級菜單參考程序 這是一個用于車載電話的菜單程序,可以看成是手機功能菜單的簡化板. 我所認為的樹形多級菜單是指:在一個父菜單項目下面有多個子菜單, 子菜單下面又有多個孫菜單...,進入下層菜單主要依*當前選中的索引.有點象文件的目錄結構. 本木從前實現這類的菜單主要*分層的switch語句,每層都是一個switch.但當我看到曉奇大俠的 程序和耳朵灌滿lq等人的爭論后,那時那地,我的心境變化了,我意識到指針代表了先進的生產力, 代表了社會的發展方向,是建設和諧社會的必要條件.不管你用了多長時間C語言,只要你不善于用 一個小針指來指去,你就是那種"用嘴吃飯的高貴騎士,決不用屁股裝彈步槍"的守舊分子和社會發 展的絆腳石.(跑題太遠,刪去1萬字...打住) .言歸正傳,下面的程序適用CPU為Mega16,編譯器為CVAVR 1.24.4a 由于按鍵數目較多,所以按鍵程 序把按鍵事件分為數字鍵,快捷鍵,確認鍵,取消鍵,上下翻鍵幾類,以減小菜單結構的容量.一下菜單 數據在菜單結構數組中的偏移量,有多少個菜單象就有多少個宏定義*/

    標簽: 菜單 多級 參考程序

    上傳時間: 2013-11-28

    上傳用戶:tianyi223

  • This module can be used to interface to the MMC card in MMC or * SPI modes. It supports a multiple

    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.

    標簽: MMC interface multiple supports

    上傳時間: 2014-01-07

    上傳用戶:qilin

  • 開發專家系列

    開發專家系列,《jbuilderx無線應用開發》第十四章內容JBuilderX 開發i-mode 應用程序的pdf,共31頁

    標簽:

    上傳時間: 2013-12-17

    上傳用戶:星仔

  • C-smile OOL is a scripting language with C++-like grammar. It has compiler, VM running bytecodes and

    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 面向對象語言在語法上比較像C++的腳本化的語言,它有一個編譯器,一個運行字節碼的虛擬機,和可擴展的C++運行時。它是為運行獨立的可插入的模塊。

    標簽: 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 (c

    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.

    標簽: 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, c

    gives an orthogonal feeling to tty s, be they consoles or rs-channels. It also implements echoing, cooked mode etc.

    標簽: rs-channels orthogonal implements consoles

    上傳時間: 2014-01-05

    上傳用戶:894898248

  • W2kPrintDrvSample Feature ======= * Support two page directions, portrait and landscape * Sup

    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下,可以通過設置黑色的輸出類型來控制輸出 * 在color mode下,可以通過設置各個顏色的輸出類型來控制輸出,7種 顏色以外的顏色都作為黑色來識別 * 在輸出多頁文件時,可以分別指定每頁的輸出文件名,也可以使用自動 添加頁號的功能 ... Known Problems ============== Developer Notes =============== * 在windows ddk 命令行環境下編譯 參考步驟: 1. 將W2kPrintDrv解壓至DDK安裝目錄 2. 執行“開始”菜單->Developement Kits->Windows 2000 DDK->Checked Build Enviroment 3. 在命令行環境輸入 > cd W2kPrintDrv > build Author ====== terrificskyfox <terrificskyfox@yahoo.com.cn>

    標簽: W2kPrintDrvSample directions landscape portrait

    上傳時間: 2015-06-11

    上傳用戶:GHF

  • Micro In-System Programmer Brief Installation Notes Enter the src directory. If uisp does not

    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/

    標簽: 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 mode

    基于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).

    標簽: mdl UWB uwb simulink

    上傳時間: 2013-12-22

    上傳用戶:gengxiaochao

  • Features • Compatible with MCS-51® Products • 8K Bytes of In-System Programmable (ISP

    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

    標簽: 8226 Programmable Compatible In-System

    上傳時間: 2015-06-27

    上傳用戶:dianxin61

主站蜘蛛池模板: 赣榆县| 资溪县| 朝阳市| 德江县| 奉化市| 兖州市| 广东省| 偃师市| 宜昌市| 福海县| 丹东市| 加查县| 富宁县| 宜昌市| 怀柔区| 运城市| 济阳县| 嫩江县| 洛川县| 海伦市| 冕宁县| 上虞市| 阳西县| 新闻| 饶河县| 莲花县| 滨州市| 慈利县| 五峰| 梅河口市| 开封市| 龙井市| 巩义市| 旬阳县| 滦南县| 河北省| 兴安县| 桂阳县| 瓦房店市| 鹤庆县| 吐鲁番市|