代码搜索:Matrix
找到约 10,000 项符合「Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/307102/13728945
m gsmsim_demo_bcch.m
function [] = GSMsim_demo_2(NumberOfBlocks,Lh,LogName)
% GSMSIM_DEMO:
% This demonstrates the function of the GSMsim
% package. Use this file as a starting point for building
%
www.eeworm.com/read/102392/6233906
h pf_vector.h
/**************************************************************************
* Desc: Vector functions
* Author: Andrew Howard
* Date: 10 Dec 2002
* CVS: $Id: pf_vector.h,v 1.3.2.1 2003/04/18 19:01
www.eeworm.com/read/101062/6257394
h iterator.h
/* -*- c++ -*-
******************************
* Scientific Library (GNU Public Licence)
*
* Author: Laurent Deniau, Laurent.Deniau@cern.ch
*
* $Id: iter
www.eeworm.com/read/487897/6501714
cpp v3d_metricbundle.cpp
/*
Copyright (c) 2008 University of North Carolina at Chapel Hill
This file is part of SSBA (Simple Sparse Bundle Adjustment).
SSBA is free software: you can redistribute it and/or modify it under t
www.eeworm.com/read/402431/11535112
m rsc_encode.m
function [x,y]= rsc_encode(u,size,Mem)
output_matrix =zeros(4,2);
output_matrix =[0,1;0,1;1,0;1,0];
nextstate_matrix = zeros(4,2);
nextstate_matrix = [0,2;2,0;3,1;1,3] ;
tail_bit = zero
www.eeworm.com/read/400947/11566693
m f_decide.m
function [matrix_rt,a_rt,p_rt]=f_decide(dm,matrix_input,b,min_index,a,p);%决策,仅保留其一
matrix_rt=[matrix_input b(min_index,:)];
a_rt=a(:,min_index);
p_rt=p(:,(min_index-1)*dm*3+1:min_index*dm*3);
www.eeworm.com/read/400645/11571014
cc sample_ult.cc
// Sample code showing off a few advanced features
//
// Reflection of the upper triangle of a matrix to the lower one,
// and vice versa
//
// $Id: sample_ult.cc,v 1.1 1998/12/04 18:32:41 oleg
www.eeworm.com/read/233388/14156283
cpp decode_ldpc_new.cpp
/*LDPC Decoder*/
#include "mex.h"
#include "matrix.h" // for Matlab mx and mex fuctions
#include "math.h"
#include // what for
#include "decodeutil_new.h"
#define INF 1000
www.eeworm.com/read/227379/14429587
cpp decode_ldpc_new.cpp
/*LDPC Decoder*/
#include "mex.h"
#include "matrix.h" // for Matlab mx and mex fuctions
#include "math.h"
#include // what for
#include "decodeutil_new.h"
#define INF 1000
www.eeworm.com/read/124283/14581749
c init_source.c
/* matrix/init_source.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman, Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it under the terms