epoh 发表于 2011-8-2 21:44 
打开SolveLA1.src 加入底下这一段: /* Initialize the array that can be used to position the legend ind ...
epoh老师,您好!
程序能正常运行,我想问一下:
* Initialize the array that can be used to position the legend individually */
ord=_nz|6|2;
_plegend=arrayinit(ord,0);
for i (1,6,1);
for j (1,_nz,1);
_plegend[j,i,1]=miss(1,1);
endfor;
endfor;
这几行程序是什么意思?ord=_nz|6|2;是什么意思?
for i 和for j循环赋值是对什么进行赋值?
另外,原程序包中的Tools.dll是做什么用的?是用那个软件做成的?
我记得Gauss不能做.dll文件。
SolveLA1.src这个程序有什么用?
非常感谢!