資源簡介
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Diagnostics;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Windows.Forms;
using?System.Drawing.Imaging;
using?ThoughtWorks.QRCode.Codec;
using?ThoughtWorks.QRCode.Codec.Data;
using?ZBar;
using?ZXing;
using?Image?=?System.Drawing.Image;
namespace?條碼識別
{
????public?partial?class?MainForm?:?Form
????{
????????public?MainForm()
????????{
????????????InitializeComponent();
????????}
????????///?
????????///?Zbar條碼識別
????????///?
????????private?void?ScanBarCodeZbar(string?fileName)
????????{
????????????Image?primaryImage?=?Image.FromFile(fileName);
???????????//?Bitmap?pImg?=?MakeGrayscale3((Bitmap)primaryIma
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????964989??2016-01-27?10:14??條碼識別\條碼識別\bin\Debug\libiconv-2.dll
?????文件??????17920??2016-12-09?09:55??條碼識別\條碼識別\bin\Debug\libzbar-cil.dll
?????文件?????209438??2016-01-27?10:14??條碼識別\條碼識別\bin\Debug\libzbar.dll
?????文件????6195712??2015-09-27?08:30??條碼識別\條碼識別\bin\Debug\ThoughtWorks.QRCode.dll
?????文件?????430080??2014-04-02?03:44??條碼識別\條碼識別\bin\Debug\zxing.dll
?????文件??????20992??2014-04-02?03:44??條碼識別\條碼識別\bin\Debug\zxing.presentation.dll
?????文件??????12800??2017-01-06?14:34??條碼識別\條碼識別\bin\Debug\條碼識別.exe
?????文件??????28160??2017-01-06?14:34??條碼識別\條碼識別\bin\Debug\條碼識別.pdb
?????文件??????22984??2017-01-06?14:39??條碼識別\條碼識別\bin\Debug\條碼識別.vshost.exe
?????文件????????490??2016-07-16?19:44??條碼識別\條碼識別\bin\Debug\條碼識別.vshost.exe.manifest
?????文件?????964989??2016-01-27?10:14??條碼識別\條碼識別\lib\libiconv-2.dll
?????文件??????17920??2016-12-09?09:55??條碼識別\條碼識別\lib\libzbar-cil.dll
?????文件?????209438??2016-01-27?10:14??條碼識別\條碼識別\lib\libzbar.dll
?????文件????6195712??2015-09-27?08:30??條碼識別\條碼識別\lib\ThoughtWorks.QRCode.dll
?????文件?????430080??2014-04-02?03:44??條碼識別\條碼識別\lib\zxing.dll
?????文件??????20992??2014-04-02?03:44??條碼識別\條碼識別\lib\zxing.presentation.dll
?????文件???????5866??2017-01-06?14:34??條碼識別\條碼識別\MainForm.cs
?????文件???????5077??2017-01-06?14:14??條碼識別\條碼識別\MainForm.Designer.cs
?????文件???????5817??2017-01-06?14:14??條碼識別\條碼識別\MainForm.resx
?????文件???????2867??2016-12-09?22:18??條碼識別\條碼識別\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件???????7640??2017-01-06?14:23??條碼識別\條碼識別\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件????????214??2016-01-27?10:29??條碼識別\條碼識別\obj\x86\Debug\GenerateResource.read.1.tlog
?????文件????????514??2016-01-27?10:29??條碼識別\條碼識別\obj\x86\Debug\GenerateResource.write.1.tlog
?????文件???????1879??2017-01-06?14:39??條碼識別\條碼識別\obj\x86\Debug\條碼識別.csproj.FileListAbsolute.txt
?????文件????????978??2017-01-06?14:25??條碼識別\條碼識別\obj\x86\Debug\條碼識別.csproj.GenerateResource.Cache
?????文件??????24627??2017-01-06?14:25??條碼識別\條碼識別\obj\x86\Debug\條碼識別.csprojResolveAssemblyReference.cache
?????文件??????12800??2017-01-06?14:34??條碼識別\條碼識別\obj\x86\Debug\條碼識別.exe
?????文件????????180??2017-01-06?14:25??條碼識別\條碼識別\obj\x86\Debug\條碼識別.MainForm.resources
?????文件??????28160??2017-01-06?14:34??條碼識別\條碼識別\obj\x86\Debug\條碼識別.pdb
?????文件????????180??2017-01-06?14:25??條碼識別\條碼識別\obj\x86\Debug\條碼識別.Properties.Resources.resources
............此處省略84個文件信息
評論
共有 條評論