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

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

UI

用戶界面(UserInterface)是指對軟件的人機交互、操作邏輯、界面美觀的整體設(shè)計。好的UI設(shè)計不僅是讓軟件變得有個性有品味,還要讓軟件的操作變得舒適、簡單、自由、充分體現(xiàn)軟件的定位和特點。
  • Windows Mobile平臺的日文輸入法

    Windows Mobile平臺的日文輸入法,支持手寫。A sample UI for Japanese handwriting input that works with IME 3.1 and with Pocket IME.

    標(biāo)簽: Windows Mobile 輸入法

    上傳時間: 2016-02-20

    上傳用戶:cxl274287265

  • C++讀取Excel AppWizard uses "TODO:" to indicate parts of the source code you should add to or custom

    C++讀取Excel AppWizard uses "TODO:" to indicate parts of the source code you should add to or customize. If your application uses MFC in a shared DLL, and your application is in a language other than the operating system s current language, you will need to copy the corresponding localized resources MFC42XXX.DLL from the Microsoft Visual C++ CD-ROM onto the system or system32 directory, and rename it to be MFCLOC.DLL. ("XXX" stands for the language abbreviation. For example, MFC42DEU.DLL contains resources translated to German.) If you don t do this, some of the UI elements of your application will remain in the language of the operating system.

    標(biāo)簽: AppWizard indicate custom source

    上傳時間: 2016-03-12

    上傳用戶:cazjing

  • The Funambol J2ME Mail Client aims to be a light, easy to use, free email client for J2ME devices.

    The Funambol J2ME Mail Client aims to be a light, easy to use, free email client for J2ME devices. The first release comes with a simple but effective UI, and a storage limited to the internal RMS only. This makes the application compatible with most of the phones around (minimum reqUIrements are: MIDP2.0, CLDC 1.0, 512k of Storage). The mail synchronization using SyncML 1.2 over HTTP, thus removing any problem related to the access to IMAP or POP ports. The mail client synchonizes its address book with the one on the server, Its design is modular and can be extended in future with other mail protocols, a more sophisticated UI and access to the phone s AddressBook or filesystem for the devices allowing this. See the javadoc for more information on the structure of the library.

    標(biāo)簽: J2ME Funambol devices Client

    上傳時間: 2014-01-05

    上傳用戶:gououo

  • 一個手機瀏覽器實現(xiàn)

    一個手機瀏覽器實現(xiàn),包含WML的解析,UI的繪制,界面顯示等,很不錯

    標(biāo)簽: 手機 瀏覽器

    上傳時間: 2014-01-27

    上傳用戶:aappkkee

  • 1.模擬更加迅速。sjboy采用的是SUN MIDP2.0 的實現(xiàn)框架

    1.模擬更加迅速。sjboy采用的是SUN MIDP2.0 的實現(xiàn)框架,在此基礎(chǔ)上進行了大量的優(yōu)化,使運行速度得到了提高。 2.支持動態(tài)更換Keycode。目前sjboy beta中包括了 Nokia40 V1, Nokia 60, Moto V3三套內(nèi)置的皮膚。也就是說,您可以在不關(guān)閉程序的情況下,用三種手機模擬您的游戲。 3.拍照功能。您可以通過右鍵截取當(dāng)前的屏幕內(nèi)容,作為您的桌面與主題。目前支持BMP格式的保存。 4.豐富的API實現(xiàn)。其中包括市面上的主流機型,以及游戲中可能用到的所有圖片及聲音格式。 目前支持的手機游戲范包括: 1.MIDP 1.0 完全支持 2.MIDP 2.0 完全支持 3.WMA 1.0 完全支持 4.NOKIA UI 完全支持 5.MOTO API 部分支持 6.JSR 184 部分支持 7.SIEMENSE API 完全支持 8.NEC API部分支持 支持的聲音格式包括:WAV[PCM],MIDI,OTT 支持的圖像格式包括:PNG,JPEG,GIF

    標(biāo)簽: sjboy MIDP SUN 2.0

    上傳時間: 2014-01-13

    上傳用戶:15736969615

  • 跨平臺2D引擎

    跨平臺2D引擎,任何圖形設(shè)備(2d/3d)均可使用 精靈引擎包括:精靈(支持HotPoint),45度斜角地圖,圖層,ViewPort,層管理器。 圖形引擎包括:ISurf通用2D繪圖接口。目前有一個DDraw7的實現(xiàn);IFont接口。還有一個CGdiFont實現(xiàn)。 *聲明:歡迎學(xué)習(xí)研究或修改,未經(jīng)本人許可,嚴(yán)禁用于商業(yè)用途 Copyright instemast 精靈引擎部分,我發(fā)現(xiàn)SUN的J2ME設(shè)計的還不錯,所以參考了他的設(shè)計。 不過J2ME是針對移動設(shè)備的,不支持45度斜角地圖,我支持了一下。 圖形繪制部分,我抽象出了出一個ISurf接口來完成圖形繪制。這個接口我改了好幾次。 不支持位圖Alpha通道,但是支持單個Alpha值。 ISurf接口中的Color格式為X8R8G8B8,不過具體設(shè)備上的具體實現(xiàn)與之可能不同。 你可以用D3D實現(xiàn)這個ISurf,也可以用DDraw實現(xiàn)他。目前我只提供了DDraw實現(xiàn)。 另外要說的是,不是說做3D游戲就不需要實現(xiàn)這個2D接口了。 由于我的UI是基于ISurf接口的,所以我的3D游戲也需要實現(xiàn)ISurf,以使UI工作。 里面用到的其他頭文件,我也共享了出來,保證可以編譯。

    標(biāo)簽: 跨平臺 引擎

    上傳時間: 2014-01-20

    上傳用戶:gtf1207

  • EVC開發(fā)的手持導(dǎo)航的用戶操作界面

    EVC開發(fā)的手持導(dǎo)航的用戶操作界面,給做UI的朋友做個簡單參考

    標(biāo)簽: EVC 手持 導(dǎo)航 用戶

    上傳時間: 2013-12-21

    上傳用戶:偷心的海盜

  • 通過VC 2008編譯的LL1語法分析程序

    通過VC 2008編譯的LL1語法分析程序,支持任意文法判定是否為LL1,并構(gòu)造分析表。MFC編寫,有UI界面,使用簡單,可構(gòu)造語法樹。

    標(biāo)簽: 2008 LL1 編譯

    上傳時間: 2014-01-16

    上傳用戶:jackgao

  • If your application uses MFC in a shared DLL, and your application is in a language other than the

    If your application uses MFC in a shared DLL, and your application is in a language other than the operating system s current language, you will need to copy the corresponding localized resources MFC42XXX.DLL from the Microsoft Visual C++ CD-ROM onto the system or system32 directory, and rename it to be MFCLOC.DLL. ("XXX" stands for the language abbreviation. For example, MFC42DEU.DLL contains resources translated to German.) If you don t do this, some of the UI elements of your application will remain in the language of the operating system.

    標(biāo)簽: application your language shared

    上傳時間: 2014-01-02

    上傳用戶:iswlkje

  • 基于J2EE的物流信息系統(tǒng)的設(shè)計與實現(xiàn) 介紹了J2EE 體系結(jié)構(gòu)、Mv c模式等相關(guān)概念和技術(shù)

    基于J2EE的物流信息系統(tǒng)的設(shè)計與實現(xiàn) 介紹了J2EE 體系結(jié)構(gòu)、Mv c模式等相關(guān)概念和技術(shù),并重點探討了 目 前比 較受歡迎的三種開源框架( s t r ut s框架、S Pr i n g框架和H i b e m a t e 框架)。 分析了他們的體系結(jié)構(gòu)、 特點和優(yōu)缺點。 根據(jù)J ZE E的分層結(jié)構(gòu),結(jié)合We b應(yīng)用 的特點, 將三種框架進行組合設(shè)計, 即表現(xiàn)層用S t r ut s框架、 業(yè)務(wù)邏輯層用S P ri n g 框架、持久層用比b ema t e 框架,從而來構(gòu)建物流信息系統(tǒng)。這種整合框架使各 層相對獨立, 減少各層之間的禍合程度,同時加快了系統(tǒng)的開發(fā)過程,增強了系 統(tǒng)的可維護性和可擴展性,初步達(dá)到了分布式物流信息系統(tǒng)的設(shè)計目標(biāo)。 經(jīng)過以上分析,結(jié)合物流系統(tǒng)的業(yè)務(wù)需求,進行了相關(guān)的實現(xiàn)。最后,系統(tǒng) 運用先進的A ja x技術(shù)來增強UI層與服務(wù)器的異步通信能力, 使用戶體驗到動態(tài) 且響應(yīng)靈 敏的桌 面級w e b應(yīng)用程序。 通過江聯(lián)公司的試運行結(jié)果,系統(tǒng)達(dá)到了 渝瞇。 并 且 對 江 聯(lián) 公 司 提 出 了 基 于 R F I D 的 解 決 方 案 的 實 施 計 劃 。

    標(biāo)簽: J2EE 物流信息 模式

    上傳時間: 2016-06-01

    上傳用戶:ynsnjs

主站蜘蛛池模板: 乌苏市| 新民市| 响水县| 印江| 绥中县| 年辖:市辖区| 宝应县| 张北县| 江阴市| 广水市| 金沙县| 来凤县| 肇庆市| 文水县| 辽中县| 三亚市| 邵阳市| 大厂| 抚远县| 文山县| 台前县| 肥东县| 多伦县| 龙门县| 夏河县| 时尚| 湖南省| 神池县| 漳浦县| 彭阳县| 南漳县| 廉江市| 苏州市| 龙泉市| 城固县| 平陆县| 东乌珠穆沁旗| 日喀则市| 阜新市| 濉溪县| 丰城市|