代码搜索:Convert

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

代码结果 10,000
www.eeworm.com/read/304805/3785619

h hton.h

/* The following macro definitions convert to and from the network standard byte order. The macros with their name in lower case guarantee to evaluate their argument exactly once. The function of the
www.eeworm.com/read/303435/3811335

main bhedtopar.su.main

BHEDTOPAR - convert a Binary tape HEaDer file to PAR file format bhedtopar < stdin outpar=parfile Required parameter: none Optional parameters: swap=0 =1 to
www.eeworm.com/read/303435/3811434

lib resconv.xtcwp.lib

RESCONV - general purpose resource type converters XtcwpStringToFloat convert string to float in resource Function Prototype: void XtcwpStringToFloat (XrmValue *args, int *nargs, XrmValue *fromVa
www.eeworm.com/read/303435/3811450

main recast.par.main

RECAST - RECAST data type (convert from one data type to another) recast stdout Required parameters: none Optional parameters: in=f
www.eeworm.com/read/303435/3811466

main suwellrf.su.main

SUWELLRF - convert WELL log depth, velocity, density data into a uniformly sampled normal incidence Reflectivity Function of time suwellrf [required parameters] [optional parameters] > [stdout]
www.eeworm.com/read/292984/3936174

m cpd_to_cpt.m

function CPT = CPD_to_CPT(CPD) % CPD_TO_CPT Convert the CPD to tabular form (root) % CPT = CPD_to_CPT(CPD) CPT = 1;
www.eeworm.com/read/292964/3937322

m cpd_to_cpt.m

function CPT = CPD_to_CPT(CPD) % CPD_TO_CPT Convert the CPD to tabular form (root) % CPT = CPD_to_CPT(CPD) CPT = 1;
www.eeworm.com/read/292073/3959189

php modifier.lower.php

www.eeworm.com/read/292073/3959207

php modifier.upper.php

www.eeworm.com/read/289888/3987285

txt text.txt

module: int_to_double_convert parameters: inputs: int in outputs: double out static_variables: classes: init: out = 0.0; code: out = (double) in;