代码搜索:Reduce
找到约 3,959 项符合「Reduce」的源代码
代码结果 3,959
www.eeworm.com/read/202785/15373389
m reduce.m
function [xx]=reduce(x,var1,var2)
%
% REDUCE
%
% Function to return a matrix xx with
% columns var1 and var2 removed. If var1=var2,
% then only one column is removed.
%
% Called: [xx]=reduce(x
www.eeworm.com/read/108043/15596046
c reduce.c
/* Grammar reduction for Bison.
Copyright (C) 1988, 1989 Free Software Foundation, Inc.
This file is part of Bison, the GNU Compiler Compiler.
Bison is free software; you can redistribute it
www.eeworm.com/read/102417/15781587
c reduce.c
/* Grammar reduction for Bison.
Copyright (C) 1988, 1989 Free Software Foundation, Inc.
This file is part of Bison, the GNU Compiler Compiler.
Bison is free software; you can redistribute it
www.eeworm.com/read/100131/15883260
c reduce.c
/* Grammar reduction for Bison.
Copyright (C) 1988, 1989 Free Software Foundation, Inc.
This file is part of Bison, the GNU Compiler Compiler.
Bison is free software; you can redistribute it and/
www.eeworm.com/read/387240/8698364
c reduce-minloc.c
#include "mpi.h" /*MPI head file*/
#include
int main( int argc, char** argv )
{
#define LEN 1000
int i, rank, size;
int j;
double ain[LEN];
struct {
www.eeworm.com/read/387240/8698385
c reduce-max.c
#include "mpi.h" /*MPI head file*/
#include
int main( int argc, char** argv )
{
int i, rank, size;
double a[10],b[10];
double sum,c;
MPI_Status status;
MPI_Init(&arg
www.eeworm.com/read/387240/8698441
c reduce-maxloc.c
#include "mpi.h" /*MPI head file*/
#include
int main( int argc, char** argv )
{
int i, rank, size;
double ain[30], aout[30];
int ind[30];
struct {
www.eeworm.com/read/183903/9130903
rc2 reduce.rc2
//
// reduce.RC2 - Microsoft Visual C++ 不会直接编辑的资源
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
////////////////////////////
www.eeworm.com/read/375399/9361889
m reduce_size.m
function [y, ny] = reduce_size(y, ny, esp)
% remove small coefficients with absolute value less than esp
% and revise the index of the element at the upperleft corner
% Copyright (c) 2006 Yi Chen