代码搜索:N

找到约 10,000 项符合「N」的源代码

代码结果 10,000
www.eeworm.com/read/489068/6482278

gif it99n.gif

www.eeworm.com/read/489068/6482283

gif it0n.gif

www.eeworm.com/read/489068/6482296

gif it1n.gif

www.eeworm.com/read/489068/6482297

gif it8n.gif

www.eeworm.com/read/489068/6482300

gif it2n.gif

www.eeworm.com/read/488286/6491399

m n1.m

function r=n1(x1,x2) r=(n0(x1)-n0(x2))/(x1-x2);
www.eeworm.com/read/488286/6491402

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/488286/6491420

m n0.m

function r=n0(x) r=sin(x);
www.eeworm.com/read/488286/6491421

m n2.m

function r=n2(x1,x2,x3) r=(n1(x1,x2)-n1(x2,x3))/(x1-x3);
www.eeworm.com/read/488286/6491472

m n4.m

function r=n4(x1,x2,x3,x4,x5) r=(n3(x1,x2,x3,x4)-n3(x2,x3,x4,x5))/(x1-x5);