代码搜索:Vector
找到约 10,000 项符合「Vector」的源代码
代码结果 10,000
www.eeworm.com/read/349581/10816011
h transf.h
#ifndef TRANSF_H
#define TRANSF_H
class quater;
class transf
{
private:
matrix m;
vector v;
// multiplication
friend transf& operator*=( transf &, transf const& );
frien
www.eeworm.com/read/349581/10816036
h position.h
#ifndef POSITION_H
#define POSITION_H
class vector;
class unit_vector;
class matrix;
class transf;
class position
{
private:
m_real p[3];
// addtion
friend position& operator+=(
www.eeworm.com/read/419873/10833041
m topocent.m
function [Az, El, D] = topocent(X, dx)
%TOPOCENT Transformation of vector dx into topocentric coordinate
% system with origin at X.
% Both parameters are 3 by 1 vectors.
%
%[Az
www.eeworm.com/read/273562/10910845
cpp hld.cpp
#include
#include
#include
#define MAX 4
using namespace std;
int dis[MAX][MAX]={
0 ,10, 15 ,20 ,
5 ,0 , 9 ,10 ,
6 ,13 ,0 ,12 ,
8 ,8 ,9 ,0
};
typ
www.eeworm.com/read/417397/10991790
txt 相应加法器的测试向量(test bench).txt
-- download from: www.pld.com.cn & www.fpga.com.cn
entity testbench is
end;
------------------------------------------------------------------------
-- testbench for 8-bit adder
------------
www.eeworm.com/read/417152/11002138
m topocent.m
function [Az, El, D] = topocent(X, dx)
%TOPOCENT Transformation of vector dx into topocentric coordinate
% system with origin at X.
% Both parameters are 3 by 1 vectors.
%
%[Az
www.eeworm.com/read/470126/6925017
s int.s
;************************************************************************
;*
;* Copyright Mentor Graphics Corpora
www.eeworm.com/read/444864/7096423
m topocent.m
function [Az, El, D] = topocent(X, dx)
%TOPOCENT Transformation of vector dx into topocentric coordinate
% system with origin at X.
% Both parameters are 3 by 1 vectors.
%
%[Az
www.eeworm.com/read/459597/7273075
java apf.java
import javax.vecmath.Point3d;
import javax.vecmath.Vector2d;
import javax.vecmath.Vector3d;
import javax.vecmath.Vector3f;
import simbad.sim.*;
import simbad.demo.*;
import simbad.gui.Simbad
www.eeworm.com/read/459523/7274363
asm ds18b20.asm
; Read temperature sensor DS18b20 program for pic18f4520
; (C) by Dr. Sash'2007
; at december 2007 written on MPAsm Assembler v8
; version 2.1
processor 18F4520
#include P18F4520.inc