代码搜索:伏安法
找到约 10,000 项符合「伏安法」的源代码
代码结果 10,000
www.eeworm.com/read/220526/14797937
rc 固定增量法.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/120564/14798690
plg newton下山法.plg
Build Log
--------------------Configuration: Newton下山法 - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\WINDOWS\TEMP
www.eeworm.com/read/120564/14798691
dsw newton下山法.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/120564/14798692
opt newton下山法.opt
www.eeworm.com/read/120564/14798693
ncb newton下山法.ncb
www.eeworm.com/read/120564/14798694
dsp newton下山法.dsp
# Microsoft Developer Studio Project File - Name="Newton下山法" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86)
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