代码搜索:VECTOR
找到约 10,000 项符合「VECTOR」的源代码
代码结果 10,000
www.eeworm.com/read/190429/8443733
h vector.h
/* vector.h ..... store a vector of PPTP_CALL information and search it
* efficiently.
* C. Scott Ananian
*
* $Id: vector.h,v 1.1.1.1
www.eeworm.com/read/190429/8443759
c vector.c
/* vector.c ..... store a vector of PPTP_CALL information and search it
* efficiently.
* C. Scott Ananian
*
* $Id: vector.c,v 1.3 2003
www.eeworm.com/read/290749/8464388
h vector.h
// This file contains declaration for the Vector class
#include "fvstypes.h"
#ifndef __VECTOR_HEADER__
#define __VECTOR_HEADER__
template
class Vector
{
public:
// constructor
www.eeworm.com/read/290749/8464398
cpp vector.cpp
// This file contains the implementation for Vector class
#ifndef __VECTOR_CPP__
#define __VECTOR_CPP__
#include
#include
#include "vector.h"
// default constructor creates a v
www.eeworm.com/read/189472/8467802
h vector.h
#ifndef __VECTOR_H
#define __VECTOR_H
#include "type.h"
class vector
{
public:
// virtual void time( void* ) = 0;
virtual void key( void* ) = 0;
virtual void mcast( void* ) =
www.eeworm.com/read/189472/8467831
cc vector.cc
#include "vector.h"
vector::~vector() {}
vector::vector() {}
void vector::call( void(vector::* v)( void* ), void* state )
{ ( this ->*v )( state ); }
www.eeworm.com/read/290190/8498480
s vector.s
;;; Copyright ARM Ltd 1999. All rights reserved.
AREA Vect, CODE, READONLY
; These are example exception vectors and exception handlers
; Where there is ROM fixed at 0x0 (build_b & bu
www.eeworm.com/read/188842/8511181
c vector.c
#define VECTOR_C
/******************************************************************************
*
* Copyright (C) 2003 Motorola, Inc.
* All Rights Reserved
*
* Filename: $RCSfil
www.eeworm.com/read/389586/8512512
asm vector.asm
.ref _c_int00
.sect ".vector"
.long _c_int00 ; RESET Vector
www.eeworm.com/read/389586/8512898