• 大小: 14KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-05-13
  • 语言: C/C++
  • 标签: python  c++  c  ubuntu  

资源简介

在python程序中调用c或者c++ 的代码。本压缩文件解压后有四个文件夹,包含四个不同的调用方法。适用于linux 平台。

资源截图

代码片段和文件信息

#-*- coding:UTF-8 -*-
import ctypes

def main():
    testLib = ctypes.cdll.LoadLibrary(‘./testLib.so‘)
    print(testLib.myAdd(12))

if __name__ == “__main__“:
    main()



 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2017-09-29 03:39  动态链接库\
     目录           0  2017-09-29 03:03  动态链接库\test1\
     文件        7680  2017-09-26 10:18  动态链接库\test1\testLib.so
     文件         309  2017-09-26 10:26  动态链接库\test1\help.txt
     文件         147  2017-09-29 03:03  动态链接库\test1\testLib.cpp
     文件         174  2017-09-26 10:21  动态链接库\test1\test.py
     目录           0  2017-09-29 03:24  动态链接库\test2\
     文件        8048  2017-09-29 03:17  动态链接库\test2\linuxany.so
     文件         106  2017-09-29 03:11  动态链接库\test2\linuxany.c
     文件         260  2017-09-29 03:24  动态链接库\test2\help.txt
     目录           0  2017-09-29 03:48  动态链接库\test4\
     文件         211  2017-09-29 03:43  动态链接库\test4\main.cpp
     文件         466  2017-09-29 03:48  动态链接库\test4\help.txt
     文件        9120  2017-09-29 03:43  动态链接库\test4\testmain
     目录           0  2017-09-29 03:35  动态链接库\test3\
     文件         319  2017-09-29 03:35  动态链接库\test3\hello.txt
     文件         353  2017-09-29 03:34  动态链接库\test3\hello.cpp
     文件        8984  2017-09-29 03:34  动态链接库\test3\hello.so

评论

共有 条评论