代码搜索:pointers
找到约 4,056 项符合「pointers」的源代码
代码结果 4,056
www.eeworm.com/read/137022/13347721
h display.h
#ifndef _DISPLAY_H
#define _DISPLAY_H
#ifndef _STDIO_H
#include
#endif
#define MAXARGS 5
struct display {
unsigned cookie; /* Magic cookie to detect bogus pointers */
#define
www.eeworm.com/read/136959/13350949
c krnldemo.c
/*
** public domain demo of cooperative multitasking using function pointers
** written 29 Nov, 1992
** by David Gersic
*/
#include
#include
#include
#include
www.eeworm.com/read/305015/13779853
cpp client1.cpp
//
// Client1.cpp - Client implementation without smart pointers
//
#include
#include
#include "Iface.h"
#include "Util.h" // Traces with labels for our output
st
www.eeworm.com/read/305015/13779869
cpp client2.cpp
//
// Client2.cpp - Client implementation with smart pointers
//
#include
#include "Iface.h"
#include "Util.h" // Traces with labels for our output
#include "Ptr.h" // Smart p
www.eeworm.com/read/305015/13779971
cpp client1.cpp
//
// Client1.cpp - Client implementation without smart pointers
//
#include
#include
#include "Iface.h"
#include "Util.h" // Traces with labels for our output
st
www.eeworm.com/read/305015/13779987
cpp client2.cpp
//
// Client2.cpp - Client implementation with smart pointers
//
#include
#include "Iface.h"
#include "Util.h" // Traces with labels for our output
#include "Ptr.h" // Smart p
www.eeworm.com/read/305015/13780128
cpp client2.cpp
//
// Client2.cpp - Client implementation with smart pointers
//
#include
#include "Iface.h"
#include "Util.h" // Traces with labels for our output
#include "Ptr.h" // Smart p
www.eeworm.com/read/305015/13780156
cpp client1.cpp
//
// Client1.cpp - Client implementation without smart pointers
//
#include
#include
#include "Iface.h"
#include "Util.h" // Traces with labels for our output
st
www.eeworm.com/read/152814/5666345
h tcptable.h
/*
* TCP MIB group interface - tcp.h
*
*/
#ifndef _MIBGROUP_TCPTABLE_H
#define _MIBGROUP_TCPTABLE_H
#ifdef linux
struct inpcb {
struct inpcb *inp_next; /* pointers to other pcb's
www.eeworm.com/read/152814/5666384
h tcptable.h
/*
* TCP MIB group interface - tcp.h
*
*/
#ifndef _MIBGROUP_TCPTABLE_H
#define _MIBGROUP_TCPTABLE_H
#ifdef linux
struct inpcb {
struct inpcb *inp_next; /* pointers to other pcb's