代码搜索:Vector
找到约 10,000 项符合「Vector」的源代码
代码结果 10,000
www.eeworm.com/read/240204/4578010
java vector.java
package antlr_oaa.collections.impl;
/* ANTLR Translator Generator
* Project led by Terence Parr at http://www.jGuru.com
* Software rights: http://www.antlr.org/RIGHTS.html
*
* $Id: Vector.j
www.eeworm.com/read/237048/4634021
java vector.java
/* Vector.java -- Class that provides growable arrays.
Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software;
www.eeworm.com/read/235582/4649159
h vector.h
#ifndef VECTOR_H
#define VECTOR_H
//
// vector class, copyright 1996, S Zeil, Old Dominion Univ.
// derived from draft ANSI/ISO C++ standard
// Permission is granted to copy, dis
www.eeworm.com/read/234134/4661855
txt vector.txt
SUMMARY VectorAlloc fAppendVector
#include
struct vectorType {
int max; /* max the vector can hold */
int count;
www.eeworm.com/read/234134/4661945
c vector.c
/* vector.c - simple vector management
*
* Modifications:
*
* 12-May-1988 mz Add VECTOR typedef
*
*/
#include
#include "..\h\tools.h"
#define DELTA 10
VECTOR *VectorAl
www.eeworm.com/read/233471/4669420
java vector.java
//: com:bruceeckel:simple:Vector.java
// Creating a package.
package com.bruceeckel.simple;
public class Vector {
public Vector() {
System.out.println(
"com.bruceeckel.simple.Vecto
www.eeworm.com/read/233448/4689544
java vector.java
/* Vector.java -- Class that provides growable arrays.
Copyright (C) 1998, 1999, 2000, 2001, 2004, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free s
www.eeworm.com/read/233448/4690219
h vector.h
// Backward-compat support -*- C++ -*-
// Copyright (C) 2001 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute
www.eeworm.com/read/233448/4690392
tcc vector.tcc
// Vector implementation (out of line) -*- C++ -*-
// Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is fr
www.eeworm.com/read/231942/4707333
s vector.s
/*
FreeRTOS MCF5235 port - Copyright (C) 2006 Christian Walter.
This file is part of the FreeRTOS distribution.
FreeRTOS is free software; you can redistribute it and/or modify
it un