代码搜索:Fast
找到约 10,000 项符合「Fast」的源代码
代码结果 10,000
www.eeworm.com/read/162519/5547106
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 zlib.h
www.eeworm.com/read/160303/5572779
c inffast.c
/* inffast.c -- process literals and length/distance pairs fast
* Copyright (C) 1995-2002 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
#include
www.eeworm.com/read/154890/5631457
makefile
#
# "$Id: Makefile,v 1.1.1.1 2003/08/07 21:18:40 jasonk Exp $"
#
# Library makefile for the Fast Light Tool Kit (FLTK).
#
# Copyright 1998 by Bill Spitzak and others.
#
# This library is free software
www.eeworm.com/read/154890/5631592
c vsnprintf.c
/*
* "$Id: vsnprintf.c,v 1.1.1.1 2003/08/07 21:18:41 jasonk Exp $"
*
* vsnprintf() function for the Fast Light Tool Kit (FLTK).
*
* Emulates this call on systems that lack it (pretty much everyth
www.eeworm.com/read/154890/5631711
cxx colbrowser.cxx
//
// "$Id: colbrowser.cxx,v 1.1.1.1 2003/08/07 21:18:42 jasonk Exp $"
//
// Forms test program for the Fast Light Tool Kit (FLTK).
//
// This is an XForms program from the 0.86 distribution of XForms
www.eeworm.com/read/154890/5631714
cxx navigation.cxx
//
// "$Id: navigation.cxx,v 1.1.1.1 2003/08/07 21:18:42 jasonk Exp $"
//
// Navigation test program for the Fast Light Tool Kit (FLTK).
//
// Silly test of navigation keys. This is not a recommended
www.eeworm.com/read/152843/5659716
s checksumcopy.s
/*
* A fast checksum+copy routine using movem
* Copyright (c) 1998, 2001, 2003 Axis Communications AB
*
* Authors: Bjorn Wesen
*
* csum_partial_copy_nocheck(const char *src, char *dst,
*
www.eeworm.com/read/475737/6776794
txt readme.txt
10/31/2008
This is a demo of A/D conversion, Fast Fourier Transform (by Chan), and displaying the signal and
FFT result on LCD (128x64), developed with mega128 and WinAVR-20080610.
The FFT fun
www.eeworm.com/read/474657/6804576
cpp numericformat.cpp
#include "stdafx.h"
#include "NumericFormat.h"
// Format
//
// Fast formats an integer
//
TCHAR* Format(int i, TCHAR *pBuf, size_t ccBuf, int nZeroPad)
{
TCHAR* psz = pBuf + ccBuf -
www.eeworm.com/read/474583/6812987
svn-base perform_wavelet_transf.sci.svn-base
function x = perform_wavelet_transf(x, Jmin, direction, options)
// perform_wavelet_transf - peform fast wavelet transform
//
// y = perform_wavelet_transf(x, Jmin, direction, options);
//
// Imp