代码搜索:Fast
找到约 10,000 项符合「Fast」的源代码
代码结果 10,000
www.eeworm.com/read/136959/13351245
h xfile.h
/*
** xfile.h -- definitions for fast line buffered files
*/
#ifndef __XFILE_H__
#define __XFILE_H__
struct _xfile {
int fd;
int bufSize;
char *buf;
char *nextChar;
char *la
www.eeworm.com/read/136959/13351381
c bitcnt_1.c
/*
** Bit counter by Ratko Tomic
*/
#include "bitops.h"
int CDECL bit_count(long x)
{
int n = 0;
/*
** The loop will execute once for each bit of x set, this is in average
** twice as fast
www.eeworm.com/read/319068/13463501
pas jfdctfst.pas
Unit JFDctFst;
{ This file contains a fast, not so accurate integer implementation of the
forward DCT (Discrete Cosine Transform).
A 2-D DCT can be done by 1-D DCT on each row followed by 1
www.eeworm.com/read/318604/13475283
h sis900.h
/* -*- Mode:C; c-basic-offset:4; -*- */
/* Definitions for SiS ethernet controllers including 7014/7016 and 900
* References:
* SiS 7016 Fast Ethernet PCI Bus 10/100 Mbps LAN Controller with OnN
www.eeworm.com/read/318604/13475304
c via-rhine.c
/* rhine.c:Fast Ethernet driver for Linux. */
/*
Adapted 09-jan-2000 by Paolo Marini (paolom@prisma-eng.it)
originally written by Donald Becker.
This software may be used and distributed a
www.eeworm.com/read/318467/13478177
pas inffast.pas
Unit InfFast;
{
inffast.h and
inffast.c -- process literals and length/distance pairs fast
Copyright (C) 1995-1998 Mark Adler
Pascal tranlastion
Copyright (C) 1998 by Jacques Nomss
www.eeworm.com/read/318176/13484390
txt kcmcomba.txt
In embedded applications on low-powered processors, performance is a big
issue. Using either the KCM or Comba methods as described here can increase
speeds 4-fold.
To use the super-fast KCM (for
www.eeworm.com/read/307160/13727434
txt readme.txt
DAVICOM Semiconductor Inc. 05/16/2003
A Davicom DM9601 USB Fast Ethernet driver for Linux.
Copyright (C) 1997 Sten Wang
This program is free software; you can red
www.eeworm.com/read/307160/13727438
txt readme.txt
DAVICOM Semiconductor Inc. 05/16/2003
A Davicom DM9601 USB Fast Ethernet driver for Linux.
Copyright (C) 1997 Sten Wang
This program is free software; you can red