上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 17 下一页
摘要: #pragma once #define DLL_API __declspec(dllimport) extern "C" DLL_API int __stdcall Sum(int a, int b); operation.h #include "pch.h" #include "operatio 阅读全文
posted @ 2022-11-02 16:59 阿坦 阅读(147) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-11-01 11:06 阿坦 阅读(17) 评论(0) 推荐(0)
摘要: 整机程序结构 <Window x:Class="WpfApp3.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/wi 阅读全文
posted @ 2022-10-28 17:31 阿坦 阅读(47) 评论(0) 推荐(0)
摘要: using System.ComponentModel; using System.Windows; using System.Windows.Controls; using System.Windows.Data; namespace WpfApp2 { /// <summary> /// Mai 阅读全文
posted @ 2022-10-17 10:22 阿坦 阅读(2997) 评论(0) 推荐(0)
摘要: string myPath = "E:\\自定义目录" + "\\" + DateTime.Now.Year.ToString()+ "-" + DateTime.Now.Month.ToString() + "-" + DateTime.Now.Day.ToString() + "-" + Dat 阅读全文
posted @ 2022-10-10 11:22 阿坦 阅读(243) 评论(0) 推荐(0)
摘要: Mat img = Cv2.ImRead(imgPath, ImreadModes.Grayscale);//以灰度模式读取图像 byte[] b; img.GetArray(out b);//把Mat数据放到一维数组中 阅读全文
posted @ 2022-10-02 10:45 阿坦 阅读(192) 评论(0) 推荐(0)
摘要: <Window x:Class="WpfApp1.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/200 阅读全文
posted @ 2022-09-19 17:13 阿坦 阅读(150) 评论(0) 推荐(0)
摘要: 电路图: 阅读全文
posted @ 2022-09-19 11:05 阿坦 阅读(77) 评论(0) 推荐(0)
摘要: 下载开关机脚本:https://www.aliyundrive.com/s/iqqXBmuypD2 把开关机音乐按指定名称Windows PowerOn和Windows PowerOff放到指定目录:C:\Windows\Media。经典Windows XP开关机音乐下载地址:xp开机音乐经典版下载 阅读全文
posted @ 2022-09-04 17:38 阿坦 阅读(882) 评论(0) 推荐(0)
摘要: 1、首先下载Winaero Tweaker软件,下载地址:Winaero Tweaker 然后默认安装 2、打开软件 3、找到要替换的音乐,经典Windows XP开关机音乐下载地址:xp开机音乐经典版下载-windows xp开机音乐(电脑开关机音乐) 免费版-纯净下载 (huzk.cn) 4、点 阅读全文
posted @ 2022-09-03 11:33 阿坦 阅读(1010) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 17 下一页