文件名称:f
介绍说明--下载内容均来自于网络,请自行研究使用
我修改的是“工资管理”。这个程序的程序相当的复杂,最初看了几便还是看不懂上什么意思,因为里面出现了许多的我所未知的特殊的标示符。例如:printf,scanf不过这些还可以,我在书上还可以找到,但是还有的例如:FILE *file curpos,fseek,ftell,fclose and so on.我就不知道是什么意思了,而且出上也找不到,且此程序通遍是这样的语句,我更本没有办法看懂,所以在看了课程设计此题的要求之后,我就按照自己所会完成这个程序,此题的课程设计要求如下:
1.用类的形式写程序,将程序中工资数据用链表的形式存放,定义一个链表类,封装主要的操作函数。
2.显示,修改,删除数据项是大小写通用。
3.工资数据按工资的多少排列存放。
4.修改,删除数据前增加提示信息,用户确认后才能进一步操作,否则操作取消。
5.增加程序的文件输入输出功能,在执行程序中首先将工资数据从文件中读出再进行管理满载程序结束是将工资数据保存在原文件中。-I modified the " payroll ." Program of this program is quite complex , initially saw a few still do not understand what they meant, because it appears a lot of my unknown special identifier . For example : printf, scanf but these can be, I can also be found in the book , but there is , for example : FILE* file curpos, fseek, ftell, fclose and so on , I do not know what it means , but out . on can not find , and this program through all this is the statement that I have no way to understand this , so after reading curriculum design requirements of this question , I will do this in accordance with their own procedures , this question of course design requirements are as follows :
1 in the form of class to write programs , the program stored in the form of wage data list , the definition of a linked list class that encapsulates the main operating functions.
2 display , modify, and delete data items are generic case .
3 wage data are arranged according to the number of wage storage.
4
1.用类的形式写程序,将程序中工资数据用链表的形式存放,定义一个链表类,封装主要的操作函数。
2.显示,修改,删除数据项是大小写通用。
3.工资数据按工资的多少排列存放。
4.修改,删除数据前增加提示信息,用户确认后才能进一步操作,否则操作取消。
5.增加程序的文件输入输出功能,在执行程序中首先将工资数据从文件中读出再进行管理满载程序结束是将工资数据保存在原文件中。-I modified the " payroll ." Program of this program is quite complex , initially saw a few still do not understand what they meant, because it appears a lot of my unknown special identifier . For example : printf, scanf but these can be, I can also be found in the book , but there is , for example : FILE* file curpos, fseek, ftell, fclose and so on , I do not know what it means , but out . on can not find , and this program through all this is the statement that I have no way to understand this , so after reading curriculum design requirements of this question , I will do this in accordance with their own procedures , this question of course design requirements are as follows :
1 in the form of class to write programs , the program stored in the form of wage data list , the definition of a linked list class that encapsulates the main operating functions.
2 display , modify, and delete data items are generic case .
3 wage data are arranged according to the number of wage storage.
4
(系统自动生成,下载前可以参看下载内容)
下载文件列表
f.cpp