上一页 1 2 3 4 5 6 ··· 10 下一页

2018年2月13日

UNIX/LINUX 平台可执行文件ELF格式分析

摘要: 转自 https://www.ibm.com/developerworks/cn/linux/l-excutff/ 可执行文件格式综述 相对于其它文件类型,可执行文件可能是一个操作系统中最重要的文件类型,因为它们是完成操作的真正执行者。可执行文件的大小、运行速度、资源占用情况以及可扩展性、可移植性等 阅读全文

posted @ 2018-02-13 17:12 merlindu 阅读(301) 评论(0) 推荐(0) 编辑

2018年2月9日

GNU Make函数、变量、指令

摘要: Functions, Variables, & Directives 阅读全文

posted @ 2018-02-09 10:57 merlindu 阅读(195) 评论(0) 推荐(0) 编辑

2018年1月4日

C/C++编码规范(google)

摘要: Google C++ Style Guide https://merlindu.github.io/styleguide/cppguide.html 阅读全文

posted @ 2018-01-04 10:11 merlindu 阅读(144) 评论(0) 推荐(0) 编辑

2017年11月8日

[English]precede, be preceded by

摘要: precede / prɪˈsiːd; prɪˋsid/ v 1. [I, Tn] come or go before (sth) in time, order, rank, etc (在时间﹑ 顺序﹑ 行列等上)在(某事物)之前; 先於(某事物): The Mayor entered, prece 阅读全文

posted @ 2017-11-08 15:31 merlindu 阅读(1269) 评论(0) 推荐(0) 编辑

2017年10月13日

视频压缩技术、I帧、P帧、B帧

摘要: In the field of video compression a video frame is compressed using different algorithms with different advantages and disadvantages, centered mainly 阅读全文

posted @ 2017-10-13 10:07 merlindu 阅读(1254) 评论(0) 推荐(0) 编辑

2017年10月9日

SMB

摘要: 2. SMB: The Server Message Block Protocol 2.1 A Little Background on SMB Chris, Hope things are going well in the cold north ... I thought the followi 阅读全文

posted @ 2017-10-09 15:51 merlindu 阅读(1321) 评论(0) 推荐(0) 编辑

2017年9月29日

printf占位符

摘要: function <cstdio> printf int printf ( const char * format, ... ); Print formatted data to stdout Writes the C string pointed by format to the standard 阅读全文

posted @ 2017-09-29 20:17 merlindu 阅读(1402) 评论(0) 推荐(0) 编辑

2017年9月28日

使用 Yocto Project 构建自定义嵌入式 Linux 发行版

摘要: <!-- LEADSPACE_BODY_BEGIN --> <!-- Navigation_Trail_BEGIN --> 用于嵌入式 Linux 开发的专业级开源工具 <!-- LEADSPACE_BODY_END --> <!-- SUMMARY_BEGIN --> Yocto Project™ 阅读全文

posted @ 2017-09-28 14:51 merlindu 阅读(1509) 评论(0) 推荐(0) 编辑

2017年9月14日

gcc fpic fPIC

摘要: gcc中代码生成的选项有很多。 fipc和fPIC用于规定生成位置无关的可执行档。 小写的fpic比大写的fPIC条件更加严格, 它需要通过GOT来访问常量,而大写的不需要PIC。 -fpic Generate position-independent code (PIC) suitable for 阅读全文

posted @ 2017-09-14 18:05 merlindu 阅读(625) 评论(0) 推荐(1) 编辑

2017年8月29日

cmake 变量

摘要: https://cmake.org/cmake/help/latest/manual/cmake-variables.7.html cmake-variables(7) Variables that Provide Information Variables that Change Behavior 阅读全文

posted @ 2017-08-29 10:01 merlindu 阅读(2043) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 ··· 10 下一页

导航