代码搜索:contiguous
找到约 282 项符合「contiguous」的源代码
代码结果 282
www.eeworm.com/read/216898/14988105
cpp contiguous.cpp
#include "testsuite.h"
#include
BZ_USING_NAMESPACE(blitz)
int main()
{
{
Array A(7,11);
BZTEST(A.isStorageContiguous());
BZTEST(!(A(Range(fromStart, toEnd, 2),
www.eeworm.com/read/480440/1317893
java contiguous.java
package mpi.dtyp;
import mpi.*;
import java.util.Arrays;
/**
* This example application, is to check and demonstrat the functonality
* of contiguous datatypes. I'm writing an MPJ program b
www.eeworm.com/read/233448/4692241
cc contiguous.cc
// 2004-10-20 Benjamin Kosnik
//
// Copyright (C) 2004 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can
www.eeworm.com/read/162614/5540101
cc contiguous.cc
// 2004-10-20 Benjamin Kosnik
//
// Copyright (C) 2004 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can
www.eeworm.com/read/473001/6854041
cpp contiguous.cpp
#include "testsuite.h"
#include
BZ_USING_NAMESPACE(blitz)
int main()
{
{
Array A(7,11);
BZTEST(A.isStorageContiguous());
BZTEST(!(A(Range(fromStart,
www.eeworm.com/read/237003/13984001
cpp contiguous.cpp
#include "testsuite.h"
#include
BZ_USING_NAMESPACE(blitz)
int main()
{
{
Array A(7,11);
BZTEST(A.isStorageContiguous());
BZTEST(!(A(Range(fromStart, toEnd, 2),
www.eeworm.com/read/127438/6005622
c type_contiguous.c
/* -*- Mode: C; c-basic-offset:4 ; -*- */
/* $Id: type_contiguous.c,v 1.5 2002/11/12 23:16:43 rross Exp $
*
* (C) 2002 by Argonne National Laboratory.
* See COPYRIGHT in top-level directory.
www.eeworm.com/read/169697/5412494
c type_contiguous.c
/* -*- Mode: C; c-basic-offset:4 ; -*- */
/* $Id: type_contiguous.c,v 1.15 2005/02/02 23:57:15 toonen Exp $
*
* (C) 2002 by Argonne National Laboratory.
* See COPYRIGHT in top-level director
www.eeworm.com/read/341021/3259016
c type_contiguous.c
/* -*- Mode: C; c-basic-offset:4 ; -*- */
/* $Id: type_contiguous.c,v 1.17 2006/05/08 15:34:41 toonen Exp $
*
* (C) 2002 by Argonne National Laboratory.
* See COPYRIGHT in top-level director
www.eeworm.com/read/402480/2319694
c type_contiguous.c
/*
* Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
* University Research and Technology
* Corporation. All rights reserved.