没有合适的资源?快使用搜索试试~ 我知道了~
node-dlfcn:与动态共享库链接器 (dlfcn) 的本机绑定
共30个文件
c:4个
filters:3个
gyp:3个
需积分: 10 1 下载量 114 浏览量
2021-06-04
14:45:47
上传
评论
收藏 43KB ZIP 举报
温馨提示
节点-dlfcn 与动态共享库链接器 (dlfcn) 的本机绑定 该模块提供对dlfcn.h函数的访问,包括对 Windows 操作系统的正确模拟。 还导出了一个高级面向对象的Library类。 安装 使用npm安装: $ npm install dlfcn 例子 var dlfcn = require ( 'dlfcn' ) ; // dynamically open the `libc` library var libc = dlfcn ( 'libc' ) ; // get a reference to the `printf` function pointer. // from here, it's easy to invoke the function pointer via node-ffi. var printfPointer = libc . get ( 'prin
资源推荐
资源详情
资源评论
收起资源包目录
node-dlfcn-master.zip (30个子文件)
node-dlfcn-master
.travis.yml 59B
index.js 3KB
package.json 923B
deps
dlfcn-win32
visual-studio
12
testdll
testdll.vcxproj.filters 946B
testdll.vcxproj 11KB
test
test.vcxproj 12KB
test.vcxproj.filters 943B
dl
dl.vcxproj.filters 1KB
dl.vcxproj 11KB
dlfcn-win32.sln 7KB
testdll.c 1KB
dlfcn.gyp 2KB
test.c 10KB
README 2KB
configure 6KB
.gitignore 3KB
CMakeLists.txt 1KB
dlfcn.h 2KB
README.md 2KB
dlfcn.c 11KB
COPYING 26KB
test
test.js 4KB
libtest.c 419B
binding.gyp 433B
appveyor.yml 802B
src
binding.cc 5KB
.gitignore 39B
History.md 1KB
README.md 2KB
binding.gyp 414B
共 30 条
- 1
资源评论
蓝色山脉
- 粉丝: 21
- 资源: 4613
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- Matlab绘制【环形柱状图】-详细代码+示例图
- NC系统业务插件注册开发
- YOLO(You Only Look Once)v2 的 PyTorch 实现.zip
- NC系统自定义参照开发
- c++-C++ 编程语言及其面向对象特性的全面介绍
- 自定义参照引用后保存显示主键或显示为空问题处理
- 我国1950-2023年外汇及黄金储备汇总+趋势变化图
- YOLOX,YOLOV5,YOLOV8,YOLOV9 针对 OpenVINO 的 C++ 推理,支持 float32、float16 和 int8 .zip
- 设置NCC单据参照字段多选(参照多选)
- 已安装xcb、X11库的交叉编译器(x86-64-aarch64-linux-gnu)
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功