代码搜索:双积分ADC

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

代码结果 10,000
www.eeworm.com/read/119035/14842080

cpp 定步长求积分.cpp

#include #include #include double fna(double x); double fna(double x) { double y1; y1=sin(x)/x; return y1; } void main() { double a,b,h,s; int n,i,
www.eeworm.com/read/119035/14842081

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) Co
www.eeworm.com/read/9131/163173

schdocpreview 积分运算电路.schdocpreview

[Preview] LargeImageOriginalSize=660000 LargeImageWidth=500 LargeImageHeight=330 LargeImage=78DAEDDDEBB314E59DC0F1E76F585F252F92AAA4D6DD6CA8DD359BDD2A5315DD37899A6C769368A22626A566356613D75BCAA012
www.eeworm.com/read/13259/270855

ewb 整型积分电路.ewb

Electronics Workbench Circuit File Version: 5 Charset: ANSI Description: "" EncryptionType: 2 UsingVectorGraphics: 0 /000@D0I0?4D
www.eeworm.com/read/34198/1039517

ewb 整型积分电路.ewb

Electronics Workbench Circuit File Version: 5 Charset: ANSI Description: "" EncryptionType: 2 UsingVectorGraphics: 0 /000@D0I0?4D
www.eeworm.com/read/473179/6857552

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