代码搜索:implicit
找到约 5,250 项符合「implicit」的源代码
代码结果 5,250
www.eeworm.com/read/376037/9335573
f90 ex0911.f90
program ex0911
implicit none
integer, parameter :: fileid = 10
character(len=20) :: filename = "ex0911dat.txt"
integer player
real hit
integer error
open(unit=fileid, file
www.eeworm.com/read/374698/9388927
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/360895/10072703
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/278889/10490689
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/351740/10614168
f90 prec.f90
MODULE PRECISION_PARAMETERS
! Set important parameters having to do with variable precision and array allocations
IMPLICIT NONE
CHARACTER(255), PARAMETER :: precid='$Id: prec.f90 607 2007-09-17
www.eeworm.com/read/421949/10676229
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/349709/10802860
sql write_local.sql
/*
* write_local.sql
* Chapter 11, Oracle10g PL/SQL Programming
* by Ron Hardman, Michael McLaughlin and Scott Urman
*
* This script uses DBMS_PIPE to write a local message to
* the implicit ano
www.eeworm.com/read/349709/10802882
sql read_local.sql
/*
* read_local.sql
* Chapter 11, Oracle10g PL/SQL Programming
* by Ron Hardman, Michael McLaughlin and Scott Urman
*
* This script uses DBMS_PIPE to write a local message to
* the implicit anon
www.eeworm.com/read/418204/10959279
java point2.java
package circle;
public class Point2 {
protected int x; // x part of coordinate pair
protected int y; // y part of coordinate pair
// no-argument constructor
public Point2()
{
// implicit
www.eeworm.com/read/416425/11029726
txt readme.txt
This package demomstrates an improved algorithm based on the local binary fitting (LBF) model in
Chunming Li et al's paper:
Chunming Li, Chiu-Yen Kao, John Gore, Zhaohua Ding "Implicit Active Co