代码搜索:Convert

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

代码结果 10,000
www.eeworm.com/read/153528/5649871

cs class1.cs

using System; namespace MoreStringStuff { public class StringEx { // Convert string to ProperCase public static string ProperCase(string s) { s = s.ToLower(); string sProper =
www.eeworm.com/read/475547/6791021

c msp430x21x2_adc10_temp.c

//****************************************************************************** // MSP430F21x2 Demo - ADC10, Sample A10 Temp and Convert to oC and oF // // Description: A single sample is made o
www.eeworm.com/read/472659/6872904

c msp430x22x4_adc10_temp.c

//****************************************************************************** // MSP430F22x4 Demo - ADC10, Sample A10 Temp and Convert to oC and oF // // Description: A single sample is made o
www.eeworm.com/read/195484/8149999

pl gen-script-table.pl

#!/usr/bin/perl -w # # Script to convert http://www.unicode.org/Public/UNIDATA/Scripts.txt # into a machine-readable table. # ###################################################################### i
www.eeworm.com/read/294911/8193326

txt xconvert.txt

Using XCONVERT ============== XCONVERT is used to convert netlists generated with other Schematic entry programs into EAGLE script files. XCONVERT ? tells you the possible netlist formats.
www.eeworm.com/read/268118/11151521

pas unit2.pas

unit Unit2; interface uses Classes,winsock,sysutils,windows; type convert = class(TThread) private { Private declarations } protected procedure Execute; override; end
www.eeworm.com/read/334935/12561133

m db.m

function y = dB( x, dBrange, dBmax ) %DB convert an array to decibels %-- % Usage: Y = dB( X, dbRANGE, dbMAX ) % % will compute 20 Log(X) % and then scale or clip the
www.eeworm.com/read/334823/12571446

c msp430x22x4_adc10_temp.c

//****************************************************************************** // MSP430F22x4 Demo - ADC10, Sample A10 Temp and Convert to oC and oF // // Description: A single sample is made o
www.eeworm.com/read/236337/14019391

pas unit2.pas

unit Unit2; interface uses Classes,winsock,sysutils,windows; type convert = class(TThread) private { Private declarations } protected procedure Execute; override; end
www.eeworm.com/read/236337/14019399

~pas unit2.~pas

unit Unit2; interface uses Classes,winsock,sysutils,windows; type convert = class(TThread) private { Private declarations } protected procedure Execute; override; end