- 博客(3)
- 收藏
- 关注
转载 【bat脚本】windows11系统切换右键菜单风格
可以对windows11系统切换右键菜单风格 @echo off set ip= set /p ip=Press 1 display Win10,Press 2 display Win11: if "%ip%" == "" goto _end if /I "ip%" == "1" goto _cmd1 if /I "%ip%" == "2" goto _cmd2 :_cmd1 reg add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50
2022-04-07 19:19:25
949
1
原创 【codeBase_C++】C++ 读取npy文件
C++ 读取npy文件 npy_array.h #ifndef __NPY_ARRAY_H__ #define __NPY_ARRAY_H__ #include <stdlib.h> #include <stdbool.h> #include <stdint.h> #include <stdio.h> #define NPY_ARRAY_MAX_DIMENSIONS 8 typedef struct _npy_array_t { char
2022-01-17 20:53:13
1557
原创 【codeBase_C++_OpenCV】在Windows下openCV工程的CMakeLists.txt样例
Windows下OpenCV工程的CMakeLists样例
2022-01-17 20:26:56
2494
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅