代码搜索:pointer

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

代码结果 10,000
www.eeworm.com/read/126601/14415815

pas misty1.pas

{ *************************************************** * A binary compatible MISTY1 implementation * * written by Dave Barton (davebarton@bigfoot.com) * **************************************
www.eeworm.com/read/227713/14417281

c sms.c

/*************************************************************************/ /* */ /* Copyright (c) 1993-2001 Accelerated
www.eeworm.com/read/126530/14417308

cpp dbllist.cpp

//*********************************************************************** // MODULE : DblList - Class body * // AUTHOR : Ron Chernich * // PURPOSE: Double linked List Class (after Atkinson
www.eeworm.com/read/227713/14417310

c pis.c

/*************************************************************************/ /* */ /* Copyright (c) 1993-2001 Accelerated
www.eeworm.com/read/227713/14417406

c pic.c

/*************************************************************************/ /* */ /* Copyright (c) 1993-2001 Accelerated
www.eeworm.com/read/227713/14417457

c qus.c

/*************************************************************************/ /* */ /* Copyright (c) 1993-2001 Accelerated
www.eeworm.com/read/227429/14425575

h unrarlib.h

* Copyright (C) 2004 Jeroen Dekkers < jeroen @ dekkers. cx > Copyright (C) 2000 - 2002 by Christian Scheurer (www.ChristianScheurer.ch) Copyri
www.eeworm.com/read/126334/14428081

txt 链表.txt

题目:逆向输出链表。    1.程序源代码: /*reverse output a list*/ #include "stdlib.h" #include "stdio.h" struct list { int data;  struct list *next; }; typedef struct list node; typedef node *link; void mai
www.eeworm.com/read/227381/14429268

h netstatmanager.h

#pragma once #include class CNetStatManager { public: CNetStatManager(void); virtual ~CNetStatManager(void); public: DWORD GetTcpStatistics( PMIB_TCPSTATS pStats); // po
www.eeworm.com/read/227380/14429484

pas pngzlib.pas

unit PNGZLIB; { Delphi 3 compatibility by Paul TOTH } interface uses Sysutils, Classes; const ZLIB_VERSION = '1.1.3'; type TZAlloc = function (opaque: Pointe