主题:[讨论]急求此题解答!!!!!万分火急!!!!等待高手!!!
图书馆管理系统:
1. The basic information table of book
The basic information of books are: bookno, bookname, author, publishing company, publishingdate, ISBN, edition, price, storenumber, borrownumber and so on.
The buy information of books: bookname, author, buydate, buyprice, buymoney, invoiceno, bookno and so on.
The borrow information of book: borrower, borrower’s cardNo, borrowbookname, borrowdate, returndate, forfeit and so on…borrow date is one month, one day one dollar.
2. The function of system
(1) Input. For example: input the basic information of the books.
(2) Modify. For example: modify the information that has been inputed.
(3) Insert. Insert a new record.
(4) Delete. Delete a record.
(5) Query.
(6) To calculate all kinds of basic information. For example:
(6-1) The total number of store books. The number of books that have been borrowed. The number of books that are stored in the library.
(6-2) Stat the total money of the books are stored in the library. Calculate the average price of books are stored in the library.
3. Using the following tools of C++
(1) class
(2) inheritance
(3) friend function
(4) constructor function
(5) virtual function
(6) template
(7) file input and output
以上是本人小组的本学期课程设计题目...因本人学艺非常不精...急求解答!!!万分火急!!!
关系到5个人的生死...只剩3天时间了!!请高手们帮忙!!!万分感谢!!!!
1. The basic information table of book
The basic information of books are: bookno, bookname, author, publishing company, publishingdate, ISBN, edition, price, storenumber, borrownumber and so on.
The buy information of books: bookname, author, buydate, buyprice, buymoney, invoiceno, bookno and so on.
The borrow information of book: borrower, borrower’s cardNo, borrowbookname, borrowdate, returndate, forfeit and so on…borrow date is one month, one day one dollar.
2. The function of system
(1) Input. For example: input the basic information of the books.
(2) Modify. For example: modify the information that has been inputed.
(3) Insert. Insert a new record.
(4) Delete. Delete a record.
(5) Query.
(6) To calculate all kinds of basic information. For example:
(6-1) The total number of store books. The number of books that have been borrowed. The number of books that are stored in the library.
(6-2) Stat the total money of the books are stored in the library. Calculate the average price of books are stored in the library.
3. Using the following tools of C++
(1) class
(2) inheritance
(3) friend function
(4) constructor function
(5) virtual function
(6) template
(7) file input and output
以上是本人小组的本学期课程设计题目...因本人学艺非常不精...急求解答!!!万分火急!!!
关系到5个人的生死...只剩3天时间了!!请高手们帮忙!!!万分感谢!!!!