代码搜索:Fast
找到约 10,000 项符合「Fast」的源代码
代码结果 10,000
www.eeworm.com/read/191833/8420667
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/390920/8433509
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/290380/8487027
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/389810/8498709
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/389810/8499025
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/389810/8499302
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/389810/8499499
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/389810/8499999
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/289184/8570014
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/387891/8648363
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