代码搜索:短波差分
找到约 10,000 项符合「短波差分」的源代码
代码结果 10,000
www.eeworm.com/read/147252/12571607
c 二分法.c
www.eeworm.com/read/248237/12588376
txt 二分法.txt
clear
a=input('a=');
b=input('b=');
e=input('c=');
c=(a+b)/2
n=log2((b-a)/e)-1
if f(a)*f(b)>0
Solution='May be No Solution'
else
if f(c)==0
Solution=c
else
for
www.eeworm.com/read/146711/12616936
cpp 二分法.cpp
#include
#include
#define EPS 5e-6 //根容许的误差
#define DELTA 1e-6 //|f(x)|容许的误差
float Bisection( float a,float b,float (*f)(float) )
{
float c,fc,fa=f(a),fb=f(b);
int n=1;
www.eeworm.com/read/203422/15359468
c 二分查找1.c
www.eeworm.com/read/202248/15388039
txt re 20分钟指的是.txt
From: [精 选 集].bbs@bupt.org
To: caozihua.bbs@bupt.org
Subject: Re: 20分钟指的是
Date: Mon, 28 Feb 2005 12:02:00 +0800 (CST)
Status: RO
作者: shagua (shagua) 站内: KaoYan
标题: Re: 20分钟指的是
时间: Tue Apr 8
www.eeworm.com/read/105048/15679436
cpp 二分法.cpp
//*************************************
//程序功能:二分法 求线性方程的解
//作 者:杭永东
//日 期: 2002.03.25
//*************************************
#include
#include
#include
www.eeworm.com/read/101673/15822350
doc 分形图制作两例.doc
www.eeworm.com/read/158246/11630037
cpp euler.cpp
/////////////////////////////////////////////////////////////////////////////
// §4 常微分方程的差分方法
//
// 程序4.1 — 欧拉方法
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/108797/15575204
cpp euler.cpp
/////////////////////////////////////////////////////////////////////////////
// §4 常微分方程的差分方法
//
// 程序4.1 — 欧拉方法
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/386301/6303258