实例介绍
C#入门必看实力程序100个,对于入门的朋友们很有帮助,可以略作参考。 压缩包中有100个文件夹,每个文件夹里就是一个实例,带有源码,通俗易懂. 是入门的必备资料!!! 下载后觉得文件对你有用,希望你能在文件评论中给个好评,让更多网友能受益,O(∩_∩)O谢谢
【实例截图】
【核心代码】
028c8790617ab10e9e01d6908798f6fd.rar
└── C#入门必看的实例程序100个
├── 实例01
│ ├── 01.bmp
│ ├── csc编译器路径.txt
│ ├── hello.cs
│ ├── hello.exe
│ ├── HELLO.SLN
│ ├── HELLO.SUO
│ ├── UpgradeLog.XML
│ └── _UpgradeReport_Files
│ ├── UpgradeReport.css
│ ├── UpgradeReport_Minus.gif
│ ├── UpgradeReport_Plus.gif
│ └── UpgradeReport.xslt
├── 实例02
│ ├── 02.bmp
│ ├── hello.cs
│ ├── hello.exe
│ ├── HELLO.SLN
│ ├── HELLO.SUO
│ └── Thumbs.db
├── 实例03
│ ├── 03.bmp
│ ├── listArg0.cs
│ ├── listArg0.exe
│ ├── listArg0.sln
│ ├── listArg0.suo
│ └── Thumbs.db
├── 实例04
│ ├── 04.bmp
│ ├── predefinedTypes.cs
│ ├── predefinedTypes.exe
│ └── Thumbs.db
├── 实例05
│ ├── 05.bmp
│ ├── Thumbs.db
│ ├── typeTrans.cs
│ └── typeTrans.exe
├── 实例06
│ ├── 06.bmp
│ ├── ifApp.cs
│ ├── ifApp.exe
│ └── Thumbs.db
├── 实例07
│ ├── 07.bmp
│ ├── csc编译器路径.txt
│ ├── switchApp.cs
│ ├── switchApp.exe
│ └── switchApp.suo
├── 实例08
│ ├── 08.bmp
│ ├── forApp.cs
│ ├── forApp.exe
│ └── Thumbs.db
├── 实例09
│ ├── 09.bmp
│ ├── whileApp.cs
│ └── whileApp.exe
├── 实例10
│ ├── 10.bmp
│ ├── doWhileApp.cs
│ ├── doWhileApp.exe
│ └── Thumbs.db
├── 实例100
│ ├── 100.bmp
│ ├── BrickOut
│ │ ├── AssemblyInfo.cs
│ │ ├── Ball.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ball.gif
│ │ │ ├── BallOut.wav
│ │ │ ├── brick.gif
│ │ │ ├── BrickHit.wav
│ │ │ ├── BrickOut.exe
│ │ │ ├── BrickOut.pdb
│ │ │ ├── paddle.gif
│ │ │ ├── PaddleHit.wav
│ │ │ └── WallHit.wav
│ │ ├── Brick.cs
│ │ ├── BrickOut.csproj
│ │ ├── BrickOut.csproj.user
│ │ ├── BrickOut.sln
│ │ ├── BrickOut.suo
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── GameObject.cs
│ │ ├── licenses.licx
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── BrickOut.exe
│ │ │ ├── BrickOut.exe.incr
│ │ │ ├── BrickOut.exe.licenses
│ │ │ ├── BrickOut.Form1.resources
│ │ │ ├── BrickOut.pdb
│ │ │ ├── BrickOut.projdata
│ │ │ ├── BrickOut.SpeedDialog.resources
│ │ │ ├── temp
│ │ │ └── TempPE
│ │ ├── Paddle.cs
│ │ ├── RevErr.txt
│ │ ├── Row.cs
│ │ ├── Score.cs
│ │ ├── SpeedDialog.cs
│ │ └── SpeedDialog.resx
│ └── Thumbs.db
├── 实例11
│ ├── 11.bmp
│ ├── foreachApp.cs
│ ├── foreachApp.exe
│ └── Thumbs.db
├── 实例12
│ ├── 12.bmp
│ ├── matrixMultiply.cs
│ ├── matrixMultiply.exe
│ └── Thumbs.db
├── 实例13
│ ├── 13.bmp
│ ├── jaggedArray.cs
│ └── jaggedArray.exe
├── 实例14
│ ├── 14.bmp
│ ├── enumApp.cs
│ └── enumApp.exe
├── 实例15
│ ├── 15.bmp
│ ├── bitOpt.cs
│ ├── bitOpt.exe
│ └── Thumbs.db
├── 实例16
│ ├── 16.bmp
│ ├── fileApp.cs
│ ├── fileApp.exe
│ └── myfile.txt
├── 实例17
│ ├── 17.bmp
│ ├── myClass.cs
│ └── myClass.exe
├── 实例18
│ ├── 18.bmp
│ ├── rectangle.cs
│ └── rectangle.exe
├── 实例19
│ ├── 19.bmp
│ ├── stackApp.cs
│ └── stackApp.exe
├── 实例20
│ ├── 20.bmp
│ ├── area.cs
│ └── area.exe
├── 实例21
│ ├── 21.bmp
│ ├── myFirstWinApp
│ │ ├── AssemblyInfo.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── myFirstWinApp.exe
│ │ │ └── myFirstWinApp.pdb
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── myFirstWinApp.csproj
│ │ ├── myFirstWinApp.csproj.user
│ │ ├── myFirstWinApp.sln
│ │ ├── myFirstWinApp.suo
│ │ └── obj
│ │ └── Debug
│ │ ├── myFirstWinApp.exe
│ │ ├── myFirstWinApp.exe.incr
│ │ ├── myFirstWinApp.Form1.resources
│ │ ├── myFirstWinApp.pdb
│ │ ├── myFirstWinApp.projdata
│ │ ├── myFirstWinApp.projdata1
│ │ ├── temp
│ │ └── TempPE
│ └── Thumbs.db
├── 实例22
│ ├── 22.bmp
│ └── imageView
│ ├── AssemblyInfo.cs
│ ├── bin
│ │ └── Debug
│ │ ├── imageView.exe
│ │ └── imageView.pdb
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── Form2.cs
│ ├── Form2.resx
│ ├── imageView.csproj
│ ├── imageView.csproj.user
│ ├── imageView.sln
│ ├── imageView.suo
│ ├── licenses.licx
│ └── obj
│ └── Debug
│ ├── imageView.exe
│ ├── imageView.exe.incr
│ ├── imageView.exe.licenses
│ ├── imageView.Form1.resources
│ ├── imageView.pdb
│ ├── imageView.projdata
│ ├── imageView.projdata1
│ ├── temp
│ └── TempPE
├── 实例23
│ ├── 23.bmp
│ └── catchMe
│ ├── app.config
│ ├── AssemblyInfo.cs
│ ├── bin
│ │ └── Debug
│ │ ├── catchMe.exe
│ │ ├── catchMe.exe.config
│ │ └── catchMe.pdb
│ ├── catchMe.csproj
│ ├── catchMe.csproj.user
│ ├── catchMe.sln
│ ├── catchMe.suo
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── licenses.licx
│ └── obj
│ └── Debug
│ ├── catchMe.exe
│ ├── catchMe.exe.incr
│ ├── catchMe.exe.licenses
│ ├── catchMe.Form1.resources
│ ├── catchMe.pdb
│ ├── catchMe.projdata
│ ├── temp
│ └── TempPE
├── 实例24
│ ├── 24.bmp
│ └── statusApp
│ ├── AssemblyInfo.cs
│ ├── bin
│ │ └── Debug
│ │ ├── statusApp.exe
│ │ └── statusApp.pdb
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── obj
│ │ └── Debug
│ │ ├── statusApp.exe
│ │ ├── statusApp.exe.incr
│ │ ├── statusApp.Form1.resources
│ │ ├── statusApp.pdb
│ │ ├── statusApp.projdata
│ │ ├── temp
│ │ └── TempPE
│ ├── statusApp.csproj
│ ├── statusApp.csproj.user
│ ├── statusApp.sln
│ └── statusApp.suo
├── 实例25
│ ├── 25.bmp
│ └── menuApp
│ ├── AssemblyInfo.cs
│ ├── bin
│ │ └── Debug
│ │ ├── menuApp.exe
│ │ └── menuApp.pdb
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── licenses.licx
│ ├── menuApp.csproj
│ ├── menuApp.csproj.user
│ ├── menuApp.sln
│ ├── menuApp.suo
│ └── obj
│ └── Debug
│ ├── menuApp.exe
│ ├── menuApp.exe.incr
│ ├── menuApp.exe.licenses
│ ├── menuApp.Form1.resources
│ ├── menuApp.pdb
│ ├── menuApp.projdata
│ ├── temp
│ └── TempPE
├── 实例26
│ ├── 26.bmp
│ └── toolbarApp
│ ├── AssemblyInfo.cs
│ ├── bin
│ │ └── Debug
│ │ ├── toolbarApp.exe
│ │ └── toolbarApp.pdb
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── licenses.licx
│ ├── obj
│ │ └── Debug
│ │ ├── temp
│ │ ├── TempPE
│ │ ├── toolbarApp.exe
│ │ ├── toolbarApp.exe.incr
│ │ ├── toolbarApp.exe.licenses
│ │ ├── toolbarApp.Form1.resources
│ │ ├── toolbarApp.pdb
│ │ └── toolbarApp.projdata
│ ├── red.jpg
│ ├── toolbarApp.csproj
│ ├── toolbarApp.csproj.user
│ ├── toolbarApp.sln
│ └── toolbarApp.suo
├── 实例27
│ ├── 27.bmp
│ ├── clock
│ │ ├── AssemblyInfo.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── clock.exe
│ │ │ └── clock.pdb
│ │ ├── clock.csproj
│ │ ├── clock.csproj.user
│ │ ├── clock.sln
│ │ ├── clock.suo
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── licenses.licx
│ │ └── obj
│ │ └── Debug
│ │ ├── clock.exe
│ │ ├── clock.exe.incr
│ │ ├── clock.exe.licenses
│ │ ├── clock.Form1.resources
│ │ ├── clock.pdb
│ │ ├── clock.projdata
│ │ ├── temp
│ │ └── TempPE
│ └── MaskedTextBox
│ ├── AssemblyInfo.cs
│ ├── BIN
│ │ └── Debug
│ │ ├── MaskedTextBox.dll
│ │ └── MaskedTextBox.pdb
│ ├── licenses.licx
│ ├── MaskedTextBox.csproj
│ ├── MaskedTextBox.csproj.user
│ ├── MaskedTextBox.sln
│ ├── MaskedTextBox.suo
│ ├── obj
│ │ └── Debug
│ │ ├── MaskedTextBox.dll
│ │ ├── MaskedTextBox.dll.incr
│ │ ├── MaskedTextBox.MaskedTextBox.resources
│ │ ├── MaskedTextBox.pdb
│ │ ├── MaskedTextBox.projdata
│ │ ├── TEMP
│ │ └── TempPE
│ ├── UserControl1.cs
│ └── UserControl1.resx
├── 实例28
│ └── ipBox
│ ├── AssemblyInfo.cs
│ ├── bin
│ │ ├── Debug
│ │ │ ├── ipBox.dll
│ │ │ └── ipBox.pdb
│ │ └── Release
│ │ └── ipBox.dll
│ ├── ipBox.csproj
│ ├── ipBox.csproj.user
│ ├── ipBox.sln
│ ├── ipBox.suo
│ ├── obj
│ │ ├── Debug
│ │ │ ├── ipBox.dll
│ │ │ ├── ipBox.dll.incr
│ │ │ ├── ipBox.pdb
│ │ │ ├── ipBox.projdata
│ │ │ ├── temp
│ │ │ └── TempPE
│ │ └── Release
│ │ ├── ipBox.dll
│ │ ├── ipBox.dll.incr
│ │ ├── ipBox.ipBox.resources
│ │ ├── ipBox.projdata
│ │ ├── temp
│ │ └── TempPE
│ ├── UserControl1.cs
│ └── UserControl1.resx
├── 实例29
│ ├── 29.bmp
│ └── useIPBox
│ ├── AssemblyInfo.cs
│ ├── bin
│ │ └── Debug
│ │ ├── ipBox.dll
│ │ ├── useIPBox.exe
│ │ └── useIPBox.pdb
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── ipBox.dll
│ ├── licenses.licx
│ ├── obj
│ │ └── Debug
│ │ ├── temp
│ │ ├── TempPE
│ │ ├── useIPBox.exe
│ │ ├── useIPBox.exe.incr
│ │ ├── useIPBox.exe.licenses
│ │ ├── useIPBox.Form1.resources
│ │ ├── useIPBox.pdb
│ │ └── useIPBox.projdata
│ ├── useIPBox.csproj
│ ├── useIPBox.csproj.user
│ ├── useIPBox.sln
│ └── useIPBox.suo
├── 实例30
│ ├── 30.bmp
│ └── useTreeView
│ ├── AssemblyInfo.cs
│ ├── bin
│ │ └── Debug
│ │ ├── useTreeView.exe
│ │ └── useTreeView.pdb
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── image
│ │ ├── CLSDFOLD.ICO
│ │ ├── DRIVE.ICO
│ │ ├── MYCOMP.ICO
│ │ └── OPENFOLD.ICO
│ ├── licenses.licx
│ ├── obj
│ │ └── Debug
│ │ ├── temp
│ │ ├── TempPE
│ │ ├── useTreeView.exe
│ │ ├── useTreeView.exe.incr
│ │ ├── useTreeView.exe.licenses
│ │ ├── useTreeView.Form1.resources
│ │ ├── useTreeView.pdb
│ │ └── useTreeView.projdata
│ ├── useTreeView.csproj
│ ├── useTreeView.csproj.user
│ ├── useTreeView.sln
│ └── useTreeView.suo
├── 实例31
│ ├── 31.bmp
│ └── FolderBrowser
│ ├── AssemblyInfo.cs
│ ├── bin
│ │ └── Debug
│ │ ├── FolderBrowser.exe
│ │ └── FolderBrowser.pdb
│ ├── FolderBrowser.csproj
│ ├── FolderBrowser.csproj.user
│ ├── FolderBrowser.sln
│ ├── FolderBrowser.suo
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── image
│ │ ├── CLSDFOLD.ICO
│ │ ├── DRIVE.ICO
│ │ ├── MYCOMP.ICO
│ │ └── OPENFOLD.ICO
│ ├── licenses.licx
│ └── obj
│ └── Debug
│ ├── FolderBrowser.exe
│ ├── FolderBrowser.exe.incr
│ ├── FolderBrowser.exe.licenses
│ ├── FolderBrowser.FolderDialog.resources
│ ├── FolderBrowser.pdb
│ ├── FolderBrowser.projdata
│ ├── temp
│ └── TempPE
├── 实例32
│ ├── 32.bmp
│ └── progBarApp
│ ├── AssemblyInfo.cs
│ ├── bin
│ │ └── Debug
│ │ ├── progBarApp.exe
│ │ └── progBarApp.pdb
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── licenses.licx
│ ├── obj
│ │ └── Debug
│ │ ├── progBarApp.exe
│ │ ├── progBarApp.exe.incr
│ │ ├── progBarApp.exe.licenses
│ │ ├── progBarApp.Form1.resources
│ │ ├── progBarApp.pdb
│ │ ├── progBarApp.projdata
│ │ ├── temp
│ │ └── TempPE
│ ├── progBarApp.csproj
│ ├── progBarApp.csproj.user
│ ├── progBarApp.sln
│ └── progBarApp.suo
├── 实例33
│ ├── 33.bmp
│ └── controlTipApp
│ ├── AssemblyInfo.cs
│ ├── bin
│ │ └── Debug
│ │ ├── controlTipApp.exe
│ │ └── controlTipApp.pdb
│ ├── controlTipApp.csproj
│ ├── controlTipApp.csproj.user
│ ├── controlTipApp.sln
│ ├── controlTipApp.suo
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── licenses.licx
│ └── obj
│ └── Debug
│ ├── controlTipApp.exe
│ ├── controlTipApp.exe.incr
│ ├── controlTipApp.exe.licenses
│ ├── controlTipApp.Form1.resources
│ ├── controlTipApp.pdb
│ ├── controlTipApp.projdata
│ ├── temp
│ └── TempPE
├── 实例34
│ ├── 34.bmp
│ ├── TrayApp
│ │ ├── AboutDlg.cs
│ │ ├── AboutDlg.resx
│ │ ├── AssemblyInfo.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── TrayApp.exe
│ │ │ └── TrayApp.pdb
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── Icon1.ico
│ │ ├── Icon2.ico
│ │ ├── IndiaFlag.ico
│ │ ├── licenses.licx
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── temp
│ │ │ ├── TempPE
│ │ │ ├── TrayApp.AboutDlg.resources
│ │ │ ├── TrayApp.exe
│ │ │ ├── TrayApp.exe.incr
│ │ │ ├── TrayApp.exe.licenses
│ │ │ ├── TrayApp.pdb
│ │ │ ├── TrayApp.projdata
│ │ │ └── TrayApp.TrayForm.resources
│ │ ├── TrayApp.csproj
│ │ ├── TrayApp.csproj.user
│ │ ├── TrayApp.sln
│ │ └── TrayApp.suo
│ └── TrayIconApp
│ ├── AssemblyInfo.cs
│ ├── bin
│ │ └── Debug
│ │ ├── TrayIconApp.exe
│ │ └── TrayIconApp.pdb
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── licenses.licx
│ ├── obj
│ │ └── Debug
│ │ ├── temp
│ │ ├── TempPE
│ │ ├── TrayIconApp.exe
│ │ ├── TrayIconApp.exe.incr
│ │ ├── TrayIconApp.exe.licenses
│ │ ├── TrayIconApp.pdb
│ │ ├── TrayIconApp.projdata
│ │ └── TrayIconApp.TrayIcon.resources
│ ├── TrayIconApp.csproj
│ ├── TrayIconApp.csproj.user
│ ├── TrayIconApp.sln
│ └── TrayIconApp.suo
├── 实例35
│ ├── 35.bmp
│ └── noBorderApp
│ ├── AssemblyInfo.cs
│ ├── bin
│ │ └── Debug
│ │ ├── noBorderApp.exe
│ │ └── noBorderApp.pdb
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── licenses.licx
│ ├── noBorderApp.csproj
│ ├── noBorderApp.csproj.user
│ ├── noBorderApp.sln
│ ├── noBorderApp.suo
│ └── obj
│ └── Debug
│ ├── noBorderApp.exe
│ ├── noBorderApp.exe.incr
│ ├── noBorderApp.exe.licenses
│ ├── noBorderApp.Form1.resources
│ ├── noBorderApp.pdb
│ ├── noBorderApp.projdata
│ ├── temp
│ └── TempPE
├── 实例36
│ ├── 36.bmp
│ └── MDIFormApp
│ ├── AssemblyInfo.cs
│ ├── bin
│ │ └── Debug
│ │ ├── MDIFormApp.exe
│ │ └── MDIFormApp.pdb
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── licenses.licx
│ ├── MDIFormApp.csproj
│ ├── MDIFormApp.csproj.user
│ ├── MDIFormApp.sln
│ ├── MDIFormApp.suo
│ └── obj
│ └── Debug
│ ├── MDIFormApp.exe
│ ├── MDIFormApp.exe.incr
│ ├── MDIFormApp.exe.licenses
│ ├── MDIFormApp.Form1.resources
│ ├── MDIFormApp.pdb
│ ├── MDIFormApp.projdata
│ ├── temp
│ └── TempPE
├── 实例37
│ ├── 37.bmp
│ └── floatingForm
│ ├── AssemblyInfo.cs
│ ├── bin
│ │ └── Debug
│ │ ├── floatingForm.exe
│ │ └── floatingForm.pdb
│ ├── floatingForm.csproj
│ ├── floatingForm.csproj.user
│ ├── floatingForm.sln
│ ├── floatingForm.suo
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── Form2.cs
│ ├── Form2.resx
│ ├── licenses.licx
│ └── obj
│ └── Debug
│ ├── floatingForm.exe
│ ├── floatingForm.exe.incr
│ ├── floatingForm.exe.licenses
│ ├── floatingForm.Form1.resources
│ ├── floatingForm.pdb
│ ├── floatingForm.projdata
│ ├── temp
│ └── TempPE
├── 实例38
│ ├── 38.bmp
│ └── checklistBoxApp
│ ├── AssemblyInfo.cs
│ ├── bin
│ │ └── Debug
│ │ ├── checklistBoxApp.exe
│ │ └── checklistBoxApp.pdb
│ ├── checklistBoxApp.csproj
│ ├── checklistBoxApp.csproj.user
│ ├── checklistBoxApp.sln
│ ├── checklistBoxApp.suo
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── licenses.licx
│ └── obj
│ └── Debug
│ ├── checklistBoxApp.exe
│ ├── checklistBoxApp.exe.incr
│ ├── checklistBoxApp.exe.licenses
│ ├── checklistBoxApp.Form1.resources
│ ├── checklistBoxApp.pdb
│ ├── checklistBoxApp.projdata
│ ├── temp
│ └── TempPE
├── 实例39
│ ├── 39.bmp
│ └── testApp
│ ├── AssemblyInfo.cs
│ ├── bin
│ │ └── Debug
│ │ ├── testApp.exe
│ │ └── testApp.pdb
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── licenses.licx
│ ├── obj
│ │ └── Debug
│ │ ├── temp
│ │ ├── TempPE
│ │ ├── testApp.exe
│ │ ├── testApp.exe.incr
│ │ ├── testApp.exe.licenses
│ │ ├── testApp.Form1.resources
│ │ ├── testApp.pdb
│ │ └── testApp.projdata
│ ├── testApp.csproj
│ ├── testApp.csproj.user
│ ├── testApp.sln
│ └── testApp.suo
├── 实例40
│ ├── 40.bmp
│ ├── jjjj
│ │ ├── AssemblyInfo.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── jjjj.csproj
│ │ ├── jjjj.csproj.user
│ │ └── obj
│ │ └── Debug
│ │ ├── jjjj.projdata
│ │ ├── temp
│ │ └── TempPE
│ ├── testApp
│ │ ├── AssemblyInfo.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── testApp.exe
│ │ │ └── testApp.pdb
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── licenses.licx
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── temp
│ │ │ ├── TempPE
│ │ │ ├── testApp.exe
│ │ │ ├── testApp.exe.incr
│ │ │ ├── testApp.exe.licenses
│ │ │ ├── testApp.Form1.resources
│ │ │ ├── testApp.pdb
│ │ │ └── testApp.projdata
│ │ ├── testApp.csproj
│ │ ├── testApp.csproj.user
│ │ ├── testApp.sln
│ │ └── testApp.suo
│ ├── ttt
│ │ ├── AssemblyInfo.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ttt.exe
│ │ │ └── ttt.pdb
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── licenses.licx
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── temp
│ │ │ ├── TempPE
│ │ │ ├── ttt.exe
│ │ │ ├── ttt.exe.incr
│ │ │ ├── ttt.exe.licenses
│ │ │ ├── ttt.Form1.resources
│ │ │ ├── ttt.pdb
│ │ │ └── ttt.projdata
│ │ ├── ttt.csproj
│ │ ├── ttt.csproj.user
│ │ ├── ttt.sln
│ │ └── ttt.suo
│ └── useSplitterApp
│ ├── AssemblyInfo.cs
│ ├── bin
│ │ └── Debug
│ │ ├── useSplitterApp.exe
│ │ └── useSplitterApp.pdb
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── licenses.licx
│ ├── obj
│ │ └── Debug
│ │ ├── temp
│ │ ├── TempPE
│ │ ├── useSplitterApp.exe
│ │ ├── useSplitterApp.exe.incr
│ │ ├── useSplitterApp.exe.licenses
│ │ ├── useSplitterApp.Form1.resources
│ │ ├── useSplitterApp.pdb
│ │ └── useSplitterApp.projdata
│ ├── useSplitterApp.csproj
│ ├── useSplitterApp.csproj.user
│ ├── useSplitterApp.sln
│ └── useSplitterApp.suo
├── 实例41
│ ├── 41.bmp
│ ├── diy.cs
│ └── diy.exe
├── 实例42
│ ├── 42.bmp
│ └── addCtrlAtRuntimeApp
│ ├── addCtrlAtRuntimeApp.csproj
│ ├── addCtrlAtRuntimeApp.csproj.user
│ ├── addCtrlAtRuntimeApp.sln
│ ├── addCtrlAtRuntimeApp.suo
│ ├── AssemblyInfo.cs
│ ├── bin
│ │ └── Debug
│ │ ├── addCtrlAtRuntimeApp.exe
│ │ └── addCtrlAtRuntimeApp.pdb
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── licenses.licx
│ └── obj
│ └── Debug
│ ├── addCtrlAtRuntimeApp.exe
│ ├── addCtrlAtRuntimeApp.exe.incr
│ ├── addCtrlAtRuntimeApp.exe.licenses
│ ├── addCtrlAtRuntimeApp.Form1.resources
│ ├── addCtrlAtRuntimeApp.pdb
│ ├── addCtrlAtRuntimeApp.projdata
│ ├── temp
│ └── TempPE
├── 实例43
│ ├── 43.bmp
│ └── calc
│ ├── AssemblyInfo.cs
│ ├── bin
│ │ └── Debug
│ │ ├── calc.exe
│ │ └── calc.pdb
│ ├── calc.csproj
│ ├── calc.csproj.user
│ ├── calc.sln
│ ├── calc.suo
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── licenses.licx
│ └── obj
│ └── Debug
│ ├── calc.Calculator1.resources
│ ├── calc.exe
│ ├── calc.exe.incr
│ ├── calc.exe.licenses
│ ├── calc.pdb
│ ├── calc.projdata
│ ├── temp
│ └── TempPE
├── 实例44
│ ├── 44.bmp
│ └── transparentWindow
│ ├── AssemblyInfo.cs
│ ├── bin
│ │ └── Debug
│ │ ├── transparentWindow.exe
│ │ └── transparentWindow.pdb
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── licenses.licx
│ ├── obj
│ │ └── Debug
│ │ ├── temp
│ │ ├── TempPE
│ │ ├── transparentWindow.exe
│ │ ├── transparentWindow.exe.incr
│ │ ├── transparentWindow.exe.licenses
│ │ ├── transparentWindow.Form1.resources
│ │ ├── transparentWindow.pdb
│ │ └── transparentWindow.projdata
│ ├── transparentWindow.csproj
│ ├── transparentWindow.csproj.user
│ ├── transparentWindow.sln
│ └── transparentWindow.suo
├── 实例45
│ ├── 45.bmp
│ └── htmlMaker
│ ├── AssemblyInfo.cs
│ ├── bin
│ │ └── Debug
│ │ ├── htmlMaker.exe
│ │ ├── htmlMaker.pdb
│ │ ├── lihua.html
│ │ └── who a u.html
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── htmlMaker.csproj
│ ├── htmlMaker.csproj.user
│ ├── htmlMaker.sln
│ ├── htmlMaker.suo
│ ├── licenses.licx
│ └── obj
│ └── Debug
│ ├── htmlMaker.exe
│ ├── htmlMaker.exe.incr
│ ├── htmlMaker.exe.licenses
│ ├── htmlMaker.Form1.resources
│ ├── htmlMaker.pdb
│ ├── htmlMaker.projdata
│ ├── temp
│ └── TempPE
├── 实例46
│ ├── 46.bmp
│ └── imageConvert
│ ├── AssemblyInfo.cs
│ ├── bin
│ │ └── Debug
│ │ ├── imageConvert.exe
│ │ └── imageConvert.pdb
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── imageConvert.csproj
│ ├── imageConvert.csproj.user
│ ├── imageConvert.sln
│ ├── imageConvert.suo
│ ├── licenses.licx
│ └── obj
│ └── Debug
│ ├── imageConvert.exe
│ ├── imageConvert.exe.incr
│ ├── imageConvert.exe.licenses
│ ├── imageConvert.Form1.resources
│ ├── imageConvert.pdb
│ ├── imageConvert.projdata
│ ├── temp
│ └── TempPE
├── 实例47
│ ├── 47.bmp
│ └── mygrep
│ ├── AssemblyInfo.cs
│ ├── bin
│ │ └── Debug
│ │ ├── mygrep.exe
│ │ └── mygrep.pdb
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── licenses.licx
│ ├── mygrep.csproj
│ ├── mygrep.csproj.user
│ ├── mygrep.sln
│ ├── mygrep.suo
│ └── obj
│ └── Debug
│ ├── mygrep.exe
│ ├── mygrep.exe.incr
│ ├── mygrep.exe.licenses
│ ├── mygrep.Form1.resources
│ ├── mygrep.pdb
│ ├── mygrep.projdata
│ ├── temp
│ └── TempPE
├── 实例48
│ ├── 48.bmp
│ └── displayFont
│ ├── AssemblyInfo.cs
│ ├── bin
│ │ └── Debug
│ │ ├── displayFont.exe
│ │ └── displayFont.pdb
│ ├── displayFont.csproj
│ ├── displayFont.csproj.user
│ ├── displayFont.sln
│ ├── displayFont.suo
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── licenses.licx
│ └── obj
│ └── Debug
│ ├── displayFont.exe
│ ├── displayFont.exe.incr
│ ├── displayFont.exe.licenses
│ ├── displayFont.pdb
│ ├── displayFont.projdata
│ ├── DisplayFonts.DisplayFonts.resources
│ ├── temp
│ └── TempPE
├── 实例49
│ ├── 49.bmp
│ ├── RedAll.cs
│ ├── RedAll.exe
│ └── step.txt
├── 实例50
│ ├── 50.bmp
│ └── pingtu
│ ├── AssemblyInfo.cs
│ ├── bin
│ │ └── Debug
│ │ ├── pingtu.exe
│ │ └── pingtu.pdb
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── licenses.licx
│ ├── obj
│ │ └── Debug
│ │ ├── game.Form1.resources
│ │ ├── pingtu.exe
│ │ ├── pingtu.exe.incr
│ │ ├── pingtu.exe.licenses
│ │ ├── pingtu.pdb
│ │ ├── pingtu.projdata
│ │ ├── temp
│ │ └── TempPE
│ ├── pingtu.csproj
│ ├── pingtu.csproj.user
│ ├── pingtu.sln
│ └── pingtu.suo
├── 实例51
│ ├── 51.bmp
│ ├── server.cs
│ └── server.exe
├── 实例52
│ ├── 52.bmp
│ ├── client.cs
│ └── client.exe
├── 实例53
│ ├── 53.bmp
│ ├── DateServer.cs
│ └── DateServer.exe
├── 实例54
│ ├── 54.bmp
│ ├── DateClient.cs
│ └── DateClient.exe
├── 实例55
│ ├── 55.bmp
│ ├── EchoServer.cs
│ └── EchoServer.exe
├── 实例56
│ ├── 56.bmp
│ ├── back1.gif
│ ├── back2.gif
│ ├── EchoClient.cs
│ └── EchoClient.exe
├── 实例57
│ ├── 57.bmp
│ ├── ChatServer.cs
│ └── ChatServer.exe
├── 实例58
│ ├── 58.bmp
│ ├── ChatClient.cs
│ └── ChatClient.exe
├── 实例59
│ ├── 59.bmp
│ ├── getIP.cs
│ └── getIP.exe
├── 实例60
│ ├── 60.bmp
│ ├── GetDefaultPage.cs
│ └── GetDefaultPage.exe
├── 实例61
│ ├── 61.bmp
│ ├── IrcBot.cs
│ └── IrcBot.exe
├── 实例62
│ ├── 62.bmp
│ ├── GetURLAsync.cs
│ └── GetURLAsync.exe
├── 实例63
│ ├── 63.bmp
│ └── EMailSender
│ ├── AssemblyInfo.cs
│ ├── bin
│ │ └── Debug
│ │ ├── EMailSender.exe
│ │ └── EMailSender.pdb
│ ├── EMailSender.csproj
│ ├── EMailSender.csproj.user
│ ├── EMailSender.sln
│ ├── EMailSender.suo
│ ├── Form1.cs
│ ├── Form1.resx
│ └── obj
│ └── Debug
│ ├── EMailer.Form1.resources
│ ├── EMailSender.exe
│ ├── EMailSender.exe.incr
│ ├── EMailSender.pdb
│ ├── EMailSender.projdata
│ ├── temp
│ └── TempPE
├── 实例64
│ ├── 64.bmp
│ ├── email009.ico
│ └── EmailNotofier
│ ├── App.ico
│ ├── AssemblyInfo.cs
│ ├── bin
│ │ └── Debug
│ │ ├── EmailNotofier.exe
│ │ └── EmailNotofier.pdb
│ ├── email009.ico
│ ├── EmailNotify.cs
│ ├── EmailNotify.resx
│ ├── EmailNotofier.csproj
│ ├── EmailNotofier.csproj.user
│ ├── EmailNotofier.sln
│ ├── EmailNotofier.suo
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── licenses.licx
│ └── obj
│ └── Debug
│ ├── EmailNotofier.EmailNotify.resources
│ ├── EmailNotofier.exe
│ ├── EmailNotofier.exe.incr
│ ├── EmailNotofier.exe.licenses
│ ├── EmailNotofier.Form1.resources
│ ├── EmailNotofier.pdb
│ ├── EmailNotofier.projdata
│ ├── temp
│ └── TempPE
├── 实例65
│ ├── 65.bmp
│ ├── doc1.html
│ └── webbrowser
│ ├── AssemblyInfo.cs
│ ├── bin
│ │ └── Debug
│ │ ├── webbrowser.exe
│ │ └── webbrowser.pdb
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── licenses.licx
│ ├── obj
│ │ └── Debug
│ │ ├── temp
│ │ ├── TempPE
│ │ ├── webbrowser.exe
│ │ ├── webbrowser.exe.incr
│ │ ├── webbrowser.exe.licenses
│ │ ├── webbrowser.Form1.resources
│ │ ├── webbrowser.pdb
│ │ └── webbrowser.projdata
│ ├── webbrowser.csproj
│ ├── webbrowser.csproj.user
│ ├── webbrowser.sln
│ └── webbrowser.suo
├── 实例66
│ ├── 66.bmp
│ ├── Data
│ │ ├── Default.Dat
│ │ ├── Default.Dat.bak
│ │ ├── mime.dat
│ │ ├── vdirs.dat
│ │ └── vdirs.dat.bak
│ ├── MyWebServer2.exe
│ ├── MyWebServer.cs
│ └── MyWebServer.exe
├── 实例67
│ ├── 67.bmp
│ ├── whois.cs
│ └── whois.exe
├── 实例68
│ ├── 68.bmp
│ ├── ping.cs
│ ├── ping.exe
│ └── Thumbs.db
├── 实例69
│ ├── 69.bmp
│ └── ChatServer
│ ├── AssemblyInfo.cs
│ ├── bin
│ │ └── Debug
│ │ ├── ChatServer.exe
│ │ └── ChatServer.pdb
│ ├── ChatServer.csproj
│ ├── ChatServer.csproj.user
│ ├── ChatServerForm.cs
│ ├── ChatServerForm.resx
│ ├── ChatServer.sln
│ ├── ChatServer.suo
│ ├── Client.cs
│ ├── CommandProcessor.cs
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── licenses.licx
│ └── obj
│ └── Debug
│ ├── ChatServer.ChatServer.resources
│ ├── ChatServer.exe
│ ├── ChatServer.exe.incr
│ ├── ChatServer.exe.licenses
│ ├── ChatServer.pdb
│ ├── ChatServer.projdata
│ ├── temp
│ └── TempPE
├── 实例70
│ ├── 70.bmp
│ └── ChatClient
│ ├── AssemblyInfo.cs
│ ├── bin
│ │ └── Debug
│ │ ├── ChatClient.exe
│ │ ├── ChatClient.pdb
│ │ └── logs
│ │ ├── 1501020010.txt
│ │ ├── 1501020012.txt
│ │ └── 1501020148.txt
│ ├── ChatClient2.cs
│ ├── ChatClient2.resx
│ ├── ChatClient.cs
│ ├── ChatClient.csproj
│ ├── ChatClient.csproj.user
│ ├── ChatClient.resx
│ ├── ChatClient.sln
│ ├── ChatClient.suo
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── licenses.licx
│ └── obj
│ └── Debug
│ ├── ChatClient.ChatClientForm.resources
│ ├── ChatClient.exe
│ ├── ChatClient.exe.incr
│ ├── ChatClient.exe.licenses
│ ├── ChatClient.pdb
│ ├── ChatClient.projdata
│ ├── temp
│ └── TempPE
├── 实例71
│ ├── 71.bmp
│ ├── mctest.mdb
│ ├── useADO.cs
│ └── useADO.exe
├── 实例72
│ ├── 72.bmp
│ ├── mctest.mdb
│ ├── useADO.exe
│ ├── writeData.cs
│ └── writeData.exe
├── 实例73
│ ├── 73.bmp
│ └── readData
│ ├── AssemblyInfo.cs
│ ├── bin
│ │ └── Debug
│ │ ├── mctest.mdb
│ │ ├── readData.exe
│ │ └── readData.pdb
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── licenses.licx
│ ├── obj
│ │ └── Debug
│ │ ├── readData.exe
│ │ ├── readData.exe.incr
│ │ ├── readData.exe.licenses
│ │ ├── readData.Form1.resources
│ │ ├── readData.pdb
│ │ ├── readData.projdata
│ │ ├── temp
│ │ └── TempPE
│ ├── readData.csproj
│ ├── readData.csproj.user
│ ├── readData.sln
│ └── readData.suo
├── 实例74
│ ├── 74.bmp
│ └── tableInfo
│ ├── AssemblyInfo.cs
│ ├── bin
│ │ └── Debug
│ │ ├── mctest.mdb
│ │ ├── tableInfo.exe
│ │ └── tableInfo.pdb
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── licenses.licx
│ ├── obj
│ │ └── Debug
│ │ ├── tableInfo.exe
│ │ ├── tableInfo.exe.incr
│ │ ├── tableInfo.exe.licenses
│ │ ├── tableInfo.Form1.resources
│ │ ├── tableInfo.pdb
│ │ ├── tableInfo.projdata
│ │ ├── temp
│ │ └── TempPE
│ ├── tableInfo.csproj
│ ├── tableInfo.csproj.user
│ ├── tableInfo.sln
│ └── tableInfo.suo
├── 实例75
│ ├── 75.bmp
│ └── useDataGrid
│ ├── AssemblyInfo.cs
│ ├── bin
│ │ └── Debug
│ │ ├── mctest.mdb
│ │ ├── useDataGrid.exe
│ │ └── useDataGrid.pdb
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── licenses.licx
│ ├── obj
│ │ └── Debug
│ │ ├── temp
│ │ ├── TempPE
│ │ ├── useDataGrid.exe
│ │ ├── useDataGrid.exe.incr
│ │ ├── useDataGrid.exe.licenses
│ │ ├── useDataGrid.Form1.resources
│ │ ├── useDataGrid.pdb
│ │ └── useDataGrid.projdata
│ ├── useDataGrid.csproj
│ ├── useDataGrid.csproj.user
│ ├── useDataGrid.sln
│ └── useDataGrid.suo
├── 实例76
│ ├── 76.bmp
│ └── DataTableCompute
│ ├── AssemblyInfo.cs
│ ├── bin
│ │ └── Debug
│ │ ├── DataTableCompute.exe
│ │ ├── DataTableCompute.pdb
│ │ └── interest.txt
│ ├── Compute.cs
│ ├── DataTableCompute.csproj
│ ├── DataTableCompute.csproj.user
│ ├── DataTableCompute.sln
│ ├── DataTableCompute.suo
│ ├── DBUpLoad.cs
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── interest1.txt
│ ├── interest.txt
│ ├── licenses.licx
│ └── obj
│ └── Debug
│ ├── DataTableCompute.exe
│ ├── DataTableCompute.exe.incr
│ ├── DataTableCompute.exe.licenses
│ ├── DataTableCompute.Form1.resources
│ ├── DataTableCompute.pdb
│ ├── DataTableCompute.projdata
│ ├── temp
│ └── TempPE
├── 实例77
│ ├── App.ico
│ ├── AssemblyInfo.cs
│ ├── BIN
│ │ └── Debug
│ │ ├── 实例77.exe
│ │ └── 实例77.pdb
│ ├── Class1.cs
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── OBJ
│ │ └── Debug
│ │ ├── TEMP
│ │ ├── TempPE
│ │ ├── 实例77.exe
│ │ ├── 实例77.exe.incr
│ │ ├── 实例77.Form1.resources
│ │ ├── 实例77.pdb
│ │ └── 实例77.projdata
│ ├── 实例77.csproj
│ ├── 实例77.csproj.user
│ ├── 实例77.sln
│ └── 实例77.suo
├── 实例78
│ ├── 78.bmp
│ └── ThreadExample2
│ ├── AssemblyInfo.cs
│ ├── bin
│ │ └── Debug
│ │ ├── ThreadExample2.exe
│ │ └── ThreadExample2.pdb
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── licenses.licx
│ ├── obj
│ │ └── Debug
│ │ ├── startThread.Form1.resources
│ │ ├── temp
│ │ ├── TempPE
│ │ ├── ThreadExample2.exe
│ │ ├── ThreadExample2.exe.incr
│ │ ├── ThreadExample2.exe.licenses
│ │ ├── ThreadExample2.Form1.resources
│ │ ├── ThreadExample2.pdb
│ │ └── ThreadExample2.projdata
│ ├── ThreadExample2.csproj
│ ├── ThreadExample2.csproj.user
│ ├── ThreadExample2.sln
│ └── ThreadExample2.suo
├── 实例79
│ ├── 79.bmp
│ └── ThreadExample3
│ ├── AssemblyInfo.cs
│ ├── bin
│ │ └── Debug
│ │ ├── ThreadExample3.exe
│ │ └── ThreadExample3.pdb
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── licenses.licx
│ ├── obj
│ │ └── Debug
│ │ ├── temp
│ │ ├── TempPE
│ │ ├── ThreadExample3.exe
│ │ ├── ThreadExample3.exe.incr
│ │ ├── ThreadExample3.exe.licenses
│ │ ├── ThreadExample3.Form1.resources
│ │ ├── ThreadExample3.pdb
│ │ └── ThreadExample3.projdata
│ ├── ThreadExample3.csproj
│ ├── ThreadExample3.csproj.user
│ ├── ThreadExample3.sln
│ └── ThreadExample3.suo
├── 实例80
│ ├── 80.bmp
│ └── ThreadExample4
│ ├── AssemblyInfo.cs
│ ├── bin
│ │ └── Debug
│ │ ├── ThreadExample4.exe
│ │ └── ThreadExample4.pdb
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── licenses.licx
│ ├── obj
│ │ └── Debug
│ │ ├── temp
│ │ ├── TempPE
│ │ ├── ThreadExample4.exe
│ │ ├── ThreadExample4.exe.incr
│ │ ├── ThreadExample4.exe.licenses
│ │ ├── ThreadExample4.Form1.resources
│ │ ├── ThreadExample4.pdb
│ │ └── ThreadExample4.projdata
│ ├── ThreadExample4.csproj
│ ├── ThreadExample4.csproj.user
│ ├── ThreadExample4.sln
│ └── ThreadExample4.suo
├── 实例81
│ ├── 81.bmp
│ └── ThreadExample5
│ ├── AssemblyInfo.cs
│ ├── bin
│ │ └── Debug
│ │ ├── ThreadExample4.exe
│ │ └── ThreadExample4.pdb
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── licenses.licx
│ ├── obj
│ │ └── Debug
│ │ ├── temp
│ │ ├── TempPE
│ │ ├── ThreadExample4.exe
│ │ ├── ThreadExample4.exe.incr
│ │ ├── ThreadExample4.exe.licenses
│ │ ├── ThreadExample4.Form1.resources
│ │ ├── ThreadExample4.pdb
│ │ └── ThreadExample4.projdata
│ ├── ThreadExample4.csproj
│ ├── ThreadExample4.csproj.user
│ ├── ThreadExample4.sln
│ └── ThreadExample4.suo
├── 实例82
│ ├── 82.bmp
│ └── WorkerThread_demo
│ ├── AssemblyInfo.cs
│ ├── bin
│ │ └── Debug
│ │ ├── WorkerThread.exe
│ │ └── WorkerThread.pdb
│ ├── licenses.licx
│ ├── LongProcess.cs
│ ├── MainForm.cs
│ ├── MainForm.resx
│ ├── obj
│ │ └── Debug
│ │ ├── temp
│ │ ├── TempPE
│ │ ├── WorkerThread.exe
│ │ ├── WorkerThread.exe.incr
│ │ ├── WorkerThread.exe.licenses
│ │ ├── WorkerThread.MainForm.resources
│ │ ├── WorkerThread.pdb
│ │ └── WorkerThread.projdata
│ ├── WorkerThread.csproj
│ ├── WorkerThread.csproj.user
│ ├── WorkerThread.sln
│ └── WorkerThread.suo
├── 实例83
│ ├── 83.bmp
│ ├── allProcess.cs
│ └── allProcess.exe
├── 实例84
│ ├── 84.bmp
│ ├── readRegData.cs
│ ├── readRegData.exe
│ └── readRegData.reg
├── 实例85
│ ├── 85.bmp
│ └── useClipboard
│ ├── AssemblyInfo.cs
│ ├── bin
│ │ └── Debug
│ │ ├── useClipboard.exe
│ │ └── useClipboard.pdb
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── licenses.licx
│ ├── obj
│ │ └── Debug
│ │ ├── temp
│ │ ├── TempPE
│ │ ├── useClipboard.exe
│ │ ├── useClipboard.exe.incr
│ │ ├── useClipboard.exe.licenses
│ │ ├── useClipboard.Form1.resources
│ │ ├── useClipboard.pdb
│ │ └── useClipboard.projdata
│ ├── useClipboard.csproj
│ ├── useClipboard.csproj.user
│ ├── useClipboard.sln
│ └── useClipboard.suo
├── 实例86
│ ├── 86.bmp
│ ├── Thumbs.db
│ └── useGDI+
│ ├── AssemblyInfo.cs
│ ├── bin
│ │ └── Debug
│ │ ├── useGDI+.exe
│ │ └── useGDI+.pdb
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── licenses.licx
│ ├── obj
│ │ └── Debug
│ │ ├── temp
│ │ ├── TempPE
│ │ ├── useGDI+.exe
│ │ ├── useGDI+.exe.incr
│ │ ├── useGDI_.Form1.resources
│ │ ├── useGDI+.pdb
│ │ └── useGDI+.projdata
│ ├── useGDI+.csproj
│ ├── useGDI+.csproj.user
│ ├── useGDI+.sln
│ └── useGDI+.suo
├── 实例87
│ ├── 87.bmp
│ └── useBrush
│ ├── AssemblyInfo.cs
│ ├── bin
│ │ └── Debug
│ │ ├── BlueLace16.bmp
│ │ ├── useBrush.exe
│ │ └── useBrush.pdb
│ ├── BlueLace16.bmp
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── licenses.licx
│ ├── obj
│ │ └── Debug
│ │ ├── temp
│ │ ├── TempPE
│ │ ├── useBrush.exe
│ │ ├── useBrush.exe.incr
│ │ ├── useBrush.exe.licenses
│ │ ├── useBrush.Form1.resources
│ │ ├── useBrush.pdb
│ │ └── useBrush.projdata
│ ├── useBrush.csproj
│ ├── useBrush.csproj.user
│ ├── useBrush.sln
│ └── useBrush.suo
├── 实例88
│ ├── 88.bmp
│ └── AnimatBall
│ ├── AnimatBall.csproj
│ ├── AnimatBall.csproj.user
│ ├── AnimatBall.sln
│ ├── AnimatBall.suo
│ ├── AssemblyInfo.cs
│ ├── bin
│ │ └── Debug
│ │ ├── AnimatBall.exe
│ │ └── AnimatBall.pdb
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── licenses.licx
│ └── obj
│ └── Debug
│ ├── AnimatBall.exe
│ ├── AnimatBall.exe.incr
│ ├── AnimatBall.exe.licenses
│ ├── AnimatBall.Form1.resources
│ ├── AnimatBall.pdb
│ ├── AnimatBall.projdata
│ ├── temp
│ └── TempPE
├── 实例89
│ ├── 89.bmp
│ └── Transform
│ ├── AssemblyInfo.cs
│ ├── bin
│ │ └── Debug
│ │ ├── Transform.exe
│ │ └── Transform.pdb
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── licenses.licx
│ ├── obj
│ │ └── Debug
│ │ ├── temp
│ │ ├── TempPE
│ │ ├── Transform.exe
│ │ ├── Transform.exe.incr
│ │ ├── Transform.exe.licenses
│ │ ├── Transform.Form1.resources
│ │ ├── Transform.pdb
│ │ └── Transform.projdata
│ ├── Transform.csproj
│ ├── Transform.csproj.user
│ ├── Transform.sln
│ └── Transform.suo
├── 实例90
│ ├── 90.bmp
│ └── Ratation
│ ├── AssemblyInfo.cs
│ ├── bin
│ │ └── Debug
│ │ ├── Ratation.exe
│ │ └── Ratation.pdb
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── licenses.licx
│ ├── obj
│ │ └── Debug
│ │ ├── Ratation.exe
│ │ ├── Ratation.exe.incr
│ │ ├── Ratation.exe.licenses
│ │ ├── Ratation.Form1.resources
│ │ ├── Ratation.pdb
│ │ ├── Ratation.projdata
│ │ ├── temp
│ │ └── TempPE
│ ├── Ratation.csproj
│ ├── Ratation.csproj.user
│ ├── Ratation.sln
│ └── Ratation.suo
├── 实例91
│ ├── 91.bmp
│ └── AnimatePicture
│ ├── AnimatePicture.csproj
│ ├── AnimatePicture.csproj.user
│ ├── AnimatePicture.sln
│ ├── AnimatePicture.suo
│ ├── AssemblyInfo.cs
│ ├── bin
│ │ └── Debug
│ │ ├── AnimatePicture.exe
│ │ ├── AnimatePicture.pdb
│ │ ├── Blue Lace 16.bmp
│ │ ├── Coffee Bean.bmp
│ │ ├── FeatherTexture.bmp
│ │ ├── Gone Fishing.bmp
│ │ ├── Greenstone.bmp
│ │ ├── Prairie Wind.bmp
│ │ ├── Rhododendron.bmp
│ │ ├── River Sumida.bmp
│ │ ├── Santa Fe Stucco.bmp
│ │ └── Soap Bubbles.bmp
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── licenses.licx
│ └── obj
│ └── Debug
│ ├── AnimatePicture.exe
│ ├── AnimatePicture.exe.incr
│ ├── AnimatePicture.exe.licenses
│ ├── AnimatePicture.Form1.resources
│ ├── AnimatePicture.pdb
│ ├── AnimatePicture.projdata
│ ├── temp
│ └── TempPE
├── 实例92
│ ├── 92.bmp
│ ├── AssemblyInfo.cs
│ ├── bin
│ │ └── Debug
│ │ ├── buttonNormal.jpg
│ │ ├── buttonOver2.jpg
│ │ ├── CDAudio.jpg
│ │ ├── CDOver.jpg
│ │ ├── Circle.jpg
│ │ ├── CircleOver.jpg
│ │ ├── hotc1.jpg
│ │ ├── hotc2.jpg
│ │ ├── hotc3.jpg
│ │ ├── hotc4.jpg
│ │ ├── hotc5.jpg
│ │ ├── hotc6.jpg
│ │ ├── hotc7.jpg
│ │ ├── hotc8.jpg
│ │ ├── mediaPlayer.jpg
│ │ ├── Playing.jpg
│ │ ├── PlayingOver.jpg
│ │ ├── PlayingUp.jpg
│ │ ├── StopBut.jpg
│ │ ├── StopButNormal.jpg
│ │ ├── StopButOver.jpg
│ │ ├── WinApp.exe
│ │ └── WinApp.pdb
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── licenses.licx
│ ├── MyMessageFilter.cs
│ ├── obj
│ │ └── Debug
│ │ ├── temp
│ │ ├── TempPE
│ │ ├── WinApp.exe
│ │ ├── WinApp.exe.incr
│ │ ├── WinApp.exe.licenses
│ │ ├── WinApp.Form1.resources
│ │ ├── WinApp.pdb
│ │ └── WinApp.projdata
│ ├── ShapedForm
│ │ ├── AssemblyInfo.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ShapedForm.exe
│ │ │ └── ShapedForm.pdb
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── licenses.licx
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── ShapedForm.exe
│ │ │ ├── ShapedForm.exe.incr
│ │ │ ├── ShapedForm.exe.licenses
│ │ │ ├── ShapedForm.Form1.resources
│ │ │ ├── ShapedForm.pdb
│ │ │ ├── ShapedForm.projdata
│ │ │ ├── temp
│ │ │ └── TempPE
│ │ ├── ShapedForm.csproj
│ │ ├── ShapedForm.csproj.user
│ │ ├── ShapedForm.sln
│ │ └── ShapedForm.suo
│ ├── WinApp.csproj
│ ├── WinApp.csproj.user
│ ├── WinApp.sln
│ └── WinApp.suo
├── 实例93
│ ├── 93.bmp
│ └── WinApp
│ ├── AssemblyInfo.cs
│ ├── bin
│ │ └── Debug
│ │ ├── buttonNormal.jpg
│ │ ├── buttonOver2.jpg
│ │ ├── CDAudio.jpg
│ │ ├── CDOver.jpg
│ │ ├── Circle.jpg
│ │ ├── CircleOver.jpg
│ │ ├── hotc1.jpg
│ │ ├── hotc2.jpg
│ │ ├── hotc3.jpg
│ │ ├── hotc4.jpg
│ │ ├── hotc5.jpg
│ │ ├── hotc6.jpg
│ │ ├── hotc7.jpg
│ │ ├── hotc8.jpg
│ │ ├── mediaPlayer.jpg
│ │ ├── Playing.jpg
│ │ ├── PlayingOver.jpg
│ │ ├── PlayingUp.jpg
│ │ ├── StopBut.jpg
│ │ ├── StopButNormal.jpg
│ │ ├── StopButOver.jpg
│ │ ├── WinApp.exe
│ │ └── WinApp.pdb
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── licenses.licx
│ ├── MyMessageFilter.cs
│ ├── obj
│ │ └── Debug
│ │ ├── temp
│ │ ├── TempPE
│ │ ├── WinApp.exe
│ │ ├── WinApp.exe.incr
│ │ ├── WinApp.exe.licenses
│ │ ├── WinApp.Form1.resources
│ │ ├── WinApp.pdb
│ │ └── WinApp.projdata
│ ├── WinApp.csproj
│ ├── WinApp.csproj.user
│ ├── WinApp.sln
│ └── WinApp.suo
├── 实例94
│ ├── 94.bmp
│ └── puker
│ ├── AssemblyInfo.cs
│ ├── bin
│ │ └── Debug
│ │ ├── puker.exe
│ │ └── puker.pdb
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── licenses.licx
│ ├── obj
│ │ └── Debug
│ │ ├── puker.exe
│ │ ├── puker.exe.incr
│ │ ├── puker.exe.licenses
│ │ ├── puker.Form1.resources
│ │ ├── puker.pdb
│ │ ├── puker.projdata
│ │ ├── temp
│ │ └── TempPE
│ ├── puker.csproj
│ ├── puker.csproj.user
│ ├── puker.sln
│ └── puker.suo
├── 实例95
│ ├── 95.bmp
│ └── puker
│ ├── AssemblyInfo.cs
│ ├── bin
│ │ └── Debug
│ │ ├── puker.exe
│ │ └── puker.pdb
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── licenses.licx
│ ├── obj
│ │ └── Debug
│ │ ├── puker.exe
│ │ ├── puker.exe.incr
│ │ ├── puker.exe.licenses
│ │ ├── puker.Form1.resources
│ │ ├── puker.pdb
│ │ ├── puker.projdata
│ │ ├── temp
│ │ └── TempPE
│ ├── puker.csproj
│ ├── puker.csproj.user
│ ├── puker.sln
│ └── puker.suo
├── 实例96
│ ├── 96.bmp
│ ├── tic_model.cs
│ ├── tic_viewcontroller.cs
│ └── tic_viewcontroller.exe
├── 实例97
│ ├── 97.bmp
│ ├── AssemblyInfo.cs
│ ├── bin
│ │ └── Debug
│ │ ├── eater2.gif
│ │ ├── eater.gif
│ │ ├── hit.wav
│ │ ├── stone.gif
│ │ ├── WindowsApplication22.exe
│ │ └── WindowsApplication22.pdb
│ ├── Eater.cs
│ ├── EaterGame.gif
│ ├── EaterKeyPress.gif
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── Initial Class Diagram.gif
│ ├── licenses.licx
│ ├── obj
│ │ └── Debug
│ │ ├── temp
│ │ ├── TempPE
│ │ ├── WindowsApplication22.exe
│ │ ├── WindowsApplication22.exe.incr
│ │ ├── WindowsApplication22.exe.licenses
│ │ ├── WindowsApplication22.Form1.resources
│ │ ├── WindowsApplication22.pdb
│ │ └── WindowsApplication22.projdata
│ ├── RevErr.txt
│ ├── Score.cs
│ ├── Stone.cs
│ ├── stone.gif
│ ├── TimerDisplay.cs
│ ├── UMLPackman.omt
│ ├── WindowsApplication22.csproj
│ ├── WindowsApplication22.csproj.user
│ ├── WindowsApplication22.sln
│ └── WindowsApplication22.suo
├── 实例98
│ ├── 98.bmp
│ └── MasterMind
│ ├── AssemblyInfo.cs
│ ├── bin
│ │ └── Debug
│ │ ├── MasterMind.exe
│ │ └── MasterMind.pdb
│ ├── Board.cs
│ ├── ColorPanel.cs
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── licenses.licx
│ ├── MasterMind.csproj
│ ├── MasterMind.csproj.user
│ ├── Mastermind.omt
│ ├── MasterMind.sln
│ ├── MasterMind.suo
│ ├── MasterMind.vsd
│ ├── Mastermind.WC
│ ├── obj
│ │ └── Debug
│ │ ├── MasterMind.exe
│ │ ├── MasterMind.exe.incr
│ │ ├── MasterMind.exe.licenses
│ │ ├── MasterMind.Form1.resources
│ │ ├── MasterMind.pdb
│ │ ├── MasterMind.projdata
│ │ ├── temp
│ │ └── TempPE
│ ├── RevErr.txt
│ └── ScoreBoard.cs
└── 实例99
├── 99.bmp
└── GraphicsCopyright
├── AssemblyInfo.cs
├── bin
│ ├── Debug
│ │ ├── GraphicsCopyright.exe.licenses
│ │ ├── GraphicsCopyright.Form1.resources
│ │ ├── GraphicsCopyright.pdb
│ │ ├── output.il
│ │ └── output.res
│ └── Release
│ └── GraphicsCopyright.exe
├── Form1.cs
├── Form1.resx
├── GraphicsCopyright.csproj
├── GraphicsCopyright.csproj.user
├── GraphicsCopyright.sln
├── GraphicsCopyright.suo
├── licenses.licx
└── obj
├── Debug
│ ├── GraphicsCopyright.exe.incr
│ ├── GraphicsCopyright.pdb
│ ├── GraphicsCopyright.projdata
│ ├── temp
│ └── TempPE
└── Release
├── GraphicsCopyright.exe
├── GraphicsCopyright.exe.incr
├── GraphicsCopyright.exe.licenses
├── GraphicsCopyright.Form1.resources
├── GraphicsCopyright.projdata
├── temp
└── TempPE
559 directories, 1388 files
标签:
相关软件
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论