代码搜索:Invert
找到约 1,464 项符合「Invert」的源代码
代码结果 1,464
www.eeworm.com/read/441245/7673372
m im_invert.m
%IM_INVERT Inversion of images stored in a dataset
%
% A = IM_INVERT(A)
% A = A*IM_INVERT
%
% Inverts image A by subtracting it from its maximum
%
% SEE ALSO
% DATASETS, DATAFILES
% Copyright: D. de
www.eeworm.com/read/440070/7694202
c invert_matrix.c
/* Author: Rainer Hegger Last modified: Apr 3, 1999 */
#include
#include
#include
double **invert_matrix(double **mat,unsigned int size)
{
int i,j,k;
double **hmat,*
www.eeworm.com/read/437034/7756491
deck digital_invert.deck
Digital inversions
*
.tran 1e-8 1e-6
*
v1 1 0 0.0 pulse(0 1 0 1e-8 1e-8 0.25e-6 0.5e-6)
r1 1 0 1k
*
a1 [1] [2] adc
.model adc adc_bridge
*
a2 2 3 inv
a3 2 ~4 inv
a4 ~2 5 inv
a5 ~2 ~6
www.eeworm.com/read/298372/7965006
c invert4.c
www.eeworm.com/read/296450/8102581
c invert4.c
www.eeworm.com/read/245818/12779444
c invert4.c
/* invert4.c -- using bit operations to display binary */
#include
char * itobs(int, char *);
void show_bstr(const char *);
int invert_end(int num, int bits);
int main(void)
{
c
www.eeworm.com/read/142034/12968801
m invert_blocktri.m
function Ainv= invert_blocktri(A, B, C)
% function Ainv= invert_blocktri(A, B, C)
% This file is part of the TFPM toolbox v1.0 (c)
% michael.jachan@tuwien.ac.at and underlies the GPL.
%
% Huang/M
www.eeworm.com/read/142034/12968835
m invert_akaike.m
function AM= invert_akaike(rPM, BM)
% function AM= invert_akaike(rPM, BM)
% This file is part of the TFPM toolbox v0.5 (c)
% michael.jachan@tuwien.ac.at and underlies the GPL.
%
% Implements the
www.eeworm.com/read/142034/12969439
m invert_waxkailath.m
function AM= invert_waxkailath(rPM, BM)
% function AM= invert_waxkailath(rPM, BM)
% This file is part of the TFPM toolbox v0.5 (c)
% michael.jachan@tuwien.ac.at and underlies the GPL.
%
% Impleme
www.eeworm.com/read/329073/12984224
c invert_matrix.c
/* Author: Rainer Hegger Last modified: Apr 3, 1999 */
#include
#include
#include
double **invert_matrix(double **mat,unsigned int size)
{
int i,j,k;
double **hmat,*