代码搜索:VECTOR

找到约 10,000 项符合「VECTOR」的源代码

代码结果 10,000
www.eeworm.com/read/376277/9322214

o vector.o

www.eeworm.com/read/376155/9329242

h vector.h

www.eeworm.com/read/179705/9342163

c vector.c

#include #include int main (void) { int i; gsl_vector * v = gsl_vector_alloc (3); for (i = 0; i < 3; i++) { gsl_vector_set (v, i, 1.23 + i); }
www.eeworm.com/read/179705/9344291

c vector.c

/* vector/vector.c * * Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman, Brian Gough * * This program is free software; you can redistribute it and/or modify * it under the terms of th
www.eeworm.com/read/179318/9361216

h vector.h

#ifndef _VECTOR_ #define _VECTOR_ #include #include class Vector { public: double x,y,z; Vector(double _x=0, double _y=0, double _z=0){ x=_x; y=_y; z=_
www.eeworm.com/read/179318/9361219

cpp vector.cpp

#include "Vector.h" #include Vector operator+(Vector v1,Vector v2) {return Vector(v1.x+v2.x,v1.y+v2.y,v1.z+v2.z);} Vector operator-(Vector v1,Vector v2) {return Vector(v1.x-v2.x,v1.y-v
www.eeworm.com/read/375260/9366940

o vector.o

www.eeworm.com/read/375260/9366974

s vector.s

ModeMask EQU 0x1F SVC32Mode EQU 0x13 IRQ32Mode EQU 0x12 FIQ32Mode EQU 0x11 User32Mode EQU 0x10 Abort32Mode EQU 0x17 Undef32Mode EQU 0x1B IRQ_BIT EQU 0x80 FIQ_BIT EQU 0x40 GBLS
www.eeworm.com/read/375211/9369387

s vector.s

ModeMask EQU 0x1F SVC32Mode EQU 0x13 IRQ32Mode EQU 0x12 FIQ32Mode EQU 0x11 User32Mode EQU 0x10 Abort32Mode EQU 0x17 Undef32Mode EQU 0x1B IRQ_BIT EQU 0x80 FIQ_BIT EQU 0x40 GBLS
www.eeworm.com/read/375211/9369427

o vector.o