学生图书借阅图书馆系统 [英] Student book loan library system

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

问题描述

嘿大家,



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



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

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

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

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

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



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

解决方案

你有24小时。这是足够的时间,如果你坐下来实际开始工作。也许你应该在圣诞节假期之前开始这个?



任何人都不太可能只给你代码:我们为什么要做你的功课?但是,您的描述涵盖了大部分细节:



课程:

您需要一本书,一本杂志和一份报纸:全部它们来自一个LibraryObject(你自己说,所以这样做 - 它就在你的笔记中)。你已经说过他们需要包含的内容了!

你还需要一个学生课来借东西。



表格:

您需要一个主表格,其中列出了所有可用的对象,并允许您搜索学生。

您将需要第二个表格显示学生贷款详细信息。



存储:

你需要一些方法来保存书籍信息,学生信息,贷款。由于我不在你的课程中,我不能提出任何建议 - 我不知道你到目前为止做了什么,也不想混淆。



所以,坐下来完成设计,然后开始编码。如果您有特定问题,请寻求帮助,但请记住您时间紧迫 - 您可能会发现自己做得更快...


看一看在这里:



http://www.techotopia.com/ index.php / Creating_a_Simple_C_Sharp_GUI_Application_with_Visual_Studio [ ^ ]



和这里:



http://msdn.microsoft.com/en-us/library/360kwx3z(v = VS.90)的.aspx [<一个href =http://msdn.microsoft.com/en-us/library/360kwx3z(v=vs.90).aspx\"target =_ blanktitle =New Window> ^ ]



这是你的开始。



您还要决定在哪里保存信息。我建议使用XML文件或MSSQL数据库。


嗨我有你的项目......我的项目将在FEB第2周完成

i取得了相当大的进步但myDesigns尚未完成





我遇到的问题是关于LOGin和borrowning系统..

i现在已经用关系重新建立了我的数据库......(MS ACCESS)你能给我什么见解吗???我将上传我的代码和项目


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

解决方案

You have 24 hours. That's enough time, if you sit down and actually start work. Perhaps you should have started this before the Christmas break?

It is very unlikely anyone is going to just give you the code: why would we do your homework? However, your description covers most of the details:

Classes:
You need a Book , a Magazine, and a Newspaper: all of which are derived from a LibraryObject (you say that yourself, so do it - it's all in your notes). You have said what they need to contain already!
You will also need a Student class to borrow things.

Forms:
You need a main form, which lists all the objects available and lets you search for students.
You will need a second form which displayed a students loan details.

Storage:
You will need some way to persist book info, student info, loans. Since I am not on your course, I can't suggest anything - I don't know what you have done so far and don't want to confuse things.

So, sit down, finish the design, and start coding. If you have a specific problem, ask for help on that, but bear in mind that you are short on time - you may find it quicker to do it yourself...


Take a look here:

http://www.techotopia.com/index.php/Creating_a_Simple_C_Sharp_GUI_Application_with_Visual_Studio[^]

and here:

http://msdn.microsoft.com/en-us/library/360kwx3z(v=vs.90).aspx[^]

Here, is your start.

You still to decide where are you going to save the information. I suggest XML files or MSSQL Database.


hi i have project as you are....my project is due 2nd week of FEB
i made quite a progress however myDesigns are not yet finish


the nly problem i have is about the LOGin and the borrowning system..
i already remade my database now with relationship...(MS ACCESS) can you give me insights??? i'll upload my codes and project


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

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆