代码搜索:N
找到约 10,000 项符合「N」的源代码
代码结果 10,000
www.eeworm.com/read/177101/9469723
gif n2.gif
www.eeworm.com/read/176623/9489775
gif n_main.gif
www.eeworm.com/read/176493/9495898
svu div_n_.svu
www.eeworm.com/read/176269/9510050
m emd_n.m
www.eeworm.com/read/372189/9518115
asm dot_n.asm
;
; dot_n.asm
;
; calculates dot product of two n vectors
;
; float dot_n();
;
; float *a;
; float *b;
; float c;
; int n;
;
; c = dot_4( a, b, n );
;
;
;
www.eeworm.com/read/371757/9537275
m n3.m
function r=n3(x1,x2,x3,x4)
r=(n2(x1,x2,x3)-n2(x2,x3,x4))/(x1-x4);
www.eeworm.com/read/371757/9537405
m n4.m
function r=n4(x1,x2,x3,x4,x5)
r=(n3(x1,x2,x3,x4)-n3(x2,x3,x4,x5))/(x1-x5);