文件名称:5.1
- 所属分类:
- 汇编语言
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2013-11-13
- 文件大小:
- 201kb
- 下载次数:
- 0次
- 提 供 者:
- 史**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
/*路程s越远,每公里运费越低。标准如下:
s d
s<250km 没有折扣
250≤s<500 2
500≤s<1000 5
1000≤s<2000 8
2000≤s<3000 10
s≥3000 15
设每公里,每吨货物的基本运费为p(price缩写),货物重量为w(weight),距离为s,折扣为d(discount),
则总运费f(freight的缩写)的计算公式为:f=p*w*s*(1-d)*/-* S walk farther, lower freight per kilometer. The following criteria:
s d
s <250km no discount
250 ≤ s <500 2
500 ≤ s <1000 5
1000 ≤ s <2000 8
2000 ≤ s <3000 10
s ≥ 3000 15
Let per kilometer per tonne of basic goods freight p (price abbreviation), cargo weight w (weight), a distance of s, discount for the d (discount),
The total freight f (freight acronym) is calculated as: f = p* w* s* (1-d)* /
s d
s<250km 没有折扣
250≤s<500 2
500≤s<1000 5
1000≤s<2000 8
2000≤s<3000 10
s≥3000 15
设每公里,每吨货物的基本运费为p(price缩写),货物重量为w(weight),距离为s,折扣为d(discount),
则总运费f(freight的缩写)的计算公式为:f=p*w*s*(1-d)*/-* S walk farther, lower freight per kilometer. The following criteria:
s d
s <250km no discount
250 ≤ s <500 2
500 ≤ s <1000 5
1000 ≤ s <2000 8
2000 ≤ s <3000 10
s ≥ 3000 15
Let per kilometer per tonne of basic goods freight p (price abbreviation), cargo weight w (weight), a distance of s, discount for the d (discount),
The total freight f (freight acronym) is calculated as: f = p* w* s* (1-d)* /
(系统自动生成,下载前可以参看下载内容)
下载文件列表
5.1
...\5.1.cpp
...\5.1.dsp
...\5.1.dsw
...\5.1.ncb
...\5.1.opt
...\5.1.plg
...\Debug
...\.....\5.1.exe
...\.....\5.1.ilk
...\.....\5.1.obj
...\.....\5.1.pch
...\.....\5.1.pdb
...\.....\vc60.idb
...\.....\vc60.pdb