代码搜索:Vector
找到约 10,000 项符合「Vector」的源代码
代码结果 10,000
www.eeworm.com/read/199789/7822637
vhd 相应加法器的测试向量(test bench).vhd
-- download from: www.pld.com.cn & www.fpga.com.cn
entity testbench is
end;
------------------------------------------------------------------------
-- testbench for 8-bit adder
------------
www.eeworm.com/read/398937/7908017
cpp quaternion.cpp
//--------------------------------------------------
// Desc: quaternion
// Author: artsylee/2007.4.2
//--------------------------------------------------
#include "Quaternion.h"
#include
www.eeworm.com/read/298931/7922904
bt_patch_make
*** ns-2.1b7a/god.cc Thu Oct 19 01:40:23 2000
--- god.cc Sun Feb 25 04:15:39 2001
***************
*** 469,475 ****
}
! vector a(mb_node[i]->X(), mb_node[i]->Y(), mb_node[i]->Z());
! vector
www.eeworm.com/read/298931/7922910
bt_patch
*** ns-2.1b7a/god.cc Thu Oct 19 01:40:23 2000
--- god.cc Sun Feb 25 04:15:39 2001
***************
*** 469,475 ****
}
! vector a(mb_node[i]->X(), mb_node[i]->Y(), mb_node[i]->Z());
! vector
www.eeworm.com/read/198238/7946483
vhd 相应加法器的测试向量(test bench).vhd
-- download from: www.pld.com.cn & www.fpga.com.cn
entity testbench is
end;
------------------------------------------------------------------------
-- testbench for 8-bit adder
------------
www.eeworm.com/read/298554/7951312
cpp dp_tsp.cpp
//用动态规划发解决TSP问题代码:
#include
#include
#include
#define MAX 6
using namespace std;
int dis[MAX][MAX]={{0, 10, 20, 30, 40, 50},{12, 0 ,18, 30, 25, 21},{23, 19, 0, 5, 10,
www.eeworm.com/read/197597/7984810
vhd 相应加法器的测试向量(test bench).vhd
-- download from: www.pld.com.cn & www.fpga.com.cn
entity testbench is
end;
------------------------------------------------------------------------
-- testbench for 8-bit adder
------------
www.eeworm.com/read/196958/8038460
h tini400_isr.h
/*---------------------------------------------------------------------------
* Copyright (C) 2005 Dallas Semiconductor Corporation, All Rights Reserved.
*
* Permission is hereby granted, fre
www.eeworm.com/read/396834/8087892
m class_matrix_gen1.m
% Conversion of column vector into class matrix n_patterns*n_classes
%
% For each i-th element of column vector, j-th column of matrix is a, where j is a class
% Othervise, element is 1-a (this is
www.eeworm.com/read/145313/12736173
vhd 相应加法器的测试向量(test bench).vhd
-- download from: www.pld.com.cn & www.fpga.com.cn
entity testbench is
end;
------------------------------------------------------------------------
-- testbench for 8-bit adder
------------