代码搜索:pointer
找到约 10,000 项符合「pointer」的源代码
代码结果 10,000
www.eeworm.com/read/254771/12120135
c yabasic.c
/*
YABASIC --- a tiny integrated Basic Compiler/Interpreter
written by Marc-Oliver Ihm 1995-99.
e-mail: ihm@kph.uni-mainz.de
Current Version:
*/
#define BASIC_VERSION "2.45"
/
www.eeworm.com/read/340917/12121807
h dlog4ch.h
/* ============================================================================
File name: DLOG4CH.H
Originator : Advanced Embeeded Control (AEC)
www.eeworm.com/read/254727/12122388
c os_mem.c
/*
*********************************************************************************************************
* uC/OS-II
*
www.eeworm.com/read/340916/12123942
cpp ex9_10.cpp
// Ex9_10.cpp
// Using an abstract class
#include "Box.h" // For CBox and CContainer
#include "Can.h" // For CCan (and CContainer)
#include
www.eeworm.com/read/340916/12123967
cpp ex9_08.cpp
// Ex9_08.cpp
// Using a base class pointer to call a virtual function
#include
#include "GlassBox.h" // For CBox and CGlassBox
using std::cout;
using std::endl;
in
www.eeworm.com/read/340916/12124005
cpp ex9_12.cpp
// Ex9_12.cpp
// Destructor calls with derived classes
// using objects via a base class pointer
// You need to uncomment the virtual keyword in Container.h for proper operation...
#include
www.eeworm.com/read/254619/12127148
inl smartptr.inl
// ============================================================
// This file is a part of "MentatBase" Library
// Copyright (c) 2005-2006 Fedoruk Anton. All rights reserved.
// Email anton@mentatso
www.eeworm.com/read/254619/12127231
h smartptr.h
#ifndef __MB_SmartPtr_h__
#define __MB_SmartPtr_h__
class SmartPtrCounterEntry
{
public:
SmartPtrCounterEntry()
{
counter_ = 0;
flags_ = 0;
}
int counter_;
int flags_;
};
t
www.eeworm.com/read/152228/12132181
cpp md5.cpp
/******************************************************************************
* MD5C.C : MD5 message-digest algorithm
* Copyright (C) 2001-2002 by ShadowStar.
www.eeworm.com/read/152228/12132186
h global.h
/* GLOBAL.H - RSAREF types and constants
*/
/* POINTER defines a generic pointer type */
typedef unsigned char *POINTER;
/* UINT2 defines a two byte word */
typedef unsigned short int UINT2;