代码搜索:effect
找到约 4,591 项符合「effect」的源代码
代码结果 4,591
www.eeworm.com/read/355170/10289558
m lti_disc.m
%LTI_DISC Discretize LTI ODE with Gaussian Noise
%
% Syntax:
% [A,Q] = lti_disc(F,L,Qc,dt)
%
% In:
% F - NxN Feedback matrix
% L - NxL Noise effect matrix (optional, default ide
www.eeworm.com/read/278507/10531997
c funcs.c
#include "test.h"
/*
* Fill in the global servaddr{} as a side effect.
*/
int
TcpSockByAddr(char *ipaddr, int port /* host byte order */ )
{
int sockfd;
sockfd = Socket(AF_INET, SOCK_STREAM
www.eeworm.com/read/333209/7154826
m lti_disc.m
%LTI_DISC Discretize LTI ODE with Gaussian Noise
%
% Syntax:
% [A,Q] = lti_disc(F,L,Qc,dt)
%
% In:
% F - NxN Feedback matrix
% L - NxL Noise effect matrix (optional, default ide
www.eeworm.com/read/305575/13765446
m edgeplot.m
function[g,h]=edgeplot(n,p,t)
% EDGEPLOT Draws limits of edge-effect region on wavelet transform.
%
% EDGEPLOT(N,P,T) plots the limits of the edge effects of the
% wavelet transform on a PCOLOR o
www.eeworm.com/read/303058/13822598
m lti_disc.m
%LTI_DISC Discretize LTI ODE with Gaussian Noise
%
% Syntax:
% [A,Q] = lti_disc(F,L,Qc,dt)
%
% In:
% F - NxN Feedback matrix
% L - NxL Noise effect matrix (optional, default ide
www.eeworm.com/read/131315/5946342
help larn.help
5 Welcome to the game of Larn. At this moment, you face a great problem.
Your daughter has contracted a strange disease, and none of your home remedies
seem to have any effect. You sense that she
www.eeworm.com/read/127694/6002880
c funcs.c
#include "test.h"
/*
* Fill in the global servaddr{} as a side effect.
*/
int
TcpSockByAddr(char *ipaddr, int port /* host byte order */ )
{
int sockfd;
sockfd = Socket(AF_INET, SOCK_STREAM
www.eeworm.com/read/218797/6303327
m threshold.m
function vt = threshold(vsb, type, vt0, gamma)
% analysis of threshold in the presence of body effect
phi = -0.6 * type;
vt = vt0 + gamma * (sqrt(abs(-phi + vsb)) - sqrt(abs(phi)));