代码搜索:相差法

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

代码结果 10,000
www.eeworm.com/read/123446/14632772

dep 牛顿法.dep

# Microsoft Developer Studio Generated Dependency File, included by 牛顿法.mak .\StdAfx.cpp : \ ".\StdAfx.h"\ ".\牛顿法.cpp" : \ ".\StdAfx.h"\
www.eeworm.com/read/123446/14632775

cpp 牛顿法.cpp

// 牛顿法.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include"math.h" #include"iostream.h" #include"iomanip.h" #include"fstream.h" class Niudun { prote
www.eeworm.com/read/123446/14632777

opt 牛顿法.opt

www.eeworm.com/read/123446/14632779

mak 牛顿法.mak

# Microsoft Developer Studio Generated NMAKE File, Based on 牛顿法.dsp !IF "$(CFG)" == "" CFG=牛顿法 - Win32 Debug !MESSAGE No configuration specified. Defaulting to 牛顿法 - Win32 Debug. !ENDIF !IF "$
www.eeworm.com/read/123446/14632780

ncb 牛顿法.ncb

www.eeworm.com/read/123446/14632788

dsw 牛顿法.dsw

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

jpg 陈毅法.jpg

www.eeworm.com/read/122580/14683116

c 排序法.c

#include #include struct node { int key; }r[20]; struct rnode { int key; int point; }; main() { void print(struct node a[20],int n); int creat(); void shell
www.eeworm.com/read/120884/14784387

cpp 割线法.cpp

#include #include double x=0; double f(double x) { return (x*x*x-7.7*x*x+19.2*x-15.3); } /*由于文件太小 所以加了这么几个字 世界答复会计师拉丁;风纪扣发生搭街坊历史;非金属;安放贷款;扩大解放了;撒旦咖啡碱了;深刻搭街坊了解撒旦法;搭街坊离开;地方 *
www.eeworm.com/read/219123/14893630

txt 割线法.txt

#include #include #define N 100 #define eps 1e-6 #define eta 1e-8 float Gexian(float(*f)(float),float x0,float x1) { float x2,d0,d1; int k=0; do { x2=x1-(*f)(x1)*(x