代码搜索:implicit

找到约 5,250 项符合「implicit」的源代码

代码结果 5,250
www.eeworm.com/read/318947/13466014

m lin_kernel.m

function x = lin_kernel(a,b,c) % kernel function for implicit higher dimension mapping, based on % the standard inner-product % % x = lin_kernel(a,b) % % 'a' can only contain one datapoint in a row,
www.eeworm.com/read/316944/13514052

m lin_kernel.m

function x = lin_kernel(a,b,c) % kernel function for implicit higher dimension mapping, based on % the standard inner-product % % x = lin_kernel(a,b) % % 'a' can only contain one datapoint in a row,
www.eeworm.com/read/145991/5741318

mak unzip.mak

.AUTODEPEND # *Translator Definitions* CC = bcc +UNZIP.CFG TASM = TASM TLINK = tlink # *Implicit Rules* .c.obj: $(CC) -c {$< } .cpp.obj: $(CC) -c {$< } # *List Macros* EXE_dependencies =
www.eeworm.com/read/145991/5741319

mak zipinfo.mak

.AUTODEPEND # *Translator Definitions* CC = bcc +ZIPINFO.CFG TASM = TASM TLINK = tlink # *Implicit Rules* .c.obj: $(CC) -c {$< } .cpp.obj: $(CC) -c {$< } # *List Macros* EXE_dependencies
www.eeworm.com/read/140847/5779227

m plot_square_hhmm.m

function plot_square_hhmm(ev) % Plot the square shape implicit in the evidence. % ev{i,t} is the value of node i in slice t. % The observed node contains a velocity (delta increment), which is conv
www.eeworm.com/read/140847/5779229

m plot_square_hhmm.m

function plot_square_hhmm(ev) % Plot the square shape implicit in the evidence. % ev{i,t} is the value of node i in slice t. % The observed node contains a velocity (delta increment), which is conv
www.eeworm.com/read/136989/5828379

install-sh

#! /bin/sh # # install - install a program, script, or datafile # This comes from X11R5. # # Calling this script install-sh is preferred over install.sh, to prevent # `make' implicit rules from
www.eeworm.com/read/133943/5897411

m plot_square_hhmm.m

function plot_square_hhmm(ev) % Plot the square shape implicit in the evidence. % ev{i,t} is the value of node i in slice t. % The observed node contains a velocity (delta increment), which is conv
www.eeworm.com/read/133943/5897413

m plot_square_hhmm.m

function plot_square_hhmm(ev) % Plot the square shape implicit in the evidence. % ev{i,t} is the value of node i in slice t. % The observed node contains a velocity (delta increment), which is conv
www.eeworm.com/read/120487/6073442

out foreign_key.out

-- -- FOREIGN KEY -- -- MATCH FULL -- -- First test, check and cascade -- CREATE TABLE PKTABLE ( ptest1 int PRIMARY KEY, ptest2 text ); NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "