上一页 1 ··· 51 52 53 54 55 56 57 58 59 ··· 69 下一页

2020年7月7日

关于C和C++不同源文件中重名变量的问题(转)

摘要: 原文:https://blog.csdn.net/u014454069/article/details/22613271 阅读全文

posted @ 2020-07-07 18:01 lh03061238 阅读(374) 评论(0) 推荐(0) 编辑

2020年7月6日

const extern static 终极指南(转)

摘要: 原文:https://www.cnblogs.com/machao/p/5882302.html 参考: https://blog.csdn.net/peisir/article/details/54799662 参考博文: volatile,让我保持原样 device.c mai#include 阅读全文

posted @ 2020-07-06 18:04 lh03061238 阅读(171) 评论(0) 推荐(0) 编辑

2020年6月23日

函数调用栈分析

摘要: 参考: https://www.cnblogs.com/wanmeishenghuo/p/9551672.html https://blog.csdn.net/lxz26192/article/details/64132481 重点参考: https://blog.csdn.net/u0122183 阅读全文

posted @ 2020-06-23 17:10 lh03061238 阅读(134) 评论(0) 推荐(0) 编辑

2020年6月18日

16位和32位的80X86汇编语言的区别(转)

摘要: 原文:https://www.cnblogs.com/landv/p/9006357.html 随笔 - 501 文章 - 4 评论 - 18 随笔 - 501 文章 - 4 评论 - 18 随笔 - 501 文章 - 4 评论 - 18 16位和32位的80X86汇编语言的区别 需要注意的是汇编不 阅读全文

posted @ 2020-06-18 17:03 lh03061238 阅读(186) 评论(0) 推荐(0) 编辑

X86和X86_64和AMD64的由来(转)

摘要: 原文:https://blog.csdn.net/wf19930209/article/details/79536506 为什么叫X86和X86_64和AMD64为什么大家叫x86为32位系统呢相信大家在大学里面有很多人都玩过8086(微处理器),这是一个可编程的系统,他是由intel开发的,英特尔 阅读全文

posted @ 2020-06-18 16:54 lh03061238 阅读(566) 评论(0) 推荐(0) 编辑

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 阅读(110) 评论(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 阅读(139) 评论(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 阅读(1254) 评论(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 阅读(224) 评论(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 阅读(428) 评论(0) 推荐(0) 编辑

上一页 1 ··· 51 52 53 54 55 56 57 58 59 ··· 69 下一页

导航