代码搜索:Dichotomy
找到约 77 项符合「Dichotomy」的源代码
代码结果 77
www.eeworm.com/read/129707/14232118
c dichotomy.c
#include
#include
#define TOL 1E-11
#define NO 50
double f(double x)
{
return 3*x+sin(x)-exp(x);
}
void main()
{
FILE *file;
double x_1 = 0;
double x_2
www.eeworm.com/read/178166/9416836
m 用二分法求解g(x)=0的解法.m
%用二分法求解方程g(x)=0的解
%~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
%求解条件:g(x)=0在区间(a,b)上有唯一的解,且g(x)是连续的,g(a)与g(b)符合相反
%~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
www.eeworm.com/read/444676/7609236
asm dichotom.asm
comment #
Source code of Dichotomy
by Evil Avatar
#
;============================================================
;
;
www.eeworm.com/read/421857/10687711
txt the pre-history of cyberspace.txt
BEYOND THE ORALITY/LITERACY DICHOTOMY:
JAMES JOYCE AND THE PRE-HISTORY OF CYBERSPACE
by
DONALD F. THEALL
www.eeworm.com/read/418731/10932881
txt the pre-history of cyberspace.txt
BEYOND THE ORALITY/LITERACY DICHOTOMY:
JAMES JOYCE AND THE PRE-HISTORY OF CYBERSPACE
by
DONALD F. THEALL
www.eeworm.com/read/415537/11064973
txt the pre-history of cyberspace.txt
BEYOND THE ORALITY/LITERACY DICHOTOMY:
JAMES JOYCE AND THE PRE-HISTORY OF CYBERSPACE
by
DONALD F. THEALL
www.eeworm.com/read/168845/5435971
cpp findroot_demo.cpp
/* Boost example/findroot_demo.cpp
* find zero points of some function by dichotomy
*
* Copyright 2000 Jens Maurer
* Copyright 2002-2003 Guillaume Melquiond
*
* Distributed under the Boost
www.eeworm.com/read/159921/10588443
m testdich.m
function [X,I,alpha,theta] = testdich( dim, datanum )
% TESTDICH randomly creates test examples for dichotomy problem.
% [X,I] = testgidich( dim, datanum )
%
% TESTDICH creats test data randomly for
www.eeworm.com/read/421949/10677127
m testdich.m
function [X,I,alpha,theta] = testdich( dim, datanum )
% TESTDICH randomly creates test examples for dichotomy problem.
% [X,I] = testgidich( dim, datanum )
%
% TESTDICH creats test data randomly for
www.eeworm.com/read/128468/14295604
m testdich.m
function [X,I,alpha,theta] = testdich( dim, datanum )
% TESTDICH randomly creates test examples for dichotomy problem.
% [X,I] = testgidich( dim, datanum )
%
% TESTDICH creats test data randomly for