代码搜索:VECTOR
找到约 10,000 项符合「VECTOR」的源代码
代码结果 10,000
www.eeworm.com/read/275662/10803669
asm vector.asm
;
; Copyright 2000 by Texas Instruments Incorporated.
; All rights reserved. Property of Texas Instruments Incorporated.
; Restricted rights to use, duplicate or disclose this code are
; grant
www.eeworm.com/read/275503/10814382
ram_vector
www.eeworm.com/read/349581/10815990
h vector.h
#ifndef VECTOR_H
#define VECTOR_H
#include "mathclass.h"
class unit_vector;
class matrix;
class transf;
class vector
{
private:
m_real p[3];
// negation
friend vector operator-(
www.eeworm.com/read/349581/10816039
cpp vector.cpp
#include "mathclass.h"
vector
catmullrom_interpolate(m_real t, vector const& p1, vector const& p2, vector const& p3, vector const& p4){
vector result;
m_real t2,t3;
t2 = t*t;
www.eeworm.com/read/275394/10819251
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/275394/10819445
o vector.o
www.eeworm.com/read/420044/10821110
obj vector.obj
www.eeworm.com/read/420044/10821130
c vector.c
#pragma CODE_SECTION(vect,"vect")
void vect()
{
asm(" .ref _c_int00");
asm(" .ref _tint0");
asm(" b _c_int00"); /* reset */
asm(" nop");
asm(" nop");
asm(" rete");
www.eeworm.com/read/420044/10821440
obj vector.obj
www.eeworm.com/read/420044/10821458
c vector.c
#pragma CODE_SECTION(vect,"vect")
void vect()
{
asm(" .ref _c_int00");
asm(" .ref _tint0");
asm(" b _c_int00"); /* reset */
asm(" nop");
asm(" nop");
asm(" rete");