代码搜索:reduction

找到约 701 项符合「reduction」的源代码

代码结果 701
www.eeworm.com/read/387242/8698293

c reduction.c

#include int main () { int i, n, chunk; float a[100], b[100], result; /* Some initializations */ n = 100; chunk = 10; result = 0.0; for (i=0; i < n; i++) { a[i] = i * 1.0;
www.eeworm.com/read/378186/9243204

f reduction.f

Subroutine reduction( title, me, npes, nrpt, ncases, n, tn, & ops ) ! ---------------------------------------------------------------------- Use numeric
www.eeworm.com/read/448049/7541039

fig reduction.fig

www.eeworm.com/read/448049/7541040

m reduction.m

function varargout = reduction(varargin) % ------------------------------------------------------------------------- % this code is part of the 'Reduction Testbench' suite % developed by A. Man
www.eeworm.com/read/448049/7541043

ini reduction.ini

0.950 10.000 0.500
www.eeworm.com/read/140259/13093806

java reduction.java

/* Where there are no comments below, insert them Such comments should explain the purpose of important aspects of the code, and document classes, methods etc. They should communicate
www.eeworm.com/read/134479/5892721

br reduction.br

#include #ifdef WIN32 #include #else #include void Sleep(int n) { usleep(1000*n); } #endif #include "main.h" #include "reduction.h" int discard; reduce void reduc
www.eeworm.com/read/134479/5892722

h reduction.h

#ifndef __REDUCTION_H__ #define __REDUCTION_H__ extern void Reduction_Time(int length); #endif
www.eeworm.com/read/156535/11793542

class reduction.class

www.eeworm.com/read/156535/11793564

java reduction.java

/* * * Copyright (c) 1997-1999 Scott Oaks and Henry Wong. All Rights Reserved. * * Permission to use, copy, modify, and distribute this software * and its documentation for NON-COMMERCIAL purpose