代码搜索:Vector
找到约 10,000 项符合「Vector」的源代码
代码结果 10,000
www.eeworm.com/read/216898/14988057
cpp initialize.cpp
#include "testsuite.h"
#include
BZ_USING_NAMESPACE(blitz)
int main()
{
Vector a(6);
a = 1, 4, 6, 3, 7, 8;
BZTEST(a(0) == 1);
BZTEST(a(1) == 4);
BZTEST(a(2)
www.eeworm.com/read/212047/15167885
c minmax_source.c
/* vector/minmax_source.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman, Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it under the term
www.eeworm.com/read/208614/15242313
f90 utility.f90
module typedef
implicit none
type vector2f
real x,y
end type
type line
type(vector2f) :: a,b
type(vector2f) :: vector
end type
interface operator(+)
module
www.eeworm.com/read/206867/15287404
cpp gen_fib.cpp
// If you use Visual C++, set the compile options to /GX
#ifdef __BCPLUSPLUS__
#include
#include
#include
#else
#include
#include
#inc
www.eeworm.com/read/167728/5454311
c minmax_source.c
/* vector/minmax_source.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman, Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it under the term
www.eeworm.com/read/162614/5516863
c darwin-abi-2.c
/* { dg-do run { target powerpc*-*-darwin* } } */
/* You might think you'd need -maltivec for this, but actually you
don't; GCC will happily do everything in GPRs, and it still
tests that the A
www.eeworm.com/read/161438/5553799
cpp gen_fib.cpp
// If you use Visual C++, set the compile options to /GX
#ifdef __BCPLUSPLUS__
#include
#include
#include
#else
#include
#include
#inc
www.eeworm.com/read/158872/5592271
exp e500-regs.exp
# Copyright 2003 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the F
www.eeworm.com/read/473001/6854019
cpp initialize.cpp
#include "testsuite.h"
#include
BZ_USING_NAMESPACE(blitz)
int main()
{
Vector a(6);
a = 1, 4, 6, 3, 7, 8;
BZTEST(a(0) == 1);
BZTEST(a(1) == 4);
www.eeworm.com/read/370313/9606020
h mvvrf.h
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* */
/*