代码搜索:VECTOR
找到约 10,000 项符合「VECTOR」的源代码
代码结果 10,000
www.eeworm.com/read/458095/7313311
c vector.c
/********************************************************************************************************
* *
* Copyright (C) SEIKO EPSON CORP. 2002 *
* *
* File
www.eeworm.com/read/456234/7353277
o vector.o
www.eeworm.com/read/456234/7353295
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/455033/7379311
c vector.c
#include "medit.h"
#include "extern.h"
#include "sproto.h"
#define SCALV 1.0e-04
#define EPST 1.e-14
#define COSPI15 .9781476007338057
#define SINPI15 .2079116908177593
/* draw a v
www.eeworm.com/read/454938/7381232
c vector.c
#include
#include
#include
// #include
/**
**
original elements of vector: 51 23 7 88 41 98 12 103 37 6
sorted elements of vector: 6 7 12 23
www.eeworm.com/read/454297/7394459
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/453282/7422900
h vector.h
/**
* Vector class.
* Common mathematical operations on vectors in R3.
*
**/
#ifndef __VECTOR_H__
#define __VECTOR_H__
#include
//#include "StdAfx.h"
/**
* Vector3
**/
tem
www.eeworm.com/read/453121/7426438
o vector.o
www.eeworm.com/read/453121/7426449
s vector.s
;//***************************************************************
;// ARM BOOT ROUTE VER1.0 for NXP_ARM release
;// bjwork2007@gmail.com
;// chenjun @ 2008-7-19
;//****************************
www.eeworm.com/read/451906/7454577