代码搜索:Difference
找到约 3,389 项符合「Difference」的源代码
代码结果 3,389
www.eeworm.com/read/416704/11017561
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/469416/6976346
m gradchek.m
function [gradient, delta] = gradchek(w, func, grad, varargin)
%GRADCHEK Checks a user-defined gradient function using finite differences.
%
% Description
% This function is intended as a utility
www.eeworm.com/read/467854/7002624
c e04a.c
/*""FILE COMMENT""***********************************************************
* System Name : for eduction (NO TRANSFERRING)
* File Name : e04a.c
* Contents : embedded C language entrance c
www.eeworm.com/read/467854/7002639
c sub.c
/*""FILE COMMENT""***********************************************************
* System Name : for eduction (NO TRANSFERRING)
* File Name : sub.c
* Contents : embedded C language entrance co
www.eeworm.com/read/462149/7208567
m laplacian.m
function L = laplacian(A,dir)
% Compute the laplacian of A using either the forward
% difference scheme or the backward difference scheme
%
% Copyright 2006 Paolo Favaro (p.favaro@hw.ac.uk)
%
% Schoo
www.eeworm.com/read/461294/7229681
m calcbits.m
function [bits]=calcbits(bounds,precision)
% function [bits]=calcbits(bounds,precision)
% Determine the number of bits to represent a float number to the precision
% provided.
%
% bits - the
www.eeworm.com/read/458392/7297211
m testwaveletkernel.m
%
% this is a script for testing and looking into wavelet kernel
% and different decompositions.
%
%
clear all
close all
% this is the data
N=50;
x=linspace(0,1,N)';
% these are the
www.eeworm.com/read/457360/7327132
afl zig zag.afl
//------------------------------------------------------------------------------
//
// Formula Name: Zig Zag
// Author/Uploader: Jeff
// E-mail: jparent@nobid.com
// Date/Time Ad
www.eeworm.com/read/457219/7331854
m calcbits.m
function [bits]=calcbits(bounds,precision)
% function [bits]=calcbits(bounds,precision)
% Determine the number of bits to represent a float number to the precision
% provided.
%
% bits - the
www.eeworm.com/read/452710/7434741
c memcmp.c
/* memcmp.c - memcmp */
#include
/*------------------------------------------------------------------------
* memcpy - return the difference of the first unequal bytes
*-------