J2ME(Java 2 Micro Edition) 是近年來隨著各種不同設備,尤其是移動通信設備的飛速發展而誕生的一項新的開發技術。它定位在消費性電子產品的應用上,對設備的智能化、多樣化,提供了革命性的解決方案,并因其“Write Once, run anywhere”的Java特性而提高開發的效率。 隨著手機的日益普及、Java功能在移動設備上的實現,Java應用程序產生的手機增值服務逐漸體現出其影響力,對豐富人們的生活內容、提供快捷的資訊起著不可忽視的作用。本論文著眼于J2ME技術的應用,開發一款可商用的手機游戲程序——坦克大戰。本程序的界面和運作方式繼承于日本任天堂公司在20世紀80年代開發的Battle City游戲,將老少皆宜的經典作品移植到手機上來,為更流行的硬件平臺提供應用軟件。 本論文介紹了任天堂紅白機的軟硬件特性、J2ME的相關技術及本程序的結構分析和具體功能的實現
上傳時間: 2014-01-22
上傳用戶:cc1915
GNU Common C++ is a very portable and highly optimized class framework for writing C++ applications that need to use threads and support concurrent sychronization, and that use sockets, XML parsing, object serialization, thread-optimized String and data structure classes, etc. This framework offers a class foundation that hides platform differences from your C++ application so that you need not write platform specific code. GNU Common C++ has been ported to compile nativily on most platforms which support either posix threads, or on maybe be used with Debian hosted mingw32 to build native threading applications for Microsoft Windows.
標簽: applications framework optimized portable
上傳時間: 2014-01-02
上傳用戶:luke5347
Run the SQL script given to you to create a Library database. Note that each row in the Book table denotes a book copy. Thus, if the library carries three copies of the title "DBMS", there will be three rows in the Book table, one for each copy. Write the SQL statements to do the following against the database
標簽: the database Library script
上傳時間: 2014-08-29
上傳用戶:nanxia
Let the following relational tables be given: R = (A, B, C) and S = (D, E, F) where A, B, C, D, E, and F are the attributes (columns). Write the SQL statements that will express each of the queries given below:
標簽: relational following tables given
上傳時間: 2014-01-14
上傳用戶:cx111111
SOPC實驗--自定義PWM組件:以帶一個Avalon Slave 接口的PWM 組件為例,說明如何自定義組件。,一個Avalon Slave 接口可以有clk、chipselect、address、read、readdata、write 及writedata 等信號,但這些信號都不是必需的。 一、功能 我們要實現的PWM 組件具有以下功能: 1. PWM 的周期可改,用period 寄存器存儲; 2. PWM 的占空比可改,用duty 寄存器存儲。 二、Avalon Slave 接口信號的設計 1.Clk:為PWM 提供時鐘; 2.Write:寫信號,可以通過Avalon Slave 總線將period 和duty 值從Nios II 應用程序 傳送到組件邏輯中。 3.Writedata:寫數據。通過此數據線傳送period 和duty 值。 4.Address:本例中有兩個寄存器,因此可用一根地址線表示。 5.全局信號。本例中PWM 的輸出用來驅動LED 燈顯示,這個信號不屬于Avalon 接 口信號。
上傳時間: 2013-12-28
上傳用戶:bibirnovis
為LINUX設計一個簡單的二級文件系統。要求做到以下幾點: 1、 可以實現下列幾條命令 Login 用戶登錄 Dir 列文件目錄 Create 創建文件 Delete 刪除文件 Open 打開文件 Close 關閉文件 Read 讀文件 Write 寫文件 2、列目錄時要列出文件名、物理地址、保護碼和文件長度。 3、源文件可以進行讀寫保護。
上傳時間: 2016-07-16
上傳用戶:jeffery
三星公司官方JTAG下載工具SJF2440源代碼下載。SJF2440 can program SMDK2440 flash memory (K9S1208,Intel E28F128,AMD29LV800BB) through JTAG port and read/write data from/to a specified address.
上傳時間: 2014-01-20
上傳用戶:腳趾頭
.ifnz I2C_SUPPORT ************************************************************** Function : fProcessI2cRead Description : process I2C write function Input : IOP_DATA1_H=rCtrlByte,IOP_DATA1_L=rAddr Output : NONE ************************************************************** fProcessI2cRead: fetch parameter lda IOP_DATA1_H sta rCtrlByte lda IOP_DATA1_L sta rAddr jsr fI2cSendCmdAddr bcs lReadI2CFail
標簽: C_SUPPORT Function ifnz fPro
上傳時間: 2016-07-21
上傳用戶:xaijhqx
MT: windows NT/2000/XP command line tape manipulation written to format a tape windows-XP backup refused to write or format... and satisfy my curiosity Can be used for crude data recovery (combine seek and read)
標簽: tape manipulation windows-XP windows
上傳時間: 2013-12-23
上傳用戶:tb_6877751
Over the past years, we have witnessed destructions of various kinds caused by human actions. As a university student, write a letter to our society to
標簽: destructions witnessed actions various
上傳時間: 2014-11-23
上傳用戶:一諾88