上一页 1 2 3 4 5 6 7 ··· 27 下一页
摘要: HLSLibs is a free and open set of libraries implemented in standard C++ for bit-accurate hardware and software design HLS LIBS - High-Level Synthesis 阅读全文
posted @ 2023-07-24 10:51 sinferwu 阅读(41) 评论(0) 推荐(0) 编辑
摘要: 广泛用于生成各种模版代码 Jinja — Jinja Documentation (3.1.x) (palletsprojects.com) https://jinja.palletsprojects.com/en/3.1.x/switching/ JinJa2 是一个 Python 实现的模板引擎 阅读全文
posted @ 2023-07-21 10:55 sinferwu 阅读(281) 评论(0) 推荐(0) 编辑
摘要: sed awk - s - 是替换(substitute)命令- #keyword# - 匹配 keyword 字符串,使用`#`作为分隔符- #replacement1# - 将匹配到的字符串替换为 replacement1- g - 全局(global)标志,表示替换所有匹配,不止替换第一处使用 阅读全文
posted @ 2023-07-19 10:05 sinferwu 阅读(54) 评论(0) 推荐(0) 编辑
摘要: 方法一: Journey of a C Program to Linux Executable in 4 Stages (thegeekstuff.com) C源码到可执行文件的preprocess/compile/assemble/link四阶段_zh_yt的博客-CSDN博客 使用 -save- 阅读全文
posted @ 2023-07-12 14:03 sinferwu 阅读(80) 评论(0) 推荐(0) 编辑
摘要: C源码到可执行文件的preprocess/compile/assemble/link四阶段_zh_yt的博客-CSDN博客 C源码到可执行文件的preprocess/compile/assemble/link四阶段 参考资料 http://www.thegeekstuff.com/2011/10/c 阅读全文
posted @ 2023-07-12 13:48 sinferwu 阅读(15) 评论(0) 推荐(0) 编辑
摘要: dpkg -x xxxxxx.deb xxxxx 1.deb包安装 apt download package得到包的deb格式安装包 dpkg -x package xxx将包解压到xxx目录下 方案1 ln xxx/usr/bin ~/.local/bin/package -s建立软连接 方案2 阅读全文
posted @ 2023-07-11 14:57 sinferwu 阅读(139) 评论(0) 推荐(0) 编辑
摘要: Vim 可视化模式分为以下三种: 1. 用v命令进入的字符可视化模式(Characterwise visual mode)。文本选择是以字符为单位的。 2. 用V (shift v) 命令进入的行可视化模式(Linewise visual mode)。文本选择是以行为单位的。 3. 用ctrl-v进 阅读全文
posted @ 2023-07-07 15:56 sinferwu 阅读(7) 评论(0) 推荐(0) 编辑
摘要: The Remote Debug configuration | CLion Documentation (jetbrains.com) 使用静态编译版本: statically compiled GDB and GDBServer hugsy/gdb-static: Public reposito 阅读全文
posted @ 2023-06-12 11:41 sinferwu 阅读(147) 评论(0) 推荐(0) 编辑
摘要: 复制仓库 - GitHub 文档 镜像其他位置的仓库 (推荐用这个) 如果要镜像其他位置的仓库,包括从原始位置获取更新,可以克隆镜像并定期推送更改。 打开Git Bash。 创建仓库的裸镜像克隆。 git clone --mirror https://github.com/EXAMPLE-USER/ 阅读全文
posted @ 2023-05-23 15:52 sinferwu 阅读(188) 评论(0) 推荐(0) 编辑
摘要: aux_source_directory Find all source files in a directory. aux_source_directory(<dir> <variable>) Collects the names of all the source files in the sp 阅读全文
posted @ 2023-05-11 13:09 sinferwu 阅读(142) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 27 下一页