xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

  • 大小: 211KB
    文件類型: .rar
    金幣: 2
    下載: 0 次
    發布日期: 2021-05-07
  • 語言: C#
  • 標簽: 驗證碼??

資源簡介

這是我自己編寫的一個驗證碼識別程序,對于簡單的驗證碼識別率高達99%。復雜的驗證碼也是由此演化而來的,只要仔細閱讀代碼,找到竅門。然后再查閱一些圖像學方面的資料。相信市面上絕大部分的驗證碼你都能做出識別程序來。 只要你有一定的c#編程基礎,只要半天時間仔細閱讀這份代碼,你就可以從完全不懂驗證碼識別的菜鳥變成一個能破解一些傻瓜驗證碼的高手。 希望尊重他人勞動成果,不要上傳此代碼到別的地方。謝謝!

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.Text;

namespace?yzm
{
????class?code
????{
????????string?key;

????????public?string?Key
????????{
????????????get?{?return?key;?}
????????????set?{?key?=?value;?}
????????}
????????string?value;

????????public?string?Value
????????{
????????????get?{?return?this.value;?}
????????????set?{?this.value?=?value;?}
????????}

????}
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件???????1872??2012-06-07?23:03??yzm\yzm\bin\Debug\1.txt

?????文件?????151552??2011-11-21?14:38??yzm\yzm\bin\Debug\DotNet.framework.Common.dll

?????文件?????452096??2011-11-21?14:38??yzm\yzm\bin\Debug\DotNet.framework.Common.pdb

?????文件??????17408??2012-06-07?23:02??yzm\yzm\bin\Debug\yzm.exe

?????文件??????48640??2012-06-07?23:02??yzm\yzm\bin\Debug\yzm.pdb

?????文件??????11608??2012-06-07?23:03??yzm\yzm\bin\Debug\yzm.vshost.exe

?????文件????????490??2010-03-17?22:39??yzm\yzm\bin\Debug\yzm.vshost.exe.manifest

?????文件????????424??2012-06-05?21:16??yzm\yzm\code.cs

?????文件???????2869??2012-06-07?23:02??yzm\yzm\Form1.cs

?????文件???????6947??2012-06-07?22:59??yzm\yzm\Form1.Designer.cs

?????文件???????5817??2012-06-07?22:59??yzm\yzm\Form1.resx

?????文件????????772??2012-06-05?19:52??yzm\yzm\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache

?????文件???????5520??2012-06-07?23:02??yzm\yzm\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache

?????文件????????938??2012-06-05?17:18??yzm\yzm\obj\x86\Debug\GenerateResource-ResGen.read.1.tlog

?????文件????????746??2012-06-05?17:18??yzm\yzm\obj\x86\Debug\GenerateResource-ResGen.write.1.tlog

?????文件???????1658??2012-06-07?23:03??yzm\yzm\obj\x86\Debug\yzm.csproj.FileListAbsolute.txt

?????文件????????847??2012-06-07?22:59??yzm\yzm\obj\x86\Debug\yzm.csproj.GenerateResource.Cache

?????文件??????23585??2012-06-05?20:53??yzm\yzm\obj\x86\Debug\yzm.csprojResolveAssemblyReference.cache

?????文件??????17408??2012-06-07?23:02??yzm\yzm\obj\x86\Debug\yzm.exe

?????文件????????180??2012-06-07?22:59??yzm\yzm\obj\x86\Debug\yzm.Form1.resources

?????文件??????48640??2012-06-07?23:02??yzm\yzm\obj\x86\Debug\yzm.pdb

?????文件????????180??2012-06-05?20:53??yzm\yzm\obj\x86\Debug\yzm.Properties.Resources.resources

?????文件????????464??2012-06-05?13:53??yzm\yzm\Program.cs

?????文件???????1338??2012-06-05?13:53??yzm\yzm\Properties\AssemblyInfo.cs

?????文件???????2856??2012-06-05?13:53??yzm\yzm\Properties\Resources.Designer.cs

?????文件???????5612??2012-06-05?13:53??yzm\yzm\Properties\Resources.resx

?????文件???????1088??2012-06-05?13:53??yzm\yzm\Properties\Settings.Designer.cs

?????文件????????249??2012-06-05?13:53??yzm\yzm\Properties\Settings.settings

?????文件???????2098??2012-06-07?22:59??yzm\yzm\unCodeAiYing.cs

?????文件??????20671??2012-06-05?17:39??yzm\yzm\UnCodebase.cs

............此處省略16個文件信息

評論

共有 條評論