代码搜索:difference
找到约 3,389 项符合「difference」的源代码
代码结果 3,389
www.eeworm.com/read/340692/12139410
h inclu.h
unsigned char set;//运行状态标志0运行状态;1上限值设定状态;2下限值设定状态;3偏差值设定状态
unsigned char KEY_Variable[3];//按键滤波绶冲区
union{
unsigned char c[2];
unsigned int X;
}upper_limit,lower_limit, differe
www.eeworm.com/read/160611/5569276
c dft_cmp.c
/*
** Copyright (C) 2002-2004 Erik de Castro Lopo
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public Licen
www.eeworm.com/read/233522/4667754
hhh vcl_numeric.hhh
@accumulate
@inner_product
@partial_sum
@adjacent_difference
www.eeworm.com/read/351636/3101911
hhh vcl_numeric.hhh
@accumulate
@inner_product
@partial_sum
@adjacent_difference
www.eeworm.com/read/168118/9938585
m marmousi_demo.m
% Marmousi: finite difference modelling of Marmousi
%
% Marmousi finite difference modelling
% Just run the script
load marmousi_dz10
%load marmousi_mod
dx=x(2)-x(1);; %cdp interval
xmax=max(
www.eeworm.com/read/250804/12383969
m marmousi_demo.m
% Marmousi: finite difference modelling of Marmousi
%
% Marmousi finite difference modelling
% Just run the script
load marmousi_dz10
%load marmousi_mod
dx=x(2)-x(1);; %cdp interval
xmax=max(
www.eeworm.com/read/455463/1614690
m marmousi_demo.m
% Marmousi: finite difference modelling of Marmousi
%
% Marmousi finite difference modelling
% Just run the script
load marmousi_dz10
%load marmousi_mod
dx=x(2)-x(1);; %cdp interval
xmax=max(
www.eeworm.com/read/194440/8195017
m marmousi_demo.m
% Marmousi: finite difference modelling of Marmousi
%
% Marmousi finite difference modelling
% Just run the script
load marmousi_dz10
%load marmousi_mod
dx=x(2)-x(1);; %cdp interval
xmax=max(
www.eeworm.com/read/235612/14061704
m marmousi_demo.m
% Marmousi: finite difference modelling of Marmousi
%
% Marmousi finite difference modelling
% Just run the script
load marmousi_dz10
%load marmousi_mod
dx=x(2)-x(1);; %cdp interval
xmax=max(
www.eeworm.com/read/373369/9461142
java watercolorsets.java
//: generics/WatercolorSets.java
import generics.watercolors.*;
import java.util.*;
import static net.mindview.util.Print.*;
import static net.mindview.util.Sets.*;
import static generics.waterco