搜索资源列表
doubledirectionlink
- 属于利用C++开发的数据结构代码,包括双向链表的添加、删除、修改的操作。-belonging to the development of the use of C code data structure, including the addition of two-way linked list, deletion and modification of the operation.
yiliao
- 这个程序是用C语言实现的。我使用了单向链表来实现对药品的增加. 删除等操作. 我修改了几次算法, 优化了一下. 如果有不足之处,还望各位多多指点。 设计目的: 这是一个专为小药店设计的药品管理系统. 可以对药品自由的进行添加、删除、查找等操作. 功能简介:(每个数字键对应相应的功能, 按数字键后,请按Enter键) \"1 - 增加药品\": 向系统增加一种药品 \"2 - 删除药品\": 删除系统中的一种药品 \"3 - 查找药品\": 输入药品
manage
- *设计方案:本程序分为七个模块:1、新建人事信息模块 2、查询模块 3、删除模块 4、添加模块 5、修改模块 6、打印模块 7、数据备份与还原模块。 每个模块相互独立。且每个模块只完成一个功能,用一个函数实现。在主函数中调用这些模块。每个模块处理的信息即人事基本信息用结构体存储,数据结构采用链表实现,最终以文件形式存储于磁盘上。*/-* Design: This procedure is divided into seven modules: 1, New Personnel Informa
XJGL
- 对学生学籍数据进行管理,实现添加、查询(必须使用折半查找算法)、修改、删除等,所用数据结构及其存储结构任选。-School data on students managed to achieve add, query (must use half the search algorithm), modify, delete, etc., used in the data structure and storage structure choice.
tlv
- TLV格式数据读写接口实现,实现了添加,删除,修改和查询功能-TLV data s input and output interface
StudentsPerformanceManagementSystem
- 数据库的数据项主要数据包括:学号、姓名、年级、专业、成绩1、成绩2、成绩3、平均成绩、总成绩。 要求具有以下功能: (1)添加、删除任意个记录。 (2)修改任意个记录。 (3)显示、保存记录。 (4)排序功能:打开学生数据库,计算每个学生的平均成绩和总成绩,用冒泡法或选择排序法将平均成绩和总成绩排序后生成两个新文件(从大到小),存盘并显示这两个文件的全部记录。 (5)查询功能:打开总成绩排序文件,用折半查找法统计出给定分数的人数并显示。 -Database of d
KeChenSheJi
- 该文档是数据结构课程设计,其功能建立一个学生管理系统,实现对学生基本信息的添加、删除、修改和查询等操作。-This document is a data structure of curriculum design, which features a student management system, the basic information for students to add, delete, modify, and query operations.
1
- c语言添加删除 修改数据 查找显示文本中的数据-c Add or Remove to modify the data to find the language to display text data and so on. . . .
hashTable
- 数据结构课程设计——链表散列的添加修改和删除。java实现,有图形化用户界面,支持随机数生成链表。-Data Structure Course Design- list of add, modify, and delete the hash. java implementation, a graphical user interface, support for random number generation list.
manage
- 商品库存管理系统,可以添加、删除、修改商品库存内容,数据结构实现-Merchandise inventory management system, you can add, delete, modify products inventory content, data structure
tongxunlu20
- 具有数据插入、修改、删除、显示、和查询功能的电话簿管理程序。 数据包括:人名、工作单位、电话号码、和E-mail地址。 可对记录中的姓名和电话号码进行修改。 可增加或删除记录。 可显示所有保存的记录。 可按人名或电话号码进行查询。 附加功能: 可修改单个记录的各项内容。 可重新建立电话簿。 可按人名或号码进行排序。 可统计名片数目及可再添加数目。 可插入单个名片并不破坏原有顺序-With the data to insert, modify, del
studentinformation
- 本次程序主要通过VC++环境下的C语言实现,里面包涵了许多数据结构的知识,比如线性表,静态查找等等。利用C语言灵活方便的特点,再加上清晰的数据结构,实现了对同学录管理系统的开发。 设计的程序主要有以下功能: 1.添加同学资料 2.查找学生资料 3.修改同学资料 4.删除同学资料 5.浏览所有资料 -This program is mainly implemented by the C language in VC++ environment, which i
Scoremanage
- 一个学生成绩管理系统,可以添加、删除和修改学生信息和成绩,同时可以查找下一个,把数据库的数据在窗口显示出来-A student performance management system, you can add, delete and modify student information and grades, and can find the next one, the database data is displayed in the window
Candidates-Information-Manage
- 考试报名工作给各高校报名工作带来了新的挑战,给教务管理部门增加了很大的工作量。本项目是对考试报名管理的简单模拟,用控制台选项的选择方式完成下列功能:输入考生信息;输出考生信息;查询考生信息;添加考生信息;修改考生信息;删除考生信息 本项目的实质是完成对考生信息的建立,查找,插入,修改,删除等功能。其中考生信息包括准考证号,姓名,性别,年龄和报考类别等信息。项目在设计时应首先确定系统的数据结构,定义类的成员变量和成员函数;然后实现各成员函数以完成对数据操作的相应功能;最后完成主函数以验证各个成
studentguanli
- 数据结构链表算法演示,链表的增加删除添加修改侧长度(Data structure linked list algorithm demonstration)
植物园
- 建立植物园查询系统 可以删除修改添加数据(Botanical Garden query system)