代码搜索:Vector
找到约 10,000 项符合「Vector」的源代码
代码结果 10,000
www.eeworm.com/read/101005/6262740
h vector.h
/* vector.h, HAWK game engine
*
* Copyright 1997-1998 by Phil Frisbie, Jr.
* for Hawk Software
*
*/
#ifndef VECTOR_H
#define VECTOR_H
#include
#include "hawk.h"
#ifdef __
www.eeworm.com/read/101005/6262756
c vector.c
/* vector.c, HAWK game engine
*
* Copyright 1997-1998 by Phil Frisbie, Jr.
* for Hawk Software
*
*/
#include "vector.h"
#include "internal.h"
double VectorLength(vec3_t v)
{
int i
www.eeworm.com/read/100133/6273902
java vector.java
package antlr.collections.impl;
/* ANTLR Translator Generator
* Project led by Terence Parr at http://www.jGuru.com
* Software rights: http://www.antlr.org/RIGHTS.html
*
* $Id: //depot/code/org.a
www.eeworm.com/read/339610/6290847
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/255407/6291004
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/207069/6297621
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/259979/6307353
obj vector.obj
www.eeworm.com/read/259979/6307377
asm vector.asm
.ref _c_int0
.ref GISR1,PDPINT_A
.ref GISR2,T1UFINT,T1PINT,T3PINT
.ref PHANTOM,GISR4,CMP3INT
.def PVECTORS
.sect ".vec
www.eeworm.com/read/483085/6309552
asm vector.asm
.ref _c_int00
.sect ".vector"
.long _c_int00 ; RESET Vector
www.eeworm.com/read/483085/6309557