代码搜索:Fast
找到约 10,000 项符合「Fast」的源代码
代码结果 10,000
www.eeworm.com/read/356084/3042497
m guiparfssfig2.m
function guiparFSSFig2(varargin)
% GUIPARFSSFIG2.m -- Figure 3 of the paper "Fast Slant Stack"
% Usage: GUIPARFSSFIG2 will start a new figure window and plot Figure 3 of Slant Stack Paper.
%
www.eeworm.com/read/356084/3042707
m ifft_ua.m
% fft_ua: Unbiased Fast Fourier Transform
% x=ifft_ua(y)
% Inputs
% y dyadic row vector
% Outputs
% x dyadic column vector
% Description
% View the entries of x as containing
% x'(-n/2),
www.eeworm.com/read/356084/3042708
m fft_ua.m
% fft_ua: Unbiased Fast Fourier Transform
% y=fft_ua(x)
% Inputs
% x dyadic row vector
% Outputs
% y dyadic column vector
% Description
% View the entries of x as containing
% x'(-n/2), .
www.eeworm.com/read/356084/3042709
m t_ifft_ua.m
% t_ifft_ua: Adjoint of Unbiased Fast Fourier Transform
% y=t_ifft_ua(x)
% Inputs
% x dyadic row vector
% Outputs
% y dyadic column vector
% Description
% View the entries of x as containing
www.eeworm.com/read/354843/3073746
readme
The default version (interpolate8x8_ia64.s) of the interpolate functions
suffer from some rounding errors, but are fast. I our oppinion there
is no need to be such exact here. Just in the case we prov
www.eeworm.com/read/354016/3080210
cmake cmakevs7backwardcompatibility.cmake
# hard code these for fast backwards compatibility tests
SET (CMAKE_SIZEOF_INT 4 CACHE INTERNAL "Size of int data type")
SET (CMAKE_SIZEOF_LONG 4 CACHE INTERNAL "Size of long data t
www.eeworm.com/read/354016/3080332
cmake cmakevs6backwardcompatibility.cmake
# hard code these for fast backwards compatibility tests
SET (CMAKE_SIZEOF_INT 4 CACHE INTERNAL "Size of int data type")
SET (CMAKE_SIZEOF_LONG 4 CACHE INTERNAL "Size of long data t
www.eeworm.com/read/259229/4345319
hx xmlparser.hx
package haxe.rtti;
import haxe.rtti.Type;
import haxe.xml.Fast;
class XmlParser {
public var root : TypeRoot;
var curplatform : String;
public function new() {
root = new Array();
}
public
www.eeworm.com/read/258350/4356816
c inffast.c
/* inffast.c -- fast decoding
* Copyright (C) 1995-2004 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
#include "zutil.h"
#include "inftrees.h"
#include "in
www.eeworm.com/read/256086/4370747
c inffast.c
/* inffast.c -- fast decoding
* Copyright (C) 1995-2003 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
#include "zutil.h"
#include "inftrees.h"
#include "in