搜索资源列表
shejibingmunishixianzhengxingduoweishuzuleixing.ra
- (1)定义整型多维数组类型,各维的下标是任意整数开始的连续整数; (2)下标变量赋值,执行下标范围检查; (3)同类型数组赋值; (4)子数组赋值,例如,a[1..n]=a[2..n+1];a[2..4][3..5]=b[1..3][2..4]; (5)确定数组的大小。 -(1) the definition of multi-dimensional array of type integer, the dimension subscr ipt is any
Inverse-Matrix
- Program to Inverse Array using two Input/Output methods 1- using keyboard and Screen (Array Dimension up to 10) 2- using Files (Array Dimension up to 100)