要使Web应用程序来获取驾驶距离多个目标与预选的开始/结束位置。然后计算英里根据负载和每英里的吐出来的结果把价格。
资 源 简 介
Would like to make web application to that gets driving distances for multiple destinations with preselected start/end location. Then calculates the miles according to loaded and unloaded price per mile the spits out the result.
On-line Automatic Hauling Quote -
Visitor fills in PICK-UP and DROP-OFF location with complete ADDRESS, CITY/STATE or ZIP. Select # ANIMALS to quote. Click GET PRICE ESTIMATE.
The application using Map Quest or similar gets the mileages – (see below)
(Unloaded) BASE to PICK-UP distance = A
(Loaded**) PICK-UP to DROP-OFF distance = B
(Unloaded) DROP-OFF to BASEdistance = C**
Unloaded = $0.60Loaded = $1.35
BASE = Thousand Oaks, CA 91360 to find the round trip mileage.
Using formula below:
[(A + C)$0.60]+ [(B)$1.35] = QUOTE
Then displays the QUOTE below
文 件 列 表
gwt-windows-1.5.3
gwt-dev-windows.jar
gwt-user.jar
gwt-servlet.jar
gwt-benchmark-viewer.jar
gwt-ll.dll
swt-win32-3235.dll
doc
COPYING
COPYING.html
about.html
about.txt
gwt-module.dtd
index.html
release_notes.html
applicationCreator.cmd
benchmarkViewer.cmd
i18nCreator.cmd
junitCreator.cmd
projectCreator.cmd
samples