代码搜索:pointer

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

代码结果 10,000
www.eeworm.com/read/331375/12831639

~txt depack.~txt

//=========SEHLL CODE=========== function ApDepack(var Source, Destination) : DWORD; cdecl; asm @@_aP_depack_asm: pushad mov esi, [esp + 40] mov edi, [esp + 44] cld
www.eeworm.com/read/331375/12831678

pas depack-createheap.pas

function ApDepack(var Source, Destination) : DWORD; cdecl; asm @@_aP_depack_asm: pushad mov esi, [esp + 40] mov edi, [esp + 44] cld mov dl, 80h xor ebx, e
www.eeworm.com/read/331367/12831882

dpr hide.dpr

library Hide; uses Windows, Native,Dialogs,SysUtils; type OldCode = packed record One: dword; two: word; end; type FILE_DIRECTORY_INFORMATION = packed record NextEntryO
www.eeworm.com/read/143816/12839291

txt finc-0.2-feature.txt

FinC 0.2功能概述 --------------- 和0.1版本相比的bug修正 - 数组修正(0.1版数组基本不可用,会导致极大的内存泄漏)。 - 逗号运算的修正。 - 条件运算的修正。 - 全局变量寻找不到的修正。 0.2版本实现了的功能 - 字符串数据类型的改进,把string和native string合并,当调用系统函数时会自动转换成native string。 - 结构类型的支 ...
www.eeworm.com/read/331030/12854991

c md5.c

/* This program is C)opyright by LinXiaoDong */ #include #include "global.h" #include "md5.h" #include #include #include #include /*
www.eeworm.com/read/244358/12871187

c uddumpsc.c

/* $Header: "%n Ver=%v %f LastEdit=%w Locker=%l" */ /* "UDDUMPSC.C Ver=1 5-Nov-97,14:00:00 LastEdit=JIMV Locker=***_NOBODY_***" */ /************************************************************
www.eeworm.com/read/244358/12871216

c udfree.c

/* $Header: "%n Ver=%v %f LastEdit=%w Locker=%l" */ /* "UDFREE.C Ver=1 5-Nov-97,14:00:00 LastEdit=JIMV Locker=***_NOBODY_***" */ /**************************************************************
www.eeworm.com/read/244358/12871222

c uddump.c

/* $Header: "%n Ver=%v %f LastEdit=%w Locker=%l" */ /* "UDDUMP.C Ver=1 5-Nov-97,14:00:00 LastEdit=JIMV Locker=***_NOBODY_***" */ /**************************************************************
www.eeworm.com/read/143472/12873106

h timer.h

# define MAXTIMER 10 struct TM { DWORD Interval; DWORD LastTimer; BOOL Enable; BOOL Used; void (*Pointer)();
www.eeworm.com/read/244164/12880365

c os_mem.c

/* ********************************************************************************************************* * uC/OS-II *