代码搜索:Fast
找到约 10,000 项符合「Fast」的源代码
代码结果 10,000
www.eeworm.com/read/220689/14792018
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/120666/14792970
asm cgagrafa.asm
;
; grafix --- cgagrafa.asm
;
; stuff to plot points fast in 8086 assembler (BLEECH!!!)
;
; Written 4/87 by Scott Snyder (ssnyder@romeo.caltech.edu or @citromeo.bitnet)
;
; Modified 5/29/87 by
www.eeworm.com/read/120666/14792977
asm egagrafa.asm
;
; grafix --- egagrafa.asm
;
; stuff to plot points fast in 8086 assembler (BLEECH!!!)
;
; Written 4/87 by Scott Snyder (ssnyder@romeo.caltech.edu or @citromeo.bitnet)
;
; Modified 5/29/87 by
www.eeworm.com/read/220376/14802266
c fastmath.c
/**
* fastmath.h
* fast math functions for miniGL
* Michael Sherman, Digital Sandbox, Inc.
*
* Code borrowed from Rick Huebner, MathLib
*/
#include "fastmath.h"
#define __HI32(x) *((
www.eeworm.com/read/119727/14823764
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
www.eeworm.com/read/216144/15025889
v clock.v
// This model of a structural clock simulates very fast.
module clock(clk);
output clk;
reg start;
//clock oscillator, period = 20 time units
nand #10 (clk, clk, start); // changes to start, cl
www.eeworm.com/read/114923/15033939
c fastidctmmx32.c
// this function is written by 鲍金龙, 2000/10
// baojinlong@sohu.com
// fast idct mmx32 version
//!!!!!!!!!!!!!!!!!!!! Disclaimer of 鲍金龙, 2000/11/22
/*
I translate the Chen-Wang al
www.eeworm.com/read/212970/15144281
c idct.c
/* idct.c, inverse fast discrete cosine transform */
/*
* All modifications (mpeg2decode -> mpeg2play) are
* Copyright (C) 1994, Stefan Eckart. All Rights Reserved.
*/
/
www.eeworm.com/read/212602/15152063
m fm_spf.m
function fm_spf
% FM_SPF solve standard power flow by means of the NR method
% and fast decoupled power flow (XB and BX variations)
% with either a single or distributed slack bus model.
%