DoubleLi

qq: 517712484 wx: ldbgliet

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2023年7月21日

摘要: 问题重述: Please note and check the following: * The Python version is: Python3.8 from "C:\Users\xulinfei\anaconda3\envs\graduation_tensor1\python.exe"* T 阅读全文
posted @ 2023-07-21 17:48 DoubleLi 阅读(1048) 评论(0) 推荐(0) 编辑

摘要: 1、安装开发工具包 sudo yum -y groupinstall "Development tools" 2、安装依赖包 sudo yum -y install zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel rea 阅读全文
posted @ 2023-07-21 17:47 DoubleLi 阅读(232) 评论(0) 推荐(0) 编辑

摘要: 存在程序main通过dlopen使用libA中的符号: main.c: 1 #include <stdio.h> 2 #include <dlfcn.h> 3 4 typedef void (*func)(void); 5 6 7 void test_main() 8 { 9 return;10 } 阅读全文
posted @ 2023-07-21 17:45 DoubleLi 阅读(105) 评论(0) 推荐(0) 编辑

摘要: 视频教程:多线程场景下,用C++调用Python脚本的方法 Git: https://github.com/JasonLiThirty/C-andPython 接口函数 Python3.6提供给C/C++接口函数,基本都是定义pylifecycle.h,pythonrun.h,ceval.h中。 P 阅读全文
posted @ 2023-07-21 17:39 DoubleLi 阅读(614) 评论(0) 推荐(0) 编辑