本文介绍了学生图书借阅图书馆系统的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嘿大家,



该项目是关于制作一个可视化C#程序库。它包括两个窗口(这意味着两个主要类,我想!)。一个让学生输入他的身份证,姓名,爸爸的名字,妈妈的名字,地址,他想借多少本书,杂志和报纸(我会告诉他们)它再向你走几行... ...在我们输入之后,信息被存储在学生数组中,我们可以通过输入学生的姓名并点击搜索按钮轻松返回,这样他的信息就会弹出。告诉我们他的信息以及他借了多少本书。



其他的东西就是图书馆里的东西。有书籍(一类),马格斯(他们的意思是类),&报纸(另一类)....所有这些都与继承有关(不知道它意味着什么:p)

这些借书应该是NAME,作者姓名,& ISBN&借款期限为2周。

Mags有一个名字,发行日期和&借阅截止日期是一周。

报纸上有一个名字,发行日期和时间。借阅截止日期为3天

以及图书馆中的任何东西,如果学生借用它,它就不能供其他人使用.....



我希望我给了你一个完整的想法,希望你不会感到头晕,希望你可以帮助我谦虚和放松。小项目:P

解决方案




hey everybody,

The project is about making a library visual C# program.It includes two windows(that means two prime classes, I THINK!).

One to let the student enter his ID, name, dad's name, mom's name, address, how many books, mags, newspapers he wants to borrow (I'll tell it to you a few lines further)... After we enter, the info are stored in a students array that we can easily return to by entering a student's name and hitting the search button so his info will pop up & tells us his info and how many books has he borrowed.

Other thing is the "things" in the library. There's "Books" (a class), "Mags" (class they mean), & newspapers(another class)....all of them are related by the inheritance(don't really know what do it means :p)
the books are meant to be borrowed have NAME, author's name, & ISBN & the borrow deadline is 2 weeks.
The Mags has A name, issue date, & the borrow deadline is one week.
the newspapers has a name, issue date & a borrow deadline is 3 days
and any of the things in the library if a student borrowed it, it can't be available for the others.....

I hope I gave you a full idea, hope you're not feeling dizzy, an hope you can help me in my humble & little project :P

解决方案




这篇关于学生图书借阅图书馆系统的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

06-19 15:12