代码搜索:diff
找到约 8,375 项符合「diff」的源代码
代码结果 8,375
www.eeworm.com/read/355007/10305735
c for_diff.c
#include
void main ()
{
int counter;
for (counter = -100; counter
www.eeworm.com/read/162128/10333619
c for_diff.c
#include
void main ()
{
int counter;
for (counter = -100; counter
www.eeworm.com/read/162078/10341773
c for_diff.c
#include
void main(void)
{
int counter;
for (counter = -100; counter
www.eeworm.com/read/280172/10350641
c diff.c
/*
* Being that the windows in TDE are numbered and lettered, we can easily
* prompt for windows to diff. Might as well do a few standard diff
* options: ignore leading space, ignore all space
www.eeworm.com/read/353896/10407310
m diff.m
function X = diff(X,order,dim)
%1.数值差分
% 对向量n维X,diff(X)返回[X(2)-X(1) X(3)-X(2) ... X(n)-X(n-1)]
% 例 x=[1 3 8];diff(x)
%
%2.符号导函数
% diff(s)符号表达式s的导数.
% diff(s,v)符号表达式s关于变量v的导数.
www.eeworm.com/read/424281/10467144
c diff.c
/* multimin/diff.c
*
* Copyright (C) 2000 David Morrison
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as publi
www.eeworm.com/read/424281/10468066
out diff.out
f(x) = x^(3/2)
x = 2.0
f'(x) = 2.1213203120 +/- 0.0000004064
exact = 2.1213203436
x = 0.0
f'(x) = 0.0000000160 +/- 0.0000000339
exact = 0.0000000000
www.eeworm.com/read/424281/10468124
c diff.c
#include
#include
#include
double f (double x, void * params)
{
return pow (x, 1.5);
}
int
main (void)
{
gsl_function F;
double result, abserr;
www.eeworm.com/read/424281/10468749
texi diff.texi
@cindex differentiation of functions, numeric
@cindex functions, numerical differentiation
@cindex derivatives, calculating numerically
@cindex numerical derivatives
@cindex slope, see numerical deriv
www.eeworm.com/read/424281/10475014
c diff.c
/* diff/diff.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 David Morrison
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Pub