代码搜索:VECTOR
找到约 10,000 项符合「VECTOR」的源代码
代码结果 10,000
www.eeworm.com/read/243718/12920966
s vector.s
USERMODE EQU 0x10
FIQMODE EQU 0x11
IRQMODE EQU 0x12
SVCMODE EQU 0x13
ABORTMODE EQU 0x17
UNDEFMODE EQU 0x1B
MODEMASK EQU 0x1F
I_BIT EQU 0x80
F_BIT EQU 0x40
T_BIT EQU 0x20
N
www.eeworm.com/read/329960/12924067
h vector.h
/*******************************************************************************
*
* This file is part of the General Hidden Markov Model Library,
* GHMM version 0.8_beta1, see http://ghmm
www.eeworm.com/read/329960/12924201
c vector.c
/*******************************************************************************
*
* This file is part of the General Hidden Markov Model Library,
* GHMM version 0.8_beta1, see http://ghmm
www.eeworm.com/read/329824/12931530
h vector.h
#ifndef VECTOR_H
#define VECTOR_H
/* Conversion constants between degrees and radians */
#define VEC_DEG_TO_RAD 0.017453293
#define VEC_RAD_TO_DEG 57.29578
typedef float vector[3];
typed
www.eeworm.com/read/329824/12931565
cpp vector.cpp
#include "stdafx.h"
#include
#include
#include "vector.h"
#include "body.h"
void vecPrint (vector v)
{
printf ("[%f %f %f]\n", v[0], v[1], v[2]);
}
void vecCopy (vect
www.eeworm.com/read/243129/12960894
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/242887/12974759
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/242886/12974912
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/242568/12998734
bas vector.bas
DIM ox(100)
DIM oy(100)
DIM oz(100)
DIM nx(100)
DIM ny(100)
DIM nz(100)
'I'm trying to make it so that the objects just rotate instead of orbit
'and rotate. If you have any suggestions,
www.eeworm.com/read/242363/13010387
h vector.h
;************************************************************
; File name: vector.h
; Interrupt Vector declarations
; This section contains the vectors for various interrupts in
; the ’240x. Unuse