代码搜索:linked
找到约 4,326 项符合「linked」的源代码
代码结果 4,326
www.eeworm.com/read/153678/12013189
h stack2.h
//: C05:Stack2.h
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Nested structs via linked list
www.eeworm.com/read/252304/12286932
c pj_param.c
/* put parameters in linked list and retrieve */
#ifndef lint
static const char SCCSID[]="@(#)pj_param.c 4.4 93/06/12 GIE REL";
#endif
#include
#include
#include
par
www.eeworm.com/read/233528/14148075
cpp vrmlobject.cpp
#include "VRMLobject.h"
#include "math.h"
//class VRMLobject:
void VRMLobject_relese(VRMLobject *This)
{
//relese the linked lists:
Point3D *tmpP1 = This->PointListHead;
Point3D *tmpP2;
Triang
www.eeworm.com/read/122684/14674940
h stack2.h
//: C05:Stack2.h
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Nested structs via linked list
www.eeworm.com/read/222279/14698599
c llist2.c
/*
llist2.c - A special implementation of a dynamically allocated linked list.
Created By: David G. Clark
Last Modified: 06/23/97
*/
#include
#include
#include "llist2.h"
/*
D
www.eeworm.com/read/209853/15212775
h stack2.h
//: C05:Stack2.h
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// Nested structs via linked list
#if
www.eeworm.com/read/464435/1530262
h node.h
/*
* File: node.h
* Author: Suman Banerjee
* Date: July 31, 2001
* Terms: GPL
*
* myns simulator
*/
#ifndef _NODE_H_
#define _NODE_H_
#include
#include
www.eeworm.com/read/224989/4800368
java dataclass1.java
package org.jibx.binding.generator;
public class DataClass1
{
private int m_int;
private String m_string;
private boolean m_boolean;
private DataClass1 m_linked;
public boole
www.eeworm.com/read/209211/4983619
c symbol.c
#include
#include
#include "hoc.h"
#include "y.tab.h"
static Symbol *symlist = 0; /* symbol table: linked list */
Symbol*
lookup(char* s) /* find s in symbol table */
{
Symbol *sp;
www.eeworm.com/read/192949/5148796
uc source1.uc
;Reference Instructions
;TA
;sram (push-pop operation)
;Microengine 0 run this code.
immed[base,1]
immed[head_offset,0]
sram [push,--,head_offset,base,4];the pointer's linked-stack[4] elements[