代码搜索:Fast
找到约 10,000 项符合「Fast」的源代码
代码结果 10,000
www.eeworm.com/read/264058/4297732
pl p.pl
%% define words:
determiner([D],determiner(D) ) :-
member(D,[the,a,an]).
noun([N], noun(N)) :-
member(N,[dog, street, ball, bat, boy]).
adj([A], adj(A)) :-
member(A,[fast, little, big])
www.eeworm.com/read/260597/4331502
txt fappend.txt
SUMMARY fappend
#include
char *fappend(pstrSrc, fhDest)
char *pstrSrc;
int fhDest;
DESCRIPTION
fappend does a fast append of source to destination.
RETURN VALUE
If succes
www.eeworm.com/read/254811/4380441
txt fappend.txt
SUMMARY fappend
#include
char *fappend(pstrSrc, fhDest)
char *pstrSrc;
int fhDest;
DESCRIPTION
fappend does a fast append of source to destination.
RETURN VALUE
If succes
www.eeworm.com/read/154890/5631451
spec fltk.spec
product fltk
id "Fast Light Tool Kit, 1.0.5"
image sw
id "FLTK Execution Environment, 1.0.5"
version 010004000
subsys eoe default
id "FLTK - Execution-Onl
www.eeworm.com/read/153824/5644864
c nibble_alloc.c
/*
* nibble_alloc.c - fast mem allocation for decoded values
*
* MS Dec 31/91
*
* Copyright (C) 1992 Michael Sample and the University of British Columbia
*
* This library is free software; you
www.eeworm.com/read/152843/5660612
c fec.c
/*
* Fast Ethernet Controller (FEC) driver for Motorola MPC8xx.
* Copyright (c) 1997 Dan Malek (dmalek@jlc.net)
*
* This version of the driver is specific to the FADS implementation,
* since the
www.eeworm.com/read/152843/5660809
c fcc_enet.c
/*
* Fast Ethernet Controller (FCC) driver for Motorola MPC8260.
* Copyright (c) 2000 MontaVista Software, Inc. Dan Malek (dmalek@jlc.net)
*
* This version of the driver is a combination of the
www.eeworm.com/read/129588/6783806
h rtl8139.h
/* This file contain the register map of RTL8139 and what the bits of
the register stand for.
The data is copied form data sheet of "Realtek Single Chip Fast Ethernet
Controller" ,date 199
www.eeworm.com/read/294402/8227283
readme
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
SFSEXP: Small Fast S-Expression Library
http://sexpr.sourceforge.net/
Matt Sottile (matt@lanl.gov)
Advanced Computing Laboratory,
Los Alamos National Laborator
www.eeworm.com/read/173998/9613779
h twofish.h
/*
* Fast, portable, and easy-to-use Twofish implementation,
* Version 0.3.
* Copyright (c) 2002 by Niels Ferguson.
*
* See the twofish.c file for the details of the how and why of this cod