搜索资源列表
数据结构管理成绩
- 用C语言建立一个班级成绩管理系统,其中包括十名学生的相关数据(包括学号、姓名、三门课程的成绩、总成绩、平均成绩以及排名)。要求用单链表存储结构进行存储,能够实现对学生姓关数据的输入输出,并且能根据平均成绩对十名学生进行排序。-C language classes to establish a performance management system, including 10 students of relevant data (including school, names of the t
CSharp写的数据结构库(从链表到图)
- 使用C#写的数据结构库(从链表到图),可以用于教学-use C# to write the data structure library (from the linked list of the map), can be used for teaching
停车场管理
- 以栈模拟停车场,以队列模拟车场外的便道,按照从终端读入的输入数据序列进行模拟管理。每一组输入数据包括三个数据项:汽车“到达”或“离开”信息、汽车牌照号码以及到达或离去的时刻。对每一组输入数据进行操作后的输出信息为:若是车辆到达,则输出汽车在停车场内或便道上的位置;若车辆离去,则输出汽车在停车场内停留的时间和应缴纳的费用(在便道上停留的时间不收费)。栈以顺序结构实现,队列以链表结构实现。
v2995_hydbookshop
- 电子书店说明 声明:好易多电子书店是本人在学习JAVA过程中的一个作业,所用的网站名字和公司名均为杜撰,如有同名,实在抱歉。 本程序只可用于学习参考,不得用于商业系统,如有发现,将以法律解决。 本站基本功能如下: 首页(index.jsp) 图书选购,(可按分类方式查找图书,或通过关键字进行查询) 购物车功能. 查看图书详细情况。 用户注册. 用户登录. 查看用户的订单信息. 修改用户个人信息。 后台管理部份: 商店图书管理:添加,修改,删除,查看。 用户信息管理:查看,修改,删除。 订单
yinxiang
- 用c编的音像管理系统,使用链表结构,能进行插入、删除等操作。-C series with audio and video management system, using the list structure, can be inserted, deleted, etc.
Linklist
- 建立一个动态链表,将学生数据(学号,成绩)存入链表结构中,实现链表的访问(求学生成绩的平均分,找到最高分,最低分,将其数据输出)。删除指定学号的学生数据,对学生数据进行排序,分别在链表头部,中间,末尾插入学生数据。-To establish a dynamic linked list, students and student id data (deposited in the list, realize the list of access (the average student achie
student
- 用C编写的简单的学生成绩管理系统,使用链表结构,具有添加,删除,修改,排序等功能-C prepared by the simple use of student achievement management system, the use of linked list structure, with add, delete, modify, sort, etc.
tv-of-pat
- 讲解了数字电视中的ts流中pat表分析,pat表结构-Digital TV explained ts stream in the form of pat, pat the table structure
Student
- 简单的学生管理系统,可添加学生数据,链表结构-Simple student management system, you can add student data, list structure
sjkyqsms
- 人力资源管理系统数据要求说明书数据表结构,字段名即连接到vc中的详细过程-Human Resources Management System data requirements specification data table structure, field name that is connected to the vc in the detailed process
StudentManageSystem
- 学生信息管理系统,利用链表结构完美实现对学生学号、姓名、性别、电话等信息的管理,能进行查、增、删、改、存等操作-Student Information Management System, using the list structure for students to learn to achieve the perfect number, name, gender, telephone and other information management, to conduct inspecti
yuangongguanlixitong
- 在基于链表结构的员工信息管理系统,有查找/录入/修改/删除/文件读写功能,用mfc实现的-List based on the structure of employee information management system, with search/input/modify/delete/file read and write capabilities, with implementation mfc
Book-information-management-system
- 该系统主要完成书店租书的管理。功能模块有,数据录入,如图书类别信息,图书信息,租阅者信息的录入;数据修改,如图书类别信息,图书信息,租阅者信息的修改;数据删除,图书类别,图书信息,租阅者信息的删除;数据显示,图书类别,图书信息,租阅者信息的显示;数据插入,图书类别,图书信息,租阅者信息的插入;数据统计,图书类别,图书租阅次数,租阅者逾期欠费统计等。 采用十字链表的形式实现图书租阅管理系统。建立图书类别的动态链表,根据不同的类别建立不同的图书信息动态链表,依据不同的图书建立对应的读者动态链表进
stu
- 数据结构课程设计 学生成绩管理系统利用单链表结构实现学生成绩动态管理,了解数据库管理的基本功能,掌握C语言中的结构体、指针、函数、(系统函数、自定义函数)、文件操作等知识,这是一个C语言知识的综合应用-Data structure course design student achievement management system using a single linked list structure to achieve the dynamic management of student
LMS
- 实验了比较复杂的图书管理系统LMS,采用自定义的链表结构,在控制台在进行C++编程,比较适合大一刚学习C/C++的童鞋。-Experimented with more complex library management system LMS, using a self-defined chain structure, in the console during the C++ programming, more suitable for freshman just learning C/C++
medicine--system
- 药品药物信息管理系统,曾经的课设,采用三个十字链表结构,且有简易的图形界面。源码附在文档之后。-Drugs information management system, have set up courses, adopts three cross linked list structure, and a simple graphical interface. Source code attached to the document.
C-Curriculum-design
- 这是一款基于c语言链表结构开发的小型学生证管理系统,基本功能包括添加学生信息,按学号查找,删除成员,修改信息,按学号排序并打印出来,还可以显示班级信息。该系统可用于C语言和数据结构的课程设计-This is a small student ID card management system based on C language linked list structure developed, the basic features include adding student informati
stud_node
- C语言版单链表结构的学生管理系统,主要包括增删改查排序等~-C language students manage system
library-man
- 学校图书馆管理系统 使用了SQL Server 2005数据库,在调试之前需要作者按照书中数据库表结构自己设计数据库。 主程序文件是LibraryMagSys.dsw,使用Visual C++6.0打开此文件,然后使用工具栏中的“Build”命令即可 调试。管理员用户名是admin,密码是admin-The school library management systems use SQL Server 2005 database, and in need of in acco
HR
- 企业人事管理系统 使用了SQL Server 2005数据库,在调试之前需要作者按照书中数据库表结构自己设计数据库。 主程序文件是VC003.dsw,使用Visual C++6.0打开此文件,然后使用工具栏中的“Build”命令即可调试。 管理员的用户名和密码可以从数据库中的表“users”中获取。-Enterprise personnel management systems use SQL Server 2005 database, and in need of