代码搜索:Difference
找到约 3,389 项符合「Difference」的源代码
代码结果 3,389
www.eeworm.com/read/436250/7773994
c ftime.c
#include
#include
#include
void main(void)
{
struct timeb timezone;
tzset();
ftime(&timezone);
printf("Seconds since 1 January 1970 (GMT)
www.eeworm.com/read/435150/7796493
cpp functions.cpp
// functions.cpp
//#define TESTFUNCTION // Uncomment to get trace output
#ifdef TESTFUNCTION
#include // Only required for trace output
#endif
#include
www.eeworm.com/read/299923/7820316
m ex031000.m
n = -5:10; x = rand(1,length(n)) + j*rand(1,length(n));
k = -100:100; w = (pi/100)*k; % frequency between -pi and +pi
X = x * (exp(-j*pi/100)).^(n'*k); % DTFT of x
% conjugation property
www.eeworm.com/read/199277/7870264
readme
Meep (or MEEP) is a free finite-difference time-domain (FDTD)
simulation software package developed at MIT to model electromagnetic
systems. You can download Meep and learn more about it at the Meep
www.eeworm.com/read/399209/7880229
m quantl.m
%**************************************************************
%quantl: quantize the difference signal in the lower sub-band
%**************************************************************%
fu
www.eeworm.com/read/433765/7910796
m exp04.m
% % % % % % % % % % % % % % % % % % % % % % % % % %
% Program for ARITHMETIC and LOGICAL OPERATION %
% % % % % % % % % % % % % % % % % % % % % % % % % %
clc; clear all; close all;
%%%%% PART
www.eeworm.com/read/198116/7950401
m app.m
function difference=app(a1)
% ********************************************************************
%
%
%
% ********************************************************************
global h6;
glob
www.eeworm.com/read/197958/7960962
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/298428/7961557
c timezone.c
#include
#include
void main(void)
{
tzset();
printf("Difference between local and GMT is %d hours\n",
timezone / 3600);
}
www.eeworm.com/read/298428/7961563
c ftime.c
#include
#include
#include
void main(void)
{
struct timeb timezone;
tzset();
ftime(&timezone);
printf("Seconds since 1 January 1970 (GMT)