代码搜索:Reduce
找到约 3,959 项符合「Reduce」的源代码
代码结果 3,959
www.eeworm.com/read/278867/4141121
s reduce.s
.SPACE $PRIVATE$
.SUBSPA $DATA$,QUAD=1,ALIGN=8,ACCESS=31
.SUBSPA $BSS$,QUAD=1,ALIGN=8,ACCESS=31,ZERO,SORT=82
.SPACE $TEXT$
.SUBSPA $LIT$,QUAD=0,ALIGN=8,ACCESS=44
.SUBSPA $CODE$,QUAD=0,ALIGN=8,AC
www.eeworm.com/read/447738/1697333
s reduce.s
.IMPORT $global$,DATA
.IMPORT $$dyncall,MILLICODE
; gcc_compiled.:
.code
.align 4
.PARAM foo,ARGW0=FR
foo:
.PROC
.CALLINFO FRAME=0,NO_CALLS
.ENTRY
bv,n %r0(%r2)
.EXIT
.PROCEND
.align 4
L
www.eeworm.com/read/431154/1909315
c reduce.c
/*
* Revision Control Information
*
* $Source: /projects/mvsis/Repository/mvsis-1.3/src/sis/espresso/reduce.c,v $
* $Author: wjiang $
* $Revision: 1.1.1.1 $
* $Date: 2003/02/24 22:24:08 $
*
*/
www.eeworm.com/read/411228/2190518
py reduce.py
def func(n):
return `n`[-1] == '7' # Cocoricos!
def sum(n1, n2):
return n1 + n2
seq = filter(func, range(1,50))
print reduce(sum, seq)
www.eeworm.com/read/402480/2319747
c reduce.c
/*
* Copyright (c) 2004-2006 The Trustees of Indiana University and Indiana
* University Research and Technology
* Corporation. All rights reserved.
www.eeworm.com/read/396039/2424895
cc reduce.cc
// Copyright 1997-2000, University of Notre Dame.
// Authors: Jeremy G. Siek, Jeffery M. Squyres, Michael P. McNally, and
// Andrew Lumsdaine
//
// This file is part of the Notre Dame C++ bi
www.eeworm.com/read/395929/2429609
s reduce.s
.IMPORT $global$,DATA
.IMPORT $$dyncall,MILLICODE
; gcc_compiled.:
.code
.align 4
.PARAM foo,ARGW0=FR
foo:
.PROC
.CALLINFO FRAME=0,NO_CALLS
.ENTRY
bv,n %r0(%r2)
.EXIT
.PROCEND
.align 4
L
www.eeworm.com/read/375190/2726781
hpp reduce.hpp
/*
Copyright 2005-2007 Adobe Systems Incorporated
Use, modification and distribution are subject to the Boost Software License,
Version 1.0. (See accompanying file LICENSE_1_0.txt or c
www.eeworm.com/read/375190/2728218
hpp reduce.hpp
// Copyright (C) 2005-2006 Douglas Gregor .
// Copyright (C) 2004 The Trustees of Indiana University
// Use, modification and distribution is subject to the Boost Software
// L
www.eeworm.com/read/475585/6773855
cpp reduce.cpp
/* -*-C-*-
********************************************************************************
*
* File: reduce.cpp
* Description: Functions to reduce a TRIE into a DAWG
* Author: Mark Sea