代码搜索:Vector
找到约 10,000 项符合「Vector」的源代码
代码结果 10,000
www.eeworm.com/read/483085/6309705
obj vector.obj
www.eeworm.com/read/483085/6309743
asm vector.asm
; SOLUTION FILE FOR VECtor.ASM
.mmregs
.def rsvect
.ref _c_int0
.ref _c_int1
.ref _PHANTOM
www.eeworm.com/read/353762/6322596
c vector.c
#include "CommDrv.h"
#define NULL 0
extern void _stext(); // startup routine
void (* const _vectab[])() = {
NULL, // TBM Vector
NULL, // ADC Conversion Complete
NULL, // Keyboar
www.eeworm.com/read/346078/6324617
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/223932/6357982
class vector.class
www.eeworm.com/read/493654/6388560
h vector.h
// -*-c++-*-
/***************************************************************************
vector.h - Geometry classes
-------------------
www.eeworm.com/read/491761/6434153
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/491761/6434274
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/491452/6435835
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