代码搜索:implicit
找到约 5,250 项符合「implicit」的源代码
代码结果 5,250
www.eeworm.com/read/151394/12216373
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 creati
www.eeworm.com/read/150749/12267253
m poly_kernel.m
function x = poly_kernel(a,b, d)
% polynomial kernel function for implicit higher dimension mapping
%
% X = poly_kernel(a,b,[t,degree])
%
% 'a' can only contain one datapoint in a row, 'b' can contai
www.eeworm.com/read/150749/12267399
m poly_kernel.m
function x = poly_kernel(a,b, d)
% polynomial kernel function for implicit higher dimension mapping
%
% X = poly_kernel(a,b,[t,degree])
%
% 'a' can only contain one datapoint in a row, 'b' can contai
www.eeworm.com/read/131090/14161303
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 creatin
www.eeworm.com/read/131077/14162079
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 creati
www.eeworm.com/read/124283/14578545
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 creati
www.eeworm.com/read/123658/14618348
sh 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 creati
www.eeworm.com/read/221868/14716674
f90 ex0703.f90
program ex0703
implicit none
integer, parameter :: classes = 5
integer, parameter :: students = 5
integer :: student(students, classes)
integer s ! 用来指定学生号码
integer c ! 用来指定班级号码
www.eeworm.com/read/121651/14744754
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 creati
www.eeworm.com/read/119681/14824480
m poly_kernel.m
function x = poly_kernel(a,b, d)
% polynomial kernel function for implicit higher dimension mapping
%
% X = poly_kernel(a,b,[t,degree])
%
% 'a' can only contain one datapoint in a row, 'b' can contai