代码搜索:Fast
找到约 10,000 项符合「Fast」的源代码
代码结果 10,000
www.eeworm.com/read/322174/13387084
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
www.eeworm.com/read/322174/13387339
cpp ex121_db2.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
www.eeworm.com/read/322174/13387488
cpp ex120_odbc.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
www.eeworm.com/read/322174/13387580
cpp ex604_odbc.cpp
#include
#include
using namespace std;
class super_fast_string{
public:
super_fast_string(void)
{
buf[0]=0;
}
super_fast_string(const char* s)
{
#i
www.eeworm.com/read/322174/13387781
cpp ex411_odbc.cpp
#include
#include
using namespace std;
class super_fast_string{
public:
super_fast_string(void)
{
buf[0]=0;
}
super_fast_string(const char* s)
{
#i
www.eeworm.com/read/321359/13408258
lst led_m16.lst
__text_start:
__start:
004F E5CF LDI R28,0x5F
0050 E0D4 LDI R29,4
0051 BFCD OUT 0x3D,R28
0052 BFDE OUT 0x3E,R29
0053 51C4 SUBI R28,0x14
0054 40D
www.eeworm.com/read/320816/13418095
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/308442/13701330
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/301198/13864123
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/136821/5851743
c simple_idct_alpha.c
/*
* Simple IDCT (Alpha optimized)
*
* Copyright (c) 2001 Michael Niedermayer
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of