代码搜索:pointers

找到约 4,056 项符合「pointers」的源代码

代码结果 4,056
www.eeworm.com/read/437028/1837658

c mos1set.c

/********** Copyright 1990 Regents of the University of California. All rights reserved. Author: 1985 Thomas L. Quarles **********/ /* load the MOS1 device structure with those pointers needed l
www.eeworm.com/read/437018/1839190

c captemp.c

/* * Copyright (c) 1985 Thomas L. Quarles */ /* load the capacitor structure with those pointers needed later * for fast matrix loading */ #include "prefix.h" #include #i
www.eeworm.com/read/437018/1839397

c diosetup.c

/* * Copyright (c) 1985 Thomas L. Quarles */ /* load the diode structure with those pointers needed later * for fast matrix loading */ #include "prefix.h" #include #inclu
www.eeworm.com/read/433196/1884991

cpp dog.cpp

/* dog.cpp -- A program demonstrating function pointers. */ #include #include #include const char *Commands[] = { "come", "done", "fet
www.eeworm.com/read/430518/1926372

h atarihw.h

/* ** linux/atarihw.h -- This header defines some macros and pointers for ** the various Atari custom hardware registers. ** ** Copyright 1994 by Bj攔n Brauel ** ** 5/1/94 Roman Hode
www.eeworm.com/read/422060/2043286

h gdcache.h

/* * gdcache.h * * Caches of pointers to user structs in which the least-recently-used * element is replaced in the event of a cache miss after the cache has * reached a given size. * * John El
www.eeworm.com/read/402787/2317926

cpp ex4_07.cpp

// EX4_07.CPP // Initializing pointers with strings #include using std::cin; using std::cout; using std::endl; int main() { char* pstr[] = { "Robert Redford", // Initiali
www.eeworm.com/read/394208/2459414

h backtrace.h

#ifndef BACKTRACE_H #define BACKTRACE_H #include "../crashDefines.h" /* This API works like backtrace_pointers(), to retrieve a stack trace. */ /* This contains the information necessary t
www.eeworm.com/read/391269/2521367

h pipespawn.h

/* Pipespawn can create up to three pipes; These defines set which pointers * should have the other end assigned for a new pipe. If not set, then * pipespawn will use a preexisting fd. */ #ifndef P
www.eeworm.com/read/377803/2696193

h smartpointer.h

/* * SmartPointer manages pointers. Automatically frees the pointer when it loses scope. * Copyright (C) 2002 Johnathan Ingram, jingram@rogueware.org * * This library is free software; you can red