代码搜索:implicit
找到约 5,250 项符合「implicit」的源代码
代码结果 5,250
www.eeworm.com/read/150749/12267325
m rbf_kernel.m
function x = RBF_kernel(a,b, sigma2)
% Radial Basis Function (RBF) kernel function for implicit higher dimension mapping
%
% X = RBF_kernel(a,b,sig2)
%
% 'sig2' contains the SQUARED variance of the R
www.eeworm.com/read/150547/12286704
makefile
#
# Make info documentation
#
AUXFILES = *.aux *.cp *.fn *.ky *.log *.pg *.toc *.tp *.vr *.dvi
SRCS = rdoff.texi
OUTS = rdoff.info rdoff.html rdoff.ps rdoff.pdf
## Implicit rules
%.html
www.eeworm.com/read/123658/14618012
h go32.h
/* Configuration for an i386 running MS-DOS with djgpp/go32. */
/* Don't assume anything about the header files. */
#define NO_IMPLICIT_EXTERN_C
#define HANDLE_SYSV_PRAGMA
#define YES_UNDERSCORES
www.eeworm.com/read/123064/14649931
makefile
#
# Make info documentation
#
AUXFILES = *.aux *.cp *.fn *.ky *.log *.pg *.toc *.tp *.vr *.dvi
SRCS = rdoff.texi
OUTS = rdoff.info rdoff.html rdoff.ps rdoff.pdf
## Implicit rules
%.html
www.eeworm.com/read/221868/14716773
f90 ex0917.f90
program ex0917
implicit none
integer :: a=2
integer :: b=3
character(len=20) :: string
character(len=20) :: fmtstring="(I??'+'I??'='I??)"
write(fmtstring(3:4),"(I2.2)") int(log10(r
www.eeworm.com/read/119681/14824448
m rbf_kernel.m
function x = RBF_kernel(a,b, sigma2)
% Radial Basis Function (RBF) kernel function for implicit higher dimension mapping
%
% X = RBF_kernel(a,b,sig2)
%
% 'sig2' contains the SQUARED variance of the R
www.eeworm.com/read/118993/14845229
makefile
#
# Make info documentation
#
AUXFILES = *.aux *.cp *.fn *.ky *.log *.pg *.toc *.tp *.vr *.dvi
SRCS = rdoff.texi
OUTS = rdoff.info rdoff.html rdoff.ps rdoff.pdf
## Implicit rules
%.html
www.eeworm.com/read/214923/15082937
m rbf_kernel.m
function x = RBF_kernel(a,b, sigma2)
% Radial Basis Function (RBF) kernel function for implicit higher dimension mapping
%
% X = RBF_kernel(a,b,sig2)
%
% 'sig2' contains the SQUARED variance of the R
www.eeworm.com/read/208614/15242337
f90 rcurv.f90
program main
use IMSL
implicit none
integer, parameter :: NOBS = 10, NDEG = 2
real XDATA(NOBS), YDATA(NOBS)
real B(NDEG+1), SSPOLY(NDEG+1)
real STAT(12)
real xinc, xp, value
re
www.eeworm.com/read/208614/15242389
f90 ex0917.f90
program ex0917
implicit none
integer :: a=2
integer :: b=3
character(len=20) :: string
character(len=20) :: fmtstring="(I??'+'I??'='I??)"
write(fmtstring(3:4),"(I2.2)") int(log10(r