代码搜索:Reduction
找到约 701 项符合「Reduction」的源代码
代码结果 701
www.eeworm.com/read/448049/7541048
pdf variable_reduction_help.pdf
www.eeworm.com/read/435760/7785376
emf wastewater reduction system.emf
www.eeworm.com/read/402654/2318750
cpp vector_reduction_test.cpp
// Software License for MTL
//
// Copyright (c) 2007 The Trustees of Indiana University. All rights reserved.
// Authors: Peter Gottschling and Andrew Lumsdaine
//
// This file is part of the Matrix
www.eeworm.com/read/366702/2877234
f90 reduction2.f90
! { dg-do compile }
subroutine f1
integer :: i
i = 0
!$omp parallel reduction (ior:i)
i = ior (i, 3)
!$omp end parallel
!$omp parallel reduction (ior:i)
i = ior (i, 16)
!$omp end parallel
end
www.eeworm.com/read/366702/2877296
f90 reduction1.f90
! { dg-do compile }
! { dg-options "-fopenmp -fmax-errors=100" }
! { dg-require-effective-target tls_native }
subroutine foo (ia1)
integer :: i1, i2, i3
integer, dimension (*) :: ia1
integer, dimensi
www.eeworm.com/read/366702/2877302
f90 reduction3.f90
! { dg-do compile }
module mreduction3
interface
function ior (a, b)
integer :: ior, a, b
end function
end interface
contains
function iand (a, b)
integer :: iand, a, b
ia
www.eeworm.com/read/188503/8534736
s sub_mean_reduction_ppc.s
/* sub_mean_reduction_ppc.S, this file is part of the
* AltiVec optimized library for MJPEG tools MPEG-1/2 Video Encoder
* Copyright (C) 2002 James Klicman
*
* This library is
www.eeworm.com/read/491423/6435395
m pca-dimensionality reduction.m
function Y=PCA(X)
xmean=[];
samplemean=mean(X,2);
for i=1:size(X,2)
xmean(:,i)=X(:,i)-samplemean;
end
sigma=xmean'*xmean;
[v,d]=eig(sigma);
d1=diag(d);
[d2 index]=sort(d1); %以升序排序
cols=s
www.eeworm.com/read/490722/6451843
pdf advanced dsp and noise reduction.pdf
www.eeworm.com/read/212384/15156764
txt noise reduction using averaging说明.txt
采取嘈杂的形象. 写一个matlab功能降低噪声平均输入图象
的2,8,16,32,128. 比较所有产生的图象和寻找即噪音的自由.