代码搜索:查表法

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

代码结果 10,000
www.eeworm.com/read/353138/10469965

cpp 连分式法求积.cpp

// 连分式法求积.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include "math.h" #include "iostream.h" double cf(double a,double b,double e,double (*f)(double))
www.eeworm.com/read/353138/10469969

dsw 连分式法求积.dsw

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

plg 连分式法求积.plg

Build Log --------------------Configuration: 连分式法求积 - Win32 Debug-------------------- Command Lines Creating temporary file "C:\DOCUME~1\董巍\LOC
www.eeworm.com/read/353138/10469993

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

cpp 牛顿迭代法.cpp

#include #include #define N 100 #define EPS 1e-6 #define ETA 1e-8 void main() { float f(float); float f1(float); float x0,y0; float Newton(float (*)(float),float (*
www.eeworm.com/read/160915/10471094

cpp 改进欧拉法.cpp

#include #define N 20 void ModEuler(float (*f1)(float,float),float x0,float y0,float xn,int n) { int i; float yp,yc,x=x0,y=y0,h=(xn-x0)/n; cout
www.eeworm.com/read/353060/10475216

dsw 牛顿插值法.dsw

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

plg 牛顿插值法.plg

Build Log --------------------Configuration: 牛顿插值法 - Win32 Debug-------------------- Command Lines Creating temporary file "C:\DOCUME~1\董巍\LOCA