代码搜索:linked

找到约 4,326 项符合「linked」的源代码

代码结果 4,326
www.eeworm.com/read/253341/4395123

h list.h

#ifndef _LINUX_LIST_H #define _LINUX_LIST_H #ifndef ARCH_HAS_PREFETCH #define ARCH_HAS_PREFETCH static inline void prefetch(const void *x) {;} #endif /* * Simple doubly linked list implementation.
www.eeworm.com/read/158106/5598710

c devlist.c

#include #include #include "device.h" /* * linked list routines * * 1/28/98 g haerr * Copyright (c) 1999 Greg Haerr */ void * GdItemAlloc(unsigned int siz
www.eeworm.com/read/414255/11122819

c libcb.c

#include "libcb.h" #include #include #include #include #define MAX 1024 #define MAXSTR "%1024s" /* This is part of the runtime system. It is linked with t
www.eeworm.com/read/414255/11123052

c libcb.c

#include "libcb.h" #include #include #include #include #define MAX 1024 #define MAXSTR "%1024s" /* This is part of the runtime system. It is linked with t
www.eeworm.com/read/201477/15407359

cpp lstack.cpp

// test linked stack class #include #include "lstack.h" void main(void) { int x; LinkedStack S; try {S.Add(1).Add(2).Add(3).Add(4);} catch (NoMem) { co
www.eeworm.com/read/201477/15407709

cpp dlstack.cpp

// test derived linked stack #include #include "dlstack.h" void main(void) { int x; LinkedStack S; try {S.Add(1).Add(2).Add(3).Add(4);} catch (NoMem) { c
www.eeworm.com/read/201477/15407726

cpp lqueue.cpp

// test linked queue class #include #include "lqueue.h" void main(void) { LinkedQueue Q; int x; try {Q.Add(1).Add(2).Add(3).Add(4); cout
www.eeworm.com/read/110993/15520739

h stack.h

//: C04:Stack.h // From Thinking in C++, 2nd Edition // Available at http://www.BruceEckel.com // (c) Bruce Eckel 1999 // Copyright notice in Copyright.txt // Nested struct in linked list #ifnde
www.eeworm.com/read/100265/15879370

h list.h

#ifndef __LIST_H #define __LIST_H template struct Node { T data; Node *next; }; #define FOREACH(type,name,list) for(type name = list.rewind(); name; name = list.next()) // A linked li
www.eeworm.com/read/100082/15885801

cisdial .cisdial

# .cisdial - a script to dial CIS on different modems. assign modem eq portname if ! linked then if modem eq "/dev/ttyA01" then transmit "ATs0=0 &K2^M" pause 1 dial "7662080" fi if modem eq