摘要:
集合A是集合B的子集(被包括或相同) 阅读全文
摘要:
public class MotorType1 { public class MotorType2 { public class MotorType3 { /// /// 电机类型 /// ... 阅读全文
摘要:
最合适的还是上面的写法 转义符{不好使的 要么 空格{ 要么 全角{ 要么binding 阅读全文
摘要:
8细分电机,步进角1.8度,螺距10毫米,由毫米计算脉冲公式为: y=x*360/1.8*8/10 4细分电机,步进角1.8度,螺距5毫米,由毫米计算脉冲公式为: y=x*360/1.8*4/5 步进电机原理不详述了…… 一般都是用毫米去算脉冲,再按通信协议格式发给下位机去执行的。三个参数都需要知道 阅读全文
摘要:
1 class Program 2 { 3 const int u = 10000; 4 5 static void Main(string[] args) 6 { 7 Console.WriteLine("各点距离矩阵如下:"); 8 Console... 阅读全文
摘要:
https://www.iconfont.cn/ 阅读全文
摘要:
父控件 PreviewMouseDown子控件 MouseDown 阅读全文
摘要:
timeSpan.ToString(@"hh\:mm\:ss"); 阅读全文