代码搜索:Fast
找到约 10,000 项符合「Fast」的源代码
代码结果 10,000
www.eeworm.com/read/417848/10974153
c inffast.c
/* inffast.c -- process literals and length/distance pairs fast
* Copyright (C) 1995-1998 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
#include "fist.h"
www.eeworm.com/read/417108/11003642
spec rsync.spec
Summary: A fast, versatile, remote (and local) file-copying tool
Name: rsync
Version: 3.0.5
%define fullversion %{version}
Release: 1
%define srcdir src
Group: Applications/Internet
Source0: http://rs
www.eeworm.com/read/416426/11029450
c inffas86.c
/* inffas86.c is a hand tuned assembler version of
*
* inffast.c -- fast decoding
* Copyright (C) 1995-2003 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
www.eeworm.com/read/314041/6955493
m fwtcc.m
% Fast Walsh Transform for quadrature phase
% complementary code words
jj=sqrt(-1);
% Use a random code word as a test vector
cc64
x=cc(6,:);
% First stage of operation
% Resverse signs of bit
www.eeworm.com/read/124341/6965336
h list.h
/*
* Fast list methods
* Feb 2000 --Jcid
*
*/
#ifndef __LIST_H__
#define __LIST_H__
/*
* a_List_resize()
*
* Make sure there's space for 'num_items' items within the list
* (First, allocate
www.eeworm.com/read/466037/7043439
readme
The Lempel-Ziv-Markov chain-Algorithm (LZMA) provides very high
compression ratio and fast decompression.
The core of the LZMA utils is Igor Pavlov's LZMA SDK containing
the actual LZMA encoder/decod
www.eeworm.com/read/344458/7100042
tcl _cpldfit.tcl
set _rspFileHandle [open _cpldfit.rsp w]
puts $_rspFileHandle "-p xc95108-7-PC84"
puts $_rspFileHandle "-optimize speed"
puts $_rspFileHandle "-loc on"
puts $_rspFileHandle "-slew fast"
puts $_rs
www.eeworm.com/read/344458/7100076
tcl _cpldfit.tcl
set _rspFileHandle [open _cpldfit.rsp w]
puts $_rspFileHandle "-p xc95108-7-PC84"
puts $_rspFileHandle "-optimize speed"
puts $_rspFileHandle "-loc on"
puts $_rspFileHandle "-slew fast"
puts $_rs
www.eeworm.com/read/223598/7104108
h list.h
/*
* Fast list methods
* Feb 2000 --Jcid
*
*/
#ifndef __LIST_H__
#define __LIST_H__
/*
* a_List_resize()
*
* Make sure there's space for 'num_items' items within the list
* (First, allocate
www.eeworm.com/read/165343/7144027
txt fht.cc.txt
//
//
// Program: fht.cc
// Compute the fast Hadamard transform on the integer sequence F
// where F has 2^m points in it.
//
// Todd K. Moon
// Utah State University
//
// Date: March 24, 200