上一页 1 2 3 4 5 6 7 8 9 ··· 40 下一页
摘要: 本文将介绍cmake如何解析函数或者宏对应的参数列表 语法查询 打开cmake手册,查询cmake_parse_arguments关键字即可, 如下图 语法 cmake_parse_arguments(<prefix> <options> <one_value_keywords> <multi_va 阅读全文
posted @ 2023-09-21 23:24 mohist 阅读(476) 评论(0) 推荐(0)
摘要: 源码https://github.com/commontk/CTK 本文将介绍如何生成pluginFramework动态库 需要能上github, 项目以来了源码,需要从github上下载。 详见CMakeExternals文件夹下的cmake脚本 修改master根目录下的CMakeLists.t 阅读全文
posted @ 2023-09-21 07:18 mohist 阅读(166) 评论(0) 推荐(0)
摘要: 源码获取 CommonTK CMake配置 打开下图的CMake脚本文件 添加下面的代码 SET(CTK_QT_VERSION 5) SET(CMAKE_PREFIX_PATH ${CMAKE_PREFIX_PATH} "C:/major/development/tools/qt/5.14/inst 阅读全文
posted @ 2023-09-18 22:31 mohist 阅读(110) 评论(0) 推荐(0)
摘要: -南洋理工大学,动态算法网站 - [地址](https://visualgo.net/en) 阅读全文
posted @ 2023-09-08 18:35 mohist 阅读(48) 评论(0) 推荐(0)
摘要: - 为ChatGPT/GLM提供实用化交互界面,特别优化论文阅读/润色/写作体验,模块化设计,支持自定义快捷按钮&函数插件,支持Python和C++等项目剖析&自译解功能,PDF/LaTex论文翻译&总结功能,支持并行问询多种LLM模型,支持chatglm2等本地模型。兼容文心一言, moss, l 阅读全文
posted @ 2023-09-08 18:33 mohist 阅读(103) 评论(0) 推荐(0)
摘要: - [地址(https://github.com/suno-ai/bark)](https://github.com/suno-ai/bark) 阅读全文
posted @ 2023-09-08 18:28 mohist 阅读(47) 评论(0) 推荐(0)
摘要: - ![](https://img2023.cnblogs.com/blog/1630599/202308/1630599-20230825065737752-790119051.png) - [CQtDeployer](https://github.com/QuasarApp/CQtDeploye 阅读全文
posted @ 2023-08-25 06:59 mohist 阅读(131) 评论(0) 推荐(0)
摘要: -见[ubuntu18 apt离线源制作 apt download package and dependencies](https://he-yin.cn/archives/ubuntuapt) 阅读全文
posted @ 2023-08-23 22:02 mohist 阅读(110) 评论(0) 推荐(0)
摘要: > ### 译者序 本文组合翻译了以下两篇文章的干货部分,作为 `io_uring` 相关的入门参考: - [How io_uring and eBPF Will Revolutionize Programming in Linux](https://thenewstack.io/how-io_ur 阅读全文
posted @ 2023-08-03 15:41 mohist 阅读(468) 评论(0) 推荐(0)
摘要: - 1 将当前用户加入dialout组。 命令: ``` sudo usermod -aG dialout $USER ``` > 将 `$USER` 换成你的用户名,比如,用户名为ABC,这里的命令为 sudo usermod -aG dialout ABC - 2 重启计算机 阅读全文
posted @ 2023-07-23 01:54 mohist 阅读(913) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 40 下一页