代码搜索:查表法
找到约 10,000 项符合「查表法」的源代码
代码结果 10,000
www.eeworm.com/read/119958/14816024
cpp 外推法.cpp
#include
#include
double f(double x)
{
double y=x*x-4*x+12;
return y;
}
void main()
{
double a,h0,a1,a2,f1,f2;
couta>>h0;
a1=a;
a2=a1+
www.eeworm.com/read/119840/14820000
doc newton法求解.doc
www.eeworm.com/read/119771/14822824
txt 消元法.txt
/*GAUSS1.0*/
/*只允许处理实系数方阵方程*/
#include
#include
#define M 10 /*系数矩阵的规模*/
main()
{
/*******************************以下是全局变量定义区************************************************
www.eeworm.com/read/119035/14842053
opt 弦截法.opt
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/118681/14859564