代码搜索:pointers
找到约 4,056 项符合「pointers」的源代码
代码结果 4,056
www.eeworm.com/read/349935/10780682
h make2db.h
#ifndef Make2DArray_
#define Make2DArray_
#include "stdafx.h"
template
void Make2DArray(T ** &x, int rows, int cols)
{// Create a two-dimensional array.
// create pointers for t
www.eeworm.com/read/349627/10812183
c gui__intersectrects.c
/*
*********************************************************************************************************
* uC/GUI
* Univers
www.eeworm.com/read/419852/10833884
txt closest ancestor of 2 nodes.txt
Find the closest ancestor of two nodes in a tree.
Discuss it!
Here is some working C code...
#include
typedef struct node
{
int value;
struct node *rig
www.eeworm.com/read/273514/10913398
c gui__intersectrects.c
/*********************************************************************
* SEGGER MICROCONTROLLER SYSTEME GmbH *
* Solutions for real time microcontroller applica
www.eeworm.com/read/466562/7028698
wzd readme.wzd
/////////////////////////////////////////////////////////////////////
// Example files...
/////////////////////////////////////////////////////////////////////
WzdInfo.cpp -- an example data clas
www.eeworm.com/read/460770/7241013
h collectn.h
/* collectn.h Header file for 'collection' abstract data type
*
* This file is public domain, and does not come under the NASM license.
* It, along with 'collectn.c' implements what is basically a
www.eeworm.com/read/460247/7254930
c nrutil.c
#include
#include
#include
#define NR_END 1
#define FREE_ARG char*
void nrerror(char error_text[])
/* Numerical Recipes standard error handler */
{
fpri
www.eeworm.com/read/448176/7538640
c gui__intersectrects.c
/*
*********************************************************************************************************
* uC/GUI
* Univers
www.eeworm.com/read/438892/7725014
asm entry.asm
;****************************************************************************
;* Move vector pointers to internal memory.
;*************************************************************************
www.eeworm.com/read/435646/7788308
h collectn.h
/*
* collectn.h - header file for 'collection' abstract data type.
*
* This file is public domain, and does not come under the NASM license.
* It, along with 'collectn.c' implements what is ba