代码搜索:Vector
找到约 10,000 项符合「Vector」的源代码
代码结果 10,000
www.eeworm.com/read/229812/4739543
cpp vector.cpp
/****************************************************************************
File: Vector.cpp
Description: class JAM_ControlledVector
Usage:
Notes:
History:
1992 Dec 1 Jam
www.eeworm.com/read/229812/4740963
mh vector.mh
///////////////////////////////////////////////////////////////////////////
// FILE: vector (Definition of std::vector)
//
:keep CPP_HDR
:include crwatcnt.sp
//
// Description: This header is pa
www.eeworm.com/read/229812/4742077
txt vector.txt
Note that for any kind of Ptr vector (WCPtrVector, WCPtrOrderedVector,
WCPtrSortedVector), destructors are not called on the elements (on a resize,
remove, or clear).
Header File:
===========
www.eeworm.com/read/229812/4750093
gml vector.gml
:H1.Introduction
:P.
The class template :CLASS.std::~vector
provides a dynamic array of objects with a type given by the type
parameter. Unlike :CLASS.std::~string
vectors can be instantiated wit
www.eeworm.com/read/228854/4762512
cxx vector.cxx
// Copyright (C) 2001-2004 Vivien Mallet
//
// This file is part of Seldon library.
// Seldon library provides matrices and vectors structures for
// linear algebra.
//
// Seldon is free software; yo
www.eeworm.com/read/228854/4762513
hxx vector.hxx
// Copyright (C) 2001-2004 Vivien Mallet
//
// This file is part of Seldon library.
// Seldon library provides matrices and vectors structures for
// linear algebra.
//
// Seldon is free software; yo
www.eeworm.com/read/226177/4786815
java vector.java
//: com:bruceeckel:simple:Vector.java
// From 'Thinking in Java, 2nd ed.' by Bruce Eckel
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
// Creating a package.
package com.bruceeckel
www.eeworm.com/read/223787/4808839
java vector.java
//: net/mindview/simple/Vector.java
// Creating a package.
package net.mindview.simple;
public class Vector {
public Vector() {
System.out.println("net.mindview.simple.Vector");
}
} /
www.eeworm.com/read/222901/4817706
java vector.java
//: com:bruceeckel:simple:Vector.java
// Creating a package.
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
package com.bruc
www.eeworm.com/read/221464/4829079
hpp vector.hpp
//-----------------------------------------------------------------------------
// boost mpl/limits/vector.hpp header file
// See http://www.boost.org for updates, documentation, and revision histor