代码搜索:双积分AD

找到约 10,000 项符合「双积分AD」的源代码

代码结果 10,000
www.eeworm.com/read/378409/9232209

txt 定积分计算(romberg).txt

/* Romberg求定积分 输入:积分区间[a,b],被积函数f(x,y,z) 输出:积分结果 f(x,y,z)示例: double f0( double x, double l, double t ) { return sqrt(1.0+l*l*t*t*cos(t*x)*cos(t*x)); } */ dou
www.eeworm.com/read/358598/10184049

cpp 积分的近似求法.cpp

//利用辛普森变步长公式求积分 #include #include #include //被积函数的定义 double fun(double x) { return exp(x)/(1+x*x); } //计算精度 const double eps=1e-4; void main() { int
www.eeworm.com/read/358598/10184051

dsp 积分的近似求法.dsp

# Microsoft Developer Studio Project File - Name="积分的近似求法" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) C
www.eeworm.com/read/358598/10184052

plg 积分的近似求法.plg

Build Log --------------------Configuration: 积分的近似求法 - Win32 Debug-------------------- Command Lines Creating temporary file "C:\DOCUME~1\YANGQ
www.eeworm.com/read/358598/10184053

dsw 积分的近似求法.dsw

Microsoft Developer Studio Workspace File, Format Version 6.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ###############################################################################