代码搜索:implicit
找到约 5,250 项符合「implicit」的源代码
代码结果 5,250
www.eeworm.com/read/448535/7531340
m golubkahanstep.m
function [B,U,V] = golubkahanstep(B,Uin,Vin)
%
% Given a bidiagonal matrix B with NO zeros on the diagonal or
% superdiagonal, create a new B
www.eeworm.com/read/445424/7595583
f90 inquirefile.f90
logical function InquireFile(filename)
! Purpose: inquire if the file exists in current directory.
implicit none
character filename*12
logical exist_file
inquire(FILE=filename, EXIST=exist_fi
www.eeworm.com/read/440809/7680595
f90 ex0913.f90
program ex0913
implicit none
integer, parameter :: fileid = 10
character(len=20) :: filename = "list.bin"
real hit
integer player
logical alive
integer error
inquire(file
www.eeworm.com/read/440809/7680598
f90 ex0910.f90
program ex0910
implicit none
integer, parameter :: fileid = 10
character(len=20) :: filename = "list.txt"
integer player
real hit
integer error
logical alive
inquire(fi
www.eeworm.com/read/438780/7727117
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/143745/12847777
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/143441/12874956
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/329420/12955673
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/140545/13076324
cpp interfaces2.cpp
//: C09:Interfaces2.cpp
// Implicit interface inheritance via templates
#include
#include
#include
using namespace std;
class Able {
int myData;
public:
Ab
www.eeworm.com/read/140190/13096664
txt gif_util.f90.txt
module gif_util
! Conversion of raster data to GIF format.
!
! Version 1.0, February 1998
!
! Written by Jos Bergervoet
!
use bin_io
implicit none ! Check all declarations
private