会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
5
6
7
8
9
10
11
12
13
···
17
下一页
2022年11月2日
C# 调用C++ 动态链接库DLL
摘要: #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)
2022年11月1日
Sobel算子学习笔记
摘要:
阅读全文
posted @ 2022-11-01 11:06 阿坦
阅读(17)
评论(0)
推荐(0)
2022年10月28日
WPF编写类似ImagJ看图软件
摘要: 整机程序结构 <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)
2022年10月17日
WPF 后台代码实现绑定
摘要: 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)
2022年10月10日
C# 创建当前时间戳文件夹
摘要: 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)
2022年10月2日
C#OpenCV查看Mat数据
摘要: Mat img = Cv2.ImRead(imgPath, ImreadModes.Grayscale);//以灰度模式读取图像 byte[] b; img.GetArray(out b);//把Mat数据放到一维数组中
阅读全文
posted @ 2022-10-02 10:45 阿坦
阅读(192)
评论(0)
推荐(0)
2022年9月19日
WPF 输入文本检测是否为数字
摘要: <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)
2022年9月4日
Windows 10设置开关机音乐
摘要: 下载开关机脚本: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)
2022年9月3日
Windows10 更改开机音乐
摘要: 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
下一页
公告