資源簡(jiǎn)介
c#實(shí)現(xiàn)車牌識(shí)別,winform實(shí)現(xiàn)車牌識(shí)別,可以直接運(yùn)行,代碼相對(duì)來(lái)說(shuō)不復(fù)雜,適合初學(xué)者參考,能夠快速實(shí)現(xiàn)圖片的識(shí)別
代碼片段和文件信息
using?System.Reflection;
using?System.Runtime.CompilerServices;
//
//?有關(guān)程序集的常規(guī)信息是通過(guò)下列
//?屬性集控制的。更改這些屬性值可修改與程序集
//?關(guān)聯(lián)的信息。
//
[assembly:?Assemblytitle(““)]
[assembly:?AssemblyDescription(““)]
[assembly:?AssemblyConfiguration(““)]
[assembly:?AssemblyCompany(““)]
[assembly:?AssemblyProduct(““)]
[assembly:?AssemblyCopyright(““)]
[assembly:?AssemblyTrademark(““)]
[assembly:?AssemblyCulture(““)]
//
//?程序集的版本信息由下列?4?個(gè)值組成:
//
//??????主版本
//??????次版本?
//??????內(nèi)部版本號(hào)
//??????修訂號(hào)
//
//?您可以指定所有這些值,也可以使用“修訂號(hào)”和“內(nèi)部版本號(hào)”的默認(rèn)值,方法是按
//?如下所示使用?‘*‘:
[assembly:?AssemblyVersion(“1.0.*“)]
//
//?要對(duì)程序集進(jìn)行簽名,必須指定要使用的密鑰。有關(guān)程序集簽名的更多信息,請(qǐng)參考?
//?Microsoft?.NET?framework?文檔。
//
//?使用下面的屬性控制用于簽名的密鑰。
//
//?注意:
//???(*)?如果未指定密鑰,則程序集不會(huì)被簽名。
//???(*)?KeyName?是指已經(jīng)安裝在計(jì)算機(jī)上的
//??????加密服務(wù)提供程序(CSP)中的密鑰。KeyFile?是指包含
//???????密鑰的文件。
//???(*)?如果?KeyFile?和?KeyName?值都已指定,則?
//???????發(fā)生下列處理:
//???????(1)?如果在?CSP?中可以找到?KeyName,則使用該密鑰。
//???????(2)?如果?KeyName?不存在而?KeyFile?存在,則?
//???????????KeyFile?中的密鑰安裝到?CSP?中并且使用該密鑰。
//???(*)?要?jiǎng)?chuàng)建?KeyFile,可以使用?sn.exe(強(qiáng)名稱)實(shí)用工具。
//???????在指定?KeyFile?時(shí),KeyFile?的位置應(yīng)該相對(duì)于
//???????項(xiàng)目輸出目錄,即
//???????%Project?Directory%\obj\。例如,如果?KeyFile?位于
//???????該項(xiàng)目目錄,應(yīng)將?AssemblyKeyFile?
//???????屬性指定為?[assembly:?AssemblyKeyFile(“..\\..\\mykey.snk“)]
//???(*)?“延遲簽名”是一個(gè)高級(jí)選項(xiàng)?-?有關(guān)它的更多信息,請(qǐng)參閱?Microsoft?.NET?framework
//???????文檔。
//
[assembly:?AssemblyDelaySign(false)]
[assembly:?AssemblyKeyFile(““)]
[assembly:?AssemblyKeyName(““)]
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
????..A..H.?????34304??2019-08-09?09:28??C#車牌識(shí)別系統(tǒng)\.vs\sample\v14\.suo
?????文件???????3774??2006-05-14?19:28??C#車牌識(shí)別系統(tǒng)\sample\App.ico
?????文件???????1859??2019-05-17?21:12??C#車牌識(shí)別系統(tǒng)\sample\AssemblyInfo.cs
?????文件??????45056??2019-08-09?09:26??C#車牌識(shí)別系統(tǒng)\sample\bin\Debug\LiceneLocalizer.exe
?????文件??????56832??2019-08-09?09:26??C#車牌識(shí)別系統(tǒng)\sample\bin\Debug\LiceneLocalizer.pdb
?????文件??????41022??2006-05-14?19:40??C#車牌識(shí)別系統(tǒng)\sample\CLL.ico
?????文件??????34809??2019-05-17?21:07??C#車牌識(shí)別系統(tǒng)\sample\Filters.cs
?????文件??????21709??2019-08-09?09:21??C#車牌識(shí)別系統(tǒng)\sample\Form1.cs
?????文件???????5814??2019-05-17?21:02??C#車牌識(shí)別系統(tǒng)\sample\Form1.resx
?????文件????????790??2019-05-17?21:01??C#車牌識(shí)別系統(tǒng)\sample\obj\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件???????6024??2019-08-09?09:15??C#車牌識(shí)別系統(tǒng)\sample\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件??????45056??2019-08-09?09:26??C#車牌識(shí)別系統(tǒng)\sample\obj\Debug\LiceneLocalizer.exe
?????文件??????56832??2019-08-09?09:26??C#車牌識(shí)別系統(tǒng)\sample\obj\Debug\LiceneLocalizer.pdb
?????文件???????6753??2019-08-09?09:16??C#車牌識(shí)別系統(tǒng)\sample\obj\Debug\sample.csproj.FileListAbsolute.txt
?????文件????????839??2019-08-09?09:16??C#車牌識(shí)別系統(tǒng)\sample\obj\Debug\sample.csproj.GenerateResource.Cache
?????文件????????180??2019-08-09?09:16??C#車牌識(shí)別系統(tǒng)\sample\obj\Debug\sample.ImageProcess.resources
?????文件????????180??2019-08-09?09:16??C#車牌識(shí)別系統(tǒng)\sample\obj\Debug\sample.UserControl1.resources
?????文件???????5573??2019-05-17?21:14??C#車牌識(shí)別系統(tǒng)\sample\sample.csproj
?????文件???????2410??2019-05-17?21:14??C#車牌識(shí)別系統(tǒng)\sample\sample.csproj.user
?????文件???????1138??2019-05-17?21:11??C#車牌識(shí)別系統(tǒng)\sample\UserControl1.cs
?????文件???????1733??2019-05-17?21:12??C#車牌識(shí)別系統(tǒng)\sample\UserControl1.resx
?????文件????????980??2019-08-09?09:16??C#車牌識(shí)別系統(tǒng)\sample.sln
????..A..H.?????15291??2019-05-17?21:09??C#車牌識(shí)別系統(tǒng)\sample.suo
?????目錄??????????0??2019-05-17?21:11??C#車牌識(shí)別系統(tǒng)\sample\obj\Debug\TempPE
?????目錄??????????0??2019-05-17?21:19??C#車牌識(shí)別系統(tǒng)\.vs\sample\v14
?????目錄??????????0??2019-08-09?09:16??C#車牌識(shí)別系統(tǒng)\sample\bin\Debug
?????目錄??????????0??2010-10-23?21:58??C#車牌識(shí)別系統(tǒng)\sample\bin\Release
?????目錄??????????0??2019-08-09?09:16??C#車牌識(shí)別系統(tǒng)\sample\obj\Debug
?????目錄??????????0??2019-05-17?21:11??C#車牌識(shí)別系統(tǒng)\sample\obj\Release
?????目錄??????????0??2019-05-17?21:19??C#車牌識(shí)別系統(tǒng)\.vs\sample
............此處省略8個(gè)文件信息
評(píng)論
共有 條評(píng)論