代码搜索:双积分AD

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

代码结果 10,000
www.eeworm.com/read/473191/6857958

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/110962/15521321

cpp 龙贝格积分.cpp

#include #include #include #include float x[100]; float f[100]; float a,b; int n; void trapezia(float y,float *S) { int i,t; t=(b-a)/y;
www.eeworm.com/read/110478/15533022

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/390355/8470144

asm 双精度加法.asm

D_SEG SEGMENT D_WORD LABEL WORD AUGEND DD 60000 ;sum dw 2 dup(?) D_SEG ENDS E_SEG SEGMENT E_WORD LABEL WORD ADDEND DD
www.eeworm.com/read/390343/8470829

asm 双精度加法.asm

D_SEG SEGMENT D_WORD LABEL WORD AUGEND DD 60000 ;sum dw 2 dup(?) D_SEG ENDS E_SEG SEGMENT E_WORD LABEL WORD ADDEND DD
www.eeworm.com/read/389014/8554783

bip 跃双踢.bip