You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- from ctypes import *
- lib1 = cdll.LoadLibrary('Cython_GedLib_2/lib/fann/libdoublefann.so')
- lib2 = cdll.LoadLibrary('Cython_GedLib_2/lib/libsvm.3.22/libsvm.so')
- lib3 = cdll.LoadLibrary('Cython_GedLib_2/lib/nomad/libnomad.so')
- lib4 = cdll.LoadLibrary('Cython_GedLib_2/lib/nomad/libsgtelib.so')
|