搜索资源列表
CommonAlgorithm_C_language
- C语言的小算法,包括链表,汉偌塔,进制转换,数组,数据结构等-Small C language algorithms, including linked lists, Han Ruo-tower, hexadecimal conversion, arrays, data structures, etc.
ktv
- 这是一个用结构体做的小项目,注意全局变量的运用。跟链表不同。希望对初学C语言的朋友有所帮助!-This is a structure used to do small projects, pay attention to the use of global variables. With a different list. C language beginners want to help a friend!
C-ASSIGNMENT
- 链表结构体的使用例子~这个是我大一C语言的期末作业吧~啃完了数据结构后的成果~-····
C-code-modification
- 我给大一同学修改的C语言实验代码,实现功能:已知一个职工的信息为:职工号、工资,从键盘输入n个职工的信息,并将其显示出来。 【要求】 (1)使用链表实现。 (2)n可以从键盘输入。 (3)定义create函数实现链表的创建 (4)定义list函数实现链表的显示。 在已修改的代码中加入了本人对C代码编写的认识,仅供新手参考,大虾勿拍砖~~ -I modified the C language freshman students experiment code Funct
c
- c语言基础链表例题,随便可以看看,(初学者)-c language Basic linked list example, casual look (for beginners)
C-programming
- C语言课程设计 十字交叉链表 实现连锁超市销售业绩信息管理系统-C language cross linked list chain supermarket sales information management system
loupan
- c语言课程设计楼盘查询系统,采用三方向十字交叉链表-c language curriculum design estate query system using three directions cross linked
C语言学生成绩管理程序综合实验
- 以链表为基础,实现学生成绩的、增加、 修改、查询、 删除,以及读取到文件中(To the list based on the realization of student achievement, increase, modify, query, delete, and read into the file)
链表操作程序(完整)C语言.txt
- C语言链表操作示列。建立表,插入表,删除表,打印表等(C language list operations show columns.)
链表1
- c语言实现链表算法,比较简单易懂的方式,适合入门(C language list algorithm, relatively simple way to understand, suitable for entry)
谢华剑ATM机终端系统
- ATM机C语言编程(初学),包含链表内容仅供参考(ATM C programming language (beginner), including the list of content for reference only)
yizhilianbiao
- DevC++平台,使用C语言实现异质链表(Heterogeneous linked list realized by C language)
链表
- 学习数据结构的链表操作,并编程用链表分别实现两个链表中数据的合并,并排列大小。(Learning the chain table operation of the data structure, and programming the combination of data in two linked lists with the chain table, and arrange the size.)
源
- C语言编程实现5次方以内多项式计算,运用链表,节点指针。(C programming to realize polynomial calculation within 5 times)
list
- 用C语言实现链表的插入、删除、遍历等功能(implements the functions of inserting, deleting, traversing, and so on by C language)
dm03_线性表链式存储设计与实现
- 数据结构(C语言版)线性表的链式存储设计与实现(完整代码)(The chain storage design and implementation of the data structure (C language version) linear table (complete code))
链表的综合使用
- C语言链表综合使用示例,适合初学者使用,入门级(An example of the integrated use of the C language)
第3章线性表
- 基于c语言的线性表代码,包含线性表的顺序存储、链式存储、静态链表(Linear table code based on C language, including sequential storage, chain storage, and static list of linear tables.)
源文件
- C语言课程设计学生信息管理系统的简单实现,主要用文件和链表实现的C语言代码。(C language course design simple implementation of student information management system, mainly using documents and linked lists to achieve the C language code)
基于C语言链表实现的订餐系统
- 点餐系统,用简单的c语言链表实现。通过在主函数循环调用各个函数,从而实现对链表的连续操作,最终实现链表的新建、打印、查找、保存、读取、更新、删除等等操作,进而管理订单与用户信息,并保存用户的各种信息,方便下一次操作。链表是以订单号排序,当出现订单号相同时会有提示,并结束本次操作,成功实现一个订单号对应一个客户。(A simple ordering system)