代码搜索:implicit
找到约 5,250 项符合「implicit」的源代码
代码结果 5,250
www.eeworm.com/read/195133/8172756
m nobias.m
function nb = nobias(ker)
%NOBIAS returns true if SVM kernel has no implicit bias
%
% Usage: nb = nobias(ker)
%
% Parameters: ker - kernel type
%
% Author: Steve Gunn (srg@ecs.soton.a
www.eeworm.com/read/294863/8197276
m nobias.m
function nb = nobias(ker)
%NOBIAS returns true if SVM kernel has no implicit bias
%
% Usage: nb = nobias(ker)
%
% Parameters: ker - kernel type
%
% Author: Steve Gunn (srg@ecs.soton.a
www.eeworm.com/read/194095/8199476
f read.f
MODULE READ
C
USE PREC
USE VARS
USE CONS
USE TRAN
USE PACKER
C
IMPLICIT NONE
C
PRIVATE
PUBLIC READ_DATA
CHARACTER(60) FYI
CHARACTER(3
www.eeworm.com/read/193277/8242619
m bounds.m
function varargout = bounds(x,lower,upper,aux)
%BOUNDS Adds implicit bounds on variables.
%
% BOUNDS IS OBSOLETE: Use standard SET constraints
%
% BOUNDS(x,Lower,Upper) Adds bound constraints o
www.eeworm.com/read/193277/8243472
m bounds.m
function varargout = bounds(x,lower,upper,aux)
%BOUNDS Adds implicit bounds on variables.
%
% BOUNDS IS OBSOLETE: Use standard SET constraints
%
% BOUNDS(x,Lower,Upper) Adds bound constraints o
www.eeworm.com/read/393534/8277265
m nobias.m
function nb = nobias(ker)
%NOBIAS returns true if SVM kernel has no implicit bias
%
% Usage: nb = nobias(ker)
%
% Parameters: ker - kernel type
%
% Author: Steve Gunn (srg@ecs.soton.a
www.eeworm.com/read/293531/8287978
m nobias.m
function nb = nobias(ker)
%NOBIAS returns true if SVM kernel has no implicit bias
%
% Usage: nb = nobias(ker)
%
% Parameters: ker - kernel type
%
% Author: Steve Gunn (srg@ecs.soton.a
www.eeworm.com/read/370814/9584155
m nobias.m
function nb = nobias(ker)
%NOBIAS returns true if SVM kernel has no implicit bias
%
% Usage: nb = nobias(ker)
%
% Parameters: ker - kernel type
%
% Author: Steve Gunn (srg@ecs.soton.a
www.eeworm.com/read/369540/9641140
makefile
CC = gcc
LINK = gcc
CFLAGS = -g -c
INCPATH =
LIBS =
OBJECTS_DIR = ./
TARGET=shm shmread shmwrite
####### Implicit rules
.SUFFIXES: .c
.c.o:
$(CC) $(CFLAGS) $(INCPATH) -o $@ $<
www.eeworm.com/read/369540/9641152
makefile~
CC = gcc
LINK = gcc
CFLAGS = -g -c
INCPATH =
LIBS =
OBJECTS_DIR = ./
TARGET=shm shmread shmwrite
####### Implicit rules
.SUFFIXES: .c
.c.o:
$(CC) $(CFLAGS) $(INCPATH) -o $@ $<