代码搜索:matrixes
找到约 17 项符合「matrixes」的源代码
代码结果 17
www.eeworm.com/read/304060/3803599
java matrixes.java
/**
* Incidence and Marking module
* @author James D Bloom 2003-03-12
* @author Maxim 2004 (better GUI, cleaned up code)
*/
package pipe.modules.matrixes;
import java.awt.Container;
import java.
www.eeworm.com/read/200886/15420774
m gettimejump.m
% function timeJumpMats = getTimeJump(G)
%
% get the two matrixes that are indicator matrixes for
% the transition matrix reflecting pairs of states that
% correspond to jumping ahead 3,2 and 1 time s
www.eeworm.com/read/200886/15420941
m reviveg.m
% function revivedG = reviveG(G,UPDATE_T,UPDATE_S)
%
% takes a stripped down G, and generates the parts
% that are missing (i.e. the huge matrixes that are
% extremely memory intensive)
%
% If you won
www.eeworm.com/read/198140/7949932
m bframeproc.m
function [B ,motionVect, flag] = bFrameProc(B,I,P,array,mbSize,p)
%flag=0;
%calculating MV and Zero Matrixes from I
[motionVect1, zeroMatrixCount1]=BmotionEstARPS(B,I,mbSize,p);
www.eeworm.com/read/198140/7950064
m bframeproc.m
function [B ,motionVect, flag] = bFrameProc(B,I,P,array,mbSize,p)
%flag=0;
%calculating MV and Zero Matrixes from I
[motionVect1, zeroMatrixCount1]=BmotionEstARPS(B,I,mbSize,p);
www.eeworm.com/read/319567/13448675
m bframeproc.m
function [B ,motionVect, flag] = bFrameProc(B,I,P,array,mbSize,p)
%flag=0;
%calculating MV and Zero Matrixes from I
[motionVect1, zeroMatrixCount1]=BmotionEstTSS(B,I,mbSize,p);
www.eeworm.com/read/392497/8339653
m bframeproc.m
function [B ,motionVect, flag] = bFrameProc(B,I,P,array,mbSize,p)
%flag=0;
%calculating MV and Zero Matrixes from I
[motionVect1, zeroMatrixCount1]=BmotionEstARPS(B,I,mbSize,p);
www.eeworm.com/read/392497/8339848
m bframeproc.m
function [B ,motionVect, flag] = bFrameProc(B,I,P,array,mbSize,p)
%flag=0;
%calculating MV and Zero Matrixes from I
[motionVect1, zeroMatrixCount1]=BmotionEstARPS(B,I,mbSize,p);
www.eeworm.com/read/306970/13734241
c sp5xdec.c
/*
* Sunplus JPEG decoder (SP5X)
* Copyright (c) 2003 Alex Beregszaszi
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
* modify it under the
www.eeworm.com/read/202754/15374659
h fame_decoder_mpeg.h
/*
libfame - Fast Assembly MPEG Encoder Library
Copyright (C) 2000-2001 Vivien Chappelier
This library is free software; you can redistribute it and/or
modify it under the terms of th