代码搜索:Invert

找到约 1,464 项符合「Invert」的源代码

代码结果 1,464
www.eeworm.com/read/262041/4316514

h ipt_length.h

#ifndef _IPT_LENGTH_H #define _IPT_LENGTH_H struct ipt_length_info { u_int16_t min, max; u_int8_t invert; }; #endif /*_IPT_LENGTH_H*/
www.eeworm.com/read/258868/4351336

h ipt_length.h

#ifndef _IPT_LENGTH_H #define _IPT_LENGTH_H struct ipt_length_info { u_int16_t min, max; u_int8_t invert; }; #endif /*_IPT_LENGTH_H*/
www.eeworm.com/read/173752/9637399

psf control.psf

CLOCK(clk_ctrl_setting) { DIVIDE_BASE_CLOCK_PERIOD_BY = 1; MULTIPLY_BASE_CLOCK_PERIOD_BY = 1; INVERT_BASE_CLOCK = OFF; DUTY_CYCLE = 49; INCLUDE_EXTERNAL_PIN_DELAYS_IN_FMAX_CALCULATIONS = OF
www.eeworm.com/read/100861/15863482

cpp covariance.cpp

#include "framework.h" #include "covariance.h" #include "robust_math.h" #include Covariance2 Covariance2::invert() { double det = a*c - b*b; double factor = 1.0 / det;
www.eeworm.com/read/176251/9510762

c xpm2xbm.c

/** * XPM to XBM convertor * * 1999 Nicolas Christopoulos (wired_gr@yahoo.com) * * 99/06/29 - ndc - first release (v 1.0.0) */ #include #include /* cl-switches */ int sw_invert
www.eeworm.com/read/458010/7314256

m spgrambw.m

function [tt,f,b]=spgrambw(data,fs,bw,fmax) %SPGRAMBW Draw grey-scale spectrogram [T,F,B]=(DATA,FS,BW,FMAX) % To invert the colourmap: map = (63:-1:0)'/63; colormap([map map map]); % Copyr
www.eeworm.com/read/448350/7534481

m spgrambw.m

function [tt,f,b]=spgrambw(data,fs,bw,fmax) %SPGRAMBW Draw grey-scale spectrogram [T,F,B]=(DATA,FS,BW,FMAX) % To invert the colourmap: map = (63:-1:0)'/63; colormap([map map map]); % Copyr
www.eeworm.com/read/440750/7682239

m spgrambw.m

function [tt,f,b]=spgrambw(data,fs,bw,fmax) %SPGRAMBW Draw grey-scale spectrogram [T,F,B]=(DATA,FS,BW,FMAX) % To invert the colourmap: map = (63:-1:0)'/63; colormap([map map map]); % Copyr
www.eeworm.com/read/336521/12439758

m spgrambw.m

function [tt,f,b]=spgrambw(data,fs,bw,fmax) %SPGRAMBW Draw grey-scale spectrogram [T,F,B]=(DATA,FS,BW,FMAX) % To invert the colourmap: map = (63:-1:0)'/63; colormap([map map map]); % Copyr
www.eeworm.com/read/131284/14152278

cpp newmat7.cpp

//$$ newmat7.cpp Invert, solve, binary operations // Copyright (C) 1991,2,3,4: R B Davies #include "include.h" #include "newmat.h" #include "newmatrc.h" //#define REPORT { static ExeC