摘要: 1.添加引用 using System.Windows.Media.Imaging;using AForge;using AForge.Controls;using AForge.Video;using AForge.Video.DirectShow;using Size = System.Draw 阅读全文
posted @ 2021-09-22 15:52 fengyan89 阅读(894) 评论(0) 推荐(0)
摘要: <?xml version="1.0" encoding="utf-8"?> <root> <!-- Microsoft ResX Schema Version 2.0 The primary goals of this format is to allow a simple XML format 阅读全文
posted @ 2019-12-27 16:07 fengyan89 阅读(462) 评论(0) 推荐(0)
摘要: // PCANBasic.cs // // ~~~~~~~~~~~~ // // PCAN-Basic API // // ~~~~~~~~~~~~ // // // // // Copyright (C) 1999-2011 PEAK-System Technik GmbH, Darmstadt 阅读全文
posted @ 2019-12-27 16:05 fengyan89 阅读(632) 评论(0) 推荐(0)
摘要: namespace ICDIBasic { partial class Form1 { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer comp 阅读全文
posted @ 2019-12-27 16:01 fengyan89 阅读(182) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System. 阅读全文
posted @ 2019-12-27 15:59 fengyan89 阅读(823) 评论(0) 推荐(0)
摘要: 1、无参数线程的创建 Thread thread = new Thread(new ThreadStart(getpic));thread.Start(); private void showmessage(){ Console.WriteLine("hello world");} 2、带一个参数的 阅读全文
posted @ 2019-12-27 10:09 fengyan89 阅读(1302) 评论(0) 推荐(0)
摘要: 先将adb.exe环境加入系统环境变量 { Process process = new Process(); process.StartInfo.FileName = "cmd.exe"; //process.StartInfo.Arguments = "adb deviecs"; process. 阅读全文
posted @ 2019-09-03 08:46 fengyan89 阅读(757) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2018-11-30 14:53 fengyan89 阅读(8) 评论(0) 推荐(0)