代码搜索:pointers
找到约 4,056 项符合「pointers」的源代码
代码结果 4,056
www.eeworm.com/read/364489/2903716
cpp shapecomposite.cpp
// ShapeComposite.hpp
//
// Simple shape composite class using the STL list class.
// The composite stores shape pointers. It does it's own memory management.
//
// 15 september 1998 RD Started
www.eeworm.com/read/364489/2903728
hpp shapecomposite.hpp
// ShapeComposite.hpp
//
// Simple shape composite class using the STL list class.
// The composite stores shape pointers. It does it's own memory management.
//
// (C) Datasim Education BV
#i
www.eeworm.com/read/351555/3106865
c resample.c
// a52_resample_init should find the requested converter (from type flags ->
// given number of channels) and set up some function pointers...
// a52_resample() should do the conversion.
#include "
www.eeworm.com/read/258893/4349382
c pgpfilefifo.c
/*
* pgpFileFIFO.c
* Use a disk file as a fifo.
*
* File grows indefinitely until fifo empties, at which pointers reset
* to the beginning. (File never shrinks though.)
* So file size wil
www.eeworm.com/read/471682/6888040
c program7_12.c
/* Program 7.12 Arrays of Pointers to Strings */
#include
const size_t BUFFER_LEN = 512; /* Size of input buffer */
int main(void)
{
char buffer[BUFFER_LEN];
www.eeworm.com/read/292920/8324060
c names3.c
// names3.c -- use pointers and malloc()
#include
#include // for strcpy(), strlen()
#include // for malloc(), free()
struct namect {
char * fname; // u
www.eeworm.com/read/413044/11169018
c names3.c
// names3.c -- use pointers and malloc()
#include
#include // for strcpy(), strlen()
#include // for malloc(), free()
struct namect {
char * fname; // u
www.eeworm.com/read/266070/11244075
c blockprocess.c
#include "tt.h"
// Place the audio processing algorith here. The input and output are given
// as unsigned integer pointers.
void processBlock(unsigned int *block_ptr)
{
int i;
float t
www.eeworm.com/read/266070/11244155
c blockprocess.c
#include "tt.h"
// Place the audio processing algorith here. The input and output are given
// as unsigned integer pointers.
void processBlock(unsigned int *block_ptr)
{
int i;
float t
www.eeworm.com/read/266070/11244257
c blockprocess.c
#include "tt.h"
// Place the audio processing algorith here. The input and output are given
// as unsigned integer pointers.
void processBlock(unsigned int *block_ptr)
{
int i;
float t