代码搜索:pointers
找到约 4,056 项符合「pointers」的源代码
代码结果 4,056
www.eeworm.com/read/168731/9899355
h regs243.h
/* file 'Regs243.h' to setup the addresses of the TMS240F243
peripheral register set
version 2.0 date : 07.05.2000 Bormann
DEFINE statements instead of pointers ( see Version 1.0)
www.eeworm.com/read/358682/10182122
cpp stkoptr1.cpp
// stkoptr1.cpp -- test stack of pointers
#include
#include // for rand(), srand()
#include // for time()
#include "stcktp1.h"
const int Num = 10;
int main
www.eeworm.com/read/278099/10571979
txt rlvalue.txt
+++Date last modified: 05-Jul-1997
A Brief Tutorial on Pointers, Lvalues, & Rvalues
a public domain tutorial by Ruurd Pels (FidoNet 2:282/317.19)
Q: Okay, I'm kinda new
www.eeworm.com/read/278058/10577695
cpp stkoptr1.cpp
// stkoptr1.cpp -- test stack of pointers
#include
#include // for rand(), srand()
#include // for time()
#include "stcktp1.h"
const int Num = 10;
int main
www.eeworm.com/read/159920/10589495
c strsort.c
/*
** strsort() -- Shell sort an array of string pointers via strcmp()
** public domain by Ray Gardner Denver, CO 12/88
*/
#include
#include
void strsort (char **
www.eeworm.com/read/418794/10896248
bak malloc.c.bak
#include "malloc.h"
#include "stdint.h"
/*
pxFreeList: list with pointers to free chunks
pxFreeListCount: count list. States number of chunks in every freelist region.
In free list item
www.eeworm.com/read/470800/6908578
cpp stkoptr1.cpp
// stkoptr1.cpp -- test stack of pointers
#include
#include // for rand(), srand()
#include // for time()
#include "stcktp1.h"
const int Num = 10;
int main
www.eeworm.com/read/470800/6908866
cpp stkoptr1.cpp
// stkoptr1.cpp -- test stack of pointers
#include
#include // for rand(), srand()
#include // for time()
#include "stcktp1.h"
const int Num = 10;
int main
www.eeworm.com/read/468329/6996602
cpp stkoptr1.cpp
// stkoptr1.cpp -- test stack of pointers
#include
#include // for rand(), srand()
#include // for time()
#include "stcktp1.h"
const int Num = 10;
int main
www.eeworm.com/read/467287/7009251
h comp.h
/*
Define storage allocation parameters
FAR_TABLES dynamically allocates dictionary using far pointers
SPLIT_TABLES allows a dictionary size over 32K
*/
#define FAR_TA