代码搜索:Fast
找到约 10,000 项符合「Fast」的源代码
代码结果 10,000
www.eeworm.com/read/434591/7856173
1 ccache.1
.TH "ccache" "1" "April 2002" "" ""
.SH "NAME"
ccache \- a fast compiler cache
.SH "SYNOPSIS"
.PP
ccache [OPTION]
.PP
ccache [COMPILER OPTIONS]
.PP
[COMPILER OPTIONS]
.PP
www.eeworm.com/read/199125/7886971
s inffast.s
/*
* inffast.S 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 zli
www.eeworm.com/read/297150/8050198
pl p0.pl
%% define words:
determiner(D) :-
member(D,[the,a,an]).
noun(N) :-
member(N,[dog, street, ball, bat, boy]).
adj(A) :-
member(A,[fast, little, big]).
prep(P) :-
member(P,[down, unde
www.eeworm.com/read/333109/12702011
s inffast.s
/*
* inffast.S 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 zli
www.eeworm.com/read/330789/12869309
h fftstruc.h
/*
* Fast Fourier Transform structure definition
* Copyright (C) ARM Limited 1998-1999. All rights reserved.
*/
#ifndef _FFTSTRUC_
#define _FFTSTRUC_
#ifndef _COMPLEX
#define _COMPLEX
www.eeworm.com/read/329744/12936210
frm bezier.frm
VERSION 5.00
Object = "*\A..\SOURCE\FAST2002.vbp"
Begin VB.Form frmBezier
BackColor = &H00FFFFFF&
BorderStyle = 3 'Fixed Dialog
Caption = "Bezier"
ClientHei
www.eeworm.com/read/141692/12990925
m ffttx.m
function y = ffttx(x)
%FFTTX Textbook Fast Finite Fourier Transform.
% FFTTX(X) computes the same finite Fourier transform as FFT(X).
% The code uses a recursive divide and conquer algorithm
www.eeworm.com/read/242581/12998205
c printf.c
/* Fast printf routine for use with sdcc/mcs51
* Copyright (c) 2001, Paul Stoffregen, paul@pjrc.com
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of
www.eeworm.com/read/141260/13027249
cpp fft32.cpp
/* fix_fft.c - long-point Fast Fourier Transform */
/*
fix_fft() perform FFT or inverse FFT
window() applies a Hanning window to the (time) input
fix_lou
www.eeworm.com/read/141260/13027259
c int_fft.c
/* fix_fft.c - Fixed-point Fast Fourier Transform */
/*
fix_fft() perform FFT or inverse FFT
window() applies a Hanning window to the (time) input
fix_loud()