代码搜索:diff
找到约 8,375 项符合「diff」的源代码
代码结果 8,375
www.eeworm.com/read/474169/6815794
cpp diff.cpp
/*
gridsim2 (c) 2006 Kris Beevers
This file is part of gridsim2.
gridsim2 is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as publ
www.eeworm.com/read/474326/6820703
c for_diff.c
#include
void main(void)
{
int counter;
for (counter = -100; counter
www.eeworm.com/read/474070/6829490
m diff.m
www.eeworm.com/read/473219/6849186
m diff.m
function Y=diff(varargin)
%DIFF (overloaded)
% Author Johan L鰂berg
% $Id: diff.m,v 1.2 2004/07/01 11:17:09 johanl Exp $
X = varargin{1};
n = X.n;
m = X.m;
Y = X;
x_lmi_variables = X.
www.eeworm.com/read/473001/6853682
cpp diff.cpp
#include
#include
BZ_USING_NAMESPACE(blitz)
BZ_USING_NAMESPACE(blitz::tensor)
BZ_DECLARE_STENCIL3(deriv14,A,dA,h)
dA = central14n(A) / h;
BZ_END_STENCIL
BZ_DEC
www.eeworm.com/read/472964/6860800
diff1
#
# General shell program to diff corresponding files in 2 directories.
# Here, the files are of the form *.c.
# This shell prog must be in one of the 2 directories; $1 is a path to the
# other d
www.eeworm.com/read/195394/8159203
c diff.c
#include "tdestr.h"
#include "common.h"
#include "define.h"
#include "tdefunc.h"
int define_diff( WINDOW *window )
{
int rc;
char temp[MAX_COLS];
int num1;
int let1;
int num2;
www.eeworm.com/read/394381/8228052
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/193277/8242573
m diff.m
function Y=diff(varargin)
%DIFF (overloaded)
% Author Johan L鰂berg
% $Id: diff.m,v 1.1 2006/08/10 18:00:19 joloef Exp $
X = varargin{1};
n = X.dim(1);
m = X.dim(2);
Y = X;
x_lmi_variable