代码搜索:Fast

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

代码结果 10,000
www.eeworm.com/read/287823/8667007

c fiotest.c

/***************************************************************************** * fiotest.c: main C entry file for Philips LPC214x Family Microprocessors * * Copyright(C) 2006, Philips Semic
www.eeworm.com/read/286953/8736508

bak fastcall.bak

#include #include int _fastcall add_fast(int a, int b) { return(a + b); } int add_slow(int a, int b) { return(a + b); } void main(void) { unsigned
www.eeworm.com/read/428927/8828471

c jfdctflt.c

#define JPEG_INTERNALS #include "jinclude.h" #include "jpeglib.h" #include "jdct.h" /* Private declarations for DCT subsystem */ #ifdef DCT_FLOAT_SUPPORTED /* * This module is specialize
www.eeworm.com/read/187002/8885574

bak fastcall.bak

#include #include int _fastcall add_fast(int a, int b) { return(a + b); } int add_slow(int a, int b) { return(a + b); } void main(void) { unsigned
www.eeworm.com/read/428006/8905536

c delay 1s portb.c

#include #fuses NOWDT,PUT,HS,NOPROTECT #use delay(clock=10000000) #use fast_io(b) main() { set_tris_b(0); while(true) { portb=255; delay_ms(1000); portb=0; delay_ms(1000); }
www.eeworm.com/read/382751/9003357

c mutex_os2.c

/* ** 2007 August 28 ** ** The author disclaims copyright to this source code. In place of ** a legal notice, here is a blessing: ** ** May you do good and not evil. ** May you find forgiveness
www.eeworm.com/read/283587/9004144

c vorbis.c

/** * @file vorbis.c * Vorbis I decoder * @author Denes Balatoni ( dbalatoni programozo hu ) * This library is free software; you can redistribute it and/or * modify it under the terms of the G
www.eeworm.com/read/382584/9020107

bak fastcall.bak

#include #include int _fastcall add_fast(int a, int b) { return(a + b); } int add_slow(int a, int b) { return(a + b); } void main(void) { unsigned
www.eeworm.com/read/283405/9022426

c fiotest.c

/***************************************************************************** * fiotest.c: main C entry file for Philips LPC214x Family Microprocessors * * Copyright(C) 2006, Philips Semic
www.eeworm.com/read/185587/9027432

c jfdctflt.c

/* * jfdctflt.c * *该文件为前向DCT的浮点运算,它要比整数运算更精确。 * */ #ifdef DCT_FLOAT_SUPPORTED /* /*该程序只适用于8×8的块变换*/ #if DCTSIZE != 8 Sorry, this code only copes with 8x8 DCTs. /* deliberate syntax err