代码搜索:Fast

找到约 10,000 项符合「Fast」的源代码

代码结果 10,000
www.eeworm.com/read/291979/3961289

hhf datetime.hhf

#if( ! @defined( datetime_hhf )) ?datetime_hhf := true; #includeonce( "hla.hhf" ) namespace date; @fast; const minYear := 1600; maxYear := 3000; type daterec: record day :uns8;
www.eeworm.com/read/291979/3961331

hhf utsname.hhf

#if( !@defined( utsname_hhf )) ?utsname_hhf := true; namespace linux; @fast; type utsname: record sysname :char[65]; nodename :char[65]; release :char[65]; version :char[65]; machine
www.eeworm.com/read/291979/3961353

hhf poll.hhf

#if( !@defined( poll_hhf )) ?poll_hhf := true; namespace linux; @fast; type pollfd: record fd :dword; events :word; revents :word; endrecord; end linux; #endif //poll_hhf
www.eeworm.com/read/291979/3961375

hhf utsname.hhf

#if( !@defined( utsname_hhf )) ?utsname_hhf := true; namespace linux; @fast; type utsname: record sysname :char[65]; nodename :char[65]; release :char[65]; version :char[65]; machine
www.eeworm.com/read/291979/3961397

hhf poll.hhf

#if( !@defined( poll_hhf )) ?poll_hhf := true; namespace linux; @fast; type pollfd: record fd :dword; events :word; revents :word; endrecord; end linux; #endif //poll_hhf
www.eeworm.com/read/289741/3989181

pas fastmm4messages.pas

{ Fast Memory Manager: Messages English translation by Pierre le Riche. } unit FastMM4Messages; interface {$Include FastMM4Options.inc} const {The name of the debug info suppor
www.eeworm.com/read/287127/4027288

cpp fastpool.cpp

/* * Fastpool.cpp - a high-quality entropy-accumulation pool for random * number generation that supports fast addition of new data. * This is for high-speed input. The output quality does not
www.eeworm.com/read/282522/4097788

txt read_me_first.txt

This folder contains a set of example projects for the NXP LPC2103 evaluation board produced by IAR Systems Software. As of 14 Jan 06 the examples consist of: 2103_FIQIntIRQ - Fast Interrupt Re
www.eeworm.com/read/281519/4115980

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 "zut
www.eeworm.com/read/272724/4215049

java htmlscanner.java

// HtmlScanner - a fast HTML scanning class // // Copyright (C)1996,1998,1999 by Jef Poskanzer . // All rights reserved. // // Redistribution and use in source and binary forms, wit