上一页 1 2 3 4 5 6 7 ··· 20 下一页
摘要: 一、下载 因项目需求,需要将python环境嵌入到项目环境中,这样用户可以在不考虑运行环境的情况下使用python,此时压缩包版的python就最为合适。 下载:https://www.python.org/downloads/windows/ 这里以3.8.3为例 二、配置pip 将python压 阅读全文
posted @ 2023-12-13 21:17 小拳头呀 阅读(1110) 评论(0) 推荐(1)
摘要: 一、前言 网上有很多vivado创建ip的教程,但是加密ip的教程很少...这让我很费解... 本文将参考vivado官方文档,尝试梳理加密ip核的详细步骤。 官方文档:https://docs.xilinx.com/r/en-US/ug1118-vivado-creating-packaging- 阅读全文
posted @ 2023-12-05 20:44 小拳头呀 阅读(1995) 评论(0) 推荐(0)
摘要: 参考文档 https://f4pga.readthedocs.io/projects/prjxray/en/latest/db_dev_process/readme.html#step-2 prjxray下载及编译 下载 git clone https://github.com/f4pga/prjx 阅读全文
posted @ 2023-11-20 23:51 小拳头呀 阅读(189) 评论(0) 推荐(0)
摘要: 上节回顾 hello world 上一节写了最简单的hello world通过CmakeList编译并生成可执行文件,这节将学习如何用CmakeList引入头文件(怎么写着写着跟讲课稿是的) 目录结构 B-hello-headers ├───build ├───include │ Hello.h │ 阅读全文
posted @ 2023-09-21 00:26 小拳头呀 阅读(123) 评论(0) 推荐(0)
摘要: 前言 最近这段时间每天将抽出一小时左右学习cmake,参考github知名cmake开源项目: https://github.com/ttroy50/cmake-examples 学习过程中思考与笔记会记录在此。 从标题可以看到,我的系统为windows,因此有一些路径或命令可能与linux有所冲突 阅读全文
posted @ 2023-09-11 00:28 小拳头呀 阅读(383) 评论(0) 推荐(0)
摘要: # 编译器MinGW MinGW 的全称是:Minimalist GNU on Windows 。它实际上是将经典的开源 C语言 编译器 GCC 移植到了 Windows 平台下,并且包含了 Win32API ,因此可以将源代码编译为可在 Windows 中运行的可执行程序。而且还可以使用一些 Wi 阅读全文
posted @ 2023-09-05 01:12 小拳头呀 阅读(4239) 评论(0) 推荐(0)
摘要: 一、什么是WSL 适用于 Linux 的 Windows 子系统(WSL)是 Windows 的一项功能,可用于在 Windows 计算机上运行 Linux 环境,而无需单独的虚拟机或双重启动。 WSL 旨在为想要同时使用 Windows 和 Linux 的开发人员提供无缝高效的体验。 WSL2相较 阅读全文
posted @ 2023-09-03 00:51 小拳头呀 阅读(7345) 评论(0) 推荐(2)
摘要: ## 一、描述 #### [867. 转置矩阵](https://leetcode.cn/problems/transpose-matrix/) 给你一个二维整数数组 `matrix`, 返回 `matrix` 的 **转置矩阵** 。 矩阵的 **转置** 是指将矩阵的主对角线翻转,交换矩阵的行索 阅读全文
posted @ 2023-07-23 21:56 小拳头呀 阅读(48) 评论(0) 推荐(0)
摘要: ## 前言 如标题所说,当使用sudo命令时出现 ```shell /usr/bin/sudo must be owned by uid 0 and have the setuid bit set ``` 或在尝试切换到root用户时出现 ```shell Authentication failur 阅读全文
posted @ 2023-07-13 00:49 小拳头呀 阅读(1652) 评论(0) 推荐(0)
摘要: ## 一、描述 #### [1470. 重新排列数组](https://leetcode.cn/problems/shuffle-the-array/?envType=study-plan-v2&envId=primers-list) 给你一个数组 `nums` ,数组中有 `2n` 个元素,按 ` 阅读全文
posted @ 2023-07-11 00:47 小拳头呀 阅读(23) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 20 下一页