代码搜索:Vector
找到约 10,000 项符合「Vector」的源代码
代码结果 10,000
www.eeworm.com/read/447557/7549602
h vectorexpression.h
#ifndef MEMS_VECTOR_EXPRESSION_H
#define MEMS_VECTOR_EXPRESSION_H
#include "Vector.h"
namespace mems
{
namespace VectorExpression
{
Real prod(const Vector & e1, const Vector & e2);
www.eeworm.com/read/445898/7588773
h geometry.h
#ifndef __GEOMETRY_H
#define __GEOMETRY_H
#include
#include
#include
#include
#include
#include
#include
#define VALUE(a) #a ":
www.eeworm.com/read/445898/7588774
cpp geometry.cpp
#include "Geometry.h"
#include "Matrix.h"
CS PrintSystem;
bool CMP::eq(double a, double b)
{
return fabs(a-b)=EPS;
}
bool CMP::lt(doub
www.eeworm.com/read/199451/7850484
cpp p4-198.cpp
#include
#include
#include
using namespace std;
//利用类模板生成实例
typedef vector < int > IntArray;
//显示数组
void put_array(int x[],int size) {
for(int i=0;i
www.eeworm.com/read/298073/7975668
m lsb_error_new.m
function [err_value] = lsb_error_new(theta_input_vector, snr)
% This function calculates the BER for the LSB.
theta_input_vector;
n=length(theta_input_vector);
%if(n>2)
bound_vector=zeros(n-1, 1);
fo
www.eeworm.com/read/298073/7975677
m lsb_error_new.m
function [err_value] = lsb_error_new(theta_input_vector, phase_error,snr)
% This function calculates the BER for the LSB.
theta_input_vector;
n=length(theta_input_vector);
%if(n>2)
bound_vector=zeros
www.eeworm.com/read/296856/8074800
vhd decoder_3_to_8.vhd
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
ENTITY DECODER_3_TO_8 IS
PORT(a,b,c,g1,g2a,g2b:in std_logic;
y:out std_logic_vector(7 downto 0));
END DECODER_3_TO_8;
ARCHITECTURE RT1 OF DECODER_3
www.eeworm.com/read/143851/12834579
h cadbase.h
//-- {CycleCode: 242} file [0..9632]
//-- {StartSubRegion: 279} module.ifndef [0..20]
#ifndef _CAD_DEF_H_
//-- {StartSubRegion: 280} module.define [21..41]
#define _CAD_DEF_H_
//-- {AddDecl: 243}
www.eeworm.com/read/143457/12874431
cpp p4-198.cpp
#include
#include
#include
using namespace std;
//利用类模板生成实例
typedef vector < int > IntArray;
//显示数组
void put_array(int x[],int size) {
for(int i=0;i
www.eeworm.com/read/240570/13213013
m mc_cdma_qpsk_rayleigh_run.m
%QPSK% %QPSK% %QPSK% %QPSK%
clc;
clear all;
%simulation param
line_color=['k ' 'b ' 'r ' 'c ' 'm ' 'k-*' 'b-*' 'r-*' 'c-*' 'm-*' 'k-^' 'b-^' 'r-^' 'c-^' 'm-^' 'k-s' 'b-s' 'r-s' '