搜索资源列表
链表的C语言实现之单链表的实现
- 所谓链表,就是用一组任意的存储单元存储线性表元素的一种数据结构-so-called List, a group is using an arbitrary memory cell storage element linear form of a data structure
链表的C语言实现之删除结点
- 要删除p结点时只要令p结点的前驱结点的链域由存储p结点的地址该为存储p的后继结点的地址-to delete nodes when p as long as the precursor nodes nodes from the chain domain p storage node addresses the storage of the p subsequent node addresses
scoremanage
- 1、整个系统均用C语言实现; 2、利用指针、链表来实现学生成绩的数据结构设计; 3、系统具有输入、显示、查询、删除、排序、插入,保存、读取基本功能; 4、系统的各个功能模块都用函数的形式来实现; 5、可以将学生成绩信息保存在文件中。 6、可以将学生信息从文件中读取出来。-one, the entire system will be used C language; 2, the use of indicators, Listless to achieve student pe
DOUBLE_LINK
- 用C语言实现的一个双向链表,具有插入删除,查找等操作-C language of a two-way linked list, with the deletion of insertion, search, etc
c语言一元多项式相加
- 一元多项式相加 模块具体功能如下: 1.链表存储多项式的结构 2.实现两个多项式相加-one yuan polynomial function of the sum of specific modules, as follows : 1. Chain store the structure of two polynomials. Add to achieve two polynomials
linklist
- 数据结构(c语言版)顺序链表上机实习csharp代码-Data structure (c language version) list on the local practice
memery
- 用C语言编写一段程序,模拟存储管理中利用链表结构进行循环首次适应法的内存分配与释放操作:首先用系统函数malloc在内存中申请一块大小为1000字节的空间,然后通过输入命令完成此块内存中的分区分配与回收算法,要求在屏幕上给出必要的结果显示。-Write a program using C language to simulate the use of list storage management cycle of the structure of first-fit memory alloca
Students_database
- 学生数据库 用C语言编写的经过调试的数据库,是通过链表实现的。是进一步掌握C编程的良好方法。可以记录学号,性别,年龄,分数-Students use the C language written in the database after the database debugging is achieved through the linked list. Further understand the C programming is a good way. Can record stud
mylist
- 纯C语言实现的通用链表(类)源代码 纯C语言代码实现的通用链表(类)源代码,可在bc++、tc,tc++等这些老古董编译器以及gcc、vc6.0、vc2005中通过编译,觉得不错的下载研究研究,不能抓到截图。 一些说明: 为了可扩展使用,下面的结点结构中用TYPE指定数据类型,使用时请按照需要在list_def.h中把TYPE定义为合适的类型,并且提供三个原型函数,第一个用来为TYPE类型的数据赋值,第二个判断两个TYPE类型的数据是否相等,第三个用来打印(显示)TYPE
DataStructure
- C#语言版本的各种数据结构的代码,包括线性表、循环链表、堆栈、队列、矩阵、树、图及各种查找算法的代码。-C# language versions of the various data structures of the code, including the linear form, circular linked list, stack, queue, matrix, tree, graph, and a variety of search algorithm code.
ConsoleApplication1
- c#语言程序与设计顺序表与链表的实现与它的应用-c# language programming and design table and linked list implementation of the order and its application
cell
- 数据结构 C语言 关于细胞问题的线性链表实现 模拟细胞演变情况 例如细胞周围有四个其他细胞 则此细胞死亡-C language data structures on the cell problem linear list evolution of analog cells such as cell surrounded by four other cells, this cell death
library-management-system
- 一个用C语言链表实现的图书馆管理系统,其中,实现了登陆,添加,查询,修改,删除等基本功能。-A linked list implementation using C language library management system, which realized the landing, add, query, modify, delete and other basic functions.
jisuanqi
- 用链表实现一个简易的计算器,c语言编程,vc6.0运行-List realize a simple calculator, c language programming, vc6.0 run
create-a-list
- 用c 语言编程,创建出一个链表,对初学者帮助大-C programming language used to create a list of great help for beginners
线性表1.0
- 线性表c#语言实现,其中包括顺序存储结构和链表存储结构,对数据结构线性表的理解更加深刻。(Linear table c# language implementation)