代码搜索:diff
找到约 8,375 项符合「diff」的源代码
代码结果 8,375
www.eeworm.com/read/348549/11589388
exe diff.exe
www.eeworm.com/read/347982/11620523
c diff.c
#include "tdestr.h"
#include "common.h"
#include "define.h"
#include "tdefunc.h"
/*
* Name: define_diff
* Purpose: get info needed to initialize diff
* Date: October 31, 1992
www.eeworm.com/read/158379/11622446
c for_diff.c
#include
void main ()
{
int counter;
for (counter = -100; counter
www.eeworm.com/read/347945/11624260
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
www.eeworm.com/read/347945/11624666
m diff.m
function X = diff(varargin)
% DIFF (overloaded)
% Author Johan L鰂berg
% $Id: diff.m,v 1.2 2006/07/13 19:40:59 joloef Exp $
Y = varargin{1};
X = Y;
X.basis = [];
for i = 1:size(Y.basis,2)
www.eeworm.com/read/347945/11625850
m diff.m
function Y=diff(varargin)
%DIFF (overloaded)
% Author Johan L鰂berg
% $Id: diff.m,v 1.6 2006/07/26 20:17:57 joloef Exp $
X = varargin{1};
n = X.dim(1);
m = X.dim(2);
Y = X;
x_lmi_variable
www.eeworm.com/read/347853/11630828
pro diff.pro
www.eeworm.com/read/347853/11631176
hlp diff.hlp
SYMBOLIC MATHEMATICS
Prolog can be used for solving symbolic and mathematical problems.
Expressions can be modeled by composite objects. (In the program this
is demonstrat
www.eeworm.com/read/261343/11653919
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/346459/11743290
m diff.m
function y = diff(x,varargin)
% $Id: diff.m 48 2004-09-16 12:07:24Z mairas $
y = x;
y.s = diff(x.s,varargin{:});
n = length(x.s)-length(y.s);
t = x.time;
% should there be a half sample time shift