验证码识别源码
.
├── GetVerificationCode
│ ├── GetVerificationCode
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── GetVerificationCode.csproj
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── UnCodebase.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── DotNet.Framework.Common.dll
│ │ │ ├── GetVerificationCode.exe
│ │ │ ├── GetVerificationCode.pdb
│ │ │ ├── GetVerificationCode.vshost.exe
│ │ │ ├── GetVerificationCode.vshost.exe.manifest
│ │ │ ├── tessnet2_32.dll
│ │ │ └── tmpe
│ │ │ ├── eng.DangAmbigs
│ │ │ ├── eng.freq-dawg
│ │ │ ├── eng.inttemp
│ │ │ ├── eng.normproto
│ │ │ ├── eng.pffmtable
│ │ │ ├── eng.unicharset
│ │ │ ├── eng.user-words
│ │ │ └── eng.word-dawg
│ │ └── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── GetVerificationCode.Form1.resources
│ │ ├── GetVerificationCode.Properties.Resources.resources
│ │ ├── GetVerificationCode.csproj.FileListAbsolute.txt
│ │ ├── GetVerificationCode.csproj.GenerateResource.Cache
│ │ ├── GetVerificationCode.csprojResolveAssemblyReference.cache
│ │ ├── GetVerificationCode.exe
│ │ ├── GetVerificationCode.pdb
│ │ └── TempPE
│ ├── GetVerificationCode.sln
│ ├── GetVerificationCode.v11.suo
│ └── GetVerificationCode.v12.suo
└── 找例子网_验证码识别.zip
9 directories, 38 files
评论