代码搜索:Fast

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

代码结果 10,000
www.eeworm.com/read/357659/10203788

h pbled_test.h

#ifndef _PBLED_TEST_H_ #define _PBLED_TEST_H_ ///////////////////////// Constants //////////////////////////////// typedef enum LEDS_tag{ LED1 = 0x01, LED2 = 0x02, L
www.eeworm.com/read/425978/10298919

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/162128/10334056

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/162078/10337747

c fastcall.c

#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/353224/10461626

c fiotest.c

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

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/423217/10579045

_deps

H 2141964 10 1 0 3 3 0 0 0 0 L 4 work 4 work D 14 work.receiver2 gV[K7[jOV=?njg[]aTiDA3 1 0 D 15 work.testbench2 EcQ>ZPhP0?R?1@DZN91FX3 2 0 D 17 work.transmitter2 1:7nX09K5KWbR?C^=H8>62 0 0 2 4 fast 0
www.eeworm.com/read/351847/10602821

inc nicd.inc

; Last change: JB 00/07/11 (YY/MM/DD) ;**************************** MODULE INFO ******************************* ; ; File name : nicd.inc ; AUTHOR : Atmel ; VERSION :
www.eeworm.com/read/351847/10602828

inc nimh.inc

; Last change: JB 00/07/11 (YY/MM/DD) ;**************************** MODULE INFO ******************************* ; ; File name : nicd.inc ; AUTHOR : Atmel ; VERSION :
www.eeworm.com/read/277143/10660538

cpp ex119_oci8.cpp

#include using namespace std; #include class super_fast_string{ public: super_fast_string(void) { buf[0]=0; } super_fast_string(const char* s) { #i