摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;namespace WindowsApplication1{ public partial class Form1 : Form { public Form1() { InitializeComponent(); } private List<byte> 数据采样= ne 阅读全文
posted @ 2011-03-16 11:23 c#小菜 阅读(1960) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.IO;using System.Windows.Forms;using System.Runtime.InteropServices;namespace USB{ public partial class USB : Form { public USB() { InitializeComponent(); } 阅读全文
posted @ 2011-01-27 13:26 c#小菜 阅读(3599) 评论(2) 推荐(0) 编辑