06 2014 档案

摘要:using System; using System.Collections.Generic; using System.Text; using System.IO.Ports; using System.Windows.Forms; namespace TestSerialPort { /// /// 串口开发辅助类 /// public class Ser... 阅读全文
posted @ 2014-06-27 16:02 深南大道 阅读(208) 评论(0) 推荐(0) 编辑
摘要:using System; using System.Data; using System.Configuration; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts... 阅读全文
posted @ 2014-06-26 14:17 深南大道 阅读(197) 评论(0) 推荐(0) 编辑
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.IO; using System.Diagnostics; using System.Drawing; using System.Drawing.Drawing2D; using System.Runt... 阅读全文
posted @ 2014-06-24 11:00 深南大道 阅读(492) 评论(0) 推荐(0) 编辑
摘要:private void button2_Click(object sender, EventArgs e) { Bitmap image = new Bitmap(200, 200); Graphics g = Graphics.FromImage(image); //使绘图质量最高,即消除锯... 阅读全文
posted @ 2014-06-12 15:49 深南大道 阅读(351) 评论(0) 推荐(1) 编辑

点击右上角即可分享
微信分享提示