码迷,mamicode.com
首页 >  
搜索关键字:swig    ( 129个结果
jetson nano 安装 snowboy 遇到的问题及处理
Snowboy 是 KITT.AI 开发的一个高度可定制的热词检测引擎,当笔者的 jetson nano 加上话筒后,就立马尝试安装,但在安装过程中却发生了错误,所以把处理方式记录了下来以作备忘。 首先,按 Snowboy 官方文档 编译安装 swig-3.0.10 和克隆 snowboy 代码过程 ...
分类:其他好文   时间:2020-02-23 11:27:02    阅读次数:378
SWIG 3 中文手册——9. SWIG 库
[TOC] 9 SWIG 库 To help build extension modules, SWIG is packaged with a library of support files that you can include in your own interfaces. These fi ...
分类:其他好文   时间:2020-02-06 20:07:14    阅读次数:71
c++ binding code generator based on clang
google it http://www.swig.org/Doc3.0/CSharp.html http://samanbarghi.com/blog/2016/12/06/generate-c-interface-from-c-source-code-using-clang-libtooling ...
分类:编程语言   时间:2020-01-06 00:45:53    阅读次数:147
SWIG 3 中文手册——8. 预处理
[TOC] 8 预处理 SWIG includes its own enhanced version of the C preprocessor. The preprocessor supports the standard preprocessor directives and macro exp ...
分类:其他好文   时间:2019-12-28 13:01:48    阅读次数:356
SWIG 3 中文手册——7. SWIG 和 C++11
[TOC] 7 SWIG 与 C++11 7.1 引言 This chapter gives you a brief overview about the SWIG implementation of the C++11 standard. This part of SWIG is still a ...
分类:编程语言   时间:2019-12-23 22:44:32    阅读次数:144
hexo NexT主题首页title链接的优化
在默认设置下,文章链接都会改变,不利于搜索引擎收录,也不利于分享更改index.swig文件文件路径是your-hexo-sitethemesnextlayout,将下面代码1{% block title %} {{ config.title }} {% endblock %}改成1{% block... ...
分类:其他好文   时间:2019-12-14 10:14:38    阅读次数:222
SWIG 3 中文手册——5. SWIG 基础知识
[toc] 5 SWIG 基础知识 This chapter describes the basic operation of SWIG, the structure of its input files, and how it handles standard ANSI C declaration ...
分类:其他好文   时间:2019-12-06 00:31:07    阅读次数:440
C++强大背后
转自MiloYip大神的博客 【原文】http://www.cnblogs.com/miloyip/archive/2010/09/17/behind_cplusplus.html 在31年前(1979年),一名刚获得博士学位的研究员,为了开发一个软件项目发明了一门新编程语言,该研究员名为Bjarn ...
分类:编程语言   时间:2019-11-26 19:16:14    阅读次数:80
漏洞发布网址
https://www.exploit-db.com https://www.anquanke.com http://www.cnnvd.org.cn https://cve.mitre.org https://portswigger.net/ --burp安全工具 netstat -ano |fi ...
分类:其他好文   时间:2019-11-23 20:06:36    阅读次数:53
SWIG 3 中文手册——4. 脚本语言
[TOC] 4 脚本语言 This chapter provides a brief overview of scripting language extension programming and the mechanisms by which scripting language interpr ...
分类:编程语言   时间:2019-11-22 20:53:52    阅读次数:96
129条   上一页 1 2 3 4 ... 13 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!