代码搜索:spread
找到约 1,538 项符合「spread」的源代码
代码结果 1,538
www.eeworm.com/read/466942/7024005
m spread.m
function p = Spread(V0,U0,sigmaV,sigmaU,rho,T,r)
sigmahat = sqrt(sigmaU^2 + sigmaV^2 - 2*rho*sigmaU*sigmaV);
d1 = (log(V0/U0) + 0.5*T*sigmahat^2)/(sigmahat*sqrt(T));
d2 = d1 - sigmahat*sqrt(T);
p
www.eeworm.com/read/166069/7078048
gif spread.gif
www.eeworm.com/read/463000/7190763
m spread.m
% Program 5-7
% spread.m
%
% Data spread function
%
% Programmed by M.Okita and H.Harada
%
function [iout, qout] = spread(idata, qdata, code1)
% *******************************************
www.eeworm.com/read/455115/7377775
jpg spread.jpg
www.eeworm.com/read/440941/7678825
m spread.m
% A Block Complexity based Data Embedding watermarking alrogithm
% Input: 512x512 3 channel TIFF
% Output: res = 512x512 3 channel watermarked image
% original = original image, for compari
www.eeworm.com/read/198991/7896050
gif spread.gif
www.eeworm.com/read/196953/8039052
m spread.m
% Program 5-7
% spread.m
%
% Data spread function
%
% Programmed by M.Okita and H.Harada
%
function [iout, qout] = spread(idata, qdata, code1)
% *******************************************
www.eeworm.com/read/245324/12804242
m spread.m
% Program 5-7
% spread.m
%
% Data spread function
%
% Programmed by M.Okita and H.Harada
%
function [iout, qout] = spread(idata, qdata, code1)
% *******************************************
www.eeworm.com/read/244597/12854604
cpp spread.cpp
#include "nr.h"
void NR::spread(const DP y, Vec_IO_DP &yy, const DP x, const int m)
{
static int nfac[11]={0,1,1,2,6,24,120,720,5040,40320,362880};
int ihi,ilo,ix,j,nden;
DP fac;
int n=y
www.eeworm.com/read/244470/12861654