代码搜索:deflation

找到约 530 项符合「deflation」的源代码

代码结果 530
www.eeworm.com/read/371700/9541187

m deflation.m

function [Source,Contribution] = Deflation(y,Param,FreqCycl) % [Source,Contribution] = Deflation(x,Param,FreqCycl) % % Input parameters : % ------------------ % % x containts the mixture % Param cont
www.eeworm.com/read/358237/2993775

java deflation.java

/* * Copyright (c) 2001-2004 Caucho Technology, Inc. All rights reserved. * * The Apache Software License, Version 1.1 * * Redistribution and use in source and binary forms, with or without * m
www.eeworm.com/read/367160/9770445

f iparmq.f

INTEGER FUNCTION IPARMQ( ISPEC, NAME, OPTS, N, ILO, IHI, LWORK ) * * -- LAPACK auxiliary routine (version 3.1) -- * Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd.. *
www.eeworm.com/read/100152/15881972

filtdef

#!/usr/local/bin/perl use Compress::Zlib ; binmode STDIN; binmode STDOUT; $x = deflateInit() or die "Cannot create a deflation stream\n" ; while () { ($output, $status) = $x->deflate($_) ;