代码搜索:linked
找到约 4,326 项符合「linked」的源代码
代码结果 4,326
www.eeworm.com/read/447738/1695317
d b-badfil1.d
#source: b-twoinsn.s
#source: b-badfil1.s
#source: b-post1.s
#source: b-goodmain.s
#ld: --oformat binary
#objcopy_linked_file:
#error: invalid mmo file: file number 42 `bar.s', was already entered as
www.eeworm.com/read/395929/2428127
c sr2.c
/* This file is compiled and linked into the S-record format. */
int e1;
int e2 = 1;
int
fn1 (s)
char *s;
{
return s[e1];
}
int
fn2 (s)
char *s;
{
return s[e2];
}
www.eeworm.com/read/366702/2875999
c bind_c_usage_10_c.c
/* Check BIND(C) for ENTRY
PR fortran/34079
To be linked with bind_c_usage_10.f03
*/
void mySub1(int *);
void mySub3(int *);
void mySubEnt2(float *);
void mySubEnt3(float *);
void sub4ent(float
www.eeworm.com/read/294317/8242034
cpp doublechain.cpp
// test iterators for doubly-linked list
#include
#include "DoubleChain.h"
void main(void)
{
DoubleChain L;
L.Insert(0,2);
L.Insert(1,6);
L.Insert(2,8);
L.Insert(
www.eeworm.com/read/415267/11078837
eq0 cpld_mpu1.eq0
EDIF2BLIF version IspLever 1.0 Linked Equations File
Copyright(C), 1992-2006, Lattice Semiconductor Corp.
All Rights Reserved.
Design cpld_mpu1 created Tue Feb 17 15:28:07 2009
P-Terms F
www.eeworm.com/read/431296/8690585
c 2.13.c
2.13② 试写一算法在带头结点的单链表结构上实现线性表操作
Locate(L,x)。
实现下列函数:
LinkList Locate(LinkList L, ElemType x);
// If 'x' in the linked list whose head node is pointed
// by 'L', then return pointer pointing no
www.eeworm.com/read/161034/10461808
tag mem.tag
M000 SR 08/27/90 Added a Ctrl-C handler for Mem which delinks
UMBs if they were linked in by Mem.
Bug #2542
Files: MEM.C
New File: MEMCTRLC.C
M001 SR 08/27/90 Changed Mem's str
www.eeworm.com/read/197407/7998930
cpp double1.cpp
// test iterators for doubly-linked list
#include
#include "double1.h"
void main(void)
{
Double L;
L.Insert(0,2);
L.Insert(1,6);
L.Insert(2,8);
L.Insert
www.eeworm.com/read/332926/12716897
c 2.13.c
2.13② 试写一算法在带头结点的单链表结构上实现线性表操作
Locate(L,x)。
实现下列函数:
LinkList Locate(LinkList L, ElemType x);
// If 'x' in the linked list whose head node is pointed
// by 'L', then return pointer pointing no
www.eeworm.com/read/318376/13480065
asm ashos_lc3b.asm
; Ash LC-3b Operating System 1.00
; (c) Ashley Wise, 2003
; awise@crhc.uiuc.edu
;
; AshOS_LC3b.asm must be linked with the user code.
; AsmOS_LC3b.ah should be be included in the user code.
; R0