上一页 1 ··· 55 56 57 58 59 60 61 62 63 ··· 73 下一页

2020年6月18日

ARM平台汇编资料

摘要: 参考: https://blog.csdn.net/zerokkqq/article/details/79621739 https://zhuanlan.zhihu.com/p/82490125 https://zhuanlan.zhihu.com/p/84951062 https://zhuanl 阅读全文

posted @ 2020-06-18 16:53 lh03061238 阅读(120) 评论(0) 推荐(0)

2020年6月16日

QT 参考资料

摘要: Qt Assistant 介绍 :https://blog.csdn.net/liang19890820/article/details/50197317 Qt Reference Documentation:http://web.mit.edu/~firebird/arch/i386_rh9/do 阅读全文

posted @ 2020-06-16 14:20 lh03061238 阅读(146) 评论(0) 推荐(0)

2020年6月15日

C++ const_cast用法(转)

摘要: 参考原文:https://www.cnblogs.com/teng-IT/p/5981294.html const_cast是一种C++运算符,主要是用来去除复合类型中const和volatile属性(没有真正去除)。 变量本身的const属性是不能去除的,要想修改变量的值,一般是去除指针(或引用) 阅读全文

posted @ 2020-06-15 10:16 lh03061238 阅读(1286) 评论(0) 推荐(0)

2020年6月12日

05 内嵌汇编的编程

摘要: 说明:参考狄泰软件学院相关课程 示例如下: #include <stdio.h> int main() { int result = 0; int input = 1; int a = 1; int b = 2; asm volatile ( "movl %1, %0\n" : "=r"(resul 阅读全文

posted @ 2020-06-12 11:40 lh03061238 阅读(258) 评论(0) 推荐(0)

构造函数和析构函数可以调用虚函数吗(转)

摘要: 原文:https://blog.csdn.net/weixin_41066529/article/details/89496385?utm_medium=distribute.pc_relevant_t0.none-task-blog-BlogCommendFromMachineLearnPai2- 阅读全文

posted @ 2020-06-12 09:31 lh03061238 阅读(442) 评论(0) 推荐(0)

2020年6月11日

C++之迭代器(Iterator)篇 (转)

摘要: 原文;https://blog.csdn.net/CSDN_564174144/article/details/76231626 参考 : https://blog.csdn.net/qq_23100787/article/details/51388163 迭代器(Iterator)的介绍背景:指针 阅读全文

posted @ 2020-06-11 16:26 lh03061238 阅读(691) 评论(0) 推荐(0)

链接脚本

摘要: 链接脚本需要根据具体平台,OS等进行分析,语法及用法存在差异 参考: https://blog.csdn.net/leeygang/article/details/2866288?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommend 阅读全文

posted @ 2020-06-11 10:33 lh03061238 阅读(237) 评论(0) 推荐(0)

2020年6月10日

03 揭开连接器的面纱(上)

摘要: 原文:https://www.cnblogs.com/wanmeishenghuo/p/9826286.html 参考狄泰软件相关教程 链接器在合并各个目标文件中的段时需要将标识符的最终地址给确定了。这就是重定位的过程(确定各个段的最终起始地址以及各个标识符的地址)。 示例: test.c如下: f 阅读全文

posted @ 2020-06-10 10:46 lh03061238 阅读(181) 评论(0) 推荐(0)

2020年6月9日

C++中typename关键字的使用方法和注意事项

摘要: 参考 https://blog.csdn.net/vanturman/article/details/80269081 https://www.cnblogs.com/wanmeishenghuo/p/9601768.html 阅读全文

posted @ 2020-06-09 14:15 lh03061238 阅读(199) 评论(0) 推荐(0)

普通new和placement new的重载(转)

摘要: 原文:https://www.cnblogs.com/wanmeishenghuo/p/9651363.html 参考: https://www.jb51.net/article/41331.htm https://blog.csdn.net/windgs_yf/article/details/81 阅读全文

posted @ 2020-06-09 10:44 lh03061238 阅读(239) 评论(0) 推荐(0)

上一页 1 ··· 55 56 57 58 59 60 61 62 63 ··· 73 下一页

导航