代码搜索:Fast
找到约 10,000 项符合「Fast」的源代码
代码结果 10,000
www.eeworm.com/read/485165/1264052
svn-base fastmm_fulldebugmode.dpr.svn-base
{
Fast Memory Manager: FullDebugMode Support DLL 1.50
Description:
Support DLL for FastMM. With this DLL available, FastMM will report debug info
(unit name, line numbers, etc.) for stack tr
www.eeworm.com/read/485165/1264092
svn-base borlndmm.dpr.svn-base
{
Fast Memory Manager: Replacement BorlndMM.DLL 1.05
Description:
A replacement borlndmm.dll using FastMM instead of the RTL MM. This DLL may be
used instead of the default DLL together with
www.eeworm.com/read/485165/1264139
svn-base fastmm4messages.pas.svn-base
{
Fast Memory Manager: Messages
French translation by Florent Ouchet.
}
unit FastMM4Messages;
interface
{$Include FastMM4Options.inc}
const
{The name of the debug info support
www.eeworm.com/read/485165/1264143
svn-base fastmm4messages.pas.svn-base
{
Fast Memory Manager: Messages
Simplified Chinese translation by JiYuan Xie.
}
unit FastMM4Messages;
interface
{$Include FastMM4Options.inc}
const
{The name of the debug info
www.eeworm.com/read/485165/1264152
svn-base fastmm4messages.pas.svn-base
{
Fast Memory Manager: Messages
Portuguese (Brazil) translation by Johni Jeferson Capeletto (capeletto@gmail.com) - Love you Julia.
}
unit FastMM4Messages;
interface
{$Include FastMM
www.eeworm.com/read/485165/1264165
svn-base fastmm4messages.pas.svn-base
{
Fast Memory Manager: Messages
Spanish translation by JRG (TheDelphiGuy@gmail.com).
Change Log:
15 Feb 2006: Updated by Marcelo Montenegro.
}
unit FastMM4Messages;
interface
{
www.eeworm.com/read/485165/1264168
svn-base fastmm4messages.pas.svn-base
{
Fast Memory Manager: Messages
Indonesian translation by Zaenal Mutaqin.
}
unit FastMM4Messages;
interface
{$Include FastMM4Options.inc}
const
{The name of the debug info supp
www.eeworm.com/read/481405/1296967
h warcriticalsection.h
/** A fast locking class for
* code and data locks.
*
*
* #include "WarCriticalSection.h"
*
*
*/
#ifndef WAR_CRITICAL_SECTION_H
#define WAR_CRITICAL_SECTION_H
/* SYSTEM INCLUDES */
#
www.eeworm.com/read/470917/1439558
import_intel_libm
#!/bin/sh
# Notes:
# We don't import copysign finite, fpclassify, isinf, isnan, and signbit
# since our own versions are nicer and just as correct and fast (except
# perhaps that they don't handl
www.eeworm.com/read/457459/1597187
java fasthashmap.java
package org.sunflow.util;
import java.util.Iterator;
/**
* Fast hash map implementation which uses array storage along with quadratic
* probing to resolve collisions. The capacity is doubled