代码搜索:Sign
找到约 10,000 项符合「Sign」的源代码
代码结果 10,000
www.eeworm.com/read/287770/8670432
m metasignal.m
function m = metasignal(varargin)
%function m = metasignal(vargin)
%Construct a Meta-Signal object
% Should accept at least the following input:
% - 'filename.wav' (TIMIT file)
% - sign
www.eeworm.com/read/428794/8841004
c msp430x47xx_ta_16.c
//*******************************************************************************
// MSP430x47xx Demo - Timer_A, PWM TA1-2 Up Mode, DCO SMCLK
//
// Description: This program outputs two PWM sign
www.eeworm.com/read/185241/9047421
h function.h
/* FFT function:
* Real[] is the real part of complex input/output data;
* Imag[] is the imaginary part of complex input/output data;
* FFTSize is the data length equal to 2^M;
* Sign repr
www.eeworm.com/read/185238/9048555
h function.h
/* FFT function:
* Real[] is the real part of complex input/output data;
* Imag[] is the imaginary part of complex input/output data;
* FFTSize is the data length equal to 2^M;
* Sign represen
www.eeworm.com/read/185237/9048625
h function.h
/* FFT function:
* Real[] is the real part of complex input/output data;
* Imag[] is the imaginary part of complex input/output data;
* FFTSize is the data length equal to 2^M;
* Sign represen
www.eeworm.com/read/351930/10593191
rc fr_lng5.rc
; Object Inspector localization
; Just add desired property name after '=' sign, for instance:
; 58092, "Suppress=Suppress repeated values"
; and you'll see "Suppress repeated values" string in t
www.eeworm.com/read/351930/10593907
rc fr_lng5.rc
; Object Inspector localization
; Just add desired property name after '=' sign, for instance:
; 58092, "Suppress=Suppress repeated values"
; and you'll see "Suppress repeated values" string in t
www.eeworm.com/read/440018/7695827
c msp430x47xx_ta_16.c
//*******************************************************************************
// MSP430x47xx Demo - Timer_A, PWM TA1-2 Up Mode, DCO SMCLK
//
// Description: This program outputs two PWM sign
www.eeworm.com/read/435397/7792524
java trialinfo.java
import java.util.Vector;
public class TrialInfo
{
private
boolean isCrossExist = false; /* Does Cross Sign exist */
String
strTrialNum = "T0"; /* Trial Number String */
www.eeworm.com/read/197407/7997478
h curr3.h
// includes >>, -, /, *, %
// and overloading of =
#ifndef Currency_
#define Currency_
#include
#include
enum sign {plus, minus};
class Currency {
friend i