代码搜索:pointer

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

代码结果 10,000
www.eeworm.com/read/298428/7961610

c brk.c

#include #include void main(void) { char *ptr; printf("Starting heap available %u\n", coreleft()); ptr = malloc(1); // Get pointer to current break v
www.eeworm.com/read/298172/7971776

v fifo.v

//16X16 store unit as fifo //date:2005/6/3 //file name:fifo.v //------------------------------------------------------- module fifo(clk,rstp,din,writep,readp,dout,emptyp,fullp); input clk;
www.eeworm.com/read/297964/7983369

h listops.h

/*---------------------------------------------------------------------- File : listops.h Contents: some special list operations Author : Christian Borgelt History : 02.11.2000 file create
www.eeworm.com/read/398415/7989472

pas myldbbzip2.pas

{ BZIP2 Data Compression Interface Unit } { } { Similar to ZLIB Data Compression Interface Unit } {
www.eeworm.com/read/398415/7989473

pas myldbzlib.pas

unit MYLDBZlib; {$I MYLDBVer.Inc} {$I CompilerDefines.inc} interface uses Sysutils, Classes; resourcestring sTargetBufferTooSmall = 'ZLib error: target buffer may be too small'; sInva
www.eeworm.com/read/398415/7989930

pas myldbmemory.pas

unit MYLDBMemory; {$I MYLDBVer.inc} {DEFINE USEDELPHIMM} interface uses SysUtils, Classes, windows, MYLDBExcept, MYLDBConst; type TMYLDBMemorySize = Int64; // 5.06 //////////
www.eeworm.com/read/197428/7994443

c os_mem.c

/* ********************************************************************************************************* * uC/OS-II *
www.eeworm.com/read/197407/7997621

h node23.h

#ifndef Node23_ #define Node23_ template class TwoThree; template class Node23 { friend TwoThree; private: E LData, // place for
www.eeworm.com/read/197407/7998253

h dbst2.h

// dbst.h // binary search tree with duplicate values // function DeleteGE added #ifndef DBSTree_ #define DBSTree_ #include "binary.h" #include "xcept.h" template cla
www.eeworm.com/read/197407/7998627

h ret23.h

#ifndef ReturnPair23_ #define ReturnPair23_ template class TwoThree; template class ReturnPair23 { friend TwoThree; private: E