代码搜索:diff

找到约 8,375 项符合「diff」的源代码

代码结果 8,375
www.eeworm.com/read/156004/11835855

c diff_ti_apply.c

/* * Copyright 2002 by Texas Instruments Incorporated. * All rights reserved. Property of Texas Instruments Incorporated. * Restricted rights to use, duplicate or disclose this code are *
www.eeworm.com/read/156004/11835858

c diff_ti_ialg.c

/* * Copyright 2002 by Texas Instruments Incorporated. * All rights reserved. Property of Texas Instruments Incorporated. * Restricted rights to use, duplicate or disclose this code are *
www.eeworm.com/read/343751/11930500

m ftp25diff.m

function [f, J] = ftp25diff(x, ctrl, u) %Call: [f J]=ftp25diff(x,ctrl,u) %Evaluate the residuals corresponding %to the objective in a nonlinear lsq problem. %If ctrl>0 the Jacobian J should be com
www.eeworm.com/read/152804/12080687

diff gpm-1.19.6-pty.diff

diff -urN gpm-1.19.6/src/liblow.c gpm-1.19.6.new/src/liblow.c --- gpm-1.19.6/src/liblow.c Tue Oct 2 04:08:47 2001 +++ gpm-1.19.6.new/src/liblow.c Tue Apr 30 22:44:24 2002 @@ -243,6 +243,14 @@
www.eeworm.com/read/254999/12107196

diff patch-qemu-pty.diff

By default, with qemu version < 0.8.0 and with the command line qemu -monitor pty or -serial pty, local echo is enabled for the qemu side of the pty. This can result in infinite write/read loops and/
www.eeworm.com/read/152141/12136463

diff nvi-1.79-gtags.diff

/* * This file is placed into the public domain by the author, * Shigio YAMAGUCHI */ diff -c -r -N ../nvi-1.79.org/common/main.c ./common/main.c *** ../nvi-1.79.org/common/main.c Sat Oct 12 07:28:2
www.eeworm.com/read/130490/14189996

diff natural-selection-0.3.diff

--- camel/camel-mime-message.c.orig 2003-02-13 17:31:53.000000000 +0100 +++ camel/camel-mime-message.c 2003-02-13 17:32:12.000000000 +0100 @@ -608,7 +608,6 @@ parent_class->parent_class.remove_heade
www.eeworm.com/read/125476/14491840

cc tst_finite_diff.cc

// tst_finite_diff.cc void test_finite_diff(){ cout
www.eeworm.com/read/226090/14496689

m diff3p.m

%利用三点公式计算数值(偏)导数。 %说明:三点公式<mark>diff</mark>3p()的计算精度比<mark>diff</mark>()和gradient()相对更高些 %(1):程序在<mark>diff</mark>3p.m,调用格式如下 %DF=<mark>DIFF</mark>3P(P,H) 计算一阶数值导数 %DF=<mark>DIFF</mark>3P(P,H,O,D) 计算D指定的变量的O阶数值(偏)导数 %(2)H是步长,O-order,指定导数的阶数,D=1表示对X求导,D=2对Y求 ...