摘要: cmake 1.安装编译: 1. sudo apt-get update sudo apt install cmake 注意:此种方式安装的可能不是最新版本的CMake 2. CMake源码下载地址:https://cmake.org/download/ tar -zxvf cmake-3.29.0 阅读全文
posted @ 2024-12-12 14:21 panda_w 阅读(3) 评论(0) 推荐(0) 编辑
摘要: Linux --总概括 1.uboot是最大的裸机程序 2.uboot是个片外程序 3.内核态 + 用户态 4.软中断:通过软件产生的中断 5. bootloader :uboot.bin / uboot.imx kernel :zimage rootfs :system.ing / rootfs. 阅读全文
posted @ 2024-11-26 23:53 panda_w 阅读(7) 评论(0) 推荐(0) 编辑
摘要: uboot + linux_kernel + root_file_systerm 1.file_systerm: 管理文件 2.类型:fat32 ext2 ext3 ntfs 3.根文件系统: 1. /bin :常用命令和二进制文件(cat ls chmod cp sh kill mount mkd 阅读全文
posted @ 2024-11-22 23:42 panda_w 阅读(7) 评论(0) 推荐(0) 编辑
摘要: QT: 跨平台、 最终目的运行再ARM 1.安装 1.version: 5.11.1 2.不要有中文路径 2.创建c++工程:new -> Non-QT project -> PLAIN C++ Application pro: 工程文件 main.cpp: 项目文件 1.构造函数局部给参 3.简单 阅读全文
posted @ 2024-11-17 23:18 panda_w 阅读(3) 评论(0) 推荐(0) 编辑
摘要: C++ :面向对象 面向对象特征:封装——继承——多态——异常 特性: 1.c++完全兼容C 2.c++标准:c++11标准 c++14标准 3.c++应用:游戏引擎 服务器开发 UI-QT 4.c++ main: int 5.c++头文件不用.h : include <cmath> == incl 阅读全文
posted @ 2024-11-12 08:29 panda_w 阅读(4) 评论(0) 推荐(0) 编辑
摘要: IIC模拟 && E2PROM IIC_eeprom.h #ifndef __IIC_EEPROM_H__ #define __IIC_EEPROM_H__ /********************************************************************** 阅读全文
posted @ 2024-08-12 09:50 panda_w 阅读(12) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2024-01-22 11:36 panda_w 阅读(1) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2024-01-22 10:49 panda_w 阅读(1) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2024-01-20 11:28 panda_w 阅读(11) 评论(0) 推荐(0) 编辑
摘要: 网络多级路由电脑配置 公司内网 > 路由器 > 公司电脑 > 服务器 > 打印机 > 路由器 > 我的电脑二级路由访问一级路由(我的电脑访问服务器): PC 1 TP-LINK PC 2二级路由(192.168.1.10) ————访问————> 一级路由(192.168.30.10) 1. 关闭二 阅读全文
posted @ 2023-12-13 12:35 panda_w 阅读(40) 评论(0) 推荐(0) 编辑