代码搜索:corresponding
找到约 4,250 项符合「corresponding」的源代码
代码结果 4,250
www.eeworm.com/read/312561/13609599
cpp findurl.cpp
/*
* If content is NULL, find out wheather INDEX_FILE includes the URL.
* Otherwise, read the corresponding page of the URL.
*
*/
#include "Tse.h"
#include "Url.h"
int FindUrl(const char *url, c
www.eeworm.com/read/312211/13615706
htm progs.htm
NRcdrom Progs. Server/Internet Use Prohibited.
Numerical Recipes Routines by Chapter and Section
Chapter number links jump to the corresponding p
www.eeworm.com/read/303632/13810872
m jacenc.m
function b=jacenc(x)
% Usage: b=jacenc(x)
% JPEG AC coefficient encoding routine
% x: AC coefficient sequence
% b: corresponding bit stream
% copyright (c) 1997 by Yu Hen Hu
%
% created: 11/25/97
%
www.eeworm.com/read/140847/5779127
m fg3.m
% make a factor graph corresponding to an HMM with Gaussian outputs, where we absorb the
% evidence up front
seed = 1;
rand('state', seed);
randn('state', seed);
T = 3;
Q = 3;
O = 2;
cts_obs = 1;
www.eeworm.com/read/133943/5897313
m fg3.m
% make a factor graph corresponding to an HMM with Gaussian outputs, where we absorb the
% evidence up front
seed = 1;
rand('state', seed);
randn('state', seed);
T = 3;
Q = 3;
O = 2;
cts_obs = 1;
www.eeworm.com/read/127694/6002729
h config.book.h
/* *INDENT-OFF* */
/* config.h. Generated automatically by configure. */
/* Define the following if you have the corresponding header */
#define CPU_VENDOR_OS "i386-pc-bsdi3.0"
/* #undef HAVE_NETCON
www.eeworm.com/read/299625/6285266
m regsolve.m
function [c,d]=rnsolve(K,T,y,lambda)
% USAGE
% [c,d]=regsolve(K,T,y,lambda)
%
% solve
% min \sum( (y-f(x)).^2 ) + lambda ||f||^2
%
% calculates the coefficients of the corresponding
% reg
www.eeworm.com/read/484356/6586051
m regsolve.m
function [c,d]=rnsolve(K,T,y,lambda)
% USAGE
% [c,d]=regsolve(K,T,y,lambda)
%
% solve
% min \sum( (y-f(x)).^2 ) + lambda ||f||^2
%
% calculates the coefficients of the corresponding
% reg
www.eeworm.com/read/477110/6747827
m tr2eul.m
%TR2EUL Convert a homogeneous transform matrix to Euler angle form
%
% [PHI THETA PSI] = TR2EUL(M)
%
% Returns a vector of roll/pitch/yaw angles corresponding to M, either a rotation
% matrix or the r
www.eeworm.com/read/407662/11412473
m detect_symb.m
function [ Iout, Qout ] = detect_symb(Ich, Qch)
% 16-QAM detector
%
% Input:
% I-channel & Q-channel data
%
% Output:
% bhat = bits {0,1} corresponding to the QPSK symbols
% Gray mapping