代码搜索:Fast
找到约 10,000 项符合「Fast」的源代码
代码结果 10,000
www.eeworm.com/read/197905/5091792
m set_fwdback.m
function engine = set_fwdback(engine, fb)
% SET_FWDBACK Set the field 'fwdback', which contains the frontiers after propagation
% engine = set_fwdback(engine, fb)
%
% This is used by frontier_fast_inf
www.eeworm.com/read/196482/5102442
c inffas86.c
/* inffas86.c 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/195013/5122319
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 "zutil.h"
www.eeworm.com/read/191030/5169110
java keywordmap.java
/*
* KeywordMap.java - Fast keyword->id map
* Copyright (C) 1998, 1999 Slava Pestov
* Copyright (C) 1999 Mike Dillon
*
* You may use and modify this package for any purpose. Redistribution i
www.eeworm.com/read/191030/5169116
java keywordlookupif.java
/*
* KeywordMap.java - Fast keyword->id map
* Copyright (C) 1998, 1999 Slava Pestov
* Copyright (C) 1999 Mike Dillon
*
* You may use and modify this package for any purpose. Redistribution i
www.eeworm.com/read/180137/5289387
c tbuild.c
/* Copyright (c) 1994 Burra Gopal, Udi Manber. All Rights Reserved. */
/*
* build.c: Reads a file = list of indices and hashes frequently used
* words into a hash-table for fast retrieval of a w
www.eeworm.com/read/180137/5289415
readme
/* Copyright (c) 1994 Sun Wu, Udi Manber, Burra Gopal. All Rights Reserved. */
This is version 2.04 of agrep - a new tool for fast
text searching allowing errors.
agrep is similar to egrep (or grep
www.eeworm.com/read/179911/5296945
c rtl8129.c
/* rtl8129.c: A RealTek RTL8129 Fast Ethernet driver for Linux. */
/*
Written 1997-1999 by Donald Becker.
This software may be used and distributed according to the terms
of the GNU Public License
www.eeworm.com/read/179911/5300151
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 "zutil.h"
www.eeworm.com/read/173390/5372619
tcl _cpldfit.tcl
set _rspFileHandle [open _cpldfit.rsp w]
puts $_rspFileHandle "-p xc9572-7-PC44"
puts $_rspFileHandle "-optimize speed"
puts $_rspFileHandle "-loc on"
puts $_rspFileHandle "-slew fast"
puts $_rsp