在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 清大出版社 段德亮 《C#课程设计案例精编》源代码

清大出版社 段德亮 《C#课程设计案例精编》源代码

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:15.50M
  • 下载次数:5
  • 浏览次数:78
  • 发布时间:2021-02-22
  • 实例类别:一般编程问题
  • 发 布 人:好学IT男
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
清大出版社 段德亮 《C#课程设计案例精编》源代码 清大出版社 段德亮 《C#课程设计案例精编》源代码 清大出版社 段德亮 《C#课程设计案例精编》源代码
【实例截图】
【核心代码】
b8972b11-9d2a-4c86-8095-83ce8f6dd0a6
├── ch03 俄罗斯方块游戏
│   └── RussiaBlock
│   ├── RussiaBlock
│   │   ├── App.ico
│   │   ├── AssemblyInfo.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── AxInterop.WMPLib.dll
│   │   │   ├── Interop.WMPLib.dll
│   │   │   ├── RussiaBlock.exe
│   │   │   └── RussiaBlock.pdb
│   │   ├── Block.cs
│   │   ├── ControlForm.cs
│   │   ├── ControlForm.resx
│   │   ├── MainForm.cs
│   │   ├── MainForm.resx
│   │   ├── obj
│   │   │   ├── AxInterop.WMPLib.dll
│   │   │   ├── Debug
│   │   │   │   ├── RussiaBlock.ControlForm.resources
│   │   │   │   ├── RussiaBlock.exe
│   │   │   │   ├── RussiaBlock.MainForm.resources
│   │   │   │   ├── RussiaBlock.pdb
│   │   │   │   ├── RussiaBlock.projdata
│   │   │   │   └── setting.cob
│   │   │   └── Interop.WMPLib.dll
│   │   ├── PlaySound.cs
│   │   ├── RussiaBlock.csproj
│   │   ├── RussiaBlock.csproj.user
│   │   ├── sound
│   │   │   ├── call.wav
│   │   │   ├── folder.wav
│   │   │   ├── Global.wav
│   │   │   ├── InputAlert.wav
│   │   │   ├── msg.wav
│   │   │   ├── ring.wav
│   │   │   ├── security.wav
│   │   │   └── system.wav
│   │   ├── Sound.cs
│   │   └── WINMM.DLL
│   ├── RussiaBlock.sln
│   └── RussiaBlock.suo
├── ch04 贪吃蛇游戏的编制
│   └── SnakeRun
│   ├── App.ico
│   ├── AssemblyInfo.cs
│   ├── bin
│   │   └── Debug
│   │   ├── SnakeRun.exe
│   │   └── SnakeRun.pdb
│   ├── Color.cs
│   ├── Color.resx
│   ├── MainForm.cs
│   ├── MainForm.resx
│   ├── obj
│   │   └── Debug
│   │   ├── SnakeRun.exe
│   │   ├── SnakeRun.MainForm.resources
│   │   ├── SnakeRun.pdb
│   │   ├── SnakeRun.projdata
│   │   └── Snake.SnakeColor.resources
│   ├── Snake.cs
│   ├── SnakeRun.csproj
│   ├── SnakeRun.csproj.user
│   ├── SnakeRun.sln
│   └── SnakeRun.suo
├── ch05 员工管理信息系统
│   └── personMIS
│   ├── personMIS
│   │   ├── about.cs
│   │   ├── about.resx
│   │   ├── AddDepart.cs
│   │   ├── AddDepart.resx
│   │   ├── AddIncome.cs
│   │   ├── AddIncome.resx
│   │   ├── Addjob.cs
│   │   ├── Addjob.resx
│   │   ├── Addperson.cs
│   │   ├── Addperson.resx
│   │   ├── App.ico
│   │   ├── AssemblyInfo.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── personMIS.exe
│   │   │   ├── personMIS.mdb
│   │   │   └── personMIS.pdb
│   │   ├── BrowseDepart.cs
│   │   ├── BrowseDepart.resx
│   │   ├── BrowseIncome.cs
│   │   ├── BrowseIncome.resx
│   │   ├── BrowseJob.cs
│   │   ├── BrowseJob.resx
│   │   ├── BrowsePerson.cs
│   │   ├── BrowsePerson.resx
│   │   ├── Main.cs
│   │   ├── MainForm.cs
│   │   ├── MainForm.resx
│   │   ├── Main.resx
│   │   ├── ModifyDepart.cs
│   │   ├── ModifyDepart.resx
│   │   ├── ModifyIncome.cs
│   │   ├── ModifyIncome.resx
│   │   ├── ModifyJob.cs
│   │   ├── ModifyJob.resx
│   │   ├── ModifyPerson.cs
│   │   ├── ModifyPerson.resx
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── personMIS.about.resources
│   │   │   ├── personMIS.AddDepart.resources
│   │   │   ├── personMIS.AddIncome.resources
│   │   │   ├── personMIS.Addjob.resources
│   │   │   ├── personMIS.Addperson.resources
│   │   │   ├── personMIS.BrowseDepart.resources
│   │   │   ├── personMIS.BrowseIncome.resources
│   │   │   ├── personMIS.BrowseJob.resources
│   │   │   ├── personMIS.BrowsePerson.resources
│   │   │   ├── personMIS.exe
│   │   │   ├── personMIS.Login.resources
│   │   │   ├── personMIS.MainForm.resources
│   │   │   ├── personMIS.Main.resources
│   │   │   ├── personMIS.ModifyDepart.resources
│   │   │   ├── personMIS.ModifyIncome.resources
│   │   │   ├── personMIS.ModifyJob.resources
│   │   │   ├── personMIS.ModifyPerson.resources
│   │   │   ├── personMIS.pdb
│   │   │   └── personMIS.projdata
│   │   ├── personMIS.csproj
│   │   └── personMIS.csproj.user
│   ├── personMIS.sln
│   └── personMIS.suo
├── ch06 房屋出租管理系统
│   ├── DataBase
│   │   ├── RentManage_Data.MDF
│   │   └── RentManage_Log.LDF
│   └── RentManage
│   ├── RentManage
│   │   ├── App.ico
│   │   ├── AssemblyInfo.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── RentManage.exe
│   │   │   └── RentManage.pdb
│   │   ├── Customer.cs
│   │   ├── CustomerManage.cs
│   │   ├── CustomerQuery.cs
│   │   ├── CustomerQuery.resx
│   │   ├── Customer.resx
│   │   ├── database
│   │   │   └── dbconnection.cs
│   │   ├── Help.cs
│   │   ├── Help.resx
│   │   ├── Images
│   │   │   ├── 88ykiela2h57.jpg
│   │   │   ├── checkin.gif
│   │   │   ├── _desktop.ini
│   │   │   ├── fee.gif
│   │   │   ├── information.gif
│   │   │   ├── query.gif
│   │   │   ├── quit.gif
│   │   │   └── type.gif
│   │   ├── MainForm.cs
│   │   ├── MainForm.resx
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── RentManage.CustomerQuery.resources
│   │   │   ├── RentManage.Customer.resources
│   │   │   ├── RentManage.exe
│   │   │   ├── RentManage.Help.resources
│   │   │   ├── RentManage.mainform.resources
│   │   │   ├── RentManage.pdb
│   │   │   ├── RentManage.Profit.resources
│   │   │   ├── RentManage.projdata
│   │   │   ├── RentManage.Renter.resources
│   │   │   ├── RentManage.RoomQuery.resources
│   │   │   └── RentManage.Room.resources
│   │   ├── Profit.cs
│   │   ├── Profit.resx
│   │   ├── Renter.cs
│   │   ├── RenterManage.cs
│   │   ├── Renter.resx
│   │   ├── RentManage.csproj
│   │   ├── RentManage.csproj.user
│   │   ├── Room.cs
│   │   ├── RoomManange.cs
│   │   ├── RoomQuery.cs
│   │   ├── RoomQuery.resx
│   │   └── Room.resx
│   ├── RentManage.sln
│   └── RentManage.suo
├── ch07 仓库管理信息系统
│   └── StoreMIS
│   ├── StoreMIS
│   │   ├── AddRoles.cs
│   │   ├── AddRoles.resx
│   │   ├── AddUser.cs
│   │   ├── AddUser.resx
│   │   ├── App.ico
│   │   ├── AssemblyInfo.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── StoreMIS.exe
│   │   │   ├── storeMIS.mdb
│   │   │   └── StoreMIS.pdb
│   │   ├── database
│   │   │   └── dbConnection.cs
│   │   ├── Images
│   │   │   ├── bg.JPG
│   │   │   └── _desktop.ini
│   │   ├── InAdd.cs
│   │   ├── InAdd.resx
│   │   ├── In.cs
│   │   ├── InModify.cs
│   │   ├── InModify.resx
│   │   ├── InQuery.cs
│   │   ├── InQuery.resx
│   │   ├── In.resx
│   │   ├── Login.cs
│   │   ├── Login.resx
│   │   ├── Main.cs
│   │   ├── Main.resx
│   │   ├── MaterialAdd.cs
│   │   ├── MaterialAdd.resx
│   │   ├── Material.cs
│   │   ├── MaterialModify.cs
│   │   ├── MaterialModify.resx
│   │   ├── MaterialQuery.cs
│   │   ├── MaterialQuery.resx
│   │   ├── Material.resx
│   │   ├── ModifyPassword.cs
│   │   ├── ModifyPassword.resx
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── StoreMIS.AddRoles.resources
│   │   │   ├── StoreMIS.AddUser.resources
│   │   │   ├── StoreMIS.exe
│   │   │   ├── StoreMIS.InAdd.resources
│   │   │   ├── StoreMIS.InModify.resources
│   │   │   ├── StoreMIS.InQuery.resources
│   │   │   ├── StoreMIS.In.resources
│   │   │   ├── StoreMIS.Login.resources
│   │   │   ├── StoreMIS.Main.resources
│   │   │   ├── StoreMIS.MaterialAdd.resources
│   │   │   ├── StoreMIS.MaterialModify.resources
│   │   │   ├── StoreMIS.MaterialQuery.resources
│   │   │   ├── StoreMIS.Material.resources
│   │   │   ├── StoreMIS.ModifyPassword.resources
│   │   │   ├── StoreMIS.OutAdd.resources
│   │   │   ├── StoreMIS.OutModify.resources
│   │   │   ├── StoreMIS.OutQuery.resources
│   │   │   ├── StoreMIS.Out.resources
│   │   │   ├── StoreMIS.pdb
│   │   │   ├── StoreMIS.projdata
│   │   │   ├── StoreMIS.projdata1
│   │   │   ├── StoreMIS.StoreQuery.resources
│   │   │   └── StoreMIS.Store.resources
│   │   ├── OutAdd.cs
│   │   ├── OutAdd.resx
│   │   ├── Out.cs
│   │   ├── OutModify.cs
│   │   ├── OutModify.resx
│   │   ├── OutQuery.cs
│   │   ├── OutQuery.resx
│   │   ├── Out.resx
│   │   ├── Store.cs
│   │   ├── StoreMIS.csproj
│   │   ├── StoreMIS.csproj.user
│   │   ├── StoreQuery.cs
│   │   ├── StoreQuery.resx
│   │   └── Store.resx
│   ├── StoreMIS.sln
│   └── StoreMIS.suo
├── ch08 研究生管理信息系统
│   └── MasterMIS
│   ├── MasterMIS
│   │   ├── AddRoles.cs
│   │   ├── AddRoles.resx
│   │   ├── AddUser.cs
│   │   ├── AddUser.resx
│   │   ├── App.ico
│   │   ├── AssemblyInfo.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── MasterMIS.exe
│   │   │   ├── masterMIS.mdb
│   │   │   └── MasterMIS.pdb
│   │   ├── CourseAdd.cs
│   │   ├── CourseAdd.resx
│   │   ├── Course.cs
│   │   ├── CourseModify.cs
│   │   ├── CourseModify.resx
│   │   ├── Course.resx
│   │   ├── database
│   │   │   └── dbConnection.cs
│   │   ├── Images
│   │   │   ├── copyfolder.gif
│   │   │   ├── _desktop.ini
│   │   │   ├── fee.gif
│   │   │   ├── information.gif
│   │   │   ├── mnuWindow.gif
│   │   │   ├── os.gif
│   │   │   ├── query.gif
│   │   │   └── Sample_Picture05.jpg
│   │   ├── Login.cs
│   │   ├── Login.resx
│   │   ├── Main.cs
│   │   ├── Main.resx
│   │   ├── MajorAdd.cs
│   │   ├── MajorAdd.resx
│   │   ├── Major.cs
│   │   ├── MajorModify.cs
│   │   ├── MajorModify.resx
│   │   ├── Major.resx
│   │   ├── MasterMIS.csproj
│   │   ├── MasterMIS.csproj.user
│   │   ├── ModifyCode.cs
│   │   ├── ModifyCode.resx
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── MasterMIS.AddRoles.resources
│   │   │   ├── MasterMIS.AddUser.resources
│   │   │   ├── MasterMIS.CourseAdd.resources
│   │   │   ├── MasterMIS.CourseModify.resources
│   │   │   ├── MasterMIS.Course.resources
│   │   │   ├── MasterMIS.exe
│   │   │   ├── MasterMIS.Login.resources
│   │   │   ├── MasterMIS.Main.resources
│   │   │   ├── MasterMIS.MajorAdd.resources
│   │   │   ├── MasterMIS.MajorModify.resources
│   │   │   ├── MasterMIS.Major.resources
│   │   │   ├── MasterMIS.ModifyCode.resources
│   │   │   ├── MasterMIS.pdb
│   │   │   ├── MasterMIS.projdata
│   │   │   ├── MasterMIS.ScoreAdd.resources
│   │   │   ├── MasterMIS.ScoreModify.resources
│   │   │   ├── MasterMIS.Score.resources
│   │   │   ├── MasterMIS.StudentAdd.resources
│   │   │   ├── MasterMIS.StudentModify.resources
│   │   │   └── MasterMIS.Student.resources
│   │   ├── ScoreAdd.cs
│   │   ├── ScoreAdd.resx
│   │   ├── Score.cs
│   │   ├── ScoreModify.cs
│   │   ├── ScoreModify.resx
│   │   ├── Score.resx
│   │   ├── StudentAdd.cs
│   │   ├── StudentAdd.resx
│   │   ├── Student.cs
│   │   ├── StudentModify.cs
│   │   ├── StudentModify.resx
│   │   └── Student.resx
│   ├── MasterMIS.sln
│   └── MasterMIS.suo
├── ch09 图书馆管理信息系统
│   └── LibraryMIS
│   ├── LibraryMIS
│   │   ├── AddBook.cs
│   │   ├── AddBook.resx
│   │   ├── AddIdentity.cs
│   │   ├── AddIdentity.resx
│   │   ├── AddPerson.cs
│   │   ├── AddPerson.resx
│   │   ├── AddType.cs
│   │   ├── AddType.resx
│   │   ├── AddUser.cs
│   │   ├── AddUser.resx
│   │   ├── App.ico
│   │   ├── AssemblyInfo.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── LibraryMIS.exe
│   │   │   ├── libraryMIS.mdb
│   │   │   └── LibraryMIS.pdb
│   │   ├── Book.cs
│   │   ├── BookIn.cs
│   │   ├── BookIn.resx
│   │   ├── BookOut.cs
│   │   ├── BookOut.resx
│   │   ├── BookQuery.cs
│   │   ├── BookQuery.resx
│   │   ├── Book.resx
│   │   ├── database
│   │   │   └── dbConnection.cs
│   │   ├── Identity.cs
│   │   ├── Identity.resx
│   │   ├── image
│   │   │   ├── btnImage.gif
│   │   │   ├── icon_back.gif
│   │   │   ├── icon_find.gif
│   │   │   ├── icon_stat.gif
│   │   │   ├── oeBarfolder.gif
│   │   │   ├── oe_calendar.gif
│   │   │   ├── oe_contacts.gif
│   │   │   ├── oe_drafts.gif
│   │   │   ├── oe_inbox.gif
│   │   │   ├── oe_journal.gif
│   │   │   ├── oe_notes.gif
│   │   │   ├── oe_outbox.gif
│   │   │   ├── oe_outlooktoday.gif
│   │   │   ├── oe_tasks.gif
│   │   │   ├── Sample_Picture08.jpg
│   │   │   └── web.gif
│   │   ├── LibraryMIS.csproj
│   │   ├── LibraryMIS.csproj.user
│   │   ├── Login.cs
│   │   ├── Login.resx
│   │   ├── main.cs
│   │   ├── main.resx
│   │   ├── ModifyBook.cs
│   │   ├── ModifyBook.resx
│   │   ├── ModifyCode.cs
│   │   ├── ModifyCode.resx
│   │   ├── ModifyPerson.cs
│   │   ├── ModifyPerson.resx
│   │   ├── ModifyType.cs
│   │   ├── ModifyType.resx
│   │   ├── ModifyUser.cs
│   │   ├── ModifyUser.resx
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── LibraryMIS.AddBook.resources
│   │   │   ├── LibraryMIS.AddIdentity.resources
│   │   │   ├── LibraryMIS.AddPerson.resources
│   │   │   ├── LibraryMIS.AddType.resources
│   │   │   ├── LibraryMIS.AddUser.resources
│   │   │   ├── LibraryMIS.BookIn.resources
│   │   │   ├── LibraryMIS.BookOut.resources
│   │   │   ├── LibraryMIS.BookQuery.resources
│   │   │   ├── LibraryMIS.Book.resources
│   │   │   ├── LibraryMIS.exe
│   │   │   ├── LibraryMIS.Identity.resources
│   │   │   ├── LibraryMIS.Login.resources
│   │   │   ├── LibraryMIS.main.resources
│   │   │   ├── LibraryMIS.ModifyBook.resources
│   │   │   ├── LibraryMIS.ModifyCode.resources
│   │   │   ├── LibraryMIS.ModifyPerson.resources
│   │   │   ├── LibraryMIS.ModifyType.resources
│   │   │   ├── LibraryMIS.ModifyUser.resources
│   │   │   ├── LibraryMIS.pdb
│   │   │   ├── LibraryMIS.PersonQuery.resources
│   │   │   ├── LibraryMIS.Person.resources
│   │   │   ├── LibraryMIS.projdata
│   │   │   ├── LibraryMIS.Type.resources
│   │   │   └── LibraryMIS.User.resources
│   │   ├── Person.cs
│   │   ├── PersonQuery.cs
│   │   ├── PersonQuery.resx
│   │   ├── Person.resx
│   │   ├── Type.cs
│   │   ├── Type.resx
│   │   ├── User.cs
│   │   └── User.resx
│   ├── LibraryMIS.sln
│   └── LibraryMIS.suo
├── ch10 宿舍管理信息系统
│   └── DormMIS
│   ├── DormMIS
│   │   ├── AddCharge.cs
│   │   ├── AddCharge.resx
│   │   ├── AddCheck.cs
│   │   ├── AddCheck.resx
│   │   ├── AddDorm.cs
│   │   ├── AddDorm.resx
│   │   ├── AddRegis.cs
│   │   ├── AddRegis.resx
│   │   ├── AddRepair.cs
│   │   ├── AddRepair.resx
│   │   ├── AddStudent.cs
│   │   ├── AddStudent.resx
│   │   ├── AddUser.cs
│   │   ├── AddUser.resx
│   │   ├── App.ico
│   │   ├── AssemblyInfo.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── DormMIS.exe
│   │   │   ├── dormMIS.mdb
│   │   │   └── DormMIS.pdb
│   │   ├── Charge.cs
│   │   ├── Charge.resx
│   │   ├── Check.cs
│   │   ├── CheckModify.cs
│   │   ├── CheckModify.resx
│   │   ├── Check.resx
│   │   ├── database
│   │   │   └── dbConnection.cs
│   │   ├── Dorm.cs
│   │   ├── DormMIS.csproj
│   │   ├── DormMIS.csproj.user
│   │   ├── DormModify.cs
│   │   ├── DormModify.resx
│   │   ├── Dorm.resx
│   │   ├── image
│   │   │   ├── oe_calendar.gif
│   │   │   ├── oe_drafts.gif
│   │   │   ├── oe_notes.gif
│   │   │   ├── oe_outbox.gif
│   │   │   ├── oe_outlooktoday.gif
│   │   │   ├── oe_tasks.gif
│   │   │   └── Overlooking Rio.jpg
│   │   ├── Login.cs
│   │   ├── Login.resx
│   │   ├── Main.cs
│   │   ├── Main.resx
│   │   ├── ModifyCode.cs
│   │   ├── ModifyCode.resx
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── DormMIS.AddCharge.resources
│   │   │   ├── DormMIS.AddCheck.resources
│   │   │   ├── DormMIS.AddDorm.resources
│   │   │   ├── DormMIS.AddRegis.resources
│   │   │   ├── DormMIS.AddRepair.resources
│   │   │   ├── DormMIS.AddStudent.resources
│   │   │   ├── DormMIS.AddUser.resources
│   │   │   ├── DormMIS.Charge.resources
│   │   │   ├── DormMIS.CheckModify.resources
│   │   │   ├── DormMIS.Check.resources
│   │   │   ├── DormMIS.DormModify.resources
│   │   │   ├── DormMIS.Dorm.resources
│   │   │   ├── DormMIS.exe
│   │   │   ├── DormMIS.Login.resources
│   │   │   ├── DormMIS.Main.resources
│   │   │   ├── DormMIS.ModifyCode.resources
│   │   │   ├── DormMIS.pdb
│   │   │   ├── DormMIS.projdata
│   │   │   ├── DormMIS.Register.resources
│   │   │   ├── DormMIS.Repair.resources
│   │   │   ├── DormMIS.StudentModify.resources
│   │   │   └── DormMIS.Student.resources
│   │   ├── Register.cs
│   │   ├── Register.resx
│   │   ├── Repair.cs
│   │   ├── Repair.resx
│   │   ├── Student.cs
│   │   ├── StudentModify.cs
│   │   ├── StudentModify.resx
│   │   └── Student.resx
│   ├── DormMIS.sln
│   └── DormMIS.suo
├── ch11 理财管理信息系统
│   └── WealthMIS
│   ├── WealthMIS
│   │   ├── analyse
│   │   │   ├── Query.cs
│   │   │   ├── Query.resx
│   │   │   ├── Report.cs
│   │   │   └── Report.resx
│   │   ├── App.ico
│   │   ├── AssemblyInfo.cs
│   │   ├── bank
│   │   │   ├── Fix.cs
│   │   │   ├── Fix.resx
│   │   │   ├── Live.cs
│   │   │   └── Live.resx
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── WealthMIS.exe
│   │   │   │   ├── wealthMIS.mdb
│   │   │   │   └── WealthMIS.pdb
│   │   │   └── Release
│   │   │   └── WealthMIS.exe
│   │   ├── database
│   │   │   └── dbConnection.cs
│   │   ├── family
│   │   │   ├── Family.cs
│   │   │   ├── Family.resx
│   │   │   ├── Item.cs
│   │   │   └── Item.resx
│   │   ├── image
│   │   │   └── Sample_Picture06.jpg
│   │   ├── inout
│   │   │   ├── InInfo.cs
│   │   │   ├── InInfo.resx
│   │   │   ├── OutInfo.cs
│   │   │   └── OutInfo.resx
│   │   ├── lendborr
│   │   │   ├── Borrow.cs
│   │   │   ├── Borrow.resx
│   │   │   ├── Lend.cs
│   │   │   └── Lend.resx
│   │   ├── MainForm.cs
│   │   ├── MainForm.resx
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── WealthMIS.analyse.Query.resources
│   │   │   │   ├── WealthMIS.analyse.Report.resources
│   │   │   │   ├── WealthMIS.bank.Fix.resources
│   │   │   │   ├── WealthMIS.bank.Live.resources
│   │   │   │   ├── WealthMIS.exe
│   │   │   │   ├── WealthMIS.family.Family.resources
│   │   │   │   ├── WealthMIS.family.Item.resources
│   │   │   │   ├── WealthMIS.inout.InInfo.resources
│   │   │   │   ├── WealthMIS.inout.OutInfo.resources
│   │   │   │   ├── WealthMIS.lendborr.Borrow.resources
│   │   │   │   ├── WealthMIS.lendborr.Lend.resources
│   │   │   │   ├── WealthMIS.MainForm.resources
│   │   │   │   ├── WealthMIS.pdb
│   │   │   │   ├── WealthMIS.projdata
│   │   │   │   ├── WealthMIS.user.Login.resources
│   │   │   │   └── WealthMIS.user.ModifyCode.resources
│   │   │   └── Release
│   │   │   ├── WealthMIS.exe
│   │   │   └── WealthMIS.projdata
│   │   ├── user
│   │   │   ├── Login.cs
│   │   │   ├── Login.resx
│   │   │   ├── ModifyCode.cs
│   │   │   └── ModifyCode.resx
│   │   ├── WealthMIS.csproj
│   │   └── WealthMIS.csproj.user
│   ├── WealthMIS.sln
│   └── WealthMIS.suo
├── ch12 IT设备资产管理
│   ├── IT设备资产管理.sln
│   ├── IT设备资产管理.suo
│   └── 资产管理系统
│   ├── App.ico
│   ├── AssemblyInfo.cs
│   ├── bin
│   │   └── Debug
│   │   ├── Desktop_.ini
│   │   ├── itasset.mdb
│   │   ├── 父窗体.exe
│   │   └── 父窗体.pdb
│   ├── crpAsset.cs
│   ├── crpAsset.rpt
│   ├── crpService.cs
│   ├── crpService.rpt
│   ├── dsAsset.cs
│   ├── dsAsset.xsd
│   ├── dsAsset.xsx
│   ├── dsService.cs
│   ├── dsService.xsd
│   ├── dsService.xsx
│   ├── ExcuteData.cs
│   ├── frmAbout.cs
│   ├── frmAbout.resx
│   ├── frmAddDepartment.cs
│   ├── frmAddDepartment.resx
│   ├── frmAssetChange.cs
│   ├── frmAssetChange.resx
│   ├── frmAsset.cs
│   ├── frmAssetReport.cs
│   ├── frmAssetReport.resx
│   ├── frmAsset.resx
│   ├── frmEditDepartment.cs
│   ├── frmEditDepartment.resx
│   ├── frmHelp.cs
│   ├── frmHelp.resx
│   ├── frmLogin.cs
│   ├── frmLogin.resx
│   ├── frmMain.cs
│   ├── frmMain.resx
│   ├── frmService.cs
│   ├── frmServiceReport.cs
│   ├── frmServiceReport.resx
│   ├── frmService.resx
│   ├── frmSoftwareChange.cs
│   ├── frmSoftwareChange.resx
│   ├── frmsoftware.cs
│   ├── frmsoftware.resx
│   ├── frmSystem.cs
│   ├── frmSystem.resx
│   ├── frmTuserAC.cs
│   ├── frmTuserAC.resx
│   ├── frmTuserF.cs
│   ├── frmTuserF.resx
│   ├── frmTuserSupperAC.cs
│   ├── frmTuserSupperAC.resx
│   ├── obj
│   │   ├── Debug
│   │   │   ├── Desktop_.ini
│   │   │   ├── temp
│   │   │   │   └── Desktop_.ini
│   │   │   ├── TempPE
│   │   │   │   ├── crpAsset.cs.dll
│   │   │   │   ├── crpService.cs.dll
│   │   │   │   ├── CrystalReport1.cs.dll
│   │   │   │   ├── Desktop_.ini
│   │   │   │   ├── dsAsset.cs.dll
│   │   │   │   └── dsService.cs.dll
│   │   │   ├── 父窗体.exe
│   │   │   ├── 父窗体.Form1.resources
│   │   │   ├── 父窗体.Form3.resources
│   │   │   ├── 父窗体.frmAbout.resources
│   │   │   ├── 父窗体.frmAddDepartment.resources
│   │   │   ├── 父窗体.frmAssetReport.resources
│   │   │   ├── 父窗体.frmAsset.resources
│   │   │   ├── 父窗体.frmHelp.resources
│   │   │   ├── 父窗体.frmLogin.resources
│   │   │   ├── 父窗体.frmMain.resources
│   │   │   ├── 父窗体.frmServiceReport.resources
│   │   │   ├── 父窗体.frmService.resources
│   │   │   ├── 父窗体.frmsoftware.resources
│   │   │   ├── 父窗体.frmSystem.resources
│   │   │   ├── 父窗体.frmTuserAC.resources
│   │   │   ├── 父窗体.pdb
│   │   │   ├── 父窗体.projdata
│   │   │   └── 资产管理系统.projdata
│   │   └── Desktop_.ini
│   ├── 父窗体.suo
│   ├── 资产管理系统.csproj
│   ├── 资产管理系统.csproj.user
│   ├── 资产管理系统.sln
│   └── 资产管理系统.suo
└── 光盘文件说明.txt

92 directories, 615 files

标签:

实例下载地址

清大出版社 段德亮 《C#课程设计案例精编》源代码

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警