代码搜索:pointers
找到约 4,056 项符合「pointers」的源代码
代码结果 4,056
www.eeworm.com/read/358682/10182063
cpp sayings2.cpp
// sayings2.cpp -- using pointers to objects
// compile with string1.cpp
#include
#include // (or stdlib.h) for rand(), srand()
#include // (or time.h) for
www.eeworm.com/read/358682/10182189
cpp fun_ptr.cpp
// fun_ptr.cpp -- pointers to functions
#include
double betsy(int);
double pam(int);
// second argument is pointer to a type double function that
// takes a type int argument
void e
www.eeworm.com/read/278099/10570510
c krnldemo.c
/* +++Date last modified: 05-Jul-1997 */
/*
** public domain demo of cooperative multitasking using function pointers
** written 29 Nov, 1992
** by David Gersic
*/
#include
#inclu
www.eeworm.com/read/278099/10571747
c strsort.c
/* +++Date last modified: 05-Jul-1997 */
/*
** strsort() -- Shell sort an array of string pointers via strcmp()
** Written in ANSI C and optimized for size under Borland TC and BC++.
**
** P
www.eeworm.com/read/278058/10577477
cpp sayings2.cpp
// sayings2.cpp -- using pointers to objects
// compile with string1.cpp
#include
#include // (or stdlib.h) for rand(), srand()
#include // (or time.h) for
www.eeworm.com/read/278058/10577873
cpp fun_ptr.cpp
// fun_ptr.cpp -- pointers to functions
#include
double betsy(int);
double pam(int);
// second argument is pointer to a type double function that
// takes a type int argument
void e
www.eeworm.com/read/418794/10896757
c malloc.c
#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 it
www.eeworm.com/read/470800/6908519
cpp sayings2.cpp
// sayings2.cpp -- using pointers to objects
// compile with string1.cpp
#include
#include // (or stdlib.h) for rand(), srand()
#include // (or time.h) for
www.eeworm.com/read/470800/6908645
cpp fun_ptr.cpp
// fun_ptr.cpp -- pointers to functions
#include
double betsy(int);
double pam(int);
// second argument is pointer to a type double function that
// takes a type int argument
void e
www.eeworm.com/read/470800/6908807
cpp sayings2.cpp
// sayings2.cpp -- using pointers to objects
// compile with string1.cpp
#include
#include // (or stdlib.h) for rand(), srand()
#include // (or time.h) for