palm編成,這種書很少,有興趣看看 Title: Palm Programming: The Developer s Guide URL: http://safari.oreilly.com/JVXSL.asp?x=1&mode=section&sortKey=rank&sortOrder=desc&view=book&xmlid=1-56592-525-4&open=false&srchText=palm+programming&code=&h=&m=&l=1&catid=&s=1&b=1&f=1&t=1&c=1&u=1&page=0 ISBN: 1-56592-525-4 Author: Julie McKeehan/ Neil Rhodes Publisher: O Reilly Page: 478 Edition: 1st edition (December 1998) Catalog: PDA programming / Palm Format: pdf Size: 2.06M Supplier: Summary: Emerging as the bestselling hand-held computers of all time, PalmPilots have spawned intense developer activity and a fanatical following. Used by Palm in their developer training, this tutorial-style book shows intermediate to experienced C programmers how to build a Palm application from the ground up. Includes a CD-ROM with source code and third-party developer tools
標簽: Programming Developer oreilly safari
上傳時間: 2013-12-10
上傳用戶:litianchu
This example application is a collection of Flash Lite do s and don ts from the usability point of view. The application contains real examples and animations of static examples that help you to see problematic issues in real life on a Nokia device. The application is optimized for devices with the resolution 170 x 208 pixels used in portrait mode. This example application is closely related to the document Flash Lite: Visual Guide, and it is highly recommended to read the document before going through this example.
標簽: application collection usability example
上傳時間: 2015-10-05
上傳用戶:trepb001
Visual.C++程序設計技巧與實例--配套光盤 第7章 窗口和桌面系統 本章共14個實例: 1. NotMoveResize創建不能改變大小也不能移動的窗體 2. DockToolbar將兩個工具條擺在一排 3. RemoveUntitle去除MFC APPWIZARD生成工程標題中的"Untitled-MyApp" 4. RestoreWindowPos恢復窗口位置 5. SetFormViewBkgrnd設置FormView的背景色 6. DyCreateControl在View中創建控件 7. MDIFullScreen窗口全屏顯示和工具欄的飄浮與??? 8. StatusBarControl在狀態條上創建按鈕和組合框 9. TabedViewProject創建標簽視(tabbed view) 10. Tray創建系統托盤 11.ShowHideTaskbar隱藏顯示系統任務條 12.Changefbl改變屏幕分辨率 13.ShutDown調出關機對話框 14.WindowOnTop創建一個頂層窗口
標簽: NotMoveResize DockToolbar Visual 程序
上傳時間: 2015-10-20
上傳用戶:myworkpost
金山詞霸2002》中的附錄收集了很多古詩,有時為了尋找一篇古詩,得找很久 (俺文科很差)。觀察其附錄的結構,發現是個Tree-View控件,如果能查找里面的項目該有多好,可這個功能軟件本身卻并沒有提供(不知道現在最新的版本是否已經提供了這個功能,如果沒有,趕快加上吧,順便獎勵俺一套該產品的最新版,哈哈)……問題出來了:我們要編寫一個程序,讓她在外部程序中的Tree-View控件里,按用戶指定的項目名稱順序查找其中的項目。 要查找首先得遍歷,連范圍都確定不好何談查找?所以本篇分兩部分進行講解:第一部分解決遍歷的問題;第二部分解決查找指定項目的問題。
上傳時間: 2015-10-27
上傳用戶:zhaoq123
AJAX腳本。RICO項目的AJAX腳本,可豐富View層的顯示。
上傳時間: 2013-12-23
上傳用戶:hwl453472107
隨著計算機技術和網絡技術的發展,在線教育平臺為校園網的數字化提供了技術支持。它能夠有效地將信息技術融入教學的環境當中,從而推動的傳統教育的改革。 Struts是Apache軟件組織提供的一項開放源代碼項目,它為Java Web的開發提供了模型-視圖-控制器(Model-View-Controller, MVC)框架,尤其適用于開發大型可擴展的Web應用,并且為其提供了一個通用的框架,使得開發人員可以把精力集中在如何解決實際業務問題上,比較適合大型團隊開發。 UML(Unified Modeling Language)是一種可視化的建模語言,功能強大,易于使用,便于開發人員之間的溝通。它已經廣泛用于面向對象系統的分析、設計和實現。RUP(Rational Unified Process)是一種軟件工程方法,描述了軟件迭代的開發過程。 本文描述了在線教育平臺的開發過程,遵循RUP的思想,利用UML對系統進行需求、分析和設計,并通過使用Struts框架對系統進行實現。
上傳時間: 2013-12-12
上傳用戶:dianxin61
主要特點 * Flexible finite element space construction based template element library 基于模板單元庫靈活的構造有限元空間 * Convenient facilities to implement mesh adaption 很方便的進行網格加密和稀疏化 * Multi-mesh operation supported 支持多套網格操作 需要有一定的有限元基礎和C++語言基礎,最好在linux平臺下用。 http://162.105.68.168/AFEPack/
標簽: element construction Flexible template
上傳時間: 2014-11-21
上傳用戶:qq1604324866
A one-dimensional calibration object consists of three or more collinear points with known relative positions. It is generally believed that a camera can be calibrated only when a 1D calibration object is in planar motion or rotates around a ¯ xed point. In this paper, it is proved that when a multi-camera is observing a 1D object undergoing general rigid motions synchronously, the camera set can be linearly calibrated. A linear algorithm for the camera set calibration is proposed,and then the linear estimation is further re¯ ned using the maximum likelihood criteria. The simulated and real image experiments show that the proposed algorithm is valid and robust.
標簽: one-dimensional calibration collinear consists
上傳時間: 2014-01-12
上傳用戶:璇珠官人
EDB (Evan s Debugger) is a QT4 based binary mode debugger with the goal of having usability on par with OllyDbg. It uses a plugin architecture, so adding new features can be done with ease. The current release is for Linux, but future releases will target more platforms. Release focus: Major feature enhancements Changes: A new disassembly engine. A bug that could cause crashing was fixed. There is a new flags breakdown in the register view, an environment view plugin, and improved analysis (including a good speed increase). A bug in QT where disabled events could be triggered has been worked around.
標簽: usability Debugger debugger binary
上傳時間: 2013-12-21
上傳用戶:gundamwzc
This document contains a general overview in the first few sections as well as a more detailed reference in later sections for SVMpython. If you re already familiar with SVMpython, it s possible to get a pretty good idea of how to use the package merely by browsing through svmstruct.py and multiclass.py. This document provides a more in depth view of how to use the package. Note that this is not a conversion of SVMstruct to Python. It is merely an embedding of Python in existing C code. All code other than the user implemented API functions is still in C, including optimization.
標簽: document contains detailed overview
上傳時間: 2013-12-14
上傳用戶:希醬大魔王