代码搜索:Vector
找到约 10,000 项符合「Vector」的源代码
代码结果 10,000
www.eeworm.com/read/349581/10815961
cpp cross_product.cpp
#include "mathclass.h"
position operator*( position const& a, unit_vector const& b )
{
position c;
c.p[0] = a.p[1]*b.p[2] - a.p[2]*b.p[1];
c.p[1] = a.p[2]*b.p[0] - a.p[0]*b.p[2]
www.eeworm.com/read/272513/10954830
cc rank_1_gen_mat.cc
#include "mtl/matrix.h"
#include "mtl/mtl.h"
#include "mtl/utils.h"
#include "mtl/linalg_vec.h"
/*
Sample Outut:
Matrix A:4x3
[
[100,100,100],
[100,100,100],
[100,100,100],
[100,100,100]
]
Vector X:
www.eeworm.com/read/104566/7146689
vhd opt.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned."+";
entity opt is
port (reset:in std_logic;
in1:in std_logic_vector(15 downto 0);
in2:in std_Logic_vector(31 d
www.eeworm.com/read/461256/7231086
map 3dpatch.map
3dpatch
Timestamp is 47e086e6 (Tue Mar 18 22:22:14 2008)
Preferred load address is 00400000
Start Length Name Class
0001:00000000 0008dfbaH .text
www.eeworm.com/read/445898/7588819
h world.h
#ifndef _WORLD_H
#define _WORLD_H
#include
#include
#include "common.h"
#include "Matrix.h"
#include "Geometry.h"
class body;
class world
{
public:
world();
body *bd;
void set
www.eeworm.com/read/444115/7617867
h soundmanager.h
/**
* File : SoundManager.h
* Author : Kevin Lynx
* Date : 2007/8/3
*/
#ifndef _SOUND_MANAGER_H_
#define _SOUND_MANAGER_H_
#include "Singleton.h"
#include
#include
www.eeworm.com/read/443250/7635362
vhd v7_4.vhd
library ieee;
use ieee.std_logic_1164.all;
entity V7_4 is
port( a1 : in std_logic_vector(7 downto 0);
b1 : in std_logic_vector(7 downto 0);
c1 : out std_logic_vector(
www.eeworm.com/read/443250/7635368
vhd v7_5.vhd
library ieee;
use ieee.std_logic_1164.all;
entity V7_5 is
port(a1 : in std_logic_vector(7 downto 0);
b1 : in std_logic_vector(7 downto 0);
c1 : out std_logic_vector(7 downt
www.eeworm.com/read/440844/7680167
h define.h
#ifndef _ZDEFINES_H_
#define _ZDEFINES_H_
#pragma warning(disable:4786) // to reduce STL warning
#ifdef MAINBODY
#define DECLARE
#else
#define DECLARE extern
#endif
#include
www.eeworm.com/read/440844/7680238
h define.h
#ifndef _ZDEFINES_H_
#define _ZDEFINES_H_
#pragma warning(disable:4786) // to reduce STL warning
#ifdef MAINBODY
#define DECLARE
#else
#define DECLARE extern
#endif
#include