Lost !

-----hard working for the furture.

导航

统计

文章分类 -  C#

1 2 下一页

c# 对接mq
摘要:https://www.cnblogs.com/loda7023link/p/12674738.html 阅读全文

posted @ 2024-11-09 23:37 失落''80 阅读(3) 评论(0) 推荐(0) 编辑

c# 操作teststand
摘要:查看代码 using NationalInstruments.TestStand.Interop.API; using NationalInstruments.TestStand.Interop.UI; using System; using System.CodeDom.Compiler; usi 阅读全文

posted @ 2023-12-20 20:43 失落''80 阅读(154) 评论(0) 推荐(0) 编辑

Working with the TestStand Simple User Interface - C#.NET
摘要:https://www.ni.com/en/support/documentation/supplemental/14/working-with-the-teststand-simple-user-interface c--net.html 阅读全文

posted @ 2023-12-20 16:57 失落''80 阅读(6) 评论(0) 推荐(0) 编辑

GDI 波形控件
摘要:https://blog.csdn.net/CHENFEIYANG2009/article/details/5776239 阅读全文

posted @ 2018-07-02 08:46 失落''80 阅读(69) 评论(0) 推荐(0) 编辑

pd6024 光源hex指令封装
摘要:控制台测试: 阅读全文

posted @ 2018-03-21 12:00 失落''80 阅读(204) 评论(0) 推荐(0) 编辑

工作流绘制软件
摘要:http://www.jb51.net/softs/583808.html 阅读全文

posted @ 2017-11-15 15:24 失落''80 阅读(89) 评论(0) 推荐(0) 编辑

c# 数学工具Math.NET
摘要:https://www.mathdotnet.com/ 阅读全文

posted @ 2017-10-20 08:12 失落''80 阅读(231) 评论(0) 推荐(0) 编辑

WPF 图表
摘要:https://www.nuget.org/packages/LightningChartUltimateWPF/ 阅读全文

posted @ 2017-10-19 08:17 失落''80 阅读(73) 评论(0) 推荐(0) 编辑

OPCUA
摘要:using OpcUALibrary.Client; 阅读全文

posted @ 2017-10-16 16:12 失落''80 阅读(139) 评论(0) 推荐(0) 编辑

OxyPlot绘图控件
摘要:var myModel = new PlotModel { Title = "Example 1" }; myModel.Series.Add(new FunctionSeries(Math.Cos, 0, 10, 0.1, "cos(x)")); this.plot.Model = myModel; ... 阅读全文

posted @ 2017-10-16 15:56 失落''80 阅读(927) 评论(0) 推荐(0) 编辑

DAQ入门
摘要:http://www.ni.com/academic/students/learnlabview/zhs/hardware.htm DAQ控制步进电机 https://v.qq.com/x/page/i0188e6c81q.html 阅读全文

posted @ 2017-09-17 18:18 失落''80 阅读(145) 评论(0) 推荐(0) 编辑

最近用Timer踩了一个坑,分享一下避免别人继续踩
摘要:最近做一个小项目,项目中有一个定时服务,需要向对方定时发送数据,时间间隔是1.5s,然后就想到了用C#的Timer类,我们知道Timer 确实非常好用,因为里面有非常人性化的start和stop功能,在Timer里面还有一个Interval,就是用来设置时间间隔,然后时间间隔到了就会触 发Elaps 阅读全文

posted @ 2017-08-30 19:49 失落''80 阅读(283) 评论(0) 推荐(0) 编辑

.net dxp 3D
摘要:https://www.woutware.com https://www.ab4d.com/Products.aspx 阅读全文

posted @ 2017-08-21 21:57 失落''80 阅读(87) 评论(0) 推荐(0) 编辑

c# 运动视觉库aforgenet
摘要:http://www.aforgenet.com/framework/ 阅读全文

posted @ 2017-08-14 13:36 失落''80 阅读(307) 评论(0) 推荐(0) 编辑

Windows消息传递机制详解
摘要:http://blog.csdn.net/evankaka/article/details/44456661 阅读全文

posted @ 2017-08-11 17:40 失落''80 阅读(95) 评论(0) 推荐(0) 编辑

c# 异步
摘要:https://blog.gkarch.com/threading/part2.html#blocking-versus-spinning 阅读全文

posted @ 2017-08-08 22:26 失落''80 阅读(60) 评论(0) 推荐(0) 编辑

opencv.net
摘要:https://bitbucket.org/horizongir/opencv.net/src 阅读全文

posted @ 2017-07-27 15:58 失落''80 阅读(95) 评论(0) 推荐(0) 编辑

检索lib文件
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.IO; namespace DirLibs { class Program { static void Main(string[] args) { ... 阅读全文

posted @ 2017-07-14 08:52 失落''80 阅读(90) 评论(0) 推荐(0) 编辑

c# 关键字变量
摘要:/// /// 请求网易云音乐接口 /// /// 要请求的接口类型 /// 要请求的接口类型的对象 /// 请求结果(JSON) public static string Request(T config) where T : RequestData, new() { // 请求URL string requestURL = config.Url; // 将数... 阅读全文

posted @ 2017-02-21 08:25 失落''80 阅读(532) 评论(0) 推荐(0) 编辑

test delegate
摘要:class Program { private delegate string getastring(); static void Main(string[] args) { int x = 40; // getastring firstmethod = new getastring(x.ToStr 阅读全文

posted @ 2017-02-16 09:29 失落''80 阅读(93) 评论(0) 推荐(0) 编辑

1 2 下一页
点击右上角即可分享
微信分享提示