代码搜索:Difference
找到约 3,389 项符合「Difference」的源代码
代码结果 3,389
www.eeworm.com/read/168118/9938092
m fbdiffsynt.m
%function= fbdiffsynt(action)
%figure
%load_data=uimenu(gcf,'Label','Load data','callback',loadsynt);
%display_fb=uimenu(gcf,'Label','Display FB_picks','callback','fbdiffsynt(''init''));
%if(nargin
www.eeworm.com/read/168111/9939389
m mmderiv.m
function z=mmderiv(x,y)
%MMDERIV Compute Derivative Using Weighted Central Differences.
% MMDERIV(X,Y) computes the derivative of the function y=f(x) given the
% data in X and Y. X must be a vector, b
www.eeworm.com/read/363636/9941437
m intgrad1.m
function fhat = intgrad1(fx,dx,f1,method)
% intgrad: generates a vector, integrating derivative information.
% usage: fhat = intgrad1(dfdx)
% usage: fhat = intgrad1(dfdx,dx)
% usage: fhat = intgrad1(d
www.eeworm.com/read/362517/9994112
txt 一份 tomcat vs resin 的测.txt
作者:jeru
email: jeru@163.net
日期:2001-2-9 18:53:49
----- Original Message -----
From: Griggs, James
To:
Sent: Tuesday, February 08, 2000
www.eeworm.com/read/361866/10031758
txt 一份 tomcat vs resin 的测试报告。。。.txt
作者:jeru
email: jeru@163.net
日期:2001-2-9 18:53:49
----- Original Message -----
From: Griggs, James
To:
Sent: Tuesday, February 08, 2000
www.eeworm.com/read/361866/10032977
txt 一份 tomcat vs resin 的测试报告。。。.txt
作者:jeru
email: jeru@163.net
日期:2001-2-9 18:53:49
----- Original Message -----
From: Griggs, James
To:
Sent: Tuesday, February 08, 2000
www.eeworm.com/read/359101/10165934
cpp 牛顿值多项式.cpp
#include
#define N 4
void Difference(float *x,float *y,int n)
{
float *f;
int k,i;
f =new float[(n*sizeof(float))];
for(k=1;k
www.eeworm.com/read/358827/10178446
m newtonp.m
function [n,DD] = newtonp(x,y)
%Input : x = [x0 x1 ... xN]
% y = [y0 y1 ... yN]
%Output: n = Newton polynomial coefficients of degree N
N = length(x)-1;
DD = zeros(N + 1,N + 1);
DD(:,1) = y';
www.eeworm.com/read/358270/10193255
m imr.m
% IMR Calculate image rejection ratio given amplitude and phase mismatch
%
% [y] = IMR (a, p) returns the image rejection given by a system with
% amplitude ratio a and phase differen
www.eeworm.com/read/357066/10216661
cpp 牛顿值多项式.cpp
#include
#define N 4
void Difference(float *x,float *y,int n)
{
float *f;
int k,i;
f =new float[(n*sizeof(float))];
for(k=1;k