嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
18个C#程序.rar
.
├── 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