代码搜索:Convert

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

代码结果 10,000
www.eeworm.com/read/344240/11893751

java weather.java

class Weather { public static void main(String[] arguments) { float fah = 86; System.out.println(fah + " degrees Fahrenheit is ..."); // To convert Fahrenheit into Cels
www.eeworm.com/read/342008/12046916

m classc.m

%CLASSC Convert mapping to classifier % % W = classc(W) % W = W*classc % % The mapping W is converted into a classifier: outputs (distances to the map) % are converted by the sigmoid function to proba
www.eeworm.com/read/255379/12084530

c totarga.c

/* This is a simple module to convert image files from the reconstruction package to AT&T Targa board format */ #include #include #
www.eeworm.com/read/152398/12117199

m ms2mtx1.m

function [mtx,unid]=ms2mtx1(ms) % Convert a matrix-string to a matrix %------------------------------------------------------------- if strcmp(ms,'Numerator') ms=''; end % remove unwant
www.eeworm.com/read/151794/12175743

awk table.awk

# # convert mnemonic/templates to C structures # BEGIN{ print "#include \"table.h\"" print print "struct tmpl template[] = {" } { if( NF == 0 ) ; else if( NF == 1 ){
www.eeworm.com/read/338395/12310386

sql createebdb.sql

/* Install EarnestBank database */ set nocount on USE master declare @dttm varchar(55) select @dttm=convert(varchar,getdate(),113) raiserror('Starting installation of Earne
www.eeworm.com/read/251851/12314669

m vertices.m

function vtcs = vertices(p) % Convert a polyhedron object to a vertices object % % Syntax: % "vtcs = vertices(poly)" % % Description: % "vertices(poly)" returns a new vertices object con
www.eeworm.com/read/232339/14197566

m rri_xy_orient.m

% Convert image of different orientations to standard Analyze orientation % It is a 2D version of the rri_orient function % % Jimmy Shen, Oct.21,2004 %________________________________________
www.eeworm.com/read/130247/14200095

java weather.java

class Weather { public static void main(String[] arguments) { float fah = 86; System.out.println(fah + " degrees Fahrenheit is ..."); // To convert Fahrenheit into Cels
www.eeworm.com/read/128322/14305090

pas areaintf.pas

unit AreaIntf; interface uses Windows, ActiveX, Classes, ComObj, DCPTypeServer_TLB, StdVcl; type TUnitAuto = class(TTypedComObject, IUnitAuto) protected function Convert(Quantit