在好例子网,分享、交流、成长!
您当前所在位置:首页C# 开发实例C#语言基础 → C#100实例教程含源码

C#100实例教程含源码

C#语言基础

下载此实例
  • 开发语言:C#
  • 实例大小:15.94M
  • 下载次数:32
  • 浏览次数:115
  • 发布时间:2023-12-23
  • 实例类别:C#语言基础
  • 发 布 人:chenxiaolan
  • 文件格式:.zip
  • 所需积分:2
 相关标签: 实例教程 100 00 教程 源码

实例介绍

【实例简介】C#100编程实例教程和源码 

【实例截图】

from clipboard

from clipboard

from clipboard

from clipboard

【核心代码】

.
├── C#100个编程实例程序
│   ├── HiCode.cn.url
│   ├── 实例01
│   │   ├── 01.bmp
│   │   ├── HELLO.SLN
│   │   ├── HELLO.SUO
│   │   ├── csc编译器路径.txt
│   │   ├── hello.cs
│   │   └── hello.exe
│   ├── 实例02
│   │   ├── 02.bmp
│   │   ├── HELLO.SLN
│   │   ├── HELLO.SUO
│   │   ├── hello.cs
│   │   └── hello.exe
│   ├── 实例03
│   │   ├── 03.bmp
│   │   ├── listArg0.cs
│   │   ├── listArg0.exe
│   │   ├── listArg0.sln
│   │   └── listArg0.suo
│   ├── 实例04
│   │   ├── 04.bmp
│   │   ├── HiCode.cn.url
│   │   ├── predefinedTypes.cs
│   │   ├── predefinedTypes.exe
│   │   └── 请先读我.htm
│   ├── 实例05
│   │   ├── 05.bmp
│   │   ├── typeTrans.cs
│   │   └── typeTrans.exe
│   ├── 实例06
│   │   ├── 06.bmp
│   │   ├── ifApp.cs
│   │   └── ifApp.exe
│   ├── 实例07
│   │   ├── 07.bmp
│   │   ├── csc编译器路径.txt
│   │   ├── switchApp.cs
│   │   ├── switchApp.exe
│   │   └── switchApp.suo
│   ├── 实例08
│   │   ├── 08.bmp
│   │   ├── forApp.cs
│   │   └── forApp.exe
│   ├── 实例09
│   │   ├── 09.bmp
│   │   ├── whileApp.cs
│   │   └── whileApp.exe
│   ├── 实例10
│   │   ├── 10.bmp
│   │   ├── doWhileApp.cs
│   │   └── doWhileApp.exe
│   ├── 实例100
│   │   ├── 100.bmp
│   │   └── BrickOut
│   │       ├── AssemblyInfo.cs
│   │       ├── Ball.cs
│   │       ├── Brick.cs
│   │       ├── BrickOut.csproj
│   │       ├── BrickOut.csproj.user
│   │       ├── BrickOut.sln
│   │       ├── BrickOut.suo
│   │       ├── Form1.cs
│   │       ├── Form1.resx
│   │       ├── GameObject.cs
│   │       ├── Paddle.cs
│   │       ├── RevErr.txt
│   │       ├── Row.cs
│   │       ├── Score.cs
│   │       ├── SpeedDialog.cs
│   │       ├── SpeedDialog.resx
│   │       ├── bin
│   │       │   └── Debug
│   │       │       ├── BallOut.wav
│   │       │       ├── BrickHit.wav
│   │       │       ├── BrickOut.exe
│   │       │       ├── BrickOut.pdb
│   │       │       ├── PaddleHit.wav
│   │       │       ├── WallHit.wav
│   │       │       ├── ball.gif
│   │       │       ├── brick.gif
│   │       │       └── paddle.gif
│   │       ├── licenses.licx
│   │       └── obj
│   │           └── Debug
│   │               ├── BrickOut.Form1.resources
│   │               ├── BrickOut.SpeedDialog.resources
│   │               ├── BrickOut.exe
│   │               ├── BrickOut.exe.incr
│   │               ├── BrickOut.exe.licenses
│   │               ├── BrickOut.pdb
│   │               ├── BrickOut.projdata
│   │               ├── TempPE
│   │               └── temp
│   ├── 实例11
│   │   ├── 11.bmp
│   │   ├── foreachApp.cs
│   │   └── foreachApp.exe
│   ├── 实例12
│   │   ├── 12.bmp
│   │   ├── matrixMultiply.cs
│   │   └── matrixMultiply.exe
│   ├── 实例13
│   │   ├── 13.bmp
│   │   ├── jaggedArray.cs
│   │   └── jaggedArray.exe
│   ├── 实例14
│   │   ├── 14.bmp
│   │   ├── enumApp.cs
│   │   └── enumApp.exe
│   ├── 实例15
│   │   ├── 15.bmp
│   │   ├── bitOpt.cs
│   │   └── bitOpt.exe
│   ├── 实例16
│   │   ├── 16.bmp
│   │   ├── fileApp.cs
│   │   ├── fileApp.exe
│   │   └── myfile.txt
│   ├── 实例17
│   │   ├── 17.bmp
│   │   ├── myClass.cs
│   │   └── myClass.exe
│   ├── 实例18
│   │   ├── 18.bmp
│   │   ├── readme.txt
│   │   ├── rectangle.cs
│   │   └── rectangle.exe
│   ├── 实例19
│   │   ├── 19.bmp
│   │   ├── stackApp.cs
│   │   └── stackApp.exe
│   ├── 实例20
│   │   ├── 20.bmp
│   │   ├── area.cs
│   │   └── area.exe
│   ├── 实例21
│   │   ├── 21.bmp
│   │   └── myFirstWinApp
│   │       ├── AssemblyInfo.cs
│   │       ├── Form1.cs
│   │       ├── Form1.resx
│   │       ├── bin
│   │       │   └── Debug
│   │       │       ├── myFirstWinApp.exe
│   │       │       └── myFirstWinApp.pdb
│   │       ├── myFirstWinApp.csproj
│   │       ├── myFirstWinApp.csproj.user
│   │       ├── myFirstWinApp.sln
│   │       ├── myFirstWinApp.suo
│   │       └── obj
│   │           └── Debug
│   │               ├── TempPE
│   │               ├── myFirstWinApp.Form1.resources
│   │               ├── myFirstWinApp.exe
│   │               ├── myFirstWinApp.exe.incr
│   │               ├── myFirstWinApp.pdb
│   │               ├── myFirstWinApp.projdata
│   │               ├── myFirstWinApp.projdata1
│   │               └── temp
│   ├── 实例22
│   │   ├── 22.bmp
│   │   └── imageView
│   │       ├── AssemblyInfo.cs
│   │       ├── Form1.cs
│   │       ├── Form1.resx
│   │       ├── Form2.cs
│   │       ├── Form2.resx
│   │       ├── bin
│   │       │   └── Debug
│   │       │       ├── imageView.exe
│   │       │       └── imageView.pdb
│   │       ├── imageView.csproj
│   │       ├── imageView.csproj.user
│   │       ├── imageView.sln
│   │       ├── imageView.suo
│   │       ├── licenses.licx
│   │       └── obj
│   │           └── Debug
│   │               ├── TempPE
│   │               ├── imageView.Form1.resources
│   │               ├── imageView.exe
│   │               ├── imageView.exe.incr
│   │               ├── imageView.exe.licenses
│   │               ├── imageView.pdb
│   │               ├── imageView.projdata
│   │               ├── imageView.projdata1
│   │               └── temp
│   ├── 实例23
│   │   ├── 23.bmp
│   │   └── catchMe
│   │       ├── AssemblyInfo.cs
│   │       ├── Form1.cs
│   │       ├── Form1.resx
│   │       ├── app.config
│   │       ├── bin
│   │       │   └── Debug
│   │       │       ├── catchMe.exe
│   │       │       ├── catchMe.exe.config
│   │       │       └── catchMe.pdb
│   │       ├── catchMe.csproj
│   │       ├── catchMe.csproj.user
│   │       ├── catchMe.sln
│   │       ├── catchMe.suo
│   │       ├── licenses.licx
│   │       └── obj
│   │           └── Debug
│   │               ├── TempPE
│   │               ├── catchMe.Form1.resources
│   │               ├── catchMe.exe
│   │               ├── catchMe.exe.incr
│   │               ├── catchMe.exe.licenses
│   │               ├── catchMe.pdb
│   │               ├── catchMe.projdata
│   │               └── temp
│   ├── 实例24
│   │   ├── 24.bmp
│   │   └── statusApp
│   │       ├── AssemblyInfo.cs
│   │       ├── Form1.cs
│   │       ├── Form1.resx
│   │       ├── bin
│   │       │   └── Debug
│   │       │       ├── statusApp.exe
│   │       │       └── statusApp.pdb
│   │       ├── obj
│   │       │   └── Debug
│   │       │       ├── TempPE
│   │       │       ├── statusApp.Form1.resources
│   │       │       ├── statusApp.exe
│   │       │       ├── statusApp.exe.incr
│   │       │       ├── statusApp.pdb
│   │       │       ├── statusApp.projdata
│   │       │       └── temp
│   │       ├── statusApp.csproj
│   │       ├── statusApp.csproj.user
│   │       ├── statusApp.sln
│   │       └── statusApp.suo
│   ├── 实例25
│   │   ├── 25.bmp
│   │   └── menuApp
│   │       ├── AssemblyInfo.cs
│   │       ├── Form1.cs
│   │       ├── Form1.resx
│   │       ├── bin
│   │       │   └── Debug
│   │       │       ├── menuApp.exe
│   │       │       └── menuApp.pdb
│   │       ├── licenses.licx
│   │       ├── menuApp.csproj
│   │       ├── menuApp.csproj.user
│   │       ├── menuApp.sln
│   │       ├── menuApp.suo
│   │       └── obj
│   │           └── Debug
│   │               ├── TempPE
│   │               ├── menuApp.Form1.resources
│   │               ├── menuApp.exe
│   │               ├── menuApp.exe.incr
│   │               ├── menuApp.exe.licenses
│   │               ├── menuApp.pdb
│   │               ├── menuApp.projdata
│   │               └── temp
│   ├── 实例26
│   │   ├── 26.bmp
│   │   └── toolbarApp
│   │       ├── AssemblyInfo.cs
│   │       ├── Form1.cs
│   │       ├── Form1.resx
│   │       ├── bin
│   │       │   └── Debug
│   │       │       ├── toolbarApp.exe
│   │       │       └── toolbarApp.pdb
│   │       ├── licenses.licx
│   │       ├── obj
│   │       │   └── Debug
│   │       │       ├── TempPE
│   │       │       ├── temp
│   │       │       ├── toolbarApp.Form1.resources
│   │       │       ├── toolbarApp.exe
│   │       │       ├── toolbarApp.exe.incr
│   │       │       ├── toolbarApp.exe.licenses
│   │       │       ├── toolbarApp.pdb
│   │       │       └── toolbarApp.projdata
│   │       ├── red.jpg
│   │       ├── toolbarApp.csproj
│   │       ├── toolbarApp.csproj.user
│   │       ├── toolbarApp.sln
│   │       └── toolbarApp.suo
│   ├── 实例27
│   │   ├── 27.bmp
│   │   ├── MaskedTextBox
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── BIN
│   │   │   │   └── Debug
│   │   │   │       ├── MaskedTextBox.dll
│   │   │   │       └── MaskedTextBox.pdb
│   │   │   ├── MaskedTextBox.csproj
│   │   │   ├── MaskedTextBox.csproj.user
│   │   │   ├── MaskedTextBox.sln
│   │   │   ├── MaskedTextBox.suo
│   │   │   ├── UserControl1.cs
│   │   │   ├── UserControl1.resx
│   │   │   ├── licenses.licx
│   │   │   └── obj
│   │   │       └── Debug
│   │   │           ├── MaskedTextBox.MaskedTextBox.resources
│   │   │           ├── MaskedTextBox.dll
│   │   │           ├── MaskedTextBox.dll.incr
│   │   │           ├── MaskedTextBox.pdb
│   │   │           ├── MaskedTextBox.projdata
│   │   │           ├── TEMP
│   │   │           └── TempPE
│   │   └── clock
│   │       ├── AssemblyInfo.cs
│   │       ├── Form1.cs
│   │       ├── Form1.resx
│   │       ├── bin
│   │       │   └── Debug
│   │       │       ├── clock.exe
│   │       │       └── clock.pdb
│   │       ├── clock.csproj
│   │       ├── clock.csproj.user
│   │       ├── clock.sln
│   │       ├── clock.suo
│   │       ├── licenses.licx
│   │       └── obj
│   │           └── Debug
│   │               ├── TempPE
│   │               ├── clock.Form1.resources
│   │               ├── clock.exe
│   │               ├── clock.exe.incr
│   │               ├── clock.exe.licenses
│   │               ├── clock.pdb
│   │               ├── clock.projdata
│   │               └── temp
│   ├── 实例28
│   │   └── ipBox
│   │       ├── AssemblyInfo.cs
│   │       ├── UserControl1.cs
│   │       ├── UserControl1.resx
│   │       ├── bin
│   │       │   ├── Debug
│   │       │   │   ├── ipBox.dll
│   │       │   │   └── ipBox.pdb
│   │       │   └── Release
│   │       │       └── ipBox.dll
│   │       ├── ipBox.csproj
│   │       ├── ipBox.csproj.user
│   │       ├── ipBox.sln
│   │       ├── ipBox.suo
│   │       └── obj
│   │           ├── Debug
│   │           │   ├── TempPE
│   │           │   ├── ipBox.dll
│   │           │   ├── ipBox.dll.incr
│   │           │   ├── ipBox.pdb
│   │           │   ├── ipBox.projdata
│   │           │   └── temp
│   │           └── Release
│   │               ├── TempPE
│   │               ├── ipBox.dll
│   │               ├── ipBox.dll.incr
│   │               ├── ipBox.ipBox.resources
│   │               ├── ipBox.projdata
│   │               └── temp
│   ├── 实例29
│   │   ├── 29.bmp
│   │   └── useIPBox
│   │       ├── AssemblyInfo.cs
│   │       ├── Form1.cs
│   │       ├── Form1.resx
│   │       ├── bin
│   │       │   └── Debug
│   │       │       ├── ipBox.dll
│   │       │       ├── useIPBox.exe
│   │       │       └── useIPBox.pdb
│   │       ├── ipBox.dll
│   │       ├── licenses.licx
│   │       ├── obj
│   │       │   └── Debug
│   │       │       ├── TempPE
│   │       │       ├── temp
│   │       │       ├── useIPBox.Form1.resources
│   │       │       ├── useIPBox.exe
│   │       │       ├── useIPBox.exe.incr
│   │       │       ├── useIPBox.exe.licenses
│   │       │       ├── useIPBox.pdb
│   │       │       └── useIPBox.projdata
│   │       ├── useIPBox.csproj
│   │       ├── useIPBox.csproj.user
│   │       ├── useIPBox.sln
│   │       └── useIPBox.suo
│   ├── 实例30
│   │   ├── 30.bmp
│   │   ├── Thumbs.db
│   │   ├── useTreeView
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.resx
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── useTreeView.exe
│   │   │   │       └── useTreeView.pdb
│   │   │   ├── image
│   │   │   │   ├── CLSDFOLD.ICO
│   │   │   │   ├── DRIVE.ICO
│   │   │   │   ├── MYCOMP.ICO
│   │   │   │   └── OPENFOLD.ICO
│   │   │   ├── licenses.licx
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │       ├── TempPE
│   │   │   │       ├── temp
│   │   │   │       ├── useTreeView.Form1.resources
│   │   │   │       ├── useTreeView.exe
│   │   │   │       ├── useTreeView.exe.incr
│   │   │   │       ├── useTreeView.exe.licenses
│   │   │   │       ├── useTreeView.pdb
│   │   │   │       └── useTreeView.projdata
│   │   │   ├── useTreeView.csproj
│   │   │   ├── useTreeView.csproj.user
│   │   │   ├── useTreeView.sln
│   │   │   └── useTreeView.suo
│   │   └── 说明.txt
│   ├── 实例31
│   │   ├── 31.bmp
│   │   └── FolderBrowser
│   │       ├── AssemblyInfo.cs
│   │       ├── FolderBrowser.csproj
│   │       ├── FolderBrowser.csproj.user
│   │       ├── FolderBrowser.sln
│   │       ├── FolderBrowser.suo
│   │       ├── Form1.cs
│   │       ├── Form1.resx
│   │       ├── bin
│   │       │   └── Debug
│   │       │       ├── FolderBrowser.exe
│   │       │       └── FolderBrowser.pdb
│   │       ├── image
│   │       │   ├── CLSDFOLD.ICO
│   │       │   ├── DRIVE.ICO
│   │       │   ├── MYCOMP.ICO
│   │       │   └── OPENFOLD.ICO
│   │       ├── licenses.licx
│   │       └── obj
│   │           └── Debug
│   │               ├── FolderBrowser.FolderDialog.resources
│   │               ├── FolderBrowser.exe
│   │               ├── FolderBrowser.exe.incr
│   │               ├── FolderBrowser.exe.licenses
│   │               ├── FolderBrowser.pdb
│   │               ├── FolderBrowser.projdata
│   │               ├── TempPE
│   │               └── temp
│   ├── 实例32
│   │   ├── 32.bmp
│   │   └── progBarApp
│   │       ├── AssemblyInfo.cs
│   │       ├── Form1.cs
│   │       ├── Form1.resx
│   │       ├── bin
│   │       │   └── Debug
│   │       │       ├── progBarApp.exe
│   │       │       └── progBarApp.pdb
│   │       ├── licenses.licx
│   │       ├── obj
│   │       │   └── Debug
│   │       │       ├── TempPE
│   │       │       ├── progBarApp.Form1.resources
│   │       │       ├── progBarApp.exe
│   │       │       ├── progBarApp.exe.incr
│   │       │       ├── progBarApp.exe.licenses
│   │       │       ├── progBarApp.pdb
│   │       │       ├── progBarApp.projdata
│   │       │       └── temp
│   │       ├── progBarApp.csproj
│   │       ├── progBarApp.csproj.user
│   │       ├── progBarApp.sln
│   │       └── progBarApp.suo
│   ├── 实例33
│   │   ├── 33.bmp
│   │   └── controlTipApp
│   │       ├── AssemblyInfo.cs
│   │       ├── Form1.cs
│   │       ├── Form1.resx
│   │       ├── bin
│   │       │   └── Debug
│   │       │       ├── controlTipApp.exe
│   │       │       └── controlTipApp.pdb
│   │       ├── controlTipApp.csproj
│   │       ├── controlTipApp.csproj.user
│   │       ├── controlTipApp.sln
│   │       ├── controlTipApp.suo
│   │       ├── licenses.licx
│   │       └── obj
│   │           └── Debug
│   │               ├── TempPE
│   │               ├── controlTipApp.Form1.resources
│   │               ├── controlTipApp.exe
│   │               ├── controlTipApp.exe.incr
│   │               ├── controlTipApp.exe.licenses
│   │               ├── controlTipApp.pdb
│   │               ├── controlTipApp.projdata
│   │               └── temp
│   ├── 实例34
│   │   ├── 34.bmp
│   │   ├── TrayApp
│   │   │   ├── AboutDlg.cs
│   │   │   ├── AboutDlg.resx
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.resx
│   │   │   ├── Icon1.ico
│   │   │   ├── Icon2.ico
│   │   │   ├── IndiaFlag.ico
│   │   │   ├── TrayApp.csproj
│   │   │   ├── TrayApp.csproj.user
│   │   │   ├── TrayApp.sln
│   │   │   ├── TrayApp.suo
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── TrayApp.exe
│   │   │   │       └── TrayApp.pdb
│   │   │   ├── licenses.licx
│   │   │   └── obj
│   │   │       └── Debug
│   │   │           ├── TempPE
│   │   │           ├── TrayApp.AboutDlg.resources
│   │   │           ├── TrayApp.TrayForm.resources
│   │   │           ├── TrayApp.exe
│   │   │           ├── TrayApp.exe.incr
│   │   │           ├── TrayApp.exe.licenses
│   │   │           ├── TrayApp.pdb
│   │   │           ├── TrayApp.projdata
│   │   │           └── temp
│   │   └── TrayIconApp
│   │       ├── AssemblyInfo.cs
│   │       ├── Form1.cs
│   │       ├── Form1.resx
│   │       ├── TrayIconApp.csproj
│   │       ├── TrayIconApp.csproj.user
│   │       ├── TrayIconApp.sln
│   │       ├── TrayIconApp.suo
│   │       ├── bin
│   │       │   └── Debug
│   │       │       ├── TrayIconApp.exe
│   │       │       └── TrayIconApp.pdb
│   │       ├── licenses.licx
│   │       └── obj
│   │           └── Debug
│   │               ├── TempPE
│   │               ├── TrayIconApp.TrayIcon.resources
│   │               ├── TrayIconApp.exe
│   │               ├── TrayIconApp.exe.incr
│   │               ├── TrayIconApp.exe.licenses
│   │               ├── TrayIconApp.pdb
│   │               ├── TrayIconApp.projdata
│   │               └── temp
│   ├── 实例35
│   │   ├── 35.bmp
│   │   └── noBorderApp
│   │       ├── AssemblyInfo.cs
│   │       ├── Form1.cs
│   │       ├── Form1.resx
│   │       ├── bin
│   │       │   └── Debug
│   │       │       ├── noBorderApp.exe
│   │       │       └── noBorderApp.pdb
│   │       ├── licenses.licx
│   │       ├── noBorderApp.csproj
│   │       ├── noBorderApp.csproj.user
│   │       ├── noBorderApp.sln
│   │       ├── noBorderApp.suo
│   │       └── obj
│   │           └── Debug
│   │               ├── TempPE
│   │               ├── noBorderApp.Form1.resources
│   │               ├── noBorderApp.exe
│   │               ├── noBorderApp.exe.incr
│   │               ├── noBorderApp.exe.licenses
│   │               ├── noBorderApp.pdb
│   │               ├── noBorderApp.projdata
│   │               └── temp
│   ├── 实例36
│   │   ├── 36.bmp
│   │   └── MDIFormApp
│   │       ├── AssemblyInfo.cs
│   │       ├── Form1.cs
│   │       ├── Form1.resx
│   │       ├── MDIFormApp.csproj
│   │       ├── MDIFormApp.csproj.user
│   │       ├── MDIFormApp.sln
│   │       ├── MDIFormApp.suo
│   │       ├── bin
│   │       │   └── Debug
│   │       │       ├── MDIFormApp.exe
│   │       │       └── MDIFormApp.pdb
│   │       ├── licenses.licx
│   │       └── obj
│   │           └── Debug
│   │               ├── MDIFormApp.Form1.resources
│   │               ├── MDIFormApp.exe
│   │               ├── MDIFormApp.exe.incr
│   │               ├── MDIFormApp.exe.licenses
│   │               ├── MDIFormApp.pdb
│   │               ├── MDIFormApp.projdata
│   │               ├── TempPE
│   │               └── temp
│   ├── 实例37
│   │   ├── 37.bmp
│   │   └── floatingForm
│   │       ├── AssemblyInfo.cs
│   │       ├── Form1.cs
│   │       ├── Form1.resx
│   │       ├── Form2.cs
│   │       ├── Form2.resx
│   │       ├── bin
│   │       │   └── Debug
│   │       │       ├── floatingForm.exe
│   │       │       └── floatingForm.pdb
│   │       ├── floatingForm.csproj
│   │       ├── floatingForm.csproj.user
│   │       ├── floatingForm.sln
│   │       ├── floatingForm.suo
│   │       ├── licenses.licx
│   │       └── obj
│   │           └── Debug
│   │               ├── TempPE
│   │               ├── floatingForm.Form1.resources
│   │               ├── floatingForm.exe
│   │               ├── floatingForm.exe.incr
│   │               ├── floatingForm.exe.licenses
│   │               ├── floatingForm.pdb
│   │               ├── floatingForm.projdata
│   │               └── temp
│   ├── 实例38
│   │   ├── 38.bmp
│   │   └── checklistBoxApp
│   │       ├── AssemblyInfo.cs
│   │       ├── Form1.cs
│   │       ├── Form1.resx
│   │       ├── bin
│   │       │   └── Debug
│   │       │       ├── checklistBoxApp.exe
│   │       │       └── checklistBoxApp.pdb
│   │       ├── checklistBoxApp.csproj
│   │       ├── checklistBoxApp.csproj.user
│   │       ├── checklistBoxApp.sln
│   │       ├── checklistBoxApp.suo
│   │       ├── licenses.licx
│   │       └── obj
│   │           └── Debug
│   │               ├── TempPE
│   │               ├── checklistBoxApp.Form1.resources
│   │               ├── checklistBoxApp.exe
│   │               ├── checklistBoxApp.exe.incr
│   │               ├── checklistBoxApp.exe.licenses
│   │               ├── checklistBoxApp.pdb
│   │               ├── checklistBoxApp.projdata
│   │               └── temp
│   ├── 实例39
│   │   ├── 39.bmp
│   │   └── testApp
│   │       ├── AssemblyInfo.cs
│   │       ├── Form1.cs
│   │       ├── Form1.resx
│   │       ├── bin
│   │       │   └── Debug
│   │       │       ├── testApp.exe
│   │       │       └── testApp.pdb
│   │       ├── licenses.licx
│   │       ├── obj
│   │       │   └── Debug
│   │       │       ├── TempPE
│   │       │       ├── temp
│   │       │       ├── testApp.Form1.resources
│   │       │       ├── testApp.exe
│   │       │       ├── testApp.exe.incr
│   │       │       ├── testApp.exe.licenses
│   │       │       ├── testApp.pdb
│   │       │       └── testApp.projdata
│   │       ├── testApp.csproj
│   │       ├── testApp.csproj.user
│   │       ├── testApp.sln
│   │       └── testApp.suo
│   ├── 实例40
│   │   ├── 40.bmp
│   │   ├── jjjj
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.resx
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   ├── jjjj.csproj
│   │   │   ├── jjjj.csproj.user
│   │   │   └── obj
│   │   │       └── Debug
│   │   │           ├── TempPE
│   │   │           ├── jjjj.projdata
│   │   │           └── temp
│   │   ├── testApp
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.resx
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── testApp.exe
│   │   │   │       └── testApp.pdb
│   │   │   ├── licenses.licx
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │       ├── TempPE
│   │   │   │       ├── temp
│   │   │   │       ├── testApp.Form1.resources
│   │   │   │       ├── testApp.exe
│   │   │   │       ├── testApp.exe.incr
│   │   │   │       ├── testApp.exe.licenses
│   │   │   │       ├── testApp.pdb
│   │   │   │       └── testApp.projdata
│   │   │   ├── testApp.csproj
│   │   │   ├── testApp.csproj.user
│   │   │   ├── testApp.sln
│   │   │   └── testApp.suo
│   │   ├── ttt
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.resx
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── ttt.exe
│   │   │   │       └── ttt.pdb
│   │   │   ├── licenses.licx
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │       ├── TempPE
│   │   │   │       ├── temp
│   │   │   │       ├── ttt.Form1.resources
│   │   │   │       ├── ttt.exe
│   │   │   │       ├── ttt.exe.incr
│   │   │   │       ├── ttt.exe.licenses
│   │   │   │       ├── ttt.pdb
│   │   │   │       └── ttt.projdata
│   │   │   ├── ttt.csproj
│   │   │   ├── ttt.csproj.user
│   │   │   ├── ttt.sln
│   │   │   └── ttt.suo
│   │   └── useSplitterApp
│   │       ├── AssemblyInfo.cs
│   │       ├── Form1.cs
│   │       ├── Form1.resx
│   │       ├── bin
│   │       │   └── Debug
│   │       │       ├── useSplitterApp.exe
│   │       │       └── useSplitterApp.pdb
│   │       ├── licenses.licx
│   │       ├── obj
│   │       │   └── Debug
│   │       │       ├── TempPE
│   │       │       ├── temp
│   │       │       ├── useSplitterApp.Form1.resources
│   │       │       ├── useSplitterApp.exe
│   │       │       ├── useSplitterApp.exe.incr
│   │       │       ├── useSplitterApp.exe.licenses
│   │       │       ├── useSplitterApp.pdb
│   │       │       └── useSplitterApp.projdata
│   │       ├── useSplitterApp.csproj
│   │       ├── useSplitterApp.csproj.user
│   │       ├── useSplitterApp.sln
│   │       └── useSplitterApp.suo
│   ├── 实例41
│   │   ├── 41.bmp
│   │   ├── diy.cs
│   │   └── diy.exe
│   ├── 实例42
│   │   ├── 42.bmp
│   │   └── addCtrlAtRuntimeApp
│   │       ├── AssemblyInfo.cs
│   │       ├── Form1.cs
│   │       ├── Form1.resx
│   │       ├── addCtrlAtRuntimeApp.csproj
│   │       ├── addCtrlAtRuntimeApp.csproj.user
│   │       ├── addCtrlAtRuntimeApp.sln
│   │       ├── addCtrlAtRuntimeApp.suo
│   │       ├── bin
│   │       │   └── Debug
│   │       │       ├── addCtrlAtRuntimeApp.exe
│   │       │       └── addCtrlAtRuntimeApp.pdb
│   │       ├── licenses.licx
│   │       └── obj
│   │           └── Debug
│   │               ├── TempPE
│   │               ├── addCtrlAtRuntimeApp.Form1.resources
│   │               ├── addCtrlAtRuntimeApp.exe
│   │               ├── addCtrlAtRuntimeApp.exe.incr
│   │               ├── addCtrlAtRuntimeApp.exe.licenses
│   │               ├── addCtrlAtRuntimeApp.pdb
│   │               ├── addCtrlAtRuntimeApp.projdata
│   │               └── temp
│   ├── 实例43
│   │   ├── 43.bmp
│   │   └── calc
│   │       ├── AssemblyInfo.cs
│   │       ├── Form1.cs
│   │       ├── Form1.resx
│   │       ├── bin
│   │       │   └── Debug
│   │       │       ├── calc.exe
│   │       │       └── calc.pdb
│   │       ├── calc.csproj
│   │       ├── calc.csproj.user
│   │       ├── calc.sln
│   │       ├── calc.suo
│   │       ├── licenses.licx
│   │       └── obj
│   │           └── Debug
│   │               ├── TempPE
│   │               ├── calc.Calculator1.resources
│   │               ├── calc.exe
│   │               ├── calc.exe.incr
│   │               ├── calc.exe.licenses
│   │               ├── calc.pdb
│   │               ├── calc.projdata
│   │               └── temp
│   ├── 实例44
│   │   ├── 44.bmp
│   │   └── transparentWindow
│   │       ├── AssemblyInfo.cs
│   │       ├── Form1.cs
│   │       ├── Form1.resx
│   │       ├── bin
│   │       │   └── Debug
│   │       │       ├── transparentWindow.exe
│   │       │       └── transparentWindow.pdb
│   │       ├── licenses.licx
│   │       ├── obj
│   │       │   └── Debug
│   │       │       ├── TempPE
│   │       │       ├── temp
│   │       │       ├── transparentWindow.Form1.resources
│   │       │       ├── transparentWindow.exe
│   │       │       ├── transparentWindow.exe.incr
│   │       │       ├── transparentWindow.exe.licenses
│   │       │       ├── transparentWindow.pdb
│   │       │       └── transparentWindow.projdata
│   │       ├── transparentWindow.csproj
│   │       ├── transparentWindow.csproj.user
│   │       ├── transparentWindow.sln
│   │       └── transparentWindow.suo
│   ├── 实例45
│   │   ├── 45.bmp
│   │   └── htmlMaker
│   │       ├── AssemblyInfo.cs
│   │       ├── Form1.cs
│   │       ├── Form1.resx
│   │       ├── bin
│   │       │   └── Debug
│   │       │       ├── htmlMaker.exe
│   │       │       ├── htmlMaker.pdb
│   │       │       ├── lihua.html
│   │       │       └── who a u.html
│   │       ├── htmlMaker.csproj
│   │       ├── htmlMaker.csproj.user
│   │       ├── htmlMaker.sln
│   │       ├── htmlMaker.suo
│   │       ├── licenses.licx
│   │       └── obj
│   │           └── Debug
│   │               ├── TempPE
│   │               ├── htmlMaker.Form1.resources
│   │               ├── htmlMaker.exe
│   │               ├── htmlMaker.exe.incr
│   │               ├── htmlMaker.exe.licenses
│   │               ├── htmlMaker.pdb
│   │               ├── htmlMaker.projdata
│   │               └── temp
│   ├── 实例46
│   │   ├── 46.bmp
│   │   └── imageConvert
│   │       ├── AssemblyInfo.cs
│   │       ├── Form1.cs
│   │       ├── Form1.resx
│   │       ├── bin
│   │       │   └── Debug
│   │       │       ├── imageConvert.exe
│   │       │       └── imageConvert.pdb
│   │       ├── imageConvert.csproj
│   │       ├── imageConvert.csproj.user
│   │       ├── imageConvert.sln
│   │       ├── imageConvert.suo
│   │       ├── licenses.licx
│   │       └── obj
│   │           └── Debug
│   │               ├── TempPE
│   │               ├── imageConvert.Form1.resources
│   │               ├── imageConvert.exe
│   │               ├── imageConvert.exe.incr
│   │               ├── imageConvert.exe.licenses
│   │               ├── imageConvert.pdb
│   │               ├── imageConvert.projdata
│   │               └── temp
│   ├── 实例47
│   │   ├── 47.bmp
│   │   └── mygrep
│   │       ├── AssemblyInfo.cs
│   │       ├── Form1.cs
│   │       ├── Form1.resx
│   │       ├── bin
│   │       │   └── Debug
│   │       │       ├── mygrep.exe
│   │       │       └── mygrep.pdb
│   │       ├── licenses.licx
│   │       ├── mygrep.csproj
│   │       ├── mygrep.csproj.user
│   │       ├── mygrep.sln
│   │       ├── mygrep.suo
│   │       └── obj
│   │           └── Debug
│   │               ├── TempPE
│   │               ├── mygrep.Form1.resources
│   │               ├── mygrep.exe
│   │               ├── mygrep.exe.incr
│   │               ├── mygrep.exe.licenses
│   │               ├── mygrep.pdb
│   │               ├── mygrep.projdata
│   │               └── temp
│   ├── 实例48
│   │   ├── 48.bmp
│   │   └── displayFont
│   │       ├── AssemblyInfo.cs
│   │       ├── Form1.cs
│   │       ├── Form1.resx
│   │       ├── bin
│   │       │   └── Debug
│   │       │       ├── displayFont.exe
│   │       │       └── displayFont.pdb
│   │       ├── displayFont.csproj
│   │       ├── displayFont.csproj.user
│   │       ├── displayFont.sln
│   │       ├── displayFont.suo
│   │       ├── licenses.licx
│   │       └── obj
│   │           └── Debug
│   │               ├── DisplayFonts.DisplayFonts.resources
│   │               ├── TempPE
│   │               ├── displayFont.exe
│   │               ├── displayFont.exe.incr
│   │               ├── displayFont.exe.licenses
│   │               ├── displayFont.pdb
│   │               ├── displayFont.projdata
│   │               └── temp
│   ├── 实例49
│   │   ├── 49.bmp
│   │   ├── RedAll.cs
│   │   ├── RedAll.exe
│   │   └── step.txt
│   ├── 实例50
│   │   ├── 50.bmp
│   │   └── pingtu
│   │       ├── AssemblyInfo.cs
│   │       ├── Form1.cs
│   │       ├── Form1.resx
│   │       ├── bin
│   │       │   └── Debug
│   │       │       ├── pingtu.exe
│   │       │       └── pingtu.pdb
│   │       ├── licenses.licx
│   │       ├── obj
│   │       │   └── Debug
│   │       │       ├── TempPE
│   │       │       ├── game.Form1.resources
│   │       │       ├── pingtu.exe
│   │       │       ├── pingtu.exe.incr
│   │       │       ├── pingtu.exe.licenses
│   │       │       ├── pingtu.pdb
│   │       │       ├── pingtu.projdata
│   │       │       └── temp
│   │       ├── 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
│   │   ├── EchoClient.cs
│   │   ├── EchoClient.exe
│   │   ├── back1.gif
│   │   └── back2.gif
│   ├── 实例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
│   │       ├── EMailSender.csproj
│   │       ├── EMailSender.csproj.user
│   │       ├── EMailSender.sln
│   │       ├── EMailSender.suo
│   │       ├── Form1.cs
│   │       ├── Form1.resx
│   │       ├── bin
│   │       │   └── Debug
│   │       │       ├── EMailSender.exe
│   │       │       └── EMailSender.pdb
│   │       └── obj
│   │           └── Debug
│   │               ├── EMailSender.exe
│   │               ├── EMailSender.exe.incr
│   │               ├── EMailSender.pdb
│   │               ├── EMailSender.projdata
│   │               ├── EMailer.Form1.resources
│   │               ├── TempPE
│   │               └── temp
│   ├── 实例64
│   │   ├── 64.bmp
│   │   ├── EmailNotofier
│   │   │   ├── App.ico
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── EmailNotify.cs
│   │   │   ├── EmailNotify.resx
│   │   │   ├── EmailNotofier.csproj
│   │   │   ├── EmailNotofier.csproj.user
│   │   │   ├── EmailNotofier.sln
│   │   │   ├── EmailNotofier.suo
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.resx
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── EmailNotofier.exe
│   │   │   │       └── EmailNotofier.pdb
│   │   │   ├── email009.ico
│   │   │   ├── licenses.licx
│   │   │   └── obj
│   │   │       └── Debug
│   │   │           ├── EmailNotofier.EmailNotify.resources
│   │   │           ├── EmailNotofier.Form1.resources
│   │   │           ├── EmailNotofier.exe
│   │   │           ├── EmailNotofier.exe.incr
│   │   │           ├── EmailNotofier.exe.licenses
│   │   │           ├── EmailNotofier.pdb
│   │   │           ├── EmailNotofier.projdata
│   │   │           ├── TempPE
│   │   │           └── temp
│   │   └── email009.ico
│   ├── 实例65
│   │   ├── 65.bmp
│   │   ├── doc1.html
│   │   └── webbrowser
│   │       ├── AssemblyInfo.cs
│   │       ├── Form1.cs
│   │       ├── Form1.resx
│   │       ├── bin
│   │       │   └── Debug
│   │       │       ├── webbrowser.exe
│   │       │       └── webbrowser.pdb
│   │       ├── licenses.licx
│   │       ├── obj
│   │       │   └── Debug
│   │       │       ├── TempPE
│   │       │       ├── temp
│   │       │       ├── webbrowser.Form1.resources
│   │       │       ├── webbrowser.exe
│   │       │       ├── webbrowser.exe.incr
│   │       │       ├── webbrowser.exe.licenses
│   │       │       ├── 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
│   │   ├── MyWebServer.cs
│   │   ├── MyWebServer.exe
│   │   ├── MyWebServer2.exe
│   │   └── 说明.txt
│   ├── 实例67
│   │   ├── 67.bmp
│   │   ├── whois.cs
│   │   └── whois.exe
│   ├── 实例68
│   │   ├── 68.bmp
│   │   ├── ping.cs
│   │   └── ping.exe
│   ├── 实例69
│   │   ├── 69.bmp
│   │   └── ChatServer
│   │       ├── AssemblyInfo.cs
│   │       ├── ChatServer.csproj
│   │       ├── ChatServer.csproj.user
│   │       ├── ChatServer.sln
│   │       ├── ChatServer.suo
│   │       ├── ChatServerForm.cs
│   │       ├── ChatServerForm.resx
│   │       ├── Client.cs
│   │       ├── CommandProcessor.cs
│   │       ├── Form1.cs
│   │       ├── Form1.resx
│   │       ├── bin
│   │       │   └── Debug
│   │       │       ├── ChatServer.exe
│   │       │       └── ChatServer.pdb
│   │       ├── licenses.licx
│   │       └── obj
│   │           └── Debug
│   │               ├── ChatServer.ChatServer.resources
│   │               ├── ChatServer.exe
│   │               ├── ChatServer.exe.incr
│   │               ├── ChatServer.exe.licenses
│   │               ├── ChatServer.pdb
│   │               ├── ChatServer.projdata
│   │               ├── TempPE
│   │               └── temp
│   ├── 实例70
│   │   ├── 70.bmp
│   │   └── ChatClient
│   │       ├── AssemblyInfo.cs
│   │       ├── ChatClient.cs
│   │       ├── ChatClient.csproj
│   │       ├── ChatClient.csproj.user
│   │       ├── ChatClient.resx
│   │       ├── ChatClient.sln
│   │       ├── ChatClient.suo
│   │       ├── ChatClient2.cs
│   │       ├── ChatClient2.resx
│   │       ├── Form1.cs
│   │       ├── Form1.resx
│   │       ├── bin
│   │       │   └── Debug
│   │       │       ├── ChatClient.exe
│   │       │       ├── ChatClient.pdb
│   │       │       └── logs
│   │       │           ├── 1501020010.txt
│   │       │           ├── 1501020012.txt
│   │       │           └── 1501020148.txt
│   │       ├── licenses.licx
│   │       └── obj
│   │           └── Debug
│   │               ├── ChatClient.ChatClientForm.resources
│   │               ├── ChatClient.exe
│   │               ├── ChatClient.exe.incr
│   │               ├── ChatClient.exe.licenses
│   │               ├── ChatClient.pdb
│   │               ├── ChatClient.projdata
│   │               ├── TempPE
│   │               └── temp
│   ├── 实例71
│   │   ├── 71.bmp
│   │   ├── mctest.mdb
│   │   ├── useADO.cs
│   │   ├── useADO.exe
│   │   └── 说明.txt
│   ├── 实例72
│   │   ├── 72.bmp
│   │   ├── mctest.mdb
│   │   ├── useADO.exe
│   │   ├── writeData.cs
│   │   └── writeData.exe
│   ├── 实例73
│   │   ├── 73.bmp
│   │   └── readData
│   │       ├── AssemblyInfo.cs
│   │       ├── Form1.cs
│   │       ├── Form1.resx
│   │       ├── bin
│   │       │   └── Debug
│   │       │       ├── mctest.mdb
│   │       │       ├── readData.exe
│   │       │       └── readData.pdb
│   │       ├── licenses.licx
│   │       ├── obj
│   │       │   └── Debug
│   │       │       ├── TempPE
│   │       │       ├── readData.Form1.resources
│   │       │       ├── readData.exe
│   │       │       ├── readData.exe.incr
│   │       │       ├── readData.exe.licenses
│   │       │       ├── readData.pdb
│   │       │       ├── readData.projdata
│   │       │       └── temp
│   │       ├── readData.csproj
│   │       ├── readData.csproj.user
│   │       ├── readData.sln
│   │       └── readData.suo
│   ├── 实例74
│   │   ├── 74.bmp
│   │   ├── Thumbs.db
│   │   ├── readme.txt
│   │   └── tableInfo
│   │       ├── AssemblyInfo.cs
│   │       ├── Form1.cs
│   │       ├── Form1.resx
│   │       ├── bin
│   │       │   └── Debug
│   │       │       ├── mctest.mdb
│   │       │       ├── tableInfo.exe
│   │       │       └── tableInfo.pdb
│   │       ├── licenses.licx
│   │       ├── obj
│   │       │   └── Debug
│   │       │       ├── TempPE
│   │       │       ├── tableInfo.Form1.resources
│   │       │       ├── tableInfo.exe
│   │       │       ├── tableInfo.exe.incr
│   │       │       ├── tableInfo.exe.licenses
│   │       │       ├── tableInfo.pdb
│   │       │       ├── tableInfo.projdata
│   │       │       └── temp
│   │       ├── tableInfo.csproj
│   │       ├── tableInfo.csproj.user
│   │       ├── tableInfo.sln
│   │       └── tableInfo.suo
│   ├── 实例75
│   │   ├── 75.bmp
│   │   └── useDataGrid
│   │       ├── AssemblyInfo.cs
│   │       ├── Form1.cs
│   │       ├── Form1.resx
│   │       ├── bin
│   │       │   └── Debug
│   │       │       ├── mctest.mdb
│   │       │       ├── useDataGrid.exe
│   │       │       └── useDataGrid.pdb
│   │       ├── licenses.licx
│   │       ├── obj
│   │       │   └── Debug
│   │       │       ├── TempPE
│   │       │       ├── temp
│   │       │       ├── useDataGrid.Form1.resources
│   │       │       ├── useDataGrid.exe
│   │       │       ├── useDataGrid.exe.incr
│   │       │       ├── useDataGrid.exe.licenses
│   │       │       ├── useDataGrid.pdb
│   │       │       └── useDataGrid.projdata
│   │       ├── useDataGrid.csproj
│   │       ├── useDataGrid.csproj.user
│   │       ├── useDataGrid.sln
│   │       └── useDataGrid.suo
│   ├── 实例76
│   │   ├── 76.bmp
│   │   └── DataTableCompute
│   │       ├── AssemblyInfo.cs
│   │       ├── Compute.cs
│   │       ├── DBUpLoad.cs
│   │       ├── DataTableCompute.csproj
│   │       ├── DataTableCompute.csproj.user
│   │       ├── DataTableCompute.sln
│   │       ├── DataTableCompute.suo
│   │       ├── Form1.cs
│   │       ├── Form1.resx
│   │       ├── bin
│   │       │   └── Debug
│   │       │       ├── DataTableCompute.exe
│   │       │       ├── DataTableCompute.pdb
│   │       │       └── interest.txt
│   │       ├── interest.txt
│   │       ├── interest1.txt
│   │       ├── licenses.licx
│   │       └── obj
│   │           └── Debug
│   │               ├── DataTableCompute.Form1.resources
│   │               ├── DataTableCompute.exe
│   │               ├── DataTableCompute.exe.incr
│   │               ├── DataTableCompute.exe.licenses
│   │               ├── DataTableCompute.pdb
│   │               ├── DataTableCompute.projdata
│   │               ├── TempPE
│   │               └── temp
│   ├── 实例77
│   │   ├── App.ico
│   │   ├── AssemblyInfo.cs
│   │   ├── BIN
│   │   │   └── Debug
│   │   │       ├── 实例77.exe
│   │   │       └── 实例77.pdb
│   │   ├── Class1.cs
│   │   ├── Form1.cs
│   │   ├── Form1.resx
│   │   ├── OBJ
│   │   │   └── Debug
│   │   │       ├── TEMP
│   │   │       ├── TempPE
│   │   │       ├── 实例77.Form1.resources
│   │   │       ├── 实例77.exe
│   │   │       ├── 实例77.exe.incr
│   │   │       ├── 实例77.pdb
│   │   │       └── 实例77.projdata
│   │   ├── 实例77.csproj
│   │   ├── 实例77.csproj.user
│   │   ├── 实例77.sln
│   │   └── 实例77.suo
│   ├── 实例78
│   │   ├── 78.bmp
│   │   └── ThreadExample2
│   │       ├── AssemblyInfo.cs
│   │       ├── Form1.cs
│   │       ├── Form1.resx
│   │       ├── ThreadExample2.csproj
│   │       ├── ThreadExample2.csproj.user
│   │       ├── ThreadExample2.sln
│   │       ├── ThreadExample2.suo
│   │       ├── bin
│   │       │   └── Debug
│   │       │       ├── ThreadExample2.exe
│   │       │       └── ThreadExample2.pdb
│   │       ├── licenses.licx
│   │       └── obj
│   │           └── Debug
│   │               ├── TempPE
│   │               ├── ThreadExample2.Form1.resources
│   │               ├── ThreadExample2.exe
│   │               ├── ThreadExample2.exe.incr
│   │               ├── ThreadExample2.exe.licenses
│   │               ├── ThreadExample2.pdb
│   │               ├── ThreadExample2.projdata
│   │               ├── startThread.Form1.resources
│   │               └── temp
│   ├── 实例79
│   │   ├── 79.bmp
│   │   └── ThreadExample3
│   │       ├── AssemblyInfo.cs
│   │       ├── Form1.cs
│   │       ├── Form1.resx
│   │       ├── ThreadExample3.csproj
│   │       ├── ThreadExample3.csproj.user
│   │       ├── ThreadExample3.sln
│   │       ├── ThreadExample3.suo
│   │       ├── bin
│   │       │   └── Debug
│   │       │       ├── ThreadExample3.exe
│   │       │       └── ThreadExample3.pdb
│   │       ├── licenses.licx
│   │       └── obj
│   │           └── Debug
│   │               ├── TempPE
│   │               ├── ThreadExample3.Form1.resources
│   │               ├── ThreadExample3.exe
│   │               ├── ThreadExample3.exe.incr
│   │               ├── ThreadExample3.exe.licenses
│   │               ├── ThreadExample3.pdb
│   │               ├── ThreadExample3.projdata
│   │               └── temp
│   ├── 实例80
│   │   ├── 80.bmp
│   │   └── ThreadExample4
│   │       ├── AssemblyInfo.cs
│   │       ├── Form1.cs
│   │       ├── Form1.resx
│   │       ├── ThreadExample4.csproj
│   │       ├── ThreadExample4.csproj.user
│   │       ├── ThreadExample4.sln
│   │       ├── ThreadExample4.suo
│   │       ├── bin
│   │       │   └── Debug
│   │       │       ├── ThreadExample4.exe
│   │       │       └── ThreadExample4.pdb
│   │       ├── licenses.licx
│   │       └── obj
│   │           └── Debug
│   │               ├── TempPE
│   │               ├── ThreadExample4.Form1.resources
│   │               ├── ThreadExample4.exe
│   │               ├── ThreadExample4.exe.incr
│   │               ├── ThreadExample4.exe.licenses
│   │               ├── ThreadExample4.pdb
│   │               ├── ThreadExample4.projdata
│   │               └── temp
│   ├── 实例81
│   │   ├── 81.bmp
│   │   └── ThreadExample5
│   │       ├── AssemblyInfo.cs
│   │       ├── Form1.cs
│   │       ├── Form1.resx
│   │       ├── ThreadExample4.csproj
│   │       ├── ThreadExample4.csproj.user
│   │       ├── ThreadExample4.sln
│   │       ├── ThreadExample4.suo
│   │       ├── bin
│   │       │   └── Debug
│   │       │       ├── ThreadExample4.exe
│   │       │       └── ThreadExample4.pdb
│   │       ├── licenses.licx
│   │       └── obj
│   │           └── Debug
│   │               ├── TempPE
│   │               ├── ThreadExample4.Form1.resources
│   │               ├── ThreadExample4.exe
│   │               ├── ThreadExample4.exe.incr
│   │               ├── ThreadExample4.exe.licenses
│   │               ├── ThreadExample4.pdb
│   │               ├── ThreadExample4.projdata
│   │               └── temp
│   ├── 实例82
│   │   ├── 82.bmp
│   │   └── WorkerThread_demo
│   │       ├── AssemblyInfo.cs
│   │       ├── LongProcess.cs
│   │       ├── MainForm.cs
│   │       ├── MainForm.resx
│   │       ├── WorkerThread.csproj
│   │       ├── WorkerThread.csproj.user
│   │       ├── WorkerThread.sln
│   │       ├── WorkerThread.suo
│   │       ├── bin
│   │       │   └── Debug
│   │       │       ├── WorkerThread.exe
│   │       │       └── WorkerThread.pdb
│   │       ├── licenses.licx
│   │       └── obj
│   │           └── Debug
│   │               ├── TempPE
│   │               ├── WorkerThread.MainForm.resources
│   │               ├── WorkerThread.exe
│   │               ├── WorkerThread.exe.incr
│   │               ├── WorkerThread.exe.licenses
│   │               ├── WorkerThread.pdb
│   │               ├── WorkerThread.projdata
│   │               └── temp
│   ├── 实例83
│   │   ├── 83.bmp
│   │   ├── allProcess.cs
│   │   └── allProcess.exe
│   ├── 实例84
│   │   ├── 84.bmp
│   │   ├── readRegData.cs
│   │   ├── readRegData.exe
│   │   └── readRegData.reg
│   ├── 实例85
│   │   ├── 85.bmp
│   │   └── useClipboard
│   │       ├── AssemblyInfo.cs
│   │       ├── Form1.cs
│   │       ├── Form1.resx
│   │       ├── bin
│   │       │   └── Debug
│   │       │       ├── useClipboard.exe
│   │       │       └── useClipboard.pdb
│   │       ├── licenses.licx
│   │       ├── obj
│   │       │   └── Debug
│   │       │       ├── TempPE
│   │       │       ├── temp
│   │       │       ├── useClipboard.Form1.resources
│   │       │       ├── useClipboard.exe
│   │       │       ├── useClipboard.exe.incr
│   │       │       ├── useClipboard.exe.licenses
│   │       │       ├── useClipboard.pdb
│   │       │       └── useClipboard.projdata
│   │       ├── useClipboard.csproj
│   │       ├── useClipboard.csproj.user
│   │       ├── useClipboard.sln
│   │       └── useClipboard.suo
│   ├── 实例86
│   │   ├── 86.bmp
│   │   └── useGDI
│   │       ├── AssemblyInfo.cs
│   │       ├── Form1.cs
│   │       ├── Form1.resx
│   │       ├── bin
│   │       │   └── Debug
│   │       │       ├── useGDI .exe
│   │       │       └── useGDI .pdb
│   │       ├── licenses.licx
│   │       ├── obj
│   │       │   └── Debug
│   │       │       ├── TempPE
│   │       │       ├── temp
│   │       │       ├── useGDI .exe
│   │       │       ├── useGDI .exe.incr
│   │       │       ├── useGDI .pdb
│   │       │       ├── useGDI .projdata
│   │       │       └── useGDI_.Form1.resources
│   │       ├── useGDI .csproj
│   │       ├── useGDI .csproj.user
│   │       ├── useGDI .sln
│   │       └── useGDI .suo
│   ├── 实例87
│   │   ├── 87.bmp
│   │   └── useBrush
│   │       ├── AssemblyInfo.cs
│   │       ├── BlueLace16.bmp
│   │       ├── Form1.cs
│   │       ├── Form1.resx
│   │       ├── bin
│   │       │   └── Debug
│   │       │       ├── BlueLace16.bmp
│   │       │       ├── useBrush.exe
│   │       │       └── useBrush.pdb
│   │       ├── licenses.licx
│   │       ├── obj
│   │       │   └── Debug
│   │       │       ├── TempPE
│   │       │       ├── temp
│   │       │       ├── useBrush.Form1.resources
│   │       │       ├── useBrush.exe
│   │       │       ├── useBrush.exe.incr
│   │       │       ├── useBrush.exe.licenses
│   │       │       ├── 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
│   │       ├── Form1.cs
│   │       ├── Form1.resx
│   │       ├── bin
│   │       │   └── Debug
│   │       │       ├── AnimatBall.exe
│   │       │       └── AnimatBall.pdb
│   │       ├── licenses.licx
│   │       └── obj
│   │           └── Debug
│   │               ├── AnimatBall.Form1.resources
│   │               ├── AnimatBall.exe
│   │               ├── AnimatBall.exe.incr
│   │               ├── AnimatBall.exe.licenses
│   │               ├── AnimatBall.pdb
│   │               ├── AnimatBall.projdata
│   │               ├── TempPE
│   │               └── temp
│   ├── 实例89
│   │   ├── 89.bmp
│   │   └── Transform
│   │       ├── AssemblyInfo.cs
│   │       ├── Form1.cs
│   │       ├── Form1.resx
│   │       ├── Transform.csproj
│   │       ├── Transform.csproj.user
│   │       ├── Transform.sln
│   │       ├── Transform.suo
│   │       ├── bin
│   │       │   └── Debug
│   │       │       ├── Transform.exe
│   │       │       └── Transform.pdb
│   │       ├── licenses.licx
│   │       └── obj
│   │           └── Debug
│   │               ├── TempPE
│   │               ├── Transform.Form1.resources
│   │               ├── Transform.exe
│   │               ├── Transform.exe.incr
│   │               ├── Transform.exe.licenses
│   │               ├── Transform.pdb
│   │               ├── Transform.projdata
│   │               └── temp
│   ├── 实例90
│   │   ├── 90.bmp
│   │   └── Ratation
│   │       ├── AssemblyInfo.cs
│   │       ├── Form1.cs
│   │       ├── Form1.resx
│   │       ├── Ratation.csproj
│   │       ├── Ratation.csproj.user
│   │       ├── Ratation.sln
│   │       ├── Ratation.suo
│   │       ├── bin
│   │       │   └── Debug
│   │       │       ├── Ratation.exe
│   │       │       └── Ratation.pdb
│   │       ├── licenses.licx
│   │       └── obj
│   │           └── Debug
│   │               ├── Ratation.Form1.resources
│   │               ├── Ratation.exe
│   │               ├── Ratation.exe.incr
│   │               ├── Ratation.exe.licenses
│   │               ├── Ratation.pdb
│   │               ├── Ratation.projdata
│   │               ├── TempPE
│   │               └── temp
│   ├── 实例91
│   │   ├── 91.bmp
│   │   └── AnimatePicture
│   │       ├── AnimatePicture.csproj
│   │       ├── AnimatePicture.csproj.user
│   │       ├── AnimatePicture.sln
│   │       ├── AnimatePicture.suo
│   │       ├── AssemblyInfo.cs
│   │       ├── Form1.cs
│   │       ├── Form1.resx
│   │       ├── 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
│   │       ├── licenses.licx
│   │       └── obj
│   │           └── Debug
│   │               ├── AnimatePicture.Form1.resources
│   │               ├── AnimatePicture.exe
│   │               ├── AnimatePicture.exe.incr
│   │               ├── AnimatePicture.exe.licenses
│   │               ├── AnimatePicture.pdb
│   │               ├── AnimatePicture.projdata
│   │               ├── TempPE
│   │               └── temp
│   ├── 实例92
│   │   ├── 92.bmp
│   │   ├── AssemblyInfo.cs
│   │   ├── Form1.cs
│   │   ├── Form1.resx
│   │   ├── HiCode.cn.url
│   │   ├── MyMessageFilter.cs
│   │   ├── ShapedForm
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.resx
│   │   │   ├── ShapedForm.csproj
│   │   │   ├── ShapedForm.csproj.user
│   │   │   ├── ShapedForm.sln
│   │   │   ├── ShapedForm.suo
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── ShapedForm.exe
│   │   │   │       └── ShapedForm.pdb
│   │   │   ├── licenses.licx
│   │   │   └── obj
│   │   │       └── Debug
│   │   │           ├── ShapedForm.Form1.resources
│   │   │           ├── ShapedForm.exe
│   │   │           ├── ShapedForm.exe.incr
│   │   │           ├── ShapedForm.exe.licenses
│   │   │           ├── ShapedForm.pdb
│   │   │           ├── ShapedForm.projdata
│   │   │           ├── TempPE
│   │   │           └── temp
│   │   ├── WinApp.csproj
│   │   ├── WinApp.csproj.user
│   │   ├── WinApp.sln
│   │   ├── WinApp.suo
│   │   ├── bin
│   │   │   └── Debug
│   │   │       ├── CDAudio.jpg
│   │   │       ├── CDOver.jpg
│   │   │       ├── Circle.jpg
│   │   │       ├── CircleOver.jpg
│   │   │       ├── Playing.jpg
│   │   │       ├── PlayingOver.jpg
│   │   │       ├── PlayingUp.jpg
│   │   │       ├── StopBut.jpg
│   │   │       ├── StopButNormal.jpg
│   │   │       ├── StopButOver.jpg
│   │   │       ├── WinApp.exe
│   │   │       ├── WinApp.pdb
│   │   │       ├── buttonNormal.jpg
│   │   │       ├── buttonOver2.jpg
│   │   │       ├── hotc1.jpg
│   │   │       ├── hotc2.jpg
│   │   │       ├── hotc3.jpg
│   │   │       ├── hotc4.jpg
│   │   │       ├── hotc5.jpg
│   │   │       ├── hotc6.jpg
│   │   │       ├── hotc7.jpg
│   │   │       ├── hotc8.jpg
│   │   │       └── mediaPlayer.jpg
│   │   ├── licenses.licx
│   │   ├── obj
│   │   │   └── Debug
│   │   │       ├── TempPE
│   │   │       ├── WinApp.Form1.resources
│   │   │       ├── WinApp.exe
│   │   │       ├── WinApp.exe.incr
│   │   │       ├── WinApp.exe.licenses
│   │   │       ├── WinApp.pdb
│   │   │       ├── WinApp.projdata
│   │   │       └── temp
│   │   └── 请先读我.htm
│   ├── 实例93
│   │   ├── 93.bmp
│   │   └── WinApp
│   │       ├── AssemblyInfo.cs
│   │       ├── Form1.cs
│   │       ├── Form1.resx
│   │       ├── MyMessageFilter.cs
│   │       ├── WinApp.csproj
│   │       ├── WinApp.csproj.user
│   │       ├── WinApp.sln
│   │       ├── WinApp.suo
│   │       ├── bin
│   │       │   └── Debug
│   │       │       ├── CDAudio.jpg
│   │       │       ├── CDOver.jpg
│   │       │       ├── Circle.jpg
│   │       │       ├── CircleOver.jpg
│   │       │       ├── Playing.jpg
│   │       │       ├── PlayingOver.jpg
│   │       │       ├── PlayingUp.jpg
│   │       │       ├── StopBut.jpg
│   │       │       ├── StopButNormal.jpg
│   │       │       ├── StopButOver.jpg
│   │       │       ├── WinApp.exe
│   │       │       ├── WinApp.pdb
│   │       │       ├── buttonNormal.jpg
│   │       │       ├── buttonOver2.jpg
│   │       │       ├── hotc1.jpg
│   │       │       ├── hotc2.jpg
│   │       │       ├── hotc3.jpg
│   │       │       ├── hotc4.jpg
│   │       │       ├── hotc5.jpg
│   │       │       ├── hotc6.jpg
│   │       │       ├── hotc7.jpg
│   │       │       ├── hotc8.jpg
│   │       │       └── mediaPlayer.jpg
│   │       ├── licenses.licx
│   │       └── obj
│   │           └── Debug
│   │               ├── TempPE
│   │               ├── WinApp.Form1.resources
│   │               ├── WinApp.exe
│   │               ├── WinApp.exe.incr
│   │               ├── WinApp.exe.licenses
│   │               ├── WinApp.pdb
│   │               ├── WinApp.projdata
│   │               └── temp
│   ├── 实例94
│   │   ├── 94.bmp
│   │   └── puker
│   │       ├── AssemblyInfo.cs
│   │       ├── Form1.cs
│   │       ├── Form1.resx
│   │       ├── bin
│   │       │   └── Debug
│   │       │       ├── puker.exe
│   │       │       └── puker.pdb
│   │       ├── licenses.licx
│   │       ├── obj
│   │       │   └── Debug
│   │       │       ├── TempPE
│   │       │       ├── puker.Form1.resources
│   │       │       ├── puker.exe
│   │       │       ├── puker.exe.incr
│   │       │       ├── puker.exe.licenses
│   │       │       ├── puker.pdb
│   │       │       ├── puker.projdata
│   │       │       └── temp
│   │       ├── puker.csproj
│   │       ├── puker.csproj.user
│   │       ├── puker.sln
│   │       └── puker.suo
│   ├── 实例95
│   │   ├── 95.bmp
│   │   └── puker
│   │       ├── AssemblyInfo.cs
│   │       ├── Form1.cs
│   │       ├── Form1.resx
│   │       ├── bin
│   │       │   └── Debug
│   │       │       ├── puker.exe
│   │       │       └── puker.pdb
│   │       ├── licenses.licx
│   │       ├── obj
│   │       │   └── Debug
│   │       │       ├── TempPE
│   │       │       ├── puker.Form1.resources
│   │       │       ├── puker.exe
│   │       │       ├── puker.exe.incr
│   │       │       ├── puker.exe.licenses
│   │       │       ├── puker.pdb
│   │       │       ├── puker.projdata
│   │       │       └── temp
│   │       ├── 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
│   │   ├── Eater.cs
│   │   ├── EaterGame.gif
│   │   ├── EaterKeyPress.gif
│   │   ├── Form1.cs
│   │   ├── Form1.resx
│   │   ├── Initial Class Diagram.gif
│   │   ├── RevErr.txt
│   │   ├── Score.cs
│   │   ├── Stone.cs
│   │   ├── TimerDisplay.cs
│   │   ├── UMLPackman.omt
│   │   ├── WindowsApplication22.csproj
│   │   ├── WindowsApplication22.csproj.user
│   │   ├── WindowsApplication22.sln
│   │   ├── WindowsApplication22.suo
│   │   ├── bin
│   │   │   └── Debug
│   │   │       ├── WindowsApplication22.exe
│   │   │       ├── WindowsApplication22.pdb
│   │   │       ├── eater.gif
│   │   │       ├── eater2.gif
│   │   │       ├── hit.wav
│   │   │       └── stone.gif
│   │   ├── licenses.licx
│   │   ├── obj
│   │   │   └── Debug
│   │   │       ├── TempPE
│   │   │       ├── WindowsApplication22.Form1.resources
│   │   │       ├── WindowsApplication22.exe
│   │   │       ├── WindowsApplication22.exe.incr
│   │   │       ├── WindowsApplication22.exe.licenses
│   │   │       ├── WindowsApplication22.pdb
│   │   │       ├── WindowsApplication22.projdata
│   │   │       └── temp
│   │   └── stone.gif
│   ├── 实例98
│   │   ├── 98.bmp
│   │   └── MasterMind
│   │       ├── AssemblyInfo.cs
│   │       ├── Board.cs
│   │       ├── ColorPanel.cs
│   │       ├── Form1.cs
│   │       ├── Form1.resx
│   │       ├── MasterMind.csproj
│   │       ├── MasterMind.csproj.user
│   │       ├── MasterMind.sln
│   │       ├── MasterMind.suo
│   │       ├── MasterMind.vsd
│   │       ├── Mastermind.WC
│   │       ├── Mastermind.omt
│   │       ├── RevErr.txt
│   │       ├── ScoreBoard.cs
│   │       ├── bin
│   │       │   └── Debug
│   │       │       ├── MasterMind.exe
│   │       │       └── MasterMind.pdb
│   │       ├── licenses.licx
│   │       └── obj
│   │           └── Debug
│   │               ├── MasterMind.Form1.resources
│   │               ├── MasterMind.exe
│   │               ├── MasterMind.exe.incr
│   │               ├── MasterMind.exe.licenses
│   │               ├── MasterMind.pdb
│   │               ├── MasterMind.projdata
│   │               ├── TempPE
│   │               └── temp
│   ├── 实例99
│   │   ├── 99.bmp
│   │   └── GraphicsCopyright
│   │       ├── AssemblyInfo.cs
│   │       ├── Form1.cs
│   │       ├── Form1.resx
│   │       ├── GraphicsCopyright.csproj
│   │       ├── GraphicsCopyright.csproj.user
│   │       ├── GraphicsCopyright.sln
│   │       ├── GraphicsCopyright.suo
│   │       ├── bin
│   │       │   ├── Debug
│   │       │   │   ├── GraphicsCopyright.Form1.resources
│   │       │   │   ├── GraphicsCopyright.exe.licenses
│   │       │   │   ├── GraphicsCopyright.pdb
│   │       │   │   ├── output.il
│   │       │   │   └── output.res
│   │       │   └── Release
│   │       │       └── GraphicsCopyright.exe
│   │       ├── licenses.licx
│   │       └── obj
│   │           ├── Debug
│   │           │   ├── GraphicsCopyright.exe.incr
│   │           │   ├── GraphicsCopyright.pdb
│   │           │   ├── GraphicsCopyright.projdata
│   │           │   ├── TempPE
│   │           │   └── temp
│   │           └── Release
│   │               ├── GraphicsCopyright.Form1.resources
│   │               ├── GraphicsCopyright.exe
│   │               ├── GraphicsCopyright.exe.incr
│   │               ├── GraphicsCopyright.exe.licenses
│   │               ├── GraphicsCopyright.projdata
│   │               ├── TempPE
│   │               └── temp
│   └── 请先读我.htm
├── C#实例教程(经典).pdf
└── 好例子网_c#100实例教程含源码.zip

558 directories, 1384 files


网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警