代码搜索:Simpson
找到约 618 项符合「Simpson」的源代码
代码结果 618
www.eeworm.com/read/462411/7201872
c simpson.c
#include
#include
main()
{ int i,n=2;
float s; float f(float);
float Simpson(float(*)(float),float,float,int n);
for(i=0;i
www.eeworm.com/read/460696/7243415
dsp simpson.dsp
# Microsoft Developer Studio Project File - Name="Simpson" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) C
www.eeworm.com/read/460696/7243417
ncb simpson.ncb
www.eeworm.com/read/460696/7243418
dsw simpson.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# 警告: 不能编辑或删除该工作区文件!
###############################################################################
Project: "Simpson"=".\Simpson
www.eeworm.com/read/460696/7243419
c simpson.c
#include "stdio.h"
#include "math.h"
double fsimpf(x) /*要进行计算的被积函数*/
double x;
{
double y;
y=log(1.0+x)/(1.0+x*x);
return(y);
}
double fsimp(a,b,eps) /*辛普森算法*/
double a,b,eps
www.eeworm.com/read/460696/7243420
exe simpson.exe
www.eeworm.com/read/460696/7243421
plg simpson.plg
Build Log
--------------------Configuration: Simpson - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\acer\
www.eeworm.com/read/460696/7243422
opt simpson.opt
www.eeworm.com/read/460696/7243423
pch simpson.pch
www.eeworm.com/read/460696/7243425