代码搜索:Convert

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

代码结果 10,000
www.eeworm.com/read/37608/1083503

ewb adc-dac2.ewb

Electronics Workbench Circuit File Version: 5 Charset: ANSI Description: "This circuit uses an A-to-D converter to convert an analog input to a digital output. It then uses a D-to-A converter to
www.eeworm.com/read/38263/1109451

ewb adc-dac2.ewb

Electronics Workbench Circuit File Version: 5 Charset: ANSI Description: "This circuit uses an A-to-D converter to convert an analog input to a digital output. It then uses a D-to-A converter to
www.eeworm.com/read/38275/1110042

ewb adc-dac2.ewb

Electronics Workbench Circuit File Version: 5 Charset: ANSI Description: "This circuit uses an A-to-D converter to convert an analog input to a digital output. It then uses a D-to-A converter to
www.eeworm.com/read/42508/1149210

ewb adc-dac2.ewb

Electronics Workbench Circuit File Version: 5 Charset: ANSI Description: "This circuit uses an A-to-D converter to convert an analog input to a digital output. It then uses a D-to-A converter to
www.eeworm.com/read/477865/1357125

js sorttable.js

function convert(sValue, sDataType) { switch(sDataType) { case "int": return parseInt(sValue); case "float": return parseFloat(sValue); case "date": return new Date(Date.pa
www.eeworm.com/read/467011/1507873

c cm2bmp.c

/* * File: cm2bmp * * Description: Routines to convert from various FOURCC * formats to 24 bit BMP * * macros for YUV->RGB are from Independent JPEG Group */ #i
www.eeworm.com/read/461848/1549609

m to_c.m

function deg_c = to_c(deg_f) % Convert degrees Fahrenheit to degrees C. deg_c = (5/9) * (deg_f - 32);
www.eeworm.com/read/461848/1549611

m to_f.m

function deg_f = to_f(deg_c) % Convert degrees Celsius to degrees Fahrenheit. deg_f = (9/5) * deg_c + 32;
www.eeworm.com/read/459490/1569313

ini basic-workflow.ini

[ticket-workflow] ; basic-workflow.ini ; ; This workflow is intended to be a "fixed" version of the original workflow. ; ; If you adopt it for an existing Trac environment, don't forget to convert ; t
www.eeworm.com/read/459110/1573714

java urlbase64encoder.java

package org.bouncycastle.util.encoders; /** * Convert binary data to and from UrlBase64 encoding. This is identical to * Base64 encoding, except that the padding character is "." and the other *