搜索资源列表
-
0下载:
我是一初学者,这是一个简单的双链表,目的只是为了与大家共同进步-I was a beginner, this is a simple double-linked list, just for the purpose of common progress
-
-
0下载:
linux c写的双链表程序,包括,创建,删除,修改和插入功能,新手参考-double-linked list linux c write procedures, including, create, delete, modify and insert function, novice reference
-
-
0下载:
C 语言写的 schedular 模仿Minix 结构中的进程调度执行队列进程。采用双链表。-Written in C language schedular Minix structure mimics the process of scheduling the execution queue process. Double-linked list.
-
-
1下载:
首先,您将实现一个模板双端,双链表或DLIST。然后,您
建立两个应用程序:一个反向波兰表达式计算器和一个呼叫中心将使用DLIST模拟程序。
该项目将让您在申请动态内存管理的经验,实施
模板容器类(双端双向链表,或Dlist中),使用at-
最多一次不变的存在,所有权和保护规则来实现两个简单的
采用这种结构的应用程序。-This project will give you experience in applying dynamic memory management, im
-
-
0下载:
这是我自己在linux下写的c程序,在linux下可用gcc可编译运行。程序功能是学生信息管理,有三种用户,管理员,教师,学生。管理员可对教师学生进行添加和删除,教师可对学生进行删除和添加。学生只能查看教师信息和添加学生信息。使用数据结构的循环双链表进行数据管理。数据存储于文件一边下次访问。访问许要密码和用户名登陆。开始时可用管理员aaa密码aaa登陆。有三个数据存储文件,请不要删除,不然会报错找不到文件的。程序属于初学练手之作,有很多缺点,望包涵。但是c语言初学者还是值得看看的。里面还是有一些
-
-
0下载:
用控制台编写的学生成绩管理系统,涉及文件操作和数据管理,还有排序、插入、删除等链表里的操作。采用的是一个双重链表结构。-Prepared by the console student achievement management system, involving file operations and data management, as well as sort, insert, delete, etc. the list in operation. Uses a double linke
-
-
0下载:
双向循环链表代码,创建循环链表,链表的常见操作,添加删除等。-Double circular linked list code, create a circular linked list, the list of common operations, such as add and delete.
-
-
0下载:
Descending-priority-sorted double-linked list.
-
-
0下载:
weak double-linked list w tail sentinel.
-
-
0下载:
有头循环双链表,类似学习信息管理系统框架,主要实现了添加、删除、加载和保存文件信息。-The first circular double linked list, similar to the study of information management system framework, mainly to achieve the add, delete, load and save the file information.
-
-
0下载:
本程序是适合有c编程基础者使用,属于初学者开发程序1.有学生模块(成绩信息,个人资料等) 2.教师模块(教师资料,管理学生成绩等) 3.设一管理员,可对在校师生所有数据进行管理 4.采用双向链表实现数据的增删查改,采用文件保存数据信息-This procedure is suitable for those who have the basis of c programming, procedures 1. Student module (performance information, per
-