代码搜索:SCI模块
找到约 10,000 项符合「SCI模块」的源代码
代码结果 10,000
www.eeworm.com/read/130982/14164377
sci sci_paint_electrodes.sci
function [stk,txt,top]=sci_paint_electrodes()
RHS=[]
for k=1:rhs
RHS=[stk(top)(1),RHS]
top=top-1
end
top=top+1
stk=list('paint_electrodes'+rhsargs(RHS),'0','?','?','?')
www.eeworm.com/read/130982/14164387
sci sci_ref_master.sci
function [stk,txt,top]=sci_ref_master()
RHS=[]
for k=1:rhs
RHS=[stk(top)(1),RHS]
top=top-1
end
top=top+1
stk=list('ref_master'+rhsargs(RHS),'0','?','?','?')
www.eeworm.com/read/130982/14164391
sci sci_slicer_plot.sci
function [stk,txt,top]=sci_slicer_plot()
RHS=[]
for k=1:rhs
RHS=[stk(top)(1),RHS]
top=top-1
end
top=top+1
stk=list('slicer_plot'+rhsargs(RHS),'0','?','?','?')
www.eeworm.com/read/130982/14164398
sci sci_inv_sol.sci
function [stk,txt,top]=sci_inv_sol()
RHS=[]
for k=1:rhs
RHS=[stk(top)(1),RHS]
top=top-1
end
top=top+1
// w(i,1) is the ith output argument type
// w(i,2) is the ith output argument row dimension
www.eeworm.com/read/285475/8837794
sci_a
www.eeworm.com/read/378355/9235130
sci_a
www.eeworm.com/read/467049/7014424
sci_a
www.eeworm.com/read/456209/7353861
sci not.sci
function a = not(a)
// not - negation
//
// a = not(a)
//
// Copyright (c) 2008 Gabriel Peyre
a = ~a;
endfunction
www.eeworm.com/read/437617/7745006
sci_a
www.eeworm.com/read/396486/8104347