上一页 1 ··· 6 7 8 9 10 11 12 13 14 下一页
摘要: https://www.cnblogs.com/lijunamneg/archive/2013/01/25/2877211.html 阅读全文
posted @ 2022-09-26 09:12 墨尔基阿德斯 阅读(6) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/TimeRiverForever/article/details/117283430 阅读全文
posted @ 2022-09-23 19:51 墨尔基阿德斯 阅读(118) 评论(0) 推荐(0) 编辑
摘要: https://zhuanlan.zhihu.com/p/392588996 阅读全文
posted @ 2022-09-02 14:02 墨尔基阿德斯 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 字节对齐算法 字节对齐是在分配内存时需要考虑的问题,两个小算法: (1)最容易想到的算法: 1 unsigned int calc_align(unsigned int n,unsigned align) 2 { 3 if ( n / align * align == n) 4 return n; 阅读全文
posted @ 2022-08-31 11:03 墨尔基阿德斯 阅读(242) 评论(0) 推荐(0) 编辑
摘要: 1,以root用户登陆 先加载USB模块 modprobe usb-storage 用fdisk -l 看看U盘的设备 假如U盘是sda1 2,确定在 目录 /mnt 下建立了 文件夹 /usb,如果未建立可键入一下命令:mkdir /mnt/usb_disk,成功后进行下一步。 3,载入 u 盘, 阅读全文
posted @ 2022-08-30 09:23 墨尔基阿德斯 阅读(345) 评论(0) 推荐(0) 编辑
摘要: https://bbs.csdn.net/topics/390306756 阅读全文
posted @ 2022-08-27 18:12 墨尔基阿德斯 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 改写自: https://blog.csdn.net/tutu1583/article/details/82111060 https://blog.csdn.net/piaoxuezhong/article/details/54973750 将C++代码改为C语言 一元线性方程可以看做是多元函数的特 阅读全文
posted @ 2022-08-22 14:26 墨尔基阿德斯 阅读(1898) 评论(1) 推荐(1) 编辑
摘要: 转自:https://blog.csdn.net/weixin_39591047/article/details/87542496 参考文章:最小二乘法拟合椭圆——MATLAB和Qt-C++实现https://blog.csdn.net/sinat_21107433/article/details/ 阅读全文
posted @ 2022-08-21 18:23 墨尔基阿德斯 阅读(646) 评论(0) 推荐(0) 编辑
摘要: https://andyx.net/explain_inode_details_and_hard_soft_links/ 阅读全文
posted @ 2022-08-20 15:00 墨尔基阿德斯 阅读(18) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/beyond702/article/details/50979340 原文如下: shared library (.so) "Program Library Howto-Shared Libraries"是很好的材料, 下面的内容多是据此整理的. 定义:Sh 阅读全文
posted @ 2022-08-18 09:55 墨尔基阿德斯 阅读(397) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 下一页