代码搜索:Reduction
找到约 701 项符合「Reduction」的源代码
代码结果 701
www.eeworm.com/read/344585/3208002
m run_llc.m
function mappedX = run_llc(X, no_dims, k, no_analyzers, max_iterations, eig_impl)
%RUN_LLC Performs the LLC algorithm for dimensionality reduction
%
% mappedX = run_llc(X, no_dims, k, no_analyzers,
www.eeworm.com/read/340665/3279947
c 20011229-1.c
/* ICE: call insn does not satisfy its constraints, MMIX port.
Origin: ghostscript-6.52, reduction from hp@bitrange.com. */
struct s0
{
void (*init_color)(void *, void *);
};
struct s1
{
void
www.eeworm.com/read/440906/1781589
c 20011229-1.c
/* ICE: call insn does not satisfy its constraints, MMIX port.
Origin: ghostscript-6.52, reduction from hp@bitrange.com. */
struct s0
{
void (*init_color)(void *, void *);
};
struct s1
{
void
www.eeworm.com/read/396844/2407883
m acpeig.m
function [C,EOFs]=ACPeig(donnees,nb_comp)
t=cputime;
% centrage du tableau X de donnees
%[n,p]=size(Y);
%X=Y-ones(n,1)*mean(Y,1);
% centrage reduction
donneescr = pstd(donnees);
% mat
www.eeworm.com/read/366702/2879941
c 20011229-1.c
/* ICE: call insn does not satisfy its constraints, MMIX port.
Origin: ghostscript-6.52, reduction from hp@bitrange.com. */
struct s0
{
void (*init_color)(void *, void *);
};
struct s1
{
void
www.eeworm.com/read/162614/5528801
c vect-reduc-2.c
/* { dg-require-effective-target vect_int } */
#include
#include "tree-vect.h"
#define N 16
#define DIFF 240
/* Test vectorization of reduction of signed-int. */
void main1 (int x, int
www.eeworm.com/read/135828/13895216
c l3mdct.c
#include
#include "types.h"
#include "layer3.h"
#include "l3mdct.h"
/* This is table B.9: coefficients for aliasing reduction */
static double c[8] = { -0.6,-0.535,-0.33,-0.185,-0.095,-0.0
www.eeworm.com/read/378022/9253809
h ec_param.h
/*
GF_M dimension of the large finite field (GF_M = GF_L*GF_K)
GF_L dimension of the small finite field
GF_K degree of the large field reduction trinomial
GF_T intermediate power of the reduct
www.eeworm.com/read/379352/6957850
m isum.m
function acc = isum(x,idx,nbins)
% function acc = isum(x,idx,nbins)
%
% Indexed sum reduction, where acc(i) contains the sum of
% x(find(idx==i)).
%
% The mex version is 300x faster in R12, and 3x fas
www.eeworm.com/read/469233/6979650
m lee.m
%Lee filter for speckle noise reduction
%Authors : Jeny Rajan, Chandrashekar P.S
%Usage - lee(I)
%I is the noisy image (gray level image m x n x 1)
function [le]=lee(I)
[x y z]=size(I)
I=doubl