代码搜索:Fast
找到约 10,000 项符合「Fast」的源代码
代码结果 10,000
www.eeworm.com/read/464335/7165207
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/457183/7333162
h mac.h
#ifndef __MAC__H
#define __MAC__H
asm void buffer();
void circularBuffer();
void StackPointer();
asm void fast();
void fastMAC();
asm void fctMac();
void calculMAC();
#endif
www.eeworm.com/read/454275/7395275
c malloc.c
/*
* malloc.c --- a general purpose kernel memory allocator for Linux.
*
* Written by Theodore Ts'o (tytso@mit.edu), 11/29/91
*
* This routine is written to be as fast as possible, so that it
*
www.eeworm.com/read/454247/7395704
h screenfade.h
#if !defined( SCREENFADEH )
#define SCREENFADEH
#ifdef _WIN32
#pragma once
#endif
typedef struct screenfade_s
{
float fadeSpeed; // How fast to fade (tics / second) (+ fade in, - fade out)
www.eeworm.com/read/453443/7420584
cpp endgame.cpp
/**
@file
A fast endgame searcher.
*/
#include "Endgame.h"
//no need to compile this if we aren't going to build with it anyway.
#ifdef _ENDGAME_TEST_
#include
#include
www.eeworm.com/read/451495/7462690
h fastio.h
/*++
Copyright (c) 2004 By LiGen , All right reserved
Module Name:
FastIO.h
Abstract:
FAST I/O
Environment:
Windows XP, Compiler Ver > 13.00
Notes:
Revision History:
creat
www.eeworm.com/read/451385/7466240
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/449369/7507980
in tspbgen.pl.in
#! @PERL@ -w
# @configure_input@
# Generate TSPLIB instances from any of the Bentley distributions.
# See "Fast Algorithms for Geometric Traveling Salesman Problems",
# Jon Louis Bentley, ORSA Journal
www.eeworm.com/read/446156/7584922
c malloc.c
/*
* malloc.c --- a general purpose kernel memory allocator for Linux.
*
* Written by Theodore Ts'o (tytso@mit.edu), 11/29/91
*
* This routine is written to be as fast as possible, so that it
*
www.eeworm.com/read/437482/7747492
h fastcrc.h
/***fastCRC.H*/
/***Fast CRC function head file*/
/***Justin wood*/
/***2000.7.13*/
#ifndef __MG_CRC_H
#define __MG_CRC_H
#ifdef __cplusplus
extern "C"
{
#endif
/**********************