09 2018 档案

摘要:转载自:https://blog.csdn.net/wangjianno2/article/details/52140936 RISC(reduced instruction set computer,精简指令集计算机)是一种执行较少类型计算机指令的... 阅读全文
posted @ 2018-09-30 16:07 SoaringLee_fighting 阅读(618) 评论(0) 推荐(0)
摘要:Date: 2018.9.291、参考https://gcc.gnu.org/onlinedocs/gcc.pdf2、关于waring相关的gcc编译链接选项:-Werror, -Wimplict-function-declaration:打开不明确函数声明... 阅读全文
posted @ 2018-09-30 15:54 SoaringLee_fighting 阅读(554) 评论(0) 推荐(0)
摘要:Date: 2018.9.301、参考http://www.man7.org/linux/man-pages/man7/signal.7.html#top_of_page2、Linux系统关于signals的描述及其含义 Signal Value ... 阅读全文
posted @ 2018-09-30 15:33 SoaringLee_fighting 阅读(166) 评论(0) 推荐(0)
摘要:Date: 2018.9.30本文转载自:https://blog.csdn.net/listener51/article/details/8286132本文旨在介绍android真机测试方法,主要是用于测试自己开发的功能库在android真机运行。1. androi... 阅读全文
posted @ 2018-09-30 14:05 SoaringLee_fighting 阅读(875) 评论(0) 推荐(0)
摘要:Date: 2018.9.301、MAC电脑(Mac OSX系统)下查看CPU详细信息sysctl machdep.cpu2、Linux系统下查看CPU详细信息cat /proc/cpuinfoTHE END! 阅读全文
posted @ 2018-09-30 11:54 SoaringLee_fighting 阅读(1423) 评论(0) 推荐(0)
摘要:Date:2018.9.291、参考https://blog.csdn.net/junjun5156/article/details/75039881?locationNum=8&fps=1https://blog.csdn.net/mading0613/a... 阅读全文
posted @ 2018-09-29 20:07 SoaringLee_fighting 阅读(3090) 评论(0) 推荐(0)
摘要:Date: 2018.9.291、参考https://developer.apple.com/library/archive/documentation/Darwin/Conceptual/64bitPorting/building/building.htm... 阅读全文
posted @ 2018-09-29 20:05 SoaringLee_fighting 阅读(196) 评论(0) 推荐(0)
摘要:Date: 2018.9.281、参考https://blog.csdn.net/adu_add/article/details/51917265https://blog.csdn.net/aspenstars/article/details/7290081... 阅读全文
posted @ 2018-09-28 22:38 SoaringLee_fighting 阅读(458) 评论(0) 推荐(0)
摘要:Date: 2018.9.261、参考https://www.cnblogs.com/nufangrensheng/p/3578784.htmlhttps://blog.csdn.net/sevenjoin/article/details/78041377h... 阅读全文
posted @ 2018-09-28 22:23 SoaringLee_fighting 阅读(235) 评论(0) 推荐(0)
摘要:Date: 2018-9-270、参考https://blog.csdn.net/snaill/article/details/4092748https://blog.csdn.net/lizhongfu2013/article/details/423873... 阅读全文
posted @ 2018-09-27 22:56 SoaringLee_fighting 阅读(1068) 评论(0) 推荐(0)
摘要:Date: 2018.9.261、MAC编译环境配置mac32:ifeq ( $(findstring mac32, $(platform)), mac32)CC = gccCPP = g++LD = ldAR = arCFLAGS += -fPIC -ar... 阅读全文
posted @ 2018-09-26 17:24 SoaringLee_fighting 阅读(1075) 评论(0) 推荐(0)
摘要:Date: 2018.9.261、问题记录Mac平台编译demo加-static选项链接静态库报如下错误:ld: library not found for -lcrt0.oclang: error: linker command failed with e... 阅读全文
posted @ 2018-09-26 16:35 SoaringLee_fighting 阅读(1245) 评论(0) 推荐(0)
摘要:Date: 2018.9.261、参考:https://blog.csdn.net/vencentle/article/details/80269501GCC官方在线文档:https://gcc.gnu.org/onlinedocs/2、编译器GCC与Cla... 阅读全文
posted @ 2018-09-26 15:07 SoaringLee_fighting 阅读(1248) 评论(0) 推荐(0)
摘要:Date: 2018/9/251、参考https://www.cnblogs.com/mch0dm1n/p/5727667.htmlhttps://www.cnblogs.com/Lunais/p/5991135.html2、extern用法理解extern... 阅读全文
posted @ 2018-09-25 20:21 SoaringLee_fighting 阅读(205) 评论(0) 推荐(0)
摘要:Date: 2018.9.251、参考https://sourceforge.net/projects/strace/(不可用)转向:https://strace.io/https://linuxtools-rst.readthedocs.io/zh_CN/... 阅读全文
posted @ 2018-09-25 19:31 SoaringLee_fighting 阅读(248) 评论(0) 推荐(0)
摘要:Date: 2018/9/251、参考https://blog.csdn.net/richu123/article/details/71106672https://www.cnblogs.com/jiu0821/p/7207082.htmlhttps://z... 阅读全文
posted @ 2018-09-25 17:30 SoaringLee_fighting 阅读(767) 评论(0) 推荐(0)
摘要:Date: 2018.9.121、参考:https://mediaarea.net/en/MediaInfo/Download/Sourcehttps://blog.csdn.net/leixiaohua1020/article/details/124492... 阅读全文
posted @ 2018-09-24 22:04 SoaringLee_fighting 阅读(224) 评论(0) 推荐(0)
摘要:Date: 2018.9.201、X86 函数调用约定X86 有三种常用调用约定,cdecl(C规范)/stdcall(WinAPI默认)/fastcall 函数调用约定。详细可参考:函数调用协议__cdecl,__fastcall,__stdcall。其中... 阅读全文
posted @ 2018-09-20 19:58 SoaringLee_fighting 阅读(2210) 评论(0) 推荐(0)
摘要:转载自:https://blog.csdn.net/crcr/article/details/6632863#comments我的白领朋友们,如果我是一个初中没毕业就来沪打工的民工,你会和我坐在“星巴克”一起喝咖啡吗?不会,肯定不会。比较我们的成长历程,你会... 阅读全文
posted @ 2018-09-20 19:38 SoaringLee_fighting 阅读(279) 评论(0) 推荐(0)
摘要:Date: 2018.9.201、参考http://www.cplusplus.com/reference/cstdio/fprintf/http://www.cplusplus.com/reference/cstdio/fwrite/2、 fprintf关... 阅读全文
posted @ 2018-09-20 19:00 SoaringLee_fighting 阅读(581) 评论(0) 推荐(0)
摘要:目录1、参考2、宏定义中特殊符号的含义Date: 2018.9.171、参考https://blog.csdn.net/cbnotes/article/details/50388325https://blog.csdn.net/gordennizaicunzai/ar... 阅读全文
posted @ 2018-09-17 19:45 SoaringLee_fighting 阅读(3643) 评论(0) 推荐(0)
摘要:Date: 2018.9.131、前言 前文Notepad++扩展功能插件中讲过Sublime Text也是一款非常方便实用的文本编辑工具,下面讲述其下载安装和注册激活方法。 下载链接: http://www.sublimetext.com/download... 阅读全文
posted @ 2018-09-13 20:24 SoaringLee_fighting 阅读(273) 评论(0) 推荐(0)
摘要:Date: 2018.9.10#include #include #include #include #include #include #include "D264.h"using namespace std;int main(int argc, cons... 阅读全文
posted @ 2018-09-11 11:14 SoaringLee_fighting 阅读(866) 评论(0) 推荐(0)
摘要:Date: 2018.9.91、参考https://www.crifan.com/files/doc/docbook/rec_soft_npp/release/htmls/npp_common_plugins.html https://blog.csdn.... 阅读全文
posted @ 2018-09-09 23:01 SoaringLee_fighting 阅读(1024) 评论(0) 推荐(0)
摘要:Date: 2018.9.71、参考https://www.eecs.umich.edu/courses/eecs373/readings/Assembler.pdf https://sourceware.org/binutils/docs/as/2、gas... 阅读全文
posted @ 2018-09-08 17:31 SoaringLee_fighting 阅读(497) 评论(0) 推荐(0)
摘要:Date: 2018.9.81、参考https://www.cnblogs.com/islandscape/p/3444122.html https://blog.csdn.net/chdhust/article/details/8462414 https:... 阅读全文
posted @ 2018-09-08 15:55 SoaringLee_fighting 阅读(1519) 评论(0) 推荐(0)
摘要:Date: 2018.9.71、参考:https://community.arm.com/processors/f/discussions/3330/how-aarch32-bit-applications-will-be-supported-on-aarc... 阅读全文
posted @ 2018-09-07 17:44 SoaringLee_fighting 阅读(1304) 评论(0) 推荐(0)
摘要:Date: 2018.9.61、参考:https://blog.csdn.net/gatieme/article/details/52741221 https://blog.csdn.net/lixinze779/article/details/810123... 阅读全文
posted @ 2018-09-06 23:09 SoaringLee_fighting 阅读(5379) 评论(0) 推荐(1)
摘要:Date: 2018.9.41、Referencehttps://www.ibm.com/developerworks/cn/linux/l-cn-perf1/https://www.cnblogs.com/arnoldlu/p/6241297.htmlht... 阅读全文
posted @ 2018-09-04 20:06 SoaringLee_fighting 阅读(701) 评论(0) 推荐(0)
摘要:Date: 2018.9.3参考:https://www.linux-mips.org/wiki?title=bogomips&oldid=6231 https://blog.csdn.net/ly890700/article/details/5229476... 阅读全文
posted @ 2018-09-03 14:25 SoaringLee_fighting 阅读(2288) 评论(0) 推荐(0)
摘要:Date: 2018.9.31、参考http://support.hkvstar.com/file/Hi3519_Datasheet.pdf http://www.hisilicon.com/-/media/Hisilicon/pdf/Surveillanc... 阅读全文
posted @ 2018-09-03 12:07 SoaringLee_fighting 阅读(460) 评论(0) 推荐(0)