代码搜索:VECTOR
找到约 10,000 项符合「VECTOR」的源代码
代码结果 10,000
www.eeworm.com/read/152629/5672940
java vector.java
/* Copyright (C) 2002 Univ. of Massachusetts Amherst, Computer Science Dept.
This file is part of "MALLET" (MAchine Learning for LanguagE Toolkit).
http://www.cs.umass.edu/~mccallum/mallet
Th
www.eeworm.com/read/150892/5687796
h vector.h
#ifndef _VECTOR_H_
#define _VECTOR_H_
#include "define.h"
#include "..\System\Sysdef.h"
class Vector4s
{
public:
typedef long Type;
Type x;
Type y;
Type z;
Type s;
inline
www.eeworm.com/read/150892/5687798
cpp vector.cpp
#include "Vector.h"
#include "..\System\fsqrt.h"
#include "..\System\imath.h"
const Vector4s::Type kNullvector[4] = {0,0,0,0};
/*
// ------------------------------------------------------
www.eeworm.com/read/150483/5692301
h vector.h
#ifndef _VECTOR_H_
#define _VECTOR_H_
#include "define.h"
#include "..\System\Sysdef.h"
class Vector4s
{
public:
typedef long Type;
Type x;
Type y;
Type z;
Type s;
inline
www.eeworm.com/read/150483/5692303
cpp vector.cpp
#include "Vector.h"
#include "..\System\fsqrt.h"
#include "..\System\imath.h"
const Vector4s::Type kNullvector[4] = {0,0,0,0};
/*
// ------------------------------------------------------
www.eeworm.com/read/149098/5703519
cpp vector.cpp
/**************************************************************************
*
* vector.cpp - Example program of vector. See Class Reference Section
*
******************************************
www.eeworm.com/read/147766/5726958
h vector.h
/* $Id$
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* Copyright
www.eeworm.com/read/141578/5769676
c vector.c
/*******************************************************************************
*
* Motorola Inc.
* (c) Copyright 2002 Motorola, Inc.
* ALL RIGHTS RESERVED.
*
* $Element: /project/dsp568_sdk/sd
www.eeworm.com/read/141268/5774954
h vector.h
///////////////////////////////////////////////////////////////////////////////
// Name: wx/vector.h
// Purpose: STL vector clone
// Author: Lindsay Mathieson
// Modified by:
// C
www.eeworm.com/read/140727/5781459
h vector.h
// file: $isip/class/dstr/Vector/Vector.h
// version: $Id: Vector.h,v 1.97 2002/08/18 02:07:47 gao Exp $
//
// make sure definitions are made only once
//
#ifndef ISIP_VECTOR
#define ISIP_VECTOR
//