資源簡介
驗證碼圖片的灰度處理,降噪,二值化程序
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Text;
using?System.Windows.Forms;
using?System.Data.OleDb;
using?mshtml;
using?Microsoft.Win32;
using?System.IO;
namespace?BallotAiying2
{
????public?partial?class?Form1?:?Form
????{
????????string?poststr?=?““;
????????public?Form1(string?str)
????????{
????????????InitializeComponent();
????????????poststr?=?str;
????????}
????????private?void?createWebCtrl()
????????{
????????????if?(webBrowser1?!=?null)
????????????{
????????????????webBrowser1.Dispose();
????????????????webBrowser1?=?null;
????????????????GC.Collect();
????????????}
????????????webBrowser1?=?new?EWebBrowser();
????????????webBrowser1.Parent?=?this.panel1
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????3967??2007-09-25?11:50??VerifyCode_Src\VerifyCode\BallotAiying2.csproj
????..A..H.?????36864??2007-09-25?12:49??VerifyCode_Src\VerifyCode\BallotAiying2.suo
?????文件?????????60??2007-09-08?09:29??VerifyCode_Src\VerifyCode\bin\Debug\ClearCookie.bat
?????文件?????131072??2007-09-12?14:59??VerifyCode_Src\VerifyCode\bin\Debug\Interop.SHDocVw.dll
?????文件????????137??2007-09-25?12:51??VerifyCode_Src\VerifyCode\bin\Debug\Restart.bat
?????文件??????32768??2007-09-12?16:28??VerifyCode_Src\VerifyCode\bin\Release\BallotAiying2.exe
?????文件??????46592??2007-09-12?16:28??VerifyCode_Src\VerifyCode\bin\Release\BallotAiying2.pdb
?????文件???????5632??2005-12-08?14:51??VerifyCode_Src\VerifyCode\bin\Release\BallotAiying2.vshost.exe
?????文件?????131072??2007-09-12?16:27??VerifyCode_Src\VerifyCode\bin\Release\Interop.SHDocVw.dll
?????文件????????963??2007-09-12?16:28??VerifyCode_Src\VerifyCode\bin\Release\log.txt
?????文件???????5623??2007-09-25?12:02??VerifyCode_Src\VerifyCode\Form1.cs
?????文件???????2905??2007-09-25?09:44??VerifyCode_Src\VerifyCode\Form1.Designer.cs
?????文件???????5814??2007-09-25?09:44??VerifyCode_Src\VerifyCode\Form1.resx
?????文件????????598??2007-09-09?19:56??VerifyCode_Src\VerifyCode\Program.cs
?????文件???????1182??2007-09-06?10:34??VerifyCode_Src\VerifyCode\Properties\AssemblyInfo.cs
?????文件???????2849??2007-09-25?11:38??VerifyCode_Src\VerifyCode\Properties\Resources.Designer.cs
?????文件???????5612??2007-09-06?10:34??VerifyCode_Src\VerifyCode\Properties\Resources.resx
?????文件???????1110??2007-09-25?11:38??VerifyCode_Src\VerifyCode\Properties\Settings.Designer.cs
?????文件????????249??2007-09-06?10:34??VerifyCode_Src\VerifyCode\Properties\Settings.settings
?????文件???????5912??2007-09-25?12:01??VerifyCode_Src\VerifyCode\unCodeAiYing.cs
?????文件???????9137??2007-09-25?11:44??VerifyCode_Src\VerifyCode\UnCodeba
?????文件???????1433??2007-09-25?12:55??VerifyCode_Src\VerifyCode.sln
?????文件???????3258??2007-09-07?22:52??VerifyCode_Src\VerifyCodeAdmin\ballotaiyingAdmin.csproj
?????文件???????8904??2007-09-25?13:00??VerifyCode_Src\VerifyCodeAdmin\Form1.cs
?????文件???????6232??2007-09-25?12:47??VerifyCode_Src\VerifyCodeAdmin\Form1.Designer.cs
?????文件???????6008??2007-09-25?12:47??VerifyCode_Src\VerifyCodeAdmin\Form1.resx
?????文件????????476??2007-09-07?22:45??VerifyCode_Src\VerifyCodeAdmin\Program.cs
?????文件???????1190??2007-09-07?22:45??VerifyCode_Src\VerifyCodeAdmin\Properties\AssemblyInfo.cs
?????文件???????2889??2007-09-07?22:45??VerifyCode_Src\VerifyCodeAdmin\Properties\Resources.Designer.cs
?????文件???????5612??2007-09-07?22:45??VerifyCode_Src\VerifyCodeAdmin\Properties\Resources.resx
............此處省略13個文件信息
評論
共有 條評論