1. 首页
  2. 编程语言
  3. C#
  4. C的高性能计时器

C的高性能计时器

上传者: 2019-01-22 21:27:53上传 CS文件 1.29KB 热度 36次
private void btn_send_Click(object sender, EventArgs e) { if (this.cB_Hex.Checked == true) { Byte[] BSendTemp = new Byte[1]; //建立临时字节数组对象 BSendTemp[0] = Byte.Parse(this.tb_send.Text);//由文本框读入想要发送的数据 this.serialPort1.Writ
用户评论
码姐姐匿名网友 2019-01-22 21:27:53

使用CPU时钟,靠谱

码姐姐匿名网友 2019-01-22 21:27:53

一点用都没有