代码搜索:VECTOR
找到约 10,000 项符合「VECTOR」的源代码
代码结果 10,000
www.eeworm.com/read/380703/9134547
asm vector.asm
; SOLUTION FILE FOR VECtor.ASM
.mmregs
.def rsvect
.ref _c_int0
.ref _c_int1
.ref _PHANTOM
www.eeworm.com/read/281648/9145246
h vector.h
// vector.h
//
//////////////////////////////////////////////////////////////////////
#if !defined(__vector_h__)
#define __vector_h__
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1
www.eeworm.com/read/281648/9145262
cpp vector.cpp
// vector.cpp
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "vector.h"
void *AllocPtr(int nSize)
{
void *p = malloc(nSize);
nSize =
www.eeworm.com/read/183679/9145547
s vector.s
;********************************************************************************************************
; uC/OS-II
;
www.eeworm.com/read/183611/9149568
h vector.h
#ifndef VECTOR_H
#define VECTOR_H
#include
#include
//没有用上
template
class Vector
{
T *ptr;
int arraySize;
void memError(void);
void subError(void);
pu
www.eeworm.com/read/379967/9170305
asm vector.asm
.ref _ADS8364_EOC,_c_int0
.sect ".vectors"
RSVECT B _c_int0 ; Reset Vector
INT1 B PHANTOM ; Interrupt Level 1
INT2 B _ADS8364_EOC; Interrupt Level 2
INT3 B GISR3 ; Interrupt
www.eeworm.com/read/183290/9171875
s vector.s
;********************************************************************************************************
; uC/OS-II
;
www.eeworm.com/read/379594/9192377
inc vector.inc
; Twofish vector #1
;Key Size:
.byte 080h
;Key:
.byte 000h,000h,000h,000h,000h,000h,000h,000h
.byte 000h,000h,000h,000h,000h,000h,000h,000h
;Plaintext:
.byte 000h,000h,000h,000h
www.eeworm.com/read/182426/9204301
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/182426/9204453