代码搜索:complement
找到约 1,455 项符合「complement」的源代码
代码结果 1,455
www.eeworm.com/read/201202/15413554
sci rwtscale.sci
function scale = RWTscale(sig,cwt)
// RWTscale is equal to CWTscale
// CWTscale -- Complement to Continuous Wavelet Transform
// Usage
// scale = CWTscale(sig,cwt);
// Inputs
// sig
www.eeworm.com/read/271050/11010746
pkg std_logic_plus.pkg
-- Source: T:/hwdev/generic/VHDL/std_logic_plus.pkg
-- Designer: Tim Pagden
-- Description: Extensions to the std_logic_class package to allow
-- conversion functions and mixed operators
www.eeworm.com/read/291792/8394949
m artexample.m
input = [0.5, 0.3, 0.2, 0.91, 1.0;
0.7, 0.4, 0.3, 0.55, 0.2];
ccInput = ART_Complement_Code(input);
% This produces a matrix like the following:
%
% ccInput =
%
% 0.5000
www.eeworm.com/read/190557/8442228
c xirq0.c
/*********************************************************************
Author : ADI - Apps www.analog.com/MicroConverter
Date : Sept. 2005
File : XIRQ0.
www.eeworm.com/read/190557/8442236
c ram.c
#include
// Function Prototypes with attribute definitions
void My_IRQ_Function(void) __attribute__ ((interrupt ("IRQ"))) __attribute__ ((section (".ram_func")));
/**************
www.eeworm.com/read/436797/7762507
c xirq0.c
/*********************************************************************
Author : ADI - Apps www.analog.com/MicroConverter
Date : Sept. 2005
File : XIRQ0.
www.eeworm.com/read/436797/7762510
c ram.c
#include
// Function Prototypes with attribute definitions
void My_IRQ_Function(void) __attribute__ ((interrupt ("IRQ"))) __attribute__ ((section (".ram_func")));
/**************
www.eeworm.com/read/136697/13365376
m modquset.m
function [mu_q,mu_c,S] = modquset(n)
% [mu_q,mu_c,S] = modquset(n)
%
% Creating a quadratic membership function mu_q and its complement mu_c on a universe S
% of n+1 elements. (Use an odd n to get an
www.eeworm.com/read/154359/11967136
c xirq0.c
/*********************************************************************
Author : ADI - Apps www.analog.com/MicroConverter
Date : Sept. 2005
File : XIRQ0.
www.eeworm.com/read/154359/11967139
c ram.c
#include
// Function Prototypes with attribute definitions
void My_IRQ_Function(void) __attribute__ ((interrupt ("IRQ"))) __attribute__ ((section (".ram_func")));
/**************