代码搜索:Matrices
找到约 3,616 项符合「Matrices」的源代码
代码结果 3,616
www.eeworm.com/read/296909/8073051
m plus.m
function r = plus(obj1, obj2)
% MONOMIAL/PLUS Implement '+' for monomial objects.
%
sz1 = size(obj1); sz2 = size(obj2);
% adding two monomials together (to get a posynomial)
if( length(obj1) == 1 &
www.eeworm.com/read/139218/13173781
hpp scalar.hpp
// scalar.hpp Macros to define the scalar type to be used in Arrays
//
// rcsid: $Id$ %W% %U% %G% EFC
#ifndef _Scalar_HPP_
#define _Scalar_HPP_ %I%
#ifdef COMPLEX
#include
www.eeworm.com/read/138504/13234425
hpp scalar.hpp
// scalar.hpp Macros to define the scalar type to be used in Arrays
//
// rcsid: $Id$ %W% %U% %G% EFC
#ifndef _Scalar_HPP_
#define _Scalar_HPP_ %I%
#ifdef COMPLEX
#include
www.eeworm.com/read/314088/13574915
txt texblendvs.txt
float4x4 WorldViewProj : WORLDVIEWPROJ;
struct VS_OUTPUT
{
float4 Pos : POSITION;
float4 Diff: COLOR0;
};
VS_OUTPUT VS_Matrices(float4 inPos : POSITION,float4 inDiff : COLOR0)
{
VS_OUTPUT Ou
www.eeworm.com/read/140283/5793096
cpp trset2matlab.cpp
/*
* trset2matlab - Convert a traning set file (binary) into two
* text files that can be imported into Matlab as two matrices.
* One contains the input vectors and the other the corresponding
www.eeworm.com/read/134167/5894476
c quant_matrix.c
/*****************************************************************************
*
* XVID MPEG-4 VIDEO CODEC
* - Quantization matrix management code -
*
* Copyright(C) 2002 Michael Militzer
www.eeworm.com/read/264430/11315271
hpp scalar.hpp
// scalar.hpp Macros to define the scalar type to be used in Arrays
//
// rcsid: $Id$ %W% %U% %G% EFC
#ifndef _Scalar_HPP_
#define _Scalar_HPP_ %I%
#ifdef COMPLEX
#include
#endif
www.eeworm.com/read/157359/11717579
hpp scalar.hpp
// scalar.hpp Macros to define the scalar type to be used in Arrays
//
// rcsid: $Id$ %W% %U% %G% EFC
#ifndef _Scalar_HPP_
#define _Scalar_HPP_ %I%
#ifdef COMPLEX
#include
www.eeworm.com/read/343006/11984411
hpp scalar.hpp
// scalar.hpp Macros to define the scalar type to be used in Arrays
//
// rcsid: $Id$ %W% %U% %G% EFC
#ifndef _Scalar_HPP_
#define _Scalar_HPP_ %I%
#ifdef COMPLEX
#include
www.eeworm.com/read/165306/5483585
cpp trset2matlab.cpp
/*
* trset2matlab - Convert a traning set file (binary) into two
* text files that can be imported into Matlab as two matrices.
* One contains the input vectors and the other the corresponding