上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 18 下一页
摘要: using System.Drawing; using System.Windows; using System.Windows.Forms; using System.Windows.Media; namespace WpfApp2 { /// <summary> /// MainWindow.x 阅读全文
posted @ 2020-12-22 11:45 阿坦 阅读(964) 评论(0) 推荐(0)
摘要: 效果如下: <Window xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http:/ 阅读全文
posted @ 2020-12-10 14:33 阿坦 阅读(829) 评论(0) 推荐(0)
摘要: 工程集如下: <Window x:Class="SubClassCallMainClass.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.mi 阅读全文
posted @ 2020-11-17 11:15 阿坦 阅读(1090) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-11-11 16:58 阿坦 阅读(2033) 评论(0) 推荐(0)
摘要: 方法一:用SDADC的规则通道一个一个去读,配置SDADC如下 读入代码比较简单,依次读取SDADC1通道6、通道8和SDADC3通道0,代码如下 /* USER CODE BEGIN Header_StartDefaultTask */ volatile uint32_t SDADC_Value[ 阅读全文
posted @ 2020-10-22 14:53 阿坦 阅读(1923) 评论(0) 推荐(1)
摘要: 阅读全文
posted @ 2020-09-16 12:06 阿坦 阅读(633) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System 阅读全文
posted @ 2020-09-14 09:33 阿坦 阅读(776) 评论(0) 推荐(2)
摘要: <Window x:Class="WpfApp1.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/200 阅读全文
posted @ 2020-09-13 12:52 阿坦 阅读(616) 评论(0) 推荐(0)
摘要: M-V-VM是Model-View-ViewModel的简写,Model,ViewModel是个类文件(.cs文件),View是前台文件(,xaml文件)。假设我们的工程只有一个前台文件和一个后台文件,当设计要求越来越多的时候,前后台文件可能会高达上千行,甚至上万行,此时要想找到对应的代码,鼠标滚轮 阅读全文
posted @ 2020-09-10 15:22 阿坦 阅读(1883) 评论(2) 推荐(2)
摘要: 效果: <Window x:Class="RichTextBoxDemo.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.c 阅读全文
posted @ 2020-09-09 09:13 阿坦 阅读(215) 评论(0) 推荐(0)
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 18 下一页