代码搜索:Generates

找到约 10,000 项符合「Generates」的源代码

代码结果 10,000
www.eeworm.com/read/303435/3812997

readme

Demos for Tetramod and Viewer3 Please run the following demos by typing the name of the shell script on the commandline. Tetramod Generates a 3D tetrahedrized sloth (1/wavespeed^2) model Viewer3
www.eeworm.com/read/301474/3839528

m a2dr.m

function beq = a2dR(d,n) % BEQ = A2DR(D, N) generates the decimal % equivalent beq of the binary representation % of a decimal number D with N bits for the % magnitude part obtained by rounding % m
www.eeworm.com/read/301474/3839672

m a2dr.m

function beq = a2dR(d,n) % BEQ = A2DR(D, N) generates the decimal % equivalent beq of the binary representation % of a decimal number D with N bits for the % magnitude part obtained by rounding % m
www.eeworm.com/read/300185/3848051

java concatregexfeatures.java

package iitb.Model; import iitb.CRF.*; import java.util.regex.*; import java.util.*; import java.io.*; /** * ConcatRegexFeatures generates features by matching the token with the character patterns.
www.eeworm.com/read/297160/3888933

c faulty.c

/* * faulty.c -- a module which generates an oops when read * * Tested with 1.2 on the x86 * Tested with 2.0 on the x86, Sparc * */ #ifndef __KERNEL__ # define __KERNEL__ #endif #ifndef MODULE
www.eeworm.com/read/292984/3935860

m learn_map.m

seed = 1; rand('state', seed); randn('state', seed); obs_model = 'unique'; % each cell has a unique label (essentially fully observable) %obs_model = 'four'; % each cell generates 4 observation
www.eeworm.com/read/292964/3937008

m learn_map.m

seed = 1; rand('state', seed); randn('state', seed); obs_model = 'unique'; % each cell has a unique label (essentially fully observable) %obs_model = 'four'; % each cell generates 4 observation
www.eeworm.com/read/291284/3967635

h lnmatrxe.h

/* ARPACK++ v1.0 8/1/1997 c++ interface to ARPACK code. MODULE LNMatrxE.h Function template that generates a nonsymmetric tridiagonal matrix with 2 on the main diagonal, 3 on the s
www.eeworm.com/read/291284/3967642

h lnmatrxf.h

/* ARPACK++ v1.0 8/1/1997 c++ interface to ARPACK code. MODULE LNMatrxF.h Funtion template that generates a tridiagonal nonsymmetric matrix. ARPACK Authors Richard Lehoucq
www.eeworm.com/read/268397/4252696

java featuretypeconcatregex.java

package dragon.ml.seqmodel.feature; import dragon.ml.seqmodel.data.*; import java.io.*; import java.util.*; import java.util.regex.*; /** * ConcatRegexFeatures generates features by matchin