代码搜索:Vector
找到约 10,000 项符合「Vector」的源代码
代码结果 10,000
www.eeworm.com/read/484061/6590030
h vector.h
// ENERGY211/CME211
//
// vector.h - header file for Project 2
//
#ifndef CLASS_VECTOR // Make sure this isn't included
#define CLASS_VECTOR // more than once
#include "matrix.h"
// This derived cl
www.eeworm.com/read/484061/6590032
cpp vector.cpp
// ENERGY211/CME211
//
// vector.cpp - Implementation file for Project 1
//
#include
#include "vector.h" // Must include corresponding header file
#include
using namespace std;
www.eeworm.com/read/484061/6590046
h vector.h
// ENERGY211/CME211
//
// vector.h - header file for Project 3
//
#ifndef CLASS_VECTOR // Make sure this isn't included
#define CLASS_VECTOR // more than once
#include "matrix.h"
// This derived cl
www.eeworm.com/read/484061/6590050
cpp vector.cpp
// ENERGY211/CME211
//
// vector.cpp - Implementation file for Project 3
//
#include "vector.h" // Must include corresponding header file
#include
#include
using namespace std;
www.eeworm.com/read/483942/6597845
h vector.h
// Header file for Vector class
#ifndef CLASS_VECTOR
#define CLASS_VECTOR
#include // Need this to declare
www.eeworm.com/read/483942/6597847
cpp vector.cpp
// Implementation file for Vector class
#include
#include
#include "vector.h"
using namespace std;
// Public members
Vector Vector::operator,( double x ) const
{
// Create new
www.eeworm.com/read/482776/6611808
h vector.h
/*
*
* Copyright (c) 1994
* Hewlett-Packard Company
*
* Permission to use, copy, modify, distribute and sell this software
* and its documentation for any purpose is hereby granted without fee,
www.eeworm.com/read/482597/6618365
pas _vector.pas
//******************************************************************************
// _vector.pas unit
// this unit based on public domain source code vector.pas
// by Vashchaev 'viv' Ivan, ivanv@sof
www.eeworm.com/read/482389/6623883
obj vector.obj
www.eeworm.com/read/482389/6623900