会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
6
7
8
9
10
11
12
13
14
···
18
下一页
2022年11月14日
C# Log日志
摘要: //自动创建年月日时分秒日志文件,使用于一次性写入日志 static public void WriteLog(string info) {//info:日志信息 var path = AppDomain.CurrentDomain.BaseDirectory; path = System.IO.P
阅读全文
posted @ 2022-11-14 11:29 阿坦
阅读(185)
评论(0)
推荐(0)
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 阿坦
阅读(170)
评论(0)
推荐(0)
2022年11月1日
Sobel算子学习笔记
摘要:
阅读全文
posted @ 2022-11-01 11:06 阿坦
阅读(21)
评论(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 阿坦
阅读(64)
评论(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 阿坦
阅读(3108)
评论(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 阿坦
阅读(266)
评论(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 阿坦
阅读(211)
评论(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 阿坦
阅读(161)
评论(0)
推荐(0)
单片机和弦音
摘要: 电路图:
阅读全文
posted @ 2022-09-19 11:05 阿坦
阅读(80)
评论(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 阿坦
阅读(971)
评论(0)
推荐(0)
上一页
1
···
6
7
8
9
10
11
12
13
14
···
18
下一页
公告