代码搜索:Difference
找到约 3,389 项符合「Difference」的源代码
代码结果 3,389
www.eeworm.com/read/449679/7498386
nec stepradagt.nec
CM Average gain/Step radius conversion test.
CM Run an average gain test when step-radius correction disabled and
CM enabled and notice the difference in AGT results for these multi-
CM radius ele
www.eeworm.com/read/441410/7670738
m offset.m
% Plots the difference between batch processing,
% Kalman filter and extended Kalman filter
%Kai Borre 04-06-97
%Copyright (c) 1997
%$Revision: 1.0 $ $Date: 1997/09/22 $
e = exist('offset.e
www.eeworm.com/read/198172/7948862
m fdtfqmr.m
function [x, error, total_iters] = ...
fdtfqmr(f0, f, xc, params, xinit)
% Forward difference TFQMR solver for use in nsola
%
% C. T. Kelley, December 30, 1994
%
% This code comes
www.eeworm.com/read/333254/12693314
cpp tvfm.cpp
// tvfm.cpp -- tv.cpp modified to test tvfm.h
#include
#include "tvfm.h" // only difference from tv.cpp
bool Tv::volup()
{
if (volume < MaxVal)
{
volume++;
www.eeworm.com/read/243168/12957923
c sweepde.c
//SweepDE.c Generates a sweeping sinusoid using a difference equation
#include
#define two_pi (2*3.1415926) //2*pi
#define two_14 16384 //2^14
#define T
www.eeworm.com/read/140697/13066804
m alg113.m
% LINEAR FINITE-DIFFERENCE ALGORITHM 11.3
%
% To approximate the solution of the boundary-value problem
%
% Y'' = P(X)Y' + Q(X)Y + R(X), A
www.eeworm.com/read/140697/13066988
m alg113.m
% LINEAR FINITE-DIFFERENCE ALGORITHM 11.3
%
% To approximate the solution of the boundary-value problem
%
% Y'' = P(X)Y' + Q(X)Y + R(X), A
www.eeworm.com/read/316414/13523305
m waterwave.m
function waterwave
% WATER WAVE
% 2D Shallow Water Model
%
% Lax-Wendroff finite difference method.
% Reflective boundary conditions.
% Random water drops initiate gravity waves.
% Surface plot
www.eeworm.com/read/140467/5792077
kbd readme.kbd
The TRAB keyboard implementation is similar to that for LWMON and
R360MPI boards. The only difference concerns key naming. There are 4
keys on TRAB: 1, 2, 3, 4.
1) The "kbd" command provides informa
www.eeworm.com/read/136989/5827358
cpp test_signals_1.cpp
// test_signals_1.cpp,v 4.17 2003/11/05 02:04:53 dhinton Exp
// This simple program illustrates the difference between handling
// signals via the Reactor (which doesn't cause the event loop to
/