基本信息
源码名称:图书管理系统 课程设计 c#
源码大小:2.34M
文件格式:.rar
开发语言:C#
更新时间:2023-04-26
友情提示:(无需注册或充值,赞助后即可获取资源下载链接)
嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元×
微信扫码支付:2 元
×
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
源码介绍
图书管理系统 课程设计 c#
完整版 图书馆里系统各种功能实现 界面友好 ,在校学习的课程设计 完全可以 替代
文件清单
└── book
├── Backup
│ ├── book
│ │ ├── addbook.cs
│ │ ├── addbook.Designer.cs
│ │ ├── addbook.resx
│ │ ├── addreader.cs
│ │ ├── addreader.designer.cs
│ │ ├── addreader.resx
│ │ ├── adminborrow.cs
│ │ ├── adminborrow.Designer.cs
│ │ ├── adminborrow.resx
│ │ ├── admin.cs
│ │ ├── admin.Designer.cs
│ │ ├── adminearchbook.cs
│ │ ├── adminearchbook.Designer.cs
│ │ ├── adminearchbook.resx
│ │ ├── admin.resx
│ │ ├── book.csproj
│ │ ├── book.csproj.user
│ │ ├── booksborrow.cs
│ │ ├── booksborrow.Designer.cs
│ │ ├── booksborrow.resx
│ │ ├── borrow.cs
│ │ ├── borrow.Designer.cs
│ │ ├── borrow.resx
│ │ ├── Dbhelper.cs
│ │ ├── deletereader.cs
│ │ ├── deletereader.designer.cs
│ │ ├── deletereader.resx
│ │ ├── login.cs
│ │ ├── login.Designer.cs
│ │ ├── login.resx
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── publisher.cs
│ │ ├── publisher.Designer.cs
│ │ ├── publisher.resx
│ │ ├── reader.cs
│ │ ├── reader.Designer.cs
│ │ ├── readerinfo.cs
│ │ ├── readerinfo.Designer.cs
│ │ ├── readerinfo.resx
│ │ ├── reader.resx
│ │ ├── readerseacherinfo.cs
│ │ ├── readerseacherinfo.Designer.cs
│ │ ├── readerseacherinfo.resx
│ │ ├── readsearchbook.cs
│ │ ├── readsearchbook.Designer.cs
│ │ ├── readsearchbook.resx
│ │ ├── testborrow.cs
│ │ ├── testborrow.Designer.cs
│ │ ├── testborrow.resx
│ │ └── userhelper.cs
│ ├── book.sln
│ └── book.suo
├── book
│ ├── addbook.cs
│ ├── addbook.Designer.cs
│ ├── addbook.resx
│ ├── addreader.cs
│ ├── addreader.designer.cs
│ ├── addreader.resx
│ ├── adminborrow.cs
│ ├── adminborrow.Designer.cs
│ ├── adminborrow.resx
│ ├── admin.cs
│ ├── admin.Designer.cs
│ ├── adminearchbook.cs
│ ├── adminearchbook.Designer.cs
│ ├── adminearchbook.resx
│ ├── admin.resx
│ ├── bin
│ │ └── Debug
│ │ ├── book.exe
│ │ ├── book.pdb
│ │ └── book.vshost.exe
│ ├── book.csproj
│ ├── book.csproj.user
│ ├── booksborrow.cs
│ ├── booksborrow.Designer.cs
│ ├── booksborrow.resx
│ ├── borrow.cs
│ ├── borrow.Designer.cs
│ ├── borrow.resx
│ ├── Dbhelper.cs
│ ├── deletereader.cs
│ ├── deletereader.designer.cs
│ ├── deletereader.resx
│ ├── frmStudent.cs
│ ├── frmStudent.designer.cs
│ ├── frmStudent.resx
│ ├── login.cs
│ ├── login.Designer.cs
│ ├── login.resx
│ ├── obj
│ │ ├── book.csproj.FileList.txt
│ │ └── Debug
│ │ ├── book.addbook.resources
│ │ ├── book.addreader.resources
│ │ ├── book.adminborrow.resources
│ │ ├── book.adminearchbook.resources
│ │ ├── book.admin.resources
│ │ ├── book.booksborrow.resources
│ │ ├── book.borrow.resources
│ │ ├── book.csproj.FileListAbsolute.txt
│ │ ├── book.csproj.GenerateResource.Cache
│ │ ├── book.deletereader.resources
│ │ ├── book.exe
│ │ ├── book.frmStudent.resources
│ │ ├── book.login.resources
│ │ ├── book.pdb
│ │ ├── book.Properties.Resources.resources
│ │ ├── book.publisher.resources
│ │ ├── book.readerinfo.resources
│ │ ├── book.readerseacherinfo.resources
│ │ ├── book.readsearchbook.resources
│ │ ├── book.searchbook.resources
│ │ ├── book.testborrow.resources
│ │ ├── Refactor
│ │ ├── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── wode.Form1.resources
│ │ └── wode.searchbook.resources
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── publisher.cs
│ ├── publisher.Designer.cs
│ ├── publisher.resx
│ ├── readerinfo.cs
│ ├── readerinfo.Designer.cs
│ ├── readerinfo.resx
│ ├── readerseacherinfo.cs
│ ├── readerseacherinfo.Designer.cs
│ ├── readerseacherinfo.resx
│ ├── readsearchbook.cs
│ ├── readsearchbook.Designer.cs
│ ├── readsearchbook.resx
│ ├── testborrow.cs
│ ├── testborrow.Designer.cs
│ ├── testborrow.resx
│ └── userhelper.cs
├── book.sln
├── book.suo
├── UpgradeLog.XML
└── _UpgradeReport_Files
├── UpgradeReport.css
├── UpgradeReport_Minus.gif
├── UpgradeReport_Plus.gif
└── UpgradeReport.xslt
13 directories, 147 files
图书管理系统 课程设计 c#
完整版 图书馆里系统各种功能实现 界面友好 ,在校学习的课程设计 完全可以 替代
文件清单
└── book
├── Backup
│ ├── book
│ │ ├── addbook.cs
│ │ ├── addbook.Designer.cs
│ │ ├── addbook.resx
│ │ ├── addreader.cs
│ │ ├── addreader.designer.cs
│ │ ├── addreader.resx
│ │ ├── adminborrow.cs
│ │ ├── adminborrow.Designer.cs
│ │ ├── adminborrow.resx
│ │ ├── admin.cs
│ │ ├── admin.Designer.cs
│ │ ├── adminearchbook.cs
│ │ ├── adminearchbook.Designer.cs
│ │ ├── adminearchbook.resx
│ │ ├── admin.resx
│ │ ├── book.csproj
│ │ ├── book.csproj.user
│ │ ├── booksborrow.cs
│ │ ├── booksborrow.Designer.cs
│ │ ├── booksborrow.resx
│ │ ├── borrow.cs
│ │ ├── borrow.Designer.cs
│ │ ├── borrow.resx
│ │ ├── Dbhelper.cs
│ │ ├── deletereader.cs
│ │ ├── deletereader.designer.cs
│ │ ├── deletereader.resx
│ │ ├── login.cs
│ │ ├── login.Designer.cs
│ │ ├── login.resx
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── publisher.cs
│ │ ├── publisher.Designer.cs
│ │ ├── publisher.resx
│ │ ├── reader.cs
│ │ ├── reader.Designer.cs
│ │ ├── readerinfo.cs
│ │ ├── readerinfo.Designer.cs
│ │ ├── readerinfo.resx
│ │ ├── reader.resx
│ │ ├── readerseacherinfo.cs
│ │ ├── readerseacherinfo.Designer.cs
│ │ ├── readerseacherinfo.resx
│ │ ├── readsearchbook.cs
│ │ ├── readsearchbook.Designer.cs
│ │ ├── readsearchbook.resx
│ │ ├── testborrow.cs
│ │ ├── testborrow.Designer.cs
│ │ ├── testborrow.resx
│ │ └── userhelper.cs
│ ├── book.sln
│ └── book.suo
├── book
│ ├── addbook.cs
│ ├── addbook.Designer.cs
│ ├── addbook.resx
│ ├── addreader.cs
│ ├── addreader.designer.cs
│ ├── addreader.resx
│ ├── adminborrow.cs
│ ├── adminborrow.Designer.cs
│ ├── adminborrow.resx
│ ├── admin.cs
│ ├── admin.Designer.cs
│ ├── adminearchbook.cs
│ ├── adminearchbook.Designer.cs
│ ├── adminearchbook.resx
│ ├── admin.resx
│ ├── bin
│ │ └── Debug
│ │ ├── book.exe
│ │ ├── book.pdb
│ │ └── book.vshost.exe
│ ├── book.csproj
│ ├── book.csproj.user
│ ├── booksborrow.cs
│ ├── booksborrow.Designer.cs
│ ├── booksborrow.resx
│ ├── borrow.cs
│ ├── borrow.Designer.cs
│ ├── borrow.resx
│ ├── Dbhelper.cs
│ ├── deletereader.cs
│ ├── deletereader.designer.cs
│ ├── deletereader.resx
│ ├── frmStudent.cs
│ ├── frmStudent.designer.cs
│ ├── frmStudent.resx
│ ├── login.cs
│ ├── login.Designer.cs
│ ├── login.resx
│ ├── obj
│ │ ├── book.csproj.FileList.txt
│ │ └── Debug
│ │ ├── book.addbook.resources
│ │ ├── book.addreader.resources
│ │ ├── book.adminborrow.resources
│ │ ├── book.adminearchbook.resources
│ │ ├── book.admin.resources
│ │ ├── book.booksborrow.resources
│ │ ├── book.borrow.resources
│ │ ├── book.csproj.FileListAbsolute.txt
│ │ ├── book.csproj.GenerateResource.Cache
│ │ ├── book.deletereader.resources
│ │ ├── book.exe
│ │ ├── book.frmStudent.resources
│ │ ├── book.login.resources
│ │ ├── book.pdb
│ │ ├── book.Properties.Resources.resources
│ │ ├── book.publisher.resources
│ │ ├── book.readerinfo.resources
│ │ ├── book.readerseacherinfo.resources
│ │ ├── book.readsearchbook.resources
│ │ ├── book.searchbook.resources
│ │ ├── book.testborrow.resources
│ │ ├── Refactor
│ │ ├── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── wode.Form1.resources
│ │ └── wode.searchbook.resources
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── publisher.cs
│ ├── publisher.Designer.cs
│ ├── publisher.resx
│ ├── readerinfo.cs
│ ├── readerinfo.Designer.cs
│ ├── readerinfo.resx
│ ├── readerseacherinfo.cs
│ ├── readerseacherinfo.Designer.cs
│ ├── readerseacherinfo.resx
│ ├── readsearchbook.cs
│ ├── readsearchbook.Designer.cs
│ ├── readsearchbook.resx
│ ├── testborrow.cs
│ ├── testborrow.Designer.cs
│ ├── testborrow.resx
│ └── userhelper.cs
├── book.sln
├── book.suo
├── UpgradeLog.XML
└── _UpgradeReport_Files
├── UpgradeReport.css
├── UpgradeReport_Minus.gif
├── UpgradeReport_Plus.gif
└── UpgradeReport.xslt
13 directories, 147 files