代码搜索:Fast
找到约 10,000 项符合「Fast」的源代码
代码结果 10,000
www.eeworm.com/read/490628/6450216
h dct.h
////////////////////////////////////////////////////////////////////////////
//
//
// Project : VideoNet version 1.1.
// Description : Peer to Peer Video Conferencing over the LAN.
//
www.eeworm.com/read/488491/6488014
m my_lot.m
function I=My_Lot(X,p)
[N,K]=size(X);
x=double(X);
y1=zeros(N,K);
M=8; L=2*M;
a=[0.13*pi 0.16*pi 0.13*pi];
P=fast_LOT(a);
y2=zeros(N+L,K);
x2=zeros(N+L,K);
x2(1:M,1:K)=x(M:-1:1,1:K);
x2((M+
www.eeworm.com/read/487827/6500782
h stream.h
////////////////////////////////////////////////////////////////////////////
//
//
// Project : VideoNet version 1.1.
// Description : Peer to Peer Video Conferencing over the LAN.
//
www.eeworm.com/read/487827/6500787
h quant.h
////////////////////////////////////////////////////////////////////////////
//
//
// Project : VideoNet version 1.1.
// Description : Peer to Peer Video Conferencing over the LAN.
//
www.eeworm.com/read/487827/6500801
h dct.h
////////////////////////////////////////////////////////////////////////////
//
//
// Project : VideoNet version 1.1.
// Description : Peer to Peer Video Conferencing over the LAN.
//
www.eeworm.com/read/486342/6539627
c jfdctflt.c
/*
* jfdctflt.c
*
* Copyright (C) 1994-1996, Thomas G. Lane.
* This file is part of the Independent JPEG Group's software.
* For conditions of distribution and use, see the accompanying README fi
www.eeworm.com/read/486343/6539899
h inffast.h
/* inffast.h -- header to use inffast.c
* Copyright (C) 1995-2003 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/* WARNING: this file should *not* be
www.eeworm.com/read/486343/6540154
c jfdctflt.c
/*
* jfdctflt.c
*
* Copyright (C) 1994-1996, Thomas G. Lane.
* This file is part of the Independent JPEG Group's software.
* For conditions of distribution and use, see the accompanying READ
www.eeworm.com/read/484803/6575231
cpp stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// Fast_Sort.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx
www.eeworm.com/read/483011/6607248
m test.m
%这是我简单写的测试程序,可以查看一下x的直方图与其em估计所得是一致的!
x1=randn(1000,1);
x=[x1;x1+6];
[W,M,V,L] = EM_GM_fast(x,2);
Plot_GM(W,M,V)