代码搜索:Fast

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

代码结果 10,000
www.eeworm.com/read/303435/3811478

main fcat.cwp.main

FCAT - fast cat with 1 read per file Usage: fcat file1 file2 ... > file3 Credits: Shuki This program belongs to the Center for Wave Phenomena Colorado School of Mines /
www.eeworm.com/read/303435/3811564

main headers.cwp.main

* CTRLSTRIP - Strip non-graphic characters * DOWNFORT - change Fortran programs to lower case, preserving strings * FCAT - fast cat with 1 read per file * ISATTY - pass on return from isatty(2) * MAX
www.eeworm.com/read/299060/3856233

h idct.h

// idct.h // #ifndef _IDCT_H_ #define _IDCT_H_ #ifdef _INTEL_IDCT_ #define Fast_IDCT idct #endif // _INTEL_IDCT_ #endif // _IDCT_H_
www.eeworm.com/read/294145/3919398

readme

rrc_complex =========== This module is used to interface the ICS-cards in a fast way. The operations done here should be put in the cards FPGA later. For the reception-part, two versions exist: one
www.eeworm.com/read/293178/3934714

804575a7d9ad001a1837b42d837911b3

/* * "Hello World" example. * * This example prints 'Hello from Nios II' to the STDOUT stream. It runs on * the Nios II 'standard', 'full_featured', 'fast', and 'low_cost' example * designs. It r
www.eeworm.com/read/291979/3961236

hhf resource.hhf

#if( ! @defined( resource_hhf )) ?resource_hhf := true; #includeonce( "os/time.hhf" ) namespace linux; @fast; const // Constants for the resource limit calls: rlimit_cpu := 0; rlimit_fsize :
www.eeworm.com/read/291979/3961238

hhf errno.hhf

#if( ! @defined( errno_hhf )) ?errno_hhf := true; namespace errno; @fast; const eperm := -1; enoent := -2; esrch := -3; eintr := -4; eio := -5; enxio := -6; e2big := -
www.eeworm.com/read/291979/3961276

hhf linux.hhf

#if( ! @defined( linux_hhf )) ?linux_hhf := true; #includeonce( "hla.hhf" ) #if( ! @defined( errno_hhf )) ?errno_hhf := true; namespace errno; //@fast; const eperm := -1; enoent := -2;
www.eeworm.com/read/291979/3961301

hhf math.hhf

#if( ! @defined( math_hhf )) ?math_hhf := true; #includeonce( "hla.hhf" ) namespace math; @fast; // The following procedures all use ESP to access their // parameters. Therefore, we've got t
www.eeworm.com/read/291979/3961310

hhf bsd.hhf

#if( ! @defined( bsd_hhf )) ?bsd_hhf := true; #includeonce( "hla.hhf" ) #if( ! @defined( errno_hhf )) ?errno_hhf := true; namespace errno; //@fast; const EPERM := 1; /* Operation not permit