在好例子网,分享、交流、成长!
您当前所在位置:首页C# 开发实例C#语言基础 → 二维码

二维码

C#语言基础

下载此实例
  • 开发语言:C#
  • 实例大小:3.08M
  • 下载次数:30
  • 浏览次数:359
  • 发布时间:2022-02-14
  • 实例类别:C#语言基础
  • 发 布 人:turboy2
  • 文件格式:.zip
  • 所需积分:2
 相关标签: 二维码

实例介绍

【实例简介】二维码

【实例截图】

from clipboard

【核心代码】

.
├── BarcodeLib_NETBarcode_Trial
│   ├── DeveloperGuide.html
│   ├── Dll
│   │   ├── net20
│   │   │   ├── BarcodeLib.Barcode.ASP.NET.dll
│   │   │   ├── BarcodeLib.Barcode.CrystalReports.dll
│   │   │   ├── BarcodeLib.Barcode.RDLCReports.dll
│   │   │   ├── BarcodeLib.Barcode.ReportingService05.dll
│   │   │   ├── BarcodeLib.Barcode.ReportingService05CRI.dll
│   │   │   └── BarcodeLib.Barcode.WinForms.dll
│   │   └── net40
│   │       ├── BarcodeLib.Barcode.ASP.NET.dll
│   │       ├── BarcodeLib.Barcode.CrystalReports.dll
│   │       ├── BarcodeLib.Barcode.RDLCReports.dll
│   │       └── BarcodeLib.Barcode.WinForms.dll
│   ├── LicenseAgreement.pdf
│   ├── Purchase-Barcode for .NET Suite.html
│   ├── ReportingData
│   │   ├── BarcodeDemoData.mdb
│   │   └── CustomerDataSet.xsd
│   ├── barcode
│   │   ├── Bin
│   │   ├── DataMatrixWebControllerDemo.aspx
│   │   ├── DataMatrixWebControllerDemo.aspx.cs
│   │   ├── DataMatrixWebStreamDemo.aspx
│   │   ├── DataMatrixWebStreamDemo.aspx.cs
│   │   ├── LinearWebControllerDemo.aspx
│   │   ├── LinearWebControllerDemo.aspx.cs
│   │   ├── LinearWebStreamDemo.aspx
│   │   ├── LinearWebStreamDemo.aspx.cs
│   │   ├── PDF417WebControllerDemo.aspx
│   │   ├── PDF417WebControllerDemo.aspx.cs
│   │   ├── PDF417WebStreamDemo.aspx
│   │   ├── PDF417WebStreamDemo.aspx.cs
│   │   ├── QRCodeWebControllerDemo.aspx
│   │   ├── QRCodeWebControllerDemo.aspx.cs
│   │   ├── QRCodeWebStreamDemo.aspx
│   │   ├── QRCodeWebStreamDemo.aspx.cs
│   │   ├── datamatrix.aspx
│   │   ├── datamatrix.aspx.cs
│   │   ├── linear.aspx
│   │   ├── linear.aspx.cs
│   │   ├── pdf417.aspx
│   │   ├── pdf417.aspx.cs
│   │   ├── qrcode.aspx
│   │   └── qrcode.aspx.cs
│   └── files
│       ├── Thumbs.db
│       ├── barcode_aspnet.html
│       ├── barcode_crystal_reports.html
│       ├── barcode_crystal_reports_aspnet.html
│       ├── barcode_microsoft_reporting_service05.html
│       ├── barcode_microsoft_reporting_service08.html
│       ├── barcode_net_class.html
│       ├── barcode_rdlc_reports.html
│       ├── barcode_rdlc_reports_aspnet.html
│       ├── barcode_winforms.html
│       ├── bl_arrow.png
│       ├── bl_arrow3.jpg
│       ├── bl_back2top.jpg
│       ├── bl_customer_gif.gif
│       ├── bl_download_new.jpg
│       ├── bl_go.jpg
│       ├── bl_logo.jpg
│       ├── bl_shadow_bottom.jpg
│       ├── bl_shadow_left.jpg
│       ├── bl_shadow_right.jpg
│       ├── bl_shadow_up.jpg
│       ├── bl_style.css
│       ├── buy_paypal.png
│       ├── buy_plimus.png
│       ├── codabar.html
│       ├── code11.html
│       ├── code128.html
│       ├── code2of5.html
│       ├── code39.html
│       ├── code93.html
│       ├── data_matrix.html
│       ├── ean128.html
│       ├── ean128_ai_table.html
│       ├── ean13.html
│       ├── ean8.html
│       ├── favicon.ico
│       ├── images
│       │   ├── Thumbs.db
│       │   ├── crystalconfig-10.gif
│       │   ├── crystalconfig-100.gif
│       │   ├── crystalconfig-11.gif
│       │   ├── crystalconfig-2.gif
│       │   ├── crystalconfig-3.gif
│       │   ├── crystalconfig-4.gif
│       │   ├── crystalconfig-5.gif
│       │   ├── crystalconfig-6.gif
│       │   ├── crystalconfig-7.gif
│       │   ├── crystalconfig-8.gif
│       │   ├── crystalconfig-9.gif
│       │   ├── datasource-1.gif
│       │   ├── datasource-2.gif
│       │   ├── datasource-3.gif
│       │   ├── datasource-4.gif
│       │   ├── datasource-5.gif
│       │   ├── rdlcconfig-1.gif
│       │   ├── rdlcconfig-10.gif
│       │   ├── rdlcconfig-11.gif
│       │   ├── rdlcconfig-12.gif
│       │   ├── rdlcconfig-13.gif
│       │   ├── rdlcconfig-14.gif
│       │   ├── rdlcconfig-15.gif
│       │   ├── rdlcconfig-16.gif
│       │   ├── rdlcconfig-17.gif
│       │   ├── rdlcconfig-19.gif
│       │   ├── rdlcconfig-2.gif
│       │   ├── rdlcconfig-20.gif
│       │   ├── rdlcconfig-21.gif
│       │   ├── rdlcconfig-22.gif
│       │   ├── rdlcconfig-23.gif
│       │   ├── rdlcconfig-24.gif
│       │   ├── rdlcconfig-25.gif
│       │   ├── rdlcconfig-26.gif
│       │   ├── rdlcconfig-27.gif
│       │   ├── rdlcconfig-3.gif
│       │   ├── rdlcconfig-4.gif
│       │   ├── rdlcconfig-5.gif
│       │   ├── rdlcconfig-6.gif
│       │   ├── rdlcconfig-7.gif
│       │   ├── rdlcconfig-8.gif
│       │   ├── rdlcconfig-9.gif
│       │   ├── reportingconfig-1-net.gif
│       │   ├── reportingconfig-1-ssrs.gif
│       │   ├── reportingconfig-2.gif
│       │   ├── reportingconfig-3.gif
│       │   ├── reportingconfig-4.gif
│       │   ├── reportingconfig-5.gif
│       │   ├── reportingconfig-6-05.gif
│       │   ├── reportingconfig-6-08.GIF
│       │   ├── reportingconfig-7-05.gif
│       │   ├── reportingconfig-7-08.gif
│       │   ├── reportingconfig-8-05.GIF
│       │   └── reportingconfig-8-08.GIF
│       ├── interleaved25.html
│       ├── itf14.html
│       ├── msi.html
│       ├── onecode.html
│       ├── pdf417.html
│       ├── planet.html
│       ├── postnet.html
│       ├── qrcode.html
│       ├── rm4scc.html
│       ├── t3.gif
│       ├── t4.gif
│       ├── upca.html
│       └── upce.html
└── 好例子网_BarcodeLib_NETBarcode_Trial.zip

9 directories, 144 files


标签: 二维码

实例下载地址

二维码

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警