代码搜索:Difference
找到约 3,389 项符合「Difference」的源代码
代码结果 3,389
www.eeworm.com/read/419873/10832950
m fig47.m
% Frequency domain depiction of the GPS signal and thermal noise
% power
%Written by Kai Borre, October 1, 2005
f0 = 1.023e6;
delta_f = linspace(-15e6, 15e6, 999); % difference with respect t
www.eeworm.com/read/417152/11002063
m fig47.m
% Frequency domain depiction of the GPS signal and thermal noise
% power
%Written by Kai Borre, October 1, 2005
f0 = 1.023e6;
delta_f = linspace(-15e6, 15e6, 999); % difference with respect t
www.eeworm.com/read/444864/7096389
m fig47.m
% Frequency domain depiction of the GPS signal and thermal noise
% power
%Written by Kai Borre, October 1, 2005
f0 = 1.023e6;
delta_f = linspace(-15e6, 15e6, 999); % difference with respect t
www.eeworm.com/read/451642/7460469
m fig47.m
% Frequency domain depiction of the GPS signal and thermal noise
% power
%Written by Kai Borre, October 1, 2005
f0 = 1.023e6;
delta_f = linspace(-15e6, 15e6, 999); % difference with respect t
www.eeworm.com/read/229396/14340795
diff xmlrole.diff
File difference report generated by CSDiff by ComponentSoftware on 29/09/2004 21:00
Base file: C:\Source\temp\expat-1.95.8\lib\xmlrole.c
Compared file: C:\Source\expat-1.95.8\lib\xmlrole.c
796c
www.eeworm.com/read/38039/1091736
mnu img_comp.mnu
COMPARE#IMG 比较图形
# remove the # sign and enter foreign help string in this line
Save#Bitmap 保存图片
Save current object bitmap.
保存当前对象图片
Load#Bitmap 调入图片
Select and load a bitmap file; report difference
www.eeworm.com/read/248077/4471136
m p2_16.m
% P2_16.M Show round off error
N=input('Input number of additions ')
xsum = 0;
for i=1:N
xsum = xsum + 1e-6;
end
% Display value and difference
xsum
xdiff=xsum - N*1e-6
www.eeworm.com/read/175910/5341228
diff xmlrole.diff
File difference report generated by CSDiff by ComponentSoftware on 29/09/2004 21:00
Base file: C:\Source\temp\expat-1.95.8\lib\xmlrole.c
Compared file: C:\Source\expat-1.95.8\lib\xmlrole.c
796c
www.eeworm.com/read/303435/3812608
psdemo3
#! /bin/sh
# PSDemo3 --- example script for sufdmod2
# finite-difference modeling: display model and movie
# Author: John Stockwell
# modified from XDemo3 by Chris Liner 2/11/02
# (also added 2x2 smoo
www.eeworm.com/read/252366/4408710
c difftime.c
/*
* difftime - compute the difference between two calendar times
*/
/* $Header: difftime.c,v 1.4 90/09/11 10:18:44 eck Exp $ */
#include
double
difftime(time_t time1, time_t time