代码搜索:Convert
找到约 10,000 项符合「Convert」的源代码
代码结果 10,000
www.eeworm.com/read/334737/12579561
txt soxexam.txt
SoX(1) SoX(1)
NAME
soxexam - SoX Examples (CHEAT SHEET)
CONVERSIONS
Introduction
In general, SoX will attempt to take an input sound file format and
convert
www.eeworm.com/read/146347/12657994
doc gifinter.doc
GifInter
--------
Program to convert between interlaced and non interlaced images in GIF file.
Usage:
------
Usage: GifInter [-i] [-s] [-h] GifFile
If no GifFile is given, GifInt
www.eeworm.com/read/237865/13926020
asm msp430x20x2_adc10_temp.asm
;*******************************************************************************
; MSP430F20x2 Demo - ADC10, Sample A10 Temp and Convert to oC and oF
;
; Description: A single sample is made on
www.eeworm.com/read/236068/14033394
s43 msp430x20x2_adc10_temp.s43
;*******************************************************************************
; MSP430F20x2 Demo - ADC10, Sample A10 Temp and Convert to oC and oF
;
; Description: A single sample is made on
www.eeworm.com/read/204804/15333402
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/106690/15626635
m eegplot2event.m
% eegplot2event() - convert EEGPLOT rejections into events
% compatible with EEGLAB format for continuous
% datasets.
%
% Usage:
% >> [events] = eegplot2event( ee
www.eeworm.com/read/106690/15626762
m gethelpvar.m
% gethelpvar() - convert a Matlab m-file help-message header
% into out variables
% Usage:
% >> [vartext, varnames] = gethelpvar( filein, varlist);
%
% Inputs:
% filein - input
www.eeworm.com/read/106690/15626784
m reref.m
% reref() - convert common reference EEG data to some other common reference
% or to average reference
%
% Usage:
% >> dataout = reref(data);
% >> [dataout Chanlocs Wout Sout meandata] =
www.eeworm.com/read/106690/15626785
m eeg_lat2point.m
% eeg_lat2point() - convert latencies in time units relative to the
% time locking event of an eeglab() data epoch to
% latencies in data points (assuming concaten
www.eeworm.com/read/101916/15797791
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