代码搜索:pointers
找到约 4,056 项符合「pointers」的源代码
代码结果 4,056
www.eeworm.com/read/450793/7476787
c explore.c
/* explore.c: program to explore memory locations via pointers
bob wilson
10/29/2004
*/
#include
int a = 0x11111111;
static int b = 0x22222222;
void foobar(int, int, int *, int *
www.eeworm.com/read/197407/7997985
h make2db.h
#ifndef Make2DArray_
#define Make2DArray_
template
void Make2DArray(T ** &x, int rows, int cols)
{// Create a two-dimensional array.
// create pointers for the rows
x = new T
www.eeworm.com/read/131315/5943280
todo
done/tested: (Jeff Buhrt)
6.7
1) added a per row memory allocation
-runs in about 1/2 run time and 1/3 the space of 6.6vm.1
-insert/delete row now just moves pointers (# == maxrow+1-currow)
and bl
www.eeworm.com/read/482607/6619585
c xkcan_node.c
#include
#include
#include "xkcan.h"
//#pragma OT(4, speed)
// Frame Datas and pointers
_t_can_frame idata rxCanFrame[2];
_t_can_frame * idata pWriteRxCanFrame;
_t_c
www.eeworm.com/read/482616/6619953
c xkcan_node.c
#include
#include
#include "xkcan.h"
//#pragma OT(4, speed)
// Frame Datas and pointers
_t_can_frame idata rxCanFrame[2];
_t_can_frame * idata pWriteRxCanFrame;
_t_c
www.eeworm.com/read/481542/6642993
c prio_heap.c
/*
* Simple insertion-only static-sized priority heap containing
* pointers, based on CLR, chapter 7
*/
#include
#include
int heap_init(struct ptr_heap *heap, s
www.eeworm.com/read/479792/6679009
h j1939pro.h
#ifndef __j1939pro_h
#define __j1939pro_h
/*
j939pro.h
This header file contains the prototypes for the J1939 library routines.
These cannot be in j1939_16.h because the pointers to the user
www.eeworm.com/read/157454/11702648
h make2db.h
#ifndef Make2DArray_
#define Make2DArray_
template
void Make2DArray(T ** &x, int rows, int cols)
{// Create a two-dimensional array.
// create pointers for the rows
x = new T
www.eeworm.com/read/157453/11704548
h make2db.h
#ifndef Make2DArray_
#define Make2DArray_
template
void Make2DArray(T ** &x, int rows, int cols)
{// Create a two-dimensional array.
// create pointers for the rows
x = new T
www.eeworm.com/read/132141/14107928
h make2db.h
#ifndef Make2DArray_
#define Make2DArray_
template
void Make2DArray(T ** &x, int rows, int cols)
{// Create a two-dimensional array.
// create pointers for the rows
x = new T