CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - double linked list
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - double linked list - List
[
Other
]
35127
DL : 0
Addressbook using double-linked list. This example shows the use of a double-linked list by implementing an addressbook for the console. It has features like inserting, searching(linear), sorting(bubble sort), deleting and load/save to a file. I wrote this during my study of Applied Computer Science so it s intended mainly for students who want to know about some advanced programming techniques in C. The Code was compiled with MSVC++ 6.0 but it should compile with any ANSI-compliant compiler.
Update
: 2025-02-19
Size
: 33kb
Publisher
:
芝麻
[
Data structs
]
双链表的插入与删除
DL : 0
双链表的一个简单实现,双链表的插入也删除-Double-linked list to achieve a simple, double-linked list insertion also delete
Update
: 2025-02-19
Size
: 1kb
Publisher
:
Yuan
[
Other
]
ClassicalDataStructures
DL : 0
常用的线性数据结构: 包括线性表、环形列表、队列、双端队列、单链表、双端链表、堆、栈、字符串数组等。非常有用,值得参考。-commonly used linear data structure : Table includes linear and circular table, queue, queue-end, single-linked list, double-linked list, heap, stack, as a string array. Very useful and valuable reference.
Update
: 2025-02-19
Size
: 39kb
Publisher
:
许友来
[
Data structs
]
list
DL : 0
链表和应用包括单链表和双链表等等。自己写的,不太好望大家包涵。-List and applications, including single-chain and double-linked list and so on. Wrote it myself, not Good Hope everyone covered.
Update
: 2025-02-19
Size
: 6kb
Publisher
:
梁英宗
[
Other
]
double-linked-list
DL : 0
double link list sample
Update
: 2025-02-19
Size
: 9kb
Publisher
:
hunter
[
Other
]
hy240a_assign1.tar
DL : 0
This a safe double linked list data structure in order to store data on void* pointer for data segment.-This is a safe double linked list data structure in order to store data on void* pointer for data segment.
Update
: 2025-02-19
Size
: 3kb
Publisher
:
thesky
[
Other
]
CBuilder
DL : 0
C++ Builder程序员学习数据结构,里面涵盖了所有你要学习的数据结构的所有源码(二叉树、链表、单链表、双链表、红黑树、快速排序、冒泡排序、哈弗曼树、堆、集合、字典、散列、字典、跳表、图、最短路径、排序。。。。)等等所有数据结构涉及的源码-C++ Builder programmers to learn data structures, which cover all you want to learn all the source data structure (tree, list, single list, double-linked list, a red, black tree, Quick Sort, Bubble Sort, Kazakhstan furman tree, heap, collection, dictionary, hash, dictionary, jump tables, maps, shortest path, and so on 。。。。) sort of all-source data structure!!!
Update
: 2025-02-19
Size
: 1.59mb
Publisher
:
南才北往
[
Windows Develop
]
LinkedList
DL : 0
FULL Linked list,circular linked list,double linked list,circular linked list,Binary Tree.
Update
: 2025-02-19
Size
: 5kb
Publisher
:
darshankasavar
[
JSP/Java
]
JAVALIST
DL : 0
了解double-link list與single-link list 的分別,有增加刪除節點功能-About double-link list with the single-link list respectively, an increase in function to delete nodes
Update
: 2025-02-19
Size
: 1kb
Publisher
:
Alisa
[
Windows Develop
]
linkedlist
DL : 0
Here is the program for whole linked list implemented circular queue,double linked list,stack etc
Update
: 2025-02-19
Size
: 4kb
Publisher
:
mohamed raoof
[
Internet-Network
]
double-linked-list
DL : 0
double linked lists implementation
Update
: 2025-02-19
Size
: 195kb
Publisher
:
tutescu
[
Data structs
]
Double-linked-list
DL : 0
大学数据结构实验 双链表的操作-University experimental data structure of double linked list operation
Update
: 2025-02-19
Size
: 1kb
Publisher
:
李世鹏
[
Data structs
]
double-linked-list
DL : 0
此代码为对数据结构中双向链表的C语言实现。-Doubly linked list in C language
Update
: 2025-02-19
Size
: 445kb
Publisher
:
Jack
[
Other
]
linked-list
DL : 0
单链表的查找、插入、删除、销毁等,循环链表的建立和输出,双向链表的基本操作-basic function of single,circular,double linked list
Update
: 2025-02-19
Size
: 4kb
Publisher
:
杨涛
[
Data structs
]
double-linked-list
DL : 0
初始化双链表H; 依次采用尾插法插入a,b,c,d,e元素; 输出双链表H; 输出双链表H长度; 判断双链表H是否为空; 输出双链表H的第三个元素; 输出元素’a’的位置; 在第四元素位置上插入’f’元素; 输出双链表H; 删除双链表H的第三个元素; 输出双链表H; -Initialize the double linked list H Turn the tail interpolation into the A, B, C, D, e elements The output of double linked list H The output of double linked list length H The third element output double linked list H The output element a position In the fourth elements into the f element position The output of double linked list H The output of double linked list H The third element deletion double linked list H The output of double linked list H
Update
: 2025-02-19
Size
: 1kb
Publisher
:
许泽达
[
Data structs
]
double-linked-list2
DL : 0
初始化循环双链表H; 依次采用尾插法插入a,b,c,d,e元素; 输出循环双链表H; 输出循环双链表H长度; 判断循环双链表H是否为空; 输出循环双链表H的第三个元素; 输出元素’a’的位置; 在第四元素位置上插入’f’元素; 输出循环双链表H; 删除循环双链表H的第三个元素; 输出循环双链表H; -Initialization cycle double linked list H Turn the tail interpolation into the A, B, C, D, e elements The output cycle double chain H The output cycle double linked list length H The third element of the output cycle double linked list H The output element a position In the fourth elements into the f element position The output cycle double chain H The output cycle double chain H Remove the third element circular doubly linked list H The output cycle double chain H
Update
: 2025-02-19
Size
: 1kb
Publisher
:
许泽达
[
Console
]
Array-made-of-double-linked-lists
DL : 0
the first file (Array made of double linked lists): you have 2 arrays one of them is called (head) the other one is (tail), and each row is a double linked list, the user is asked to define the dimension of these arrays at fist, then he can do some operation like: add an element to a defined row and colomn, delete an element a defined row and colomn, search for an element in a defined row, delete all element a defined row, add a bunch of elements to a new row. -the first file (Array made of double linked lists): you have 2 arrays one of them is called (head) the other one is (tail), and each row is a double linked list, the user is asked to define the dimension of these arrays at fist, then he can do some operation like: add an element to a defined row and colomn, delete an element a defined row and colomn, search for an element in a defined row, delete all element a defined row, add a bunch of elements to a new row.
Update
: 2025-02-19
Size
: 1.79mb
Publisher
:
sundos
[
Data structs
]
double-linked-list
DL : 0
a data structure program written solely for educational purposes. this program creates a double linked list. have many uses in solving analytical problems.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
ALI A
[
GDI-Bitmap
]
double-linked-list
DL : 0
double link list sample
Update
: 2025-02-19
Size
: 10kb
Publisher
:
liang459959
[
Console
]
double-linked-list-auto-ascending
DL : 0
Double linked list auto ascending
Update
: 2025-02-19
Size
: 1kb
Publisher
:
kepalakucing2
«
1
2
3
4
5
6
7
8
9
10
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.