代码搜索:N
找到约 10,000 项符合「N」的源代码
代码结果 10,000
www.eeworm.com/read/303798/13808548
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/303798/13808618
m n4.m
function r=n4(x1,x2,x3,x4,x5)
r=(n3(x1,x2,x3,x4)-n3(x2,x3,x4,x5))/(x1-x5);
www.eeworm.com/read/302445/13834945
gif n1.gif
www.eeworm.com/read/302445/13835006
gif n1.gif
www.eeworm.com/read/302232/13838746
bmp images_n.bmp
www.eeworm.com/read/301646/13853175
m n3.m
function r=n3(x1,x2,x3,x4)
r=(n2(x1,x2,x3)-n2(x2,x3,x4))/(x1-x4);