From e14cafdb7e5900c6932a6b5ac1ddabcb9eb5f03f Mon Sep 17 00:00:00 2001 From: tunm Date: Tue, 28 Feb 2023 20:19:30 +0800 Subject: [PATCH 1/2] Add Python Demo --- .idea/misc.xml | 8 --- .idea/modules.xml | 9 --- .idea/vcs.xml | 6 -- .idea/workspace.xml | 147 -------------------------------------------- 4 files changed, 170 deletions(-) delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/vcs.xml delete mode 100644 .idea/workspace.xml diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 669dc1b..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 4166615..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 94a25f7..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml deleted file mode 100644 index 4de56f6..0000000 --- a/.idea/workspace.xml +++ /dev/null @@ -1,147 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1672294609542 - - - - - - - - - \ No newline at end of file From 4fc800b89bc3df6096e474c2da79fc41c6e0757f Mon Sep 17 00:00:00 2001 From: tunm Date: Wed, 1 Mar 2023 01:06:55 +0800 Subject: [PATCH 2/2] Update 3rdparty --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b760934..1922004 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ A:此项目来源于作者早期的研究和调试代码,代码缺少一定 ### C/C++编译依赖库 -编译C/C++工程需要使用第三方依赖库,将库下载后解压,并将其通过拷贝或软链接放入根目录(与CMakeLists.txt同级)即可,依赖的库下载地址:[百度网盘](https://pan.baidu.com/s/1hLzumPbrrnuI__CYv_ognA) code: kdae +编译C/C++工程需要使用第三方依赖库,将库下载后解压,并将其通过拷贝或软链接放入根目录(与CMakeLists.txt同级)即可,依赖的库下载地址:[百度网盘](https://pan.baidu.com/s/138O2bSlPN0H81OYP6zc3yQ) code: 5duf ### Linux/Mac动态链接库编译