<VB数理统计实用算法>书中的算法源程序

源代码在线查看: 双因素m1.bas

软件大小: 11653 K
上传用户: zhou28
关键词: 算法 lt VB gt
下载地址: 免注册下载 普通下载 VIP

相关代码

				Attribute VB_Name = "modParameter"
				'双因素方差分析
				Option Explicit
				Public intRow As Integer            '行数
				Public intRowAll As Integer         '总行数
				Public intCol As Integer            '列数
				Public strFileName As String        '数据文件
				Public strLabelName As String       '图形标题
				Public intM As Integer, intN As Integer
				Public V() As Double                '试验数据
				Public m As Integer, n As Integer   '数据点的行数和列数
				
							

相关资源