摘要:https://www.cnblogs.com/loda7023link/p/12674738.html
阅读全文
摘要:查看代码 using NationalInstruments.TestStand.Interop.API; using NationalInstruments.TestStand.Interop.UI; using System; using System.CodeDom.Compiler; usi
阅读全文
摘要:https://www.ni.com/en/support/documentation/supplemental/14/working-with-the-teststand-simple-user-interface c--net.html
阅读全文
摘要:https://blog.csdn.net/CHENFEIYANG2009/article/details/5776239
阅读全文
摘要:http://www.jb51.net/softs/583808.html
阅读全文
摘要:https://www.mathdotnet.com/
阅读全文
摘要:https://www.nuget.org/packages/LightningChartUltimateWPF/
阅读全文
摘要:using OpcUALibrary.Client;
阅读全文
摘要:var myModel = new PlotModel { Title = "Example 1" }; myModel.Series.Add(new FunctionSeries(Math.Cos, 0, 10, 0.1, "cos(x)")); this.plot.Model = myModel; ...
阅读全文
摘要:http://www.ni.com/academic/students/learnlabview/zhs/hardware.htm DAQ控制步进电机 https://v.qq.com/x/page/i0188e6c81q.html
阅读全文
摘要:最近做一个小项目,项目中有一个定时服务,需要向对方定时发送数据,时间间隔是1.5s,然后就想到了用C#的Timer类,我们知道Timer 确实非常好用,因为里面有非常人性化的start和stop功能,在Timer里面还有一个Interval,就是用来设置时间间隔,然后时间间隔到了就会触 发Elaps
阅读全文
摘要:https://www.woutware.com https://www.ab4d.com/Products.aspx
阅读全文
摘要:http://www.aforgenet.com/framework/
阅读全文
摘要:http://blog.csdn.net/evankaka/article/details/44456661
阅读全文
摘要:https://blog.gkarch.com/threading/part2.html#blocking-versus-spinning
阅读全文
摘要:https://bitbucket.org/horizongir/opencv.net/src
阅读全文
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.IO; namespace DirLibs { class Program { static void Main(string[] args) { ...
阅读全文
摘要:/// /// 请求网易云音乐接口 /// /// 要请求的接口类型 /// 要请求的接口类型的对象 /// 请求结果(JSON) public static string Request(T config) where T : RequestData, new() { // 请求URL string requestURL = config.Url; // 将数...
阅读全文
摘要:class Program { private delegate string getastring(); static void Main(string[] args) { int x = 40; // getastring firstmethod = new getastring(x.ToStr
阅读全文