代码搜索:Convert

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

代码结果 10,000
www.eeworm.com/read/455463/1613950

m contents.m

% CREWES velocity manipulation toolbox %Tools to convert velocity functions from one form to another % % DRAWVINT ... draw interval velocity as a piecewise constant function % VAVE2VINT ... conver
www.eeworm.com/read/455463/1614251

m tomin.m

function wavemin=tomin(wavelet,stab) % wavemin= tomin(wavelet,stab) % wavemin= tomin(wavelet) % % TOMIN uses the Levinson algorithm to convert an arbitrary % waveform to its minimum phase equivalent.
www.eeworm.com/read/455325/1620608

upgrade

If you updated from R1.01c or earlier, then use the "tools/upgrade-101d" to convert the plugin file names in your 'config.php' file.
www.eeworm.com/read/453276/1641429

php toxmlrpc.inc.php

www.eeworm.com/read/251838/4414738

m cpd_to_cpt.m

function CPT = CPD_to_CPT(CPD) % CPD_TO_CPT Convert the discrete CPD to tabular form (tabular) % CPT = CPD_to_CPT(CPD) CPT = CPD.CPT;
www.eeworm.com/read/251838/4414957

m cpd_to_cpt.m

function CPT = CPD_to_CPT(CPD) % CPD_TO_CPT Convert the tabular_decision_node to a CPT % CPT = CPD_to_CPT(CPD) CPT = CPD.CPT;
www.eeworm.com/read/241253/4562604

prfp

The prfp Command The prfp Command NAME prfp - convert between hex and floating-point SYNOPSIS prfp { [ -f ] fpvalue | [ hexvalue ] hexvalue } DESCRIPTION prfp is a host-resident utility
www.eeworm.com/read/235335/4651754

php toxmlrpc.inc.php

www.eeworm.com/read/232126/4705590

c wbmp2pix.c

/* wbmptopbm.c - convert a wbmp file to a portable bitmap ** ** Copyright (C) 1999 Terje Sannum . ** ** Permission to use, copy, modify, and distribute this software and its **
www.eeworm.com/read/231771/4709735

h valuetraits.h

#ifndef __CXXTEST__VALUETRAITS_H #define __CXXTEST__VALUETRAITS_H // // ValueTraits are used by CxxTest to convert arbitrary // values used in TS_ASSERT_EQUALS() to a string representation. //