12 2022 档案

摘要:程序集如下 using System; using System.Collections; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Th 阅读全文
posted @ 2022-12-29 11:37 阿坦 阅读(50) 评论(0) 推荐(0) 编辑
摘要:1、右击windows开始图标,选择Windows PowerShell(管理员) 2、复制此代码并回车:irm https://get.activated.win | iex 3、等待一会儿,弹出如下窗口并按下键盘数字1,选择永久激活 4、等待激活,激活后如下 阅读全文
posted @ 2022-12-20 11:29 阿坦 阅读(8248) 评论(0) 推荐(1) 编辑
摘要:1、配置DAC 2、配置COMP,COMP1_INP 设置成Swtich with DAC_OUT1使两者内部相连,即外部输入引脚COMP1_INM会与DAC_OUT1引脚的电平比较,大于或者小于设定DAC电压阈值会触发上升沿和下降沿中断 3、初始化DAC与COMP /* USER CODE BEG 阅读全文
posted @ 2022-12-08 16:23 阿坦 阅读(1095) 评论(0) 推荐(0) 编辑
摘要:程序集如下 using System.Windows; namespace WpfApp1 { /// <summary> /// MainWindow.xaml 的交互逻辑 /// </summary> public partial class MainWindow : Window { User 阅读全文
posted @ 2022-12-04 11:32 阿坦 阅读(953) 评论(0) 推荐(2) 编辑
摘要:程序集如下 using System; namespace ClassLibrary1 { public class Class1 { public delegate void ChangeDelegate(UInt16 value); public event ChangeDelegate cha 阅读全文
posted @ 2022-12-03 14:04 阿坦 阅读(53) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示