代码搜索:Fast
找到约 10,000 项符合「Fast」的源代码
代码结果 10,000
www.eeworm.com/read/451329/7467353
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/450693/7477752
txt example 3.txt
/*****************************************************************************
* fiotest.c: main C entry file for Philips LPC214x Family Microprocessors
*
* Copyright(C) 2006, Philips Semic
www.eeworm.com/read/450470/7483563
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/448427/7533647
h sip2p.h
#ifndef SIP2P_H
#define SIP2P_H
#include
#include
// Data read from settings file = GLOBAL VARIABLES
int s2pServerPort;
std::string s2pServerIP;
std::string kadcIniFile;
bool DEBUG =
www.eeworm.com/read/448427/7533668
h sip2p.h
#ifndef SIP2P_H
#define SIP2P_H
#include
#include
// Data read from settings file = GLOBAL VARIABLES
int s2pServerPort;
std::string s2pServerIP;
std::string kadcIniFile;
bool DEBUG =
www.eeworm.com/read/443644/7629689
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/436250/7774212
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/298428/7962004
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/296484/8099830
c fiotest.c
/*****************************************************************************
* fiotest.c: main C entry file for Philips LPC214x Family Microprocessors
*
* Copyright(C) 2006, Philips Semic
www.eeworm.com/read/396488/8103242
c esram.c
/*
* $Id$
*/
#include "mpg123.h"
#include "mpglib.h"
#include "huffman.h"
//add data***************************
int bitindex; //in mpg123.c
unsigned char *bufpointer;
//extern nfra