代码搜索:Simpson

找到约 618 项符合「Simpson」的源代码

代码结果 618
www.eeworm.com/read/366434/9814497

txt rfc1618.txt

组织:中国互动出版网(http://www.china-pub.com/) RFC文档中文翻译计划(http://www.china-pub.com/compters/emook/aboutemook.htm) E-mail:ouyang@china-pub.com 译者:王逸(pentagon pentagon@citiz.net) 译文发布时间:2001-08-14 版权:本中文
www.eeworm.com/read/163184/10172265

cpp repeat_s.cpp

////////////////////////////////////////////////////// // 程序3.2 — 复化Simpson公式 #include #include #include #include #include #include "expre
www.eeworm.com/read/452284/7442647

m numint2.m

function V = numint2(y); % NUMINT2 % MATLAB m-file for numerical integration using % Simpson's rule % Format: V = numint2(y) % input: y = an odd-length row vector % % Timo Laakso 16.03.1992 %
www.eeworm.com/read/302449/13834748

txt rfc1618.txt

组织:中国互动出版网(http://www.china-pub.com/) RFC文档中文翻译计划(http://www.china-pub.com/compters/emook/aboutemook.htm) E-mail:ouyang@china-pub.com 译者:王逸(pentagon pentagon@citiz.net) 译文发布时间:2001-08-14 版权:本中文
www.eeworm.com/read/484221/6581983

htm q10465.htm

Q10465: Homer Simpson
www.eeworm.com/read/408362/11391722

txt rfc1618.txt

组织:中国互动出版网(http://www.china-pub.com/) RFC文档中文翻译计划(http://www.china-pub.com/compters/emook/aboutemook.htm) E-mail:ouyang@china-pub.com 译者:王逸(pentagon pentagon@citiz.net) 译文发布时间:2001-08-14 版权:本中文
www.eeworm.com/read/158246/11630027

cpp repeat_s.cpp

////////////////////////////////////////////////////// // 程序3.2 — 复化Simpson公式 #include #include #include #include #include #include "expre
www.eeworm.com/read/158073/11645510

cpp repeat_s.cpp

////////////////////////////////////////////////////// // 程序3.2 — 复化Simpson公式 #include #include #include #include #include #include "expre
www.eeworm.com/read/256505/11995238

txt rfc1618.txt

组织:中国互动出版网(http://www.china-pub.com/) RFC文档中文翻译计划(http://www.china-pub.com/compters/emook/aboutemook.htm) E-mail:ouyang@china-pub.com 译者:王逸(pentagon pentagon@citiz.net) 译文发布时间:2001-08-14 版权:本中文
www.eeworm.com/read/130817/14173542

m func5p1.m

%func5p1.m各种方法求积分 %Integration,using N-L methom I1=4*(atan(1)-atan(0)) %Trapz Rule I2=1/2*(sub5p1(1)+sub5p1(0)) %Simpson Rule I3=1/6*(sub5p1(1)+4*sub5p1(1/2)+sub5p1(0)) %Composite Trapezoidal R