代码搜索:corresponding
找到约 4,250 项符合「corresponding」的源代码
代码结果 4,250
www.eeworm.com/read/402303/11538224
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/262186/11602378
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/157074/11741336
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/344957/11849817
h sw_uart.h
#ifndef __SW_UART_H
#define __SW_UART_H
/* PIC 18 Software UART library header
*
* The I/O pins must be specified for the software UART. The
* corresponding TRIS bits must also be specified.
www.eeworm.com/read/343751/11930482
m ftp6.m
function [f, J] = ftp6(x, ctrl)
%Call: [f J]=ftp6(x,ctrl)
%Evaluate the residuals corresponding
%to the objective in a nonlinear lsq problem.
%If ctrl>0 the Jacobian J is computed analytically.
%
www.eeworm.com/read/256398/12001823
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/130383/14196250
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/129891/14219446
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/225725/14521630
htm ei5.htm
Effective C++, 2E | Item 5: Use the same form in corresponding uses of new and delete Back to Memory Management
Continue to Item 6: Use delete on pointer members in destructors.
Item 5: Use the same
www.eeworm.com/read/205721/15309092
m s2r_geom.m
function dataout=s2r_geom(datain)
%function dataout=s2r_geom(datain)
%
%This program computes the shot-to-receiver azimuth angle
%and puts the corresponding angle (in degrees) in header word 9
%It al