代码搜索:伏安法

找到约 10,000 项符合「伏安法」的源代码

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

dsw 弦截法.dsw

Microsoft Developer Studio Workspace File, Format Version 6.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ###############################################################################
www.eeworm.com/read/119035/14842055

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) Conso
www.eeworm.com/read/119035/14842056

plg 弦截法.plg

Build Log --------------------Configuration: 弦截法 - Win32 Debug-------------------- Command Lines Creating temporary file "C:\DOCUME~1\liyan\LOC
www.eeworm.com/read/119035/14842057

ncb 弦截法.ncb

www.eeworm.com/read/119035/14842058

cpp 弦截法.cpp

#include #include #include double f(double x); void main() { double x0,x1,x2,e; int k=0; cout
www.eeworm.com/read/218527/14915946

doc 共轭梯度法.doc

www.eeworm.com/read/116944/14947988

cpp 弦截法.cpp

#include "math.h" #include "stdio.h" double Func(double x) { return (x*x*x-3*x-1); } void main() { double x0,x1,t,eps; x0=1.9;x1=2;eps=0.0001; for(int i=1;i