C#
杨培文
深度学习,工业检测,缺陷检测
展开
-
c# 树莓派扫描器
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Text.RegularExpressions; using System.Windows.Form原创 2014-08-08 14:12:54 · 1844 阅读 · 0 评论 -
c# 线程间操作无效: 从不是创建控件“textBox1”的线程访问它。解决方法
private delegate void daili(); String showtext = ""; private void show(String text) { showtext = text; daili dl = new daili(showd); this.Beg原创 2015-01-14 18:51:01 · 5666 阅读 · 0 评论