搜索结果

找到约 48 项符合 linked 的查询结果

其他 This is a safe double linked list data structure in order to store data on void* pointer for data se

This is a safe double linked list data structure in order to store data on void* pointer for data segment.
https://www.eeworm.com/dl/534/430903.html
下载: 192
查看: 1112

Java编程 LINKED LIST OF JAVA, use abstrct classes, hope some data structure can been learn better

LINKED LIST OF JAVA, use abstrct classes, hope some data structure can been learn better
https://www.eeworm.com/dl/633/181629.html
下载: 143
查看: 1088

家庭/个人应用 Complete video store application in C++ using linked lists to store data in files. it keeps track of

Complete video store application in C++ using linked lists to store data in files. it keeps track of videos and customers and have many checks and options.
https://www.eeworm.com/dl/667/124611.html
下载: 153
查看: 1104

书籍源码 Template functions for serializing arbitrary linked nodes. 串行化连接节点的模板函数(源码)(25KB)

Template functions for serializing arbitrary linked nodes. 串行化连接节点的模板函数(源码)(25KB)
https://www.eeworm.com/dl/532/211473.html
下载: 39
查看: 1049

数据结构 一种基于二维链表的稀疏矩阵模半板类设计 A template Class of sparse matrix. Key technology: bin,2-m linked matrix. con

一种基于二维链表的稀疏矩阵模半板类设计 A template Class of sparse matrix. Key technology: bin,2-m linked matrix. constructors: 1.normal constuctor 2.copy constuctor. 3.assignment constructor. Basic operator: 1. addition(sub) of two matrix 2. inverse of a matrix. 3. multiply of two matrix. etc ...
https://www.eeworm.com/dl/654/171605.html
下载: 139
查看: 1107

嵌入式/单片机编程 1、链接存储方法  链接方式存储的线性表简称为链表(Linked List)。  链表的具体存储表示为:   ① 用一组任意的存储单元来存放线性表的结点(这组存储单元既可以是连续的

1、链接存储方法  链接方式存储的线性表简称为链表(Linked List)。  链表的具体存储表示为:   ① 用一组任意的存储单元来存放线性表的结点(这组存储单元既可以是连续的,也可以是不连续的)   ② 链表中结点的逻辑次序和物理次序不一定相同。为了能正确表示结点间的逻辑关系,在存储每个结点值的同时,还必须存 ...
https://www.eeworm.com/dl/647/205399.html
下载: 107
查看: 1223

汇编语言 find the information about a host with the DNS retrieving system calls, such as gethostbyname() and

find the information about a host with the DNS retrieving system calls, such as gethostbyname() and gethostbyaddr(). (2) All the required information are in the hostent structure. (3) All the aliases and IP addresses of the host is stored in the hostent structure using linked list (链表).
https://www.eeworm.com/dl/644/261992.html
下载: 55
查看: 1085

电子书籍 A dynamic-link library (DLL) contains one or more subprogram procedures (functions or subroutines)

A dynamic-link library (DLL) contains one or more subprogram procedures (functions or subroutines) that are compiled, linked, and stored separately from the applications using them. Because the functions or subroutines are separate from the applications using them, they can be shared or replaced eas ...
https://www.eeworm.com/dl/cadence/ebook/175149.html
下载: 76
查看: 1080

汇编语言 EXAMPLE SOURCE CODE FOR TASM FILTER his filter accepts input through the standard input stream, con

EXAMPLE SOURCE CODE FOR TASM FILTER his filter accepts input through the standard input stream, converts it and outputs it to the standard output stream. The streams are linked through pipes, such that the input stream is the output from the assembler being invoked, and the output stream is connecte ...
https://www.eeworm.com/dl/644/186090.html
下载: 59
查看: 1081

数据结构 /* * The internal form of a hash table. * * The table is an array indexed by the hash of the k

/* * The internal form of a hash table. * * The table is an array indexed by the hash of the key collisions * are resolved by hanging a linked list of hash entries off each * element of the array. Although this is a really simple design it * isn t too bad given that pools have a low allocation ...
https://www.eeworm.com/dl/654/287755.html
下载: 99
查看: 1051