上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 17 下一页
摘要: using Microsoft.Win32; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Syste 阅读全文
posted @ 2023-02-17 11:43 阿坦 阅读(123) 评论(0) 推荐(0)
摘要: <Window x:Class="WpfApp2.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/200 阅读全文
posted @ 2023-01-11 14:53 阿坦 阅读(551) 评论(0) 推荐(2)
摘要: 阅读全文
posted @ 2023-01-04 13:30 阿坦 阅读(44) 评论(0) 推荐(0)
摘要: 程序集如下 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 阿坦 阅读(56) 评论(0) 推荐(0)
摘要: 1、右击windows开始图标,选择Windows PowerShell(管理员) 2、复制此代码并回车:irm https://get.activated.win | iex 3、等待一会儿,弹出如下窗口并按下键盘数字1,选择永久激活 4、等待激活,激活后如下 阅读全文
posted @ 2022-12-20 11:29 阿坦 阅读(10167) 评论(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 阿坦 阅读(1476) 评论(0) 推荐(0)
摘要: 程序集如下 using System.Windows; namespace WpfApp1 { /// <summary> /// MainWindow.xaml 的交互逻辑 /// </summary> public partial class MainWindow : Window { User 阅读全文
posted @ 2022-12-04 11:32 阿坦 阅读(1068) 评论(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 阿坦 阅读(57) 评论(0) 推荐(0)
摘要: threadIdx是thread index 线程索引缩写 blockIdx是block index 块索引缩写 blockDim是block dimension 块维度缩写 gridDim是grid dimension 网格纬度缩写 使用可参考cuda中threadIdx、blockIdx、blo 阅读全文
posted @ 2022-11-23 11:08 阿坦 阅读(475) 评论(0) 推荐(0)
摘要: //自动创建年月日时分秒日志文件,使用于一次性写入日志 static public void WriteLog(string info) {//info:日志信息 var path = AppDomain.CurrentDomain.BaseDirectory; path = System.IO.P 阅读全文
posted @ 2022-11-14 11:29 阿坦 阅读(164) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 17 下一页