只做了男生肺活量,其他的应该也差不多,不知道行不行?
*!*
男生肺活量
*!*
1. 构造样板数据
*!*
得分标准
Create Cursor 标准 (得分 I, 男生1 I, 男生2 I)
Insert Into 标准 Values (100, 9000,
4240)
Insert Into 标准 Values ( 95, 4240-1, 4120)
Insert Into 标准 Values ( 90, 4120-1, 4000)
Insert Into 标准 Values ( 85, 4000-1, 3750)
Insert Into 标准 Values ( 80, 3750-1, 3500)
Insert Into 标准 Values ( 78, 3500-1, 3380)
Insert Into 标准 Values ( 76, 3380-1, 3260)
Insert Into 标准 Values ( 74, 3260-1, 3140)
Insert Into 标准 Values ( 72, 3140-1, 3020)
Insert Into 标准 Values ( 70, 3020-1, 2900)
Insert Into 标准 Values ( 68, 2900-1, 2780)
Insert Into 标准 Values ( 66, 2780-1, 2660)
Insert Into 标准 Values ( 64, 2660-1, 2540)
Insert Into 标准 Values ( 62, 2540-1, 2420)
Insert Into 标准 Values ( 60, 2420-1, 2300)
Insert Into 标准 Values ( 50, 2300-1, 2180)
Insert Into 标准 Values ( 40, 2180-1, 2060)
Insert Into 标准 Values ( 30, 2060-1, 1940)
Insert Into 标准 Values ( 20, 1940-1, 1820)
Insert Into 标准 Values ( 10, 1820-1, 1700)
*!*
2. 采样数据
Create Cursor 男生 (毫升 I)
gnLower = 1500
&& 最低值
gnUpper = 4500
&& 最高值
For I = 1 To 100
&& 假设有 100 位男生
Insert Into 男生 Values ( Int((gnUpper - gnLower + 1) * Rand( ) + gnLower) )
Endfor
*!*
3. 提取数据
Select 得分, 男生2 As 男生标准, 毫升 From 标准, 男生 Where Between(毫升, 男生2, 男生1)
图片附件: 游客没有浏览图片的权限,请
登录 或
注册