代码搜索:pointers
找到约 4,056 项符合「pointers」的源代码
代码结果 4,056
www.eeworm.com/read/161121/5555699
c setup.c
/*
* Setup pointers to hardware dependent routines.
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this
www.eeworm.com/read/152843/5656619
c setup.c
/*
* Setup pointers to hardware dependent routines.
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this
www.eeworm.com/read/474663/6804627
c hw4.c
/*************************************************************
needed files, Lines.c and Lines.h. This is able to *
*take in 4 values and set them to points using pointers then *
*uses a memory alloc
www.eeworm.com/read/195157/8171163
h smartptrs.h
#if !defined SMART_PTRS_H
#define SMART_PTRS_H
//------------------------------------
// smartptrs.h
// Smart pointers to objects
// (c) Bartosz Milewski, 1996
//-----------------------------
www.eeworm.com/read/335824/12495627
h smartptrs.h
#if !defined SMART_PTRS_H
#define SMART_PTRS_H
//------------------------------------
// smartptrs.h
// Smart pointers to objects
// (c) Bartosz Milewski, 1996
//-----------------------------
www.eeworm.com/read/105274/15672116
clas pdictcentry.clas
/*
* PDictCEntry.clas -- class definition for an entry in a PDictC
*
* This type of dictionary stores only pointers to the keys and values
*/
class CLASS {
public:
KEYTYPE *key;
VALTYP
www.eeworm.com/read/428798/8840413
c main.c
/*** USCI master library with DMA **********************************************
In this file the usage of the USCI I2C master library with DMA support is shown.
This library uses pointers to spe
www.eeworm.com/read/177866/9429821
h pointainer.h
/*
* pointainer - auto-cleaning container of pointers
*
* Example usage:
* {
* pointainer< std::vector > v;
* // v can be manipulated like any std::vector.
*
*
www.eeworm.com/read/175226/9555124
cpp list1510.cpp
//Listing 15.10 Pointers to member functions using virtual methods
#include
using namespace std;
class Mammal
{
public:
Mammal():itsAge(1) { }
virtual ~Mammal() { }
www.eeworm.com/read/448535/7531337
m initvit1.m
function initvit1(intrellis, inbranchweight, inpathlen, innormfunc)
%
% Initialize the data structures and pointers for the Viterbi algorithm
%
% function initvit1(intrellis, inbranchweight, inp