代码搜索:相差法

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

代码结果 10,000
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
www.eeworm.com/read/116517/14967022

c 高斯消去法.c

#include #include main() {float a[10][10],b[10],m[10][10],x[10],sum; int i,j,k,n; printf("the top exp:"); scanf("%d",&n); printf("\n"); for(i=0;i
www.eeworm.com/read/213656/15127927

frm 嵌套系数法.frm

VERSION 5.00 Begin VB.Form Form1 Caption = "Form1" ClientHeight = 3090 ClientLeft = 5970 ClientTop = 4155 ClientWidth = 4680 LinkTopic
www.eeworm.com/read/213486/15134131

doc 弦截法.doc