实例介绍
【实例截图】
【核心代码】
.
├── PhoneBook
│ ├── PhoneBook
│ │ ├── FrmAdd.Designer.cs
│ │ ├── FrmAdd.cs
│ │ ├── FrmAdd.resx
│ │ ├── FrmEdit.Designer.cs
│ │ ├── FrmEdit.cs
│ │ ├── FrmEdit.resx
│ │ ├── FrmLogin.Designer.cs
│ │ ├── FrmLogin.cs
│ │ ├── FrmLogin.resx
│ │ ├── FrmMain.Designer.cs
│ │ ├── FrmMain.cs
│ │ ├── FrmMain.resx
│ │ ├── FrmSearch.Designer.cs
│ │ ├── FrmSearch.cs
│ │ ├── FrmSearch.resx
│ │ ├── PhoneBook.csproj
│ │ ├── PhoneBookDataSet.Designer.cs
│ │ ├── PhoneBookDataSet.xsc
│ │ ├── PhoneBookDataSet.xsd
│ │ ├── PhoneBookDataSet.xss
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Resources
│ │ │ └── Image1.bmp
│ │ ├── app.config
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── PhoneBook.exe
│ │ │ ├── PhoneBook.exe.config
│ │ │ ├── PhoneBook.pdb
│ │ │ ├── PhoneBook.vshost.exe
│ │ │ └── PhoneBook.vshost.exe.config
│ │ └── obj
│ │ ├── Debug
│ │ │ ├── PhoneBook.FrmAdd.resources
│ │ │ ├── PhoneBook.FrmEdit.resources
│ │ │ ├── PhoneBook.FrmLogin.resources
│ │ │ ├── PhoneBook.FrmMain.resources
│ │ │ ├── PhoneBook.FrmSearch.resources
│ │ │ ├── PhoneBook.Properties.Resources.resources
│ │ │ ├── PhoneBook.csproj.GenerateResource.Cache
│ │ │ ├── PhoneBook.exe
│ │ │ ├── PhoneBook.pdb
│ │ │ ├── Refactor
│ │ │ └── TempPE
│ │ │ ├── PhoneBookDataSet.Designer.cs.dll
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ └── PhoneBook.csproj.FileList.txt
│ ├── PhoneBook.sln
│ ├── PhoneBook.suo
│ └── Server
│ ├── Form1.Designer.cs
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── PhoneBookDataSet.Designer.cs
│ ├── PhoneBookDataSet.xsc
│ ├── PhoneBookDataSet.xsd
│ ├── PhoneBookDataSet.xss
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Server.csproj
│ ├── app.config
│ ├── bin
│ │ └── Debug
│ │ ├── Server.exe
│ │ ├── Server.exe.config
│ │ ├── Server.pdb
│ │ └── Server.vshost.exe
│ └── obj
│ ├── Debug
│ │ ├── Server.Form1.resources
│ │ ├── Server.Properties.Resources.resources
│ │ ├── Server.csproj.GenerateResource.Cache
│ │ ├── Server.exe
│ │ ├── Server.pdb
│ │ └── TempPE
│ │ └── PhoneBookDataSet.Designer.cs.dll
│ └── Server.csproj.FileList.txt
├── Project1
│ ├── CodeFile1.cs
│ ├── Project1.csproj
│ ├── Project1.sln
│ ├── Project1.suo
│ ├── bin
│ │ └── Debug
│ │ ├── Project1.exe
│ │ ├── Project1.pdb
│ │ └── Project1.vshost.exe
│ └── obj
│ ├── Debug
│ │ ├── Project1.exe
│ │ ├── Project1.pdb
│ │ └── TempPE
│ └── Project1.csproj.FileList.txt
├── foreach和数组
│ ├── CodeFile1.cs
│ ├── bin
│ │ └── Debug
│ │ ├── foreach和数组.exe
│ │ ├── foreach和数组.pdb
│ │ └── foreach和数组.vshost.exe
│ ├── foreach和数组.csproj
│ ├── foreach和数组.sln
│ ├── foreach和数组.suo
│ └── obj
│ ├── Debug
│ │ ├── Refactor
│ │ ├── TempPE
│ │ ├── foreach和数组.exe
│ │ └── foreach和数组.pdb
│ └── foreach和数组.csproj.FileList.txt
├── 小费
│ ├── Form1.Designer.cs
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── WindowsApplication1.csproj
│ ├── bin
│ │ └── Debug
│ │ ├── WindowsApplication1.exe
│ │ ├── WindowsApplication1.pdb
│ │ └── WindowsApplication1.vshost.exe
│ ├── obj
│ │ ├── Debug
│ │ │ ├── Refactor
│ │ │ ├── TempPE
│ │ │ ├── WindowsApplication1.Form1.resources
│ │ │ ├── WindowsApplication1.Properties.Resources.resources
│ │ │ ├── WindowsApplication1.csproj.GenerateResource.Cache
│ │ │ ├── WindowsApplication1.exe
│ │ │ └── WindowsApplication1.pdb
│ │ └── WindowsApplication1.csproj.FileList.txt
│ ├── 小费.sln
│ └── 小费.suo
├── 索引
│ ├── CodeFile1.cs
│ ├── bin
│ │ └── Debug
│ │ ├── 索引.exe
│ │ ├── 索引.pdb
│ │ └── 索引.vshost.exe
│ ├── obj
│ │ ├── Debug
│ │ │ ├── Refactor
│ │ │ ├── TempPE
│ │ │ ├── 索引.exe
│ │ │ └── 索引.pdb
│ │ └── 索引.csproj.FileList.txt
│ ├── 索引.csproj
│ ├── 索引.sln
│ └── 索引.suo
├── 项目12(日历)
│ ├── Form1.Designer.cs
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── bin
│ │ └── Debug
│ │ └── 项目12(日历).vshost.exe
│ ├── obj
│ │ └── Debug
│ │ ├── Refactor
│ │ └── TempPE
│ ├── 项目12(日历).csproj
│ ├── 项目12(日历).sln
│ └── 项目12(日历).suo
├── 计算器
│ ├── Form1.Designer.cs
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── bin
│ │ └── Debug
│ │ ├── 计算器.application
│ │ ├── 计算器.exe
│ │ ├── 计算器.exe.manifest
│ │ ├── 计算器.pdb
│ │ ├── 计算器.publish
│ │ │ ├── setup.exe
│ │ │ ├── 计算器.application
│ │ │ └── 计算器_1_0_0_0
│ │ │ ├── 计算器.exe.deploy
│ │ │ └── 计算器.exe.manifest
│ │ ├── 计算器.vshost.application
│ │ ├── 计算器.vshost.exe
│ │ └── 计算器.vshost.exe.manifest
│ ├── obj
│ │ ├── Debug
│ │ │ ├── Refactor
│ │ │ ├── TempPE
│ │ │ ├── 计算器.Form1.resources
│ │ │ ├── 计算器.Properties.Resources.resources
│ │ │ ├── 计算器.application
│ │ │ ├── 计算器.csproj.GenerateResource.Cache
│ │ │ ├── 计算器.exe
│ │ │ ├── 计算器.exe.manifest
│ │ │ └── 计算器.pdb
│ │ └── 计算器.csproj.FileList.txt
│ ├── 计算器.csproj
│ ├── 计算器.csproj.user
│ ├── 计算器.sln
│ ├── 计算器.suo
│ └── 计算器_TemporaryKey.pfx
├── 贪吃蛇
│ ├── Bean.cs
│ ├── Block.cs
│ ├── ClassDiagram1.cd
│ ├── Floor.cs
│ ├── Form1.Designer.cs
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── PubClass.cs
│ ├── Snake.cs
│ ├── Speed.Designer.cs
│ ├── Speed.cs
│ ├── Speed.resx
│ ├── bin
│ │ └── Debug
│ │ ├── 贪吃蛇.exe
│ │ ├── 贪吃蛇.pdb
│ │ └── 贪吃蛇.vshost.exe
│ ├── obj
│ │ ├── Debug
│ │ │ ├── Refactor
│ │ │ ├── TempPE
│ │ │ ├── 贪吃蛇.Properties.Resources.resources
│ │ │ ├── 贪吃蛇.Speed.resources
│ │ │ ├── 贪吃蛇.csproj.GenerateResource.Cache
│ │ │ ├── 贪吃蛇.exe
│ │ │ ├── 贪吃蛇.pdb
│ │ │ └── 贪吃蛇.start.resources
│ │ └── 贪吃蛇.csproj.FileList.txt
│ ├── 贪吃蛇.csproj
│ ├── 贪吃蛇.sln
│ └── 贪吃蛇.suo
├── 复印价格
│ ├── Form1.Designer.cs
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── bin
│ │ └── Debug
│ │ ├── 复印价格.exe
│ │ ├── 复印价格.pdb
│ │ └── 复印价格.vshost.exe
│ ├── obj
│ │ ├── Debug
│ │ │ ├── Refactor
│ │ │ ├── TempPE
│ │ │ ├── 复印价格.Form1.resources
│ │ │ ├── 复印价格.Properties.Resources.resources
│ │ │ ├── 复印价格.csproj.GenerateResource.Cache
│ │ │ ├── 复印价格.exe
│ │ │ └── 复印价格.pdb
│ │ └── 复印价格.csproj.FileList.txt
│ ├── 复印价格.csproj
│ ├── 复印价格.sln
│ └── 复印价格.suo
├── 属性使用
│ ├── CodeFile1.cs
│ ├── bin
│ │ └── Debug
│ │ ├── 属性使用.exe
│ │ ├── 属性使用.pdb
│ │ └── 属性使用.vshost.exe
│ ├── obj
│ │ ├── Debug
│ │ │ ├── TempPE
│ │ │ ├── 属性使用.exe
│ │ │ └── 属性使用.pdb
│ │ └── 属性使用.csproj.FileList.txt
│ ├── 属性使用.csproj
│ ├── 属性使用.sln
│ └── 属性使用.suo
├── 输入显示
│ ├── Form1.Designer.cs
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── bin
│ │ └── Debug
│ │ ├── 一.exe
│ │ ├── 一.pdb
│ │ └── 一.vshost.exe
│ ├── obj
│ │ ├── Debug
│ │ │ ├── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── 一.Form1.resources
│ │ │ ├── 一.Properties.Resources.resources
│ │ │ ├── 一.csproj.GenerateResource.Cache
│ │ │ ├── 一.exe
│ │ │ └── 一.pdb
│ │ └── 一.csproj.FileList.txt
│ ├── 一.csproj
│ ├── 一.sln
│ └── 一.suo
├── 门票销售
│ ├── Form1.Designer.cs
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── bin
│ │ └── Debug
│ │ ├── WindowsApplication1.exe
│ │ ├── WindowsApplication1.pdb
│ │ └── WindowsApplication1.vshost.exe
│ ├── obj
│ │ ├── Debug
│ │ │ ├── Refactor
│ │ │ ├── TempPE
│ │ │ ├── WindowsApplication1.Form1.resources
│ │ │ ├── WindowsApplication1.Properties.Resources.resources
│ │ │ ├── WindowsApplication1.csproj.GenerateResource.Cache
│ │ │ ├── WindowsApplication1.exe
│ │ │ └── WindowsApplication1.pdb
│ │ ├── WindowsApplication1.csproj.FileList.txt
│ │ └── 门票销售.csproj.FileList.txt
│ ├── 门票销售.csproj
│ ├── 门票销售.sln
│ └── 门票销售.suo
├── 好例子网_18个C#程序.rar
├── 三整数平均
│ ├── CodeFile1.cs
│ ├── bin
│ │ └── Debug
│ │ ├── 三整数平均.exe
│ │ ├── 三整数平均.pdb
│ │ └── 三整数平均.vshost.exe
│ ├── obj
│ │ ├── Debug
│ │ │ ├── TempPE
│ │ │ ├── 三整数平均.exe
│ │ │ └── 三整数平均.pdb
│ │ └── 三整数平均.csproj.FileList.txt
│ ├── 三整数平均.csproj
│ ├── 三整数平均.sln
│ └── 三整数平均.suo
├── 俄罗斯方块
│ ├── Form1.Designer.cs
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── bin
│ │ └── Debug
│ │ └── 俄罗斯方块.vshost.exe
│ ├── obj
│ │ └── Debug
│ │ ├── AxInterop.WMPLib.dll
│ │ ├── Interop.WMPLib.dll
│ │ ├── Refactor
│ │ ├── TempPE
│ │ └── 俄罗斯方块.csproj.ResolveComReference.cache
│ ├── 俄罗斯方块.csproj
│ ├── 俄罗斯方块.sln
│ └── 俄罗斯方块.suo
├── 实数计算器
│ ├── Form1.Designer.cs
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── bin
│ │ └── Debug
│ │ ├── 实数计算器.exe
│ │ ├── 实数计算器.pdb
│ │ └── 实数计算器.vshost.exe
│ ├── obj
│ │ ├── Debug
│ │ │ ├── Refactor
│ │ │ ├── TempPE
│ │ │ ├── 实数计算器.Form1.resources
│ │ │ ├── 实数计算器.Properties.Resources.resources
│ │ │ ├── 实数计算器.csproj.GenerateResource.Cache
│ │ │ ├── 实数计算器.exe
│ │ │ └── 实数计算器.pdb
│ │ └── 实数计算器.csproj.FileList.txt
│ ├── 实数计算器.csproj
│ ├── 实数计算器.sln
│ └── 实数计算器.suo
├── 五位数的输出
│ ├── CodeFile1.cs
│ ├── bin
│ │ └── Debug
│ │ ├── 五位数的输出.exe
│ │ ├── 五位数的输出.pdb
│ │ └── 五位数的输出.vshost.exe
│ ├── obj
│ │ ├── Debug
│ │ │ ├── TempPE
│ │ │ ├── 五位数的输出.exe
│ │ │ └── 五位数的输出.pdb
│ │ └── 五位数的输出.csproj.FileList.txt
│ ├── 五位数的输出.csproj
│ ├── 五位数的输出.sln
│ └── 五位数的输出.suo
├── 商品批发销售
│ ├── Form1.Designer.cs
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── bin
│ │ └── Debug
│ │ ├── 商品批发销售.exe
│ │ ├── 商品批发销售.pdb
│ │ └── 商品批发销售.vshost.exe
│ ├── obj
│ │ ├── Debug
│ │ │ ├── Refactor
│ │ │ ├── TempPE
│ │ │ ├── 商品批发销售.Form1.resources
│ │ │ ├── 商品批发销售.Properties.Resources.resources
│ │ │ ├── 商品批发销售.csproj.GenerateResource.Cache
│ │ │ ├── 商品批发销售.exe
│ │ │ └── 商品批发销售.pdb
│ │ └── 商品批发销售.csproj.FileList.txt
│ ├── 商品批发销售.csproj
│ ├── 商品批发销售.sln
│ └── 商品批发销售.suo
└── 成绩排序系统
├── Form1.Designer.cs
├── Form1.cs
├── Form1.resx
├── Program.cs
├── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ ├── Settings.Designer.cs
│ └── Settings.settings
├── bin
│ └── Debug
│ ├── 成绩排序系统.exe
│ ├── 成绩排序系统.pdb
│ └── 成绩排序系统.vshost.exe
├── obj
│ ├── Debug
│ │ ├── Refactor
│ │ ├── TempPE
│ │ ├── 成绩排序系统.Form1.resources
│ │ ├── 成绩排序系统.Properties.Resources.resources
│ │ ├── 成绩排序系统.csproj.GenerateResource.Cache
│ │ ├── 成绩排序系统.exe
│ │ └── 成绩排序系统.pdb
│ └── 成绩排序系统.csproj.FileList.txt
├── 成绩排序系统.csproj
├── 成绩排序系统.sln
└── 成绩排序系统.suo
144 directories, 376 files
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论