<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<head><meta forua="true" http-equiv="Cache-Control" content="max-age=0" /></head>
<card title="QrCode.Net 二维码" id="card1">
<p> 游客</p><p>
标题:QrCode.Net 二维码<br/>
正文:<br/>
Recently I was looking for a .NET implementation of QR code generator. Most of components either use online services to generate and/or recognize QR code or the implementation was not &amp;ldquo;good enough&amp;rdquo; for my purposes. The most popular and very powerful Java implementation comes from google&amp;rsquo;s open source project Using the LibraryIf you can not wait to try it out just download source or binaries and follow this short guide. Collapse |  Collapse | Copy Code            Console.Write(@&amp;quot;Type some text to QR code: &amp;quot;);<br/>            string sampleText = Console.ReadLine();<br/>            QrEncoder qrEncoder = new QrEncoder(ErrorCorrectionLevel.M);<br/>            QrCode qrCode = qrEncoder.Encode(sampleText);<br/>            for (int j = 0; j &amp;lt; qrCode.Matrix.Width; j++)<br/>            {<br/>                for (int i = 0; i &amp;lt; qrCode.Matrix.Width; i++)<br/>                {<br/><br/>                    char charToPrint = qrCode<br/><a href="http://camnpr.com/wap.asp?mode=WAP&amp;act=View&amp;id=498&amp;Page=1">[&lt;&lt;]</a><a href="http://camnpr.com/wap.asp?mode=WAP&amp;act=View&amp;id=498&amp;Page=1">[[1]]</a><a href="http://camnpr.com/wap.asp?mode=WAP&amp;act=View&amp;id=498&amp;Page=2">[2]</a><a href="http://camnpr.com/wap.asp?mode=WAP&amp;act=View&amp;id=498&amp;Page=3">[3]</a><a href="http://camnpr.com/wap.asp?mode=WAP&amp;act=View&amp;id=498&amp;Page=4">[&gt;&gt;]</a><br/>
<br/>
<a href="wap.asp?act=Com&amp;id=498">查看评论(0)</a><br/>
<a href="wap.asp?act=AddCom&amp;inpId=498">发表评论</a><br/><br/>

<br/>

<br/>
<a href="http://camnpr.com/wap.asp">首页</a>
</p>
</card>
</wml>