代码搜索:Fast

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

代码结果 10,000
www.eeworm.com/read/410932/11264460

h px_ls_item_weapon_powerstaff.h

#pragma once /* must been first include begin */ #include "..\ProjectX_Common\ProjectX_Copyright.h" #include "..\ProjectX_Common\ProjectX_Common.h" /* must been first include end */ /* std
www.eeworm.com/read/410932/11264498

h px_ls_item_weapon_herbaltool.h

#pragma once /* must been first include begin */ #include "..\ProjectX_Common\ProjectX_Copyright.h" #include "..\ProjectX_Common\ProjectX_Common.h" /* must been first include end */ /* std
www.eeworm.com/read/146608/12635142

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/238320/13893691

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/238316/13895272

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/113775/15448839

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/109651/15553120

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/107485/15606208

sql cursordemo5.sql

/* 文件名称: CursorDemo5.sql */ SET NOCOUNT ON GO -- 使用 Transact-SQL 扩充语法声明一个启用效能最优化的只读数据指针 DECLARE foxman_cursor CURSOR LOCAL FAST_FORWARD FOR SELECT 姓名,年龄 = DateDiff(yy,出生日期,GETD
www.eeworm.com/read/103915/15716262

c fstenc.c

/* * fstenc.c * * Fast encoder * * This is a one pass encoder which uses predefined trees. However, since these are not the same * trees defined for a fixed block (we use better trees tha
www.eeworm.com/read/103430/15732907

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