代码搜索:SCILAB
找到约 187 项符合「SCILAB」的源代码
代码结果 187
www.eeworm.com/read/103510/6214743
sce pid_loader.sce
//exec file used to load the "compiled" block into Scilab
rdnom='pid'
// get the absolute path of this loader file
[units,typs,nams]=file();clear units typs;
for k=size(nams,'*'):-1:1
l=strindex(na
www.eeworm.com/read/182193/5264788
java createsample.java
package bp;
import javasci.SciDoubleArray;
import javasci.Scilab;
public class CreateSample {
public static void main(String[] args) {
int n=0;
double in[],out[],tIn[]=new double[100],tOu