代码搜索:implicit
找到约 5,250 项符合「implicit」的源代码
代码结果 5,250
www.eeworm.com/read/351636/3102071
txx vcl_algorithm.txx
#ifndef vcl_algorithm_txx_
#define vcl_algorithm_txx_
// -*- c++ -*-
#include "vcl_algorithm.h"
#if VCL_USE_IMPLICIT_TEMPLATES
# include "iso/vcl_algorithm.txx"
#elif !VCL_USE_NATIVE_STL
#
www.eeworm.com/read/351636/3102201
txx vcl_functional.txx
#ifndef vcl_functional_txx_
#define vcl_functional_txx_
// -*- c++ -*-
#include "vcl_functional.h"
#if VCL_USE_IMPLICIT_TEMPLATES
# include "iso/vcl_functional.txx"
#elif !VCL_USE_NATIVE_STL
www.eeworm.com/read/172172/9722078
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/367440/9748438
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/367274/9763447
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/410967/11263013
f90 sgldef.f90
!DEC$ objcomment lib:"dxguid.lib"
!DEC$ objcomment lib:"ddraw.lib"
!DEC$ objcomment lib:"dinput.lib"
!DEC$ objcomment lib:"winmm.lib"
!DEC$ objcomment lib:"sgl.lib"
module sgl
implicit none
www.eeworm.com/read/335984/12484989
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/146474/12644885
cce vmeter_18.cce
Warning[000] E:\My Documents\My Designs\Pic\Vmeter\Vmeter_18.c 58 : implicit conversion of float to integer
Warning[000] E:\My Documents\My Designs\Pic\Vmeter\delay.h 37 : arithmetic overflow in cons
www.eeworm.com/read/201218/15413206
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/107398/15608151
makefile
#
# iniparser Makefile
#
CC = gcc
CFLAGS = -O3
AR = ar
ARFLAGS = rcv
RM = rm -f
# Implicit rules
SUFFIXES = .o .c .h .a .so .sl
COMPILE.c=$(CC) $(CFLAGS) -c
.c.o:
@(echo "compilin