代码搜索:Convert
找到约 10,000 项符合「Convert」的源代码
代码结果 10,000
www.eeworm.com/read/194440/8193871
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/393095/8311865
java allcapsdemo.java
import java.io.*;
public class AllCapsDemo {
public static void main(String[] arguments) {
AllCaps cap = new AllCaps(arguments[0]);
cap.convert();
}
}
class AllCaps
www.eeworm.com/read/292936/8322098
readme
The example files in this directory demonstrate how to use the
options -b, -f, and -r. This file also explains the conversion
scripts, which can convert different input formats into the format
needed
www.eeworm.com/read/174383/9589801
readme
The example files in this directory demonstrate how to use the
options -b, -f, and -r. This file also explains the conversion
scripts, which can convert different input formats into the format
needed
www.eeworm.com/read/368409/9697031
v bin2gra.v
//--------------------------------------
//Convert 8-bit binary code to Gray code
//using for loop
//filename : bin2gra.v
//--------------------------------------
module bin2gra(Gry, Bin);
param
www.eeworm.com/read/368409/9697052
v gra2bin.v
//--------------------------------------
//Convert 8-bit Gray code to binary code
//using for loop
//filename : gra2bin.v
//--------------------------------------
module gra2bin(Gry, Bin);
para
www.eeworm.com/read/172476/9705884
m bm2geo.m
function theResult = bm2geo(theBeamData, theElevations, theAzimuths, ...
theHeading, thePitch, theRoll, ...
theOrientation, theBlankingDistance)
% bm2geo -- Convert ADCP beam-data t
www.eeworm.com/read/367736/9734951
py makerealworddoc.py
"""Convert HTML page to Word 97 document
This script is used during the build process of "Dive Into Python"
(http://diveintopython.org/) to create the downloadable Word 97 version
of the book (http:/
www.eeworm.com/read/367736/9734974
py makerealworddoc.py
#coding=gbk
"""Convert HTML page to Word 97 document
This script is used during the build process of "Dive Into Python"
(http://diveintopython.org/) to create the downloadable Word 97 version
of the
www.eeworm.com/read/367152/9779868
m str2row.m
% str2row - Convert a 1-D string to numbers
%
% [row] = str2row(str)
%
% _____OUTPUT_____________________________________________________________
% row output numbers (row vector)
%
% _____INPUT