登录
首页 » C# » Library-Management-System

Library-Management-System

于 2020-09-03 发布 文件大小:339KB
0 277
下载积分: 1 下载次数: 8

代码说明:

  C#语言实现图书馆管理系统,实例开发,学习实践,掌握C#语言(C# language library management system, case development, study and practice to master C# language )

文件列表:

第三章
......\代码

......\....\AssemblyInfo.cs,1859,2006-03-19
......\....\bin
......\....\...\Debug
......\....\...\.....\图书馆管理系统.exe,335872,2011-05-31
......\....\...\.....\图书馆管理系统.pdb,294400,2011-05-31
......\....\...\.....\图书馆管理系统.vshost.exe,5632,2005-11-11
......\....\DataBase.cs,1456,2006-03-19
......\....\DataSet1.Designer.cs,170509,2011-05-31
......\....\DataSet1.xsd,6936,2006-03-19
......\....\frmBase.cs,13939,2006-03-19
......\....\frmBase.resx,23042,2006-03-19
......\....\frmBookDoc.cs,41649,2006-03-19
......\....\frmBookDoc.resx,28289,2006-03-19
......\....\frmBookType.cs,13625,2006-03-19
......\....\frmBookType.resx,17210,2006-03-19
......\....\frmBorrow.cs,18249,2006-11-16
......\....\frmBorrow.resx,23754,2006-03-19
......\....\frmBuyBook.cs,22054,2006-03-19
......\....\frmBuyBook.resx,26314,2006-03-19
......\....\frmList.cs,3965,2006-03-19
......\....\frmList.resx,6993,2006-03-19
......\....\frmMain.cs,8408,2011-05-31
......\....\frmMain.cs.bak,8406,2006-03-19
......\....\frmMain.resx,12110,2006-03-19
......\....\frmMoney.cs,18762,2006-03-19
......\....\frmMoney.resx,15538,2006-03-19
......\....\frmReaderDoc.cs,40812,2006-03-19
......\....\frmReaderDoc.resx,30152,2006-03-19
......\....\frmReaderType.cs,19559,2006-03-19
......\....\frmReaderType.resx,19504,2006-03-19
......\....\frmReturn.cs,7126,2006-03-19
......\....\frmReturn.resx,9222,2006-03-19
......\....\frmSelectBook.cs,26868,2006-03-19
......\....\frmSelectBook.resx,12753,2006-03-19
......\....\obj
......\....\...\Debug
......\....\...\.....\TempPE
......\....\...\.....\......\DataSet1.Designer.cs.dll,73728,2011-05-31
......\....\...\.....\图书馆管理系统.csproj.GenerateResource.Cache,1463,2011-05-31
......\....\...\.....\图书馆管理系统.exe,335872,2011-05-31
......\....\...\.....\图书馆管理系统.Form1.resources,9206,2011-05-31
......\....\...\.....\图书馆管理系统.frmBase.resources,17185,2011-05-31
......\....\...\.....\图书馆管理系统.frmBookDoc.resources,21541,2011-05-31
......\....\...\.....\图书馆管理系统.frmBookType.resources,12511,2011-05-31
......\....\...\.....\图书馆管理系统.frmBorrow.resources,17148,2011-05-31
......\....\...\.....\图书馆管理系统.frmBuyBook.resources,20175,2011-05-31
......\....\...\.....\图书馆管理系统.frmList.resources,3396,2011-05-31
......\....\...\.....\图书馆管理系统.frmMoney.resources,11143,2011-05-31
......\....\...\.....\图书馆管理系统.frmReaderDoc.resources,23285,2011-05-31
......\....\...\.....\图书馆管理系统.frmReaderType.resources,14469,2011-05-31
......\....\...\.....\图书馆管理系统.frmReturn.resources,5130,2011-05-31
......\....\...\.....\图书馆管理系统.frmSelectBook.resources,8945,2011-05-31
......\....\...\.....\图书馆管理系统.pdb,294400,2011-05-31
......\....\...\图书馆管理系统.csproj.FileList.txt,895,2011-05-31
......\....\UpgradeLog.XML,1179,2011-05-31
......\....\_UpgradeReport_Files
......\....\....................\UpgradeReport.css,3348,2011-05-31
......\....\....................\UpgradeReport.xslt,12218,2005-11-12
......\....\....................\UpgradeReport_Minus.gif
......\....\....................\UpgradeReport_Plus.gif
......\....\图书馆管理系统.csproj,6990,2011-05-31
......\....\图书馆管理系统.csproj.user,2081,2011-05-31
......\....\图书馆管理系统.sln,911,2011-05-31
......\数据库脚本
......\..........\Chapter3.sql,5810,2006-03-19

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • sdkkts
    //需求分析:写一个成绩管理系统。其中的一个功能是实现成绩录入。要求能根据课程名称在系统里找到学生和课程信息;在结果区域中添加成绩。 //规则:要求对输入成绩的操作要有有效性检验。成绩只接受大于0且小于100的数字;同一记录不能反复提交;当点击“提交”,告知用户操作是否成功,并给出相应信息;课程名下拉列表中的课程列表根据数据库中的课程表,自动生成。 (/ / Demand analysis: to write a performance management system. A function is to achieve results entry. Requirements depending on the course name to find the students and course information in the system results added in the results area. / / Rules: to have a validation of the operation of the input results. Results will only accept greater than 0 and less than 100 figures the same record can not be repeatedly submitted When you click on "Submit" to inform the user whether the operation successfully, and gives the appropriate information list of courses under the course name in the drop-down list in the database curriculum, automatically generated.)
    2012-04-16 16:10:35下载
    积分:1
  • homework
    简单的信息管理系统,可以实现学生信息的添加,删除 (good)
    2020-07-03 06:40:02下载
    积分:1
  • Excel
    自己用VC++编写的操作Excel的程序,基于MFC,用于学生成绩的转换和计算,以及奖学金的评定。对于使用vc操作excel的朋友,可以直接使用或参考。(Own used VC++ codes for the Excel,basing on the MFC, using for the transfomaion and calculation of students grades, and the assessment of scholarship. To the friends who operate excel by vc++ codes,this can be used directly or by reference.)
    2012-12-05 11:56:10下载
    积分:1
  • gaokaochaxun
    高考录取查询系统(university admission Inquiry System)
    2006-06-04 23:03:11下载
    积分:1
  • Student-management-system
    学生学籍管理系统是典型的信息管理系统(MIS),其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者要求建立起数据一致性和完整性强、数据安全性好的库。而对于后者则要求应用程序功能完备,易使用等特点。 经过分析,我使用 MICROSOFT公司的 VISUAL BASIC开发工具,利用其提供的各种面向对象的开发工具,尤其是数据窗口这一能方便而简洁操纵数据库的智能化对象,首先在短时间内建立系统应用原型,然后,对初始原型系统进行需求迭代,不断修正和改进,直到形成用户满意的可行系统。 (Student achievement management system)
    2011-05-18 09:52:37下载
    积分:1
  • BookMng
    教育应用系统软件中的图书馆管理系统软件 教育应用系统软件中的图书馆管理系统软件 教育应用系统软件中的图书馆管理系统软件(Education system software in the education library management system software application systems software in the education library management system software application systems software in the library management system software)
    2020-11-06 15:59:50下载
    积分:1
  • GradeSystem1
    这是一个学生成绩管理系统,VC编程 这是一个学生成绩管理系统,VC编程(Student achievement management system)
    2012-09-14 21:02:06下载
    积分:1
  • JSD1207--Test
    在线考试系统,实现自动生成考卷,并且统计分数,完成考试时间的计算(failed to translate)
    2013-05-03 10:43:11下载
    积分:1
  • new xsc
    班主任考核管理系统(class teacher evaluation system)
    2004-11-08 13:35:25下载
    积分:1
  • SRMS
    学生学籍管理系统(the Student Management System)
    2004-12-15 16:40:39下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载