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
acm HDOJ 1051WoodenSticks
Description:
There is a pile of n wooden sticks. The length and weight of each stick are known in advance. The sticks are to be processed by a woodworking machine in one by one fashion. It needs some time, called setup time, for the machine to prepare processing a stick. The setup times are associated with cleaning operations and changing tools and shapes in the machine. The setup times of the woodworking machine are given as follows:
(a) The setup time for the first wooden stick is 1 minute.
(b) Right after processing a stick of length l and weight w , the machine will need no setup time for a stick of length l and weight w if l<=l and w<=w . Otherwise, it will need 1 minute for setup.
php開發的行業搜索系統!!!
2. 安裝
------------
a. 解壓程序rar文件,用二進制方式上傳到你的網站的根目錄或某一目錄下
注意:一定要將ftp上傳工具設置為二進制方式,再上傳程序文件
b. unix或linux服務器下, 將以下文件屬性改為:666 (或777)
- function/base_info.php
- function/emphasis_info.php
- function/admin_pass_info.php
- function/search_info.php
- function/userfield_info.php
- template/default/目錄下的所有html文件
c. unix或linux服務器下, 將upfile/目錄屬性改為:777
d. 建立一個mysql數據庫,并記下用戶名和密碼,以便安裝時使用
e. 進入安裝目錄http://www.your_website.com/install/, 自動運行安裝程序
f. 安裝完成后,要求刪除安裝目錄install/及其下文件
g. 后臺管理目錄http://www.your_website.com/adiministrator/
h. 可修改adiministrator/目錄為你希望的獨特的名字
2D Collsion Detection in Real-time Demonstration
This is the sample application that accompanies Game Developer magazine. It is meant as a demonstration of
a method for 2D collision detection.