-
学生管理系统
任务 03
体系结构规划
在 c + + 文件处理
文件处理是一种非托管的资源在你 应用程序 系统。这是您的应用程序域以外 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-01-29 00:09:56下载
- 积分:1
-
MSP430的C语言应用,讲解详细并附有实例
MSP430的C语言应用,讲解详细并附有实例-MSP430 C-language application, explaining in detail along with examples of
- 2022-07-08 01:56:23下载
- 积分:1
-
这是我用VC编的一个银行管理系统,具有功能:储户开户管理、用户现金存取款操作、转帐操作、打印报表、更改密码、忘记密码操作等,里面有说明文档。...
这是我用VC编的一个银行管理系统,具有功能:储户开户管理、用户现金存取款操作、转帐操作、打印报表、更改密码、忘记密码操作等,里面有说明文档。
-This is my VC addendum to the management of a banking system, with functions : depositor account management, Users operating cash deposit, transfer operations, print statements, change passwords, forgotten passwords operation, which has documented.
- 2022-02-01 15:20:09下载
- 积分:1
-
CMMI development of templates for software workers into the development of manag...
CMMI开发模板,用于软件工成开发管理,办法可以班主任好比学西-CMMI development of templates for software workers into the development of management, could be likened to the class teacher school in West
- 2023-02-27 10:25:04下载
- 积分:1
-
一片介绍细化算法的文档。类容比较详尽,有图示。
一片介绍细化算法的文档。类容比较详尽,有图示。-Thinning algorithm was introduced documents. Allow a more detailed categories, there are icons.
- 2022-07-02 12:27:31下载
- 积分:1
-
本文主要讨论了如何在嵌入式实时操作系统μC/OSII下移植实现LwIP这套TCP/IP协议栈,使μC/OS II成为支持网络的RTOS。...
本文主要讨论了如何在嵌入式实时操作系统μC/OSII下移植实现LwIP这套TCP/IP协议栈,使μC/OS II成为支持网络的RTOS。-This article discusses how in the embedded real-time operating system μC/OSII transplanted to achieve this lwIP TCP/IP protocol stack, so that μC/OS II to become the support network of the RTOS.
- 2022-01-26 08:17:38下载
- 积分:1
-
介绍了模型驱动的体系结构,以及在实际应用中的方法,提出了一个广义模型驱动的思想...
介绍了模型驱动的体系结构,以及在实际应用中的方法,提出了一个广义模型驱动的思想-Introduced a model-driven architecture, as well as in the practical application of methods, a generalized model-driven thinking
- 2022-11-25 14:10:03下载
- 积分:1
-
matlab优化工具箱解线性规划,matlab优化工具箱简介。包括各种函数的说明使用方法和大量的例子。...
matlab优化工具箱解线性规划,matlab优化工具箱简介。包括各种函数的说明使用方法和大量的例子。-matlab optimization toolbox of solutions of linear programming, matlab optimization toolbox profile. Description of various functions, including the use of methods and a large number of examples.
- 2022-01-26 17:12:59下载
- 积分:1
-
条形码商品管理信息系统1资源:应用t ..
条形码商品管理信息系统 1.0 资源介绍: 适用于各类音像店和书店,可以帮助经营者完成进货、库存和售货的管理,还可以进行会员管理,使会员享受一定的折扣。经营者可以随时了解售货的情况,以及货物所处的位置,可以按照时间或物品种类统计经营利润。 使用与安装资料齐全。是不可多得的软件。 -barcode Commodity Management Information System 1.0 on resources : application to all types of audio and video shops and bookstores, and can help operators to complete the purchase, inventory and sales management can also be used for members of management and enjoying some discounts. Operators will be able to keep abreast of sales, and goods are located, according to the time or the types of statistical operating profits. The use and installation information becomes available. The software is rare.
- 2022-07-02 09:13:00下载
- 积分:1
-
1设计题目及要求
一、程序设计题目:学生成绩管理程序设计
二、 程序设计功能及要求:
1.显示学生各门成绩,总分,和平均分.
2.按总分由高到的...
1设计题目及要求
一、程序设计题目:学生成绩管理程序设计
二、 程序设计功能及要求:
1.显示学生各门成绩,总分,和平均分.
2.按总分由高到的进行排列.
3.要求输入一个学号.要求能找出一个学生的.姓名.各门功课的成绩.
3 算法分析
1. 学生成绩管理软件的数据结构
2. 排序
3. 查找
4. 其它
4 主要流程图
1写程序结构及各模块(输入,显示等等)结构图
本程序用了c++语言里面的思想,比如用了cin 和 cout 函数.分了俩个类.一个是File类.一个是Link类.
File类里面主要的是用于保存和导入数据. Link类主要是用于链表的操作….
本程序分为几个文件编写有.file.cpp文件和file.h文件 Link.cpp文件和Link.h文件 manager..cpp文件和manager.h文件.
本程序的主体结构是链表.用链表操作.实现动态创建和销毁.
主函数main().是在Manger.cpp 里面.是程序的入口处 File.cpp 和 link.cpp 是存放file类.和 link类的源函数变量代码. File.h 和Link.h 是存放file 类 和link 类的声明
- 2022-03-19 23:31:56下载
- 积分:1