摘要: 地址 https://ai.google.dev/?hl=zh-cn 记得 登录 阅读全文
posted @ 2023-12-15 22:02 mohist 阅读(29) 评论(0) 推荐(0) 编辑
摘要: 用法 cmakelists.txt中使用include包含下面的cmake文件即可 核心cmake脚本代码如下 # # 拷贝文件 macro(CP_FILES ) set(options) set(oneValueArgs ) # SRC_FILES - 要拷贝哪些文件 # TARGET_ROOT 阅读全文
posted @ 2023-09-23 07:20 mohist 阅读(362) 评论(0) 推荐(0) 编辑
摘要: 演示动态库结构 . ├─bin │ ├─Debug │ │ CTKCore.dll │ │ CTKPluginFramework.dll │ │ │ └─Release │ CTKCore.dll │ CTKPluginFramework.dll │ ├─cmake │ ctk-config.cma 阅读全文
posted @ 2023-09-21 23:57 mohist 阅读(97) 评论(0) 推荐(0) 编辑
摘要: 本文将介绍cmake如何解析函数或者宏对应的参数列表 语法查询 打开cmake手册,查询cmake_parse_arguments关键字即可, 如下图 语法 cmake_parse_arguments(<prefix> <options> <one_value_keywords> <multi_va 阅读全文
posted @ 2023-09-21 23:25 mohist 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 源码https://github.com/commontk/CTK 本文将介绍如何生成pluginFramework动态库 需要能上github, 项目以来了源码,需要从github上下载。 详见CMakeExternals文件夹下的cmake脚本 修改master根目录下的CMakeLists.t 阅读全文
posted @ 2023-09-21 07:18 mohist 阅读(47) 评论(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:32 mohist 阅读(30) 评论(0) 推荐(0) 编辑
摘要: -南洋理工大学,动态算法网站 - [地址](https://visualgo.net/en) 阅读全文
posted @ 2023-09-08 18:36 mohist 阅读(24) 评论(0) 推荐(0) 编辑
摘要: - 为ChatGPT/GLM提供实用化交互界面,特别优化论文阅读/润色/写作体验,模块化设计,支持自定义快捷按钮&函数插件,支持Python和C++等项目剖析&自译解功能,PDF/LaTex论文翻译&总结功能,支持并行问询多种LLM模型,支持chatglm2等本地模型。兼容文心一言, moss, l 阅读全文
posted @ 2023-09-08 18:34 mohist 阅读(72) 评论(0) 推荐(0) 编辑
摘要: - [地址(https://github.com/suno-ai/bark)](https://github.com/suno-ai/bark) 阅读全文
posted @ 2023-09-08 18:29 mohist 阅读(30) 评论(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 阅读(32) 评论(0) 推荐(0) 编辑