
C#
哈尼嘟嘟
这个作者很懒,什么都没留下…
展开
-
c# WPF DataGrid的使用
WPF DataGrid转载 2022-12-01 16:40:54 · 1656 阅读 · 0 评论 -
C# 试图加载格式不正确的程序。 (异常来自 HRESULT:0x8007000B)
C#调用DLL转载 2022-10-09 10:05:48 · 6684 阅读 · 1 评论 -
OpenCVSharp4 直方图
C# 使用opencv对图像进行处理-直方图展示及直方图均衡转载 2022-07-27 16:23:37 · 825 阅读 · 2 评论 -
C# System.IO.Path 用法解析
C# System.IO.Path 用法解析原创 2022-07-27 16:07:53 · 287 阅读 · 0 评论 -
C# 调用C++ dll 返回char*调用方式(StringBuilder乱码)
// CDLLDemo.cpp : 定义 DLL 应用程序的导出函数。 // #include "stdafx.h" #include "string.h" #include <stdio.h> #include <time.h> extern "C" __declspec(dllexport) int ParseBaliseMsg2(const unsigned ch...原创 2019-12-25 10:48:02 · 2077 阅读 · 1 评论