上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 18 下一页
摘要: 裁剪图像 OpenCvSharp.Rect rect = new OpenCvSharp.Rect(4800, 2100, 400, 900);//设置范围 OpenCvSharp.Mat cropped_image = new OpenCvSharp.Mat(Img, rect);//裁剪图像 裁 阅读全文
posted @ 2023-02-27 16:12 阿坦 阅读(817) 评论(0) 推荐(0)
摘要: 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 阿坦 阅读(132) 评论(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 阿坦 阅读(591) 评论(0) 推荐(2)
摘要: 阅读全文
posted @ 2023-01-04 13:30 阿坦 阅读(48) 评论(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 阿坦 阅读(59) 评论(0) 推荐(0)
摘要: 1、右击windows开始图标,选择Windows PowerShell(管理员) 2、复制此代码并回车:irm https://get.activated.win | iex 3、等待一会儿,弹出如下窗口并按下键盘数字1:永久激活系统。按数字2:永久激活Office 4、成功激活系统界面 5、激活 阅读全文
posted @ 2022-12-20 11:29 阿坦 阅读(11549) 评论(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 阿坦 阅读(1641) 评论(0) 推荐(0)
摘要: 程序集如下 using System.Windows; namespace WpfApp1 { /// <summary> /// MainWindow.xaml 的交互逻辑 /// </summary> public partial class MainWindow : Window { User 阅读全文
posted @ 2022-12-04 11:32 阿坦 阅读(1087) 评论(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 阿坦 阅读(60) 评论(0) 推荐(0)
摘要: threadIdx是thread index 线程索引缩写 blockIdx是block index 块索引缩写 blockDim是block dimension 块维度缩写 gridDim是grid dimension 网格纬度缩写 使用可参考cuda中threadIdx、blockIdx、blo 阅读全文
posted @ 2022-11-23 11:08 阿坦 阅读(546) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 18 下一页