代码搜索:Fast
找到约 10,000 项符合「Fast」的源代码
代码结果 10,000
www.eeworm.com/read/282274/9107721
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/380940/9121288
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/378832/9215038
c fiotest.c
/*****************************************************************************
* fiotest.c: main C entry file for Philips LPC214x Family Microprocessors
*
* Copyright(C) 2006, Philips Semic
www.eeworm.com/read/378182/9248761
cu ssymm.cu
/*
* Copyright 1993-2008 NVIDIA Corporation. All rights reserved.
*
* NOTICE TO USER:
*
* This source code is subject to NVIDIA ownership rights under U.S. and
* international Copyright laws
www.eeworm.com/read/377683/9265881
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/180601/9301548
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/376114/9331125
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/179278/9361830
h gseisviewfor.h
/*
* GTKSEISVIEWGL - Library for rendering of 2D seismic data
*
* Copyright (C) 2006 Vladimir Bashkardin
*
* This program is free software; you can redistribute it and/or
* modify it under the
www.eeworm.com/read/366524/9810688
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/164696/10094923
c fiotest.c
/*****************************************************************************
* fiotest.c: main C entry file for Philips LPC214x Family Microprocessors
*
* Copyright(C) 2006, Philips Semic