上一页 1 2 3 4 5 6 7 ··· 9 下一页
摘要: DATE: 2018.12.121、开源中国:https://www.oschina.net/2、GitHub: https://github.com/3、StackOverflow: https://stackoverflow.com/面向专业程序员和技术... 阅读全文
posted @ 2018-12-12 14:39 SoaringLee_fighting 阅读(592) 评论(0) 推荐(0) 编辑
摘要: DATE: 2018.12.121、参考http://clang.llvm.org/doxygen/group__CINDEX.htmlhttp://clang-developers.42468.n3.nabble.com/ferror-limit-omit... 阅读全文
posted @ 2018-12-12 11:50 SoaringLee_fighting 阅读(1592) 评论(0) 推荐(0) 编辑
摘要: DATE: 2018.12.111、参考:http://blog.51cto.com/nster/1184821https://blog.csdn.net/afanaily/article/details/412478992、VS各种文件作用详解SDF文件和... 阅读全文
posted @ 2018-12-11 23:33 SoaringLee_fighting 阅读(425) 评论(0) 推荐(0) 编辑
摘要: DATE: 2018.12.111、参考:http://blog.51cto.com/nster/1184821https://blog.csdn.net/afanaily/article/details/412478992、VS各种文件作用详解SDF文件和... 阅读全文
posted @ 2018-12-11 23:33 SoaringLee_fighting 阅读(2495) 评论(0) 推荐(0) 编辑
摘要: DATE: 2018.12.11交换两个数字或值的各种算法实现主要有以下五种算法实现:1、借助临时变量temp:(1) 值传递方式:int swap(int a, int b){ int temp; temp = a; a = b; b = temp... 阅读全文
posted @ 2018-12-11 23:17 SoaringLee_fighting 阅读(214) 评论(0) 推荐(0) 编辑
摘要: DATE: 2018.12.11交换两个数字或值的各种算法实现主要有以下五种算法实现:1、借助临时变量temp:(1) 值传递方式:int swap(int a, int b){ int temp; temp = a; a = b; b = temp... 阅读全文
posted @ 2018-12-11 23:17 SoaringLee_fighting 阅读(175) 评论(0) 推荐(0) 编辑
摘要: DATE: 2018.12.11参考自:https://blog.csdn.net/wwang196988/article/details/6623387为什么用volatile?C/C++ 中的 volatile 关键字和 const 对应,用来修饰变量,... 阅读全文
posted @ 2018-12-11 23:08 SoaringLee_fighting 阅读(191) 评论(0) 推荐(0) 编辑
摘要: DATE: 2018.12.11参考自:https://blog.csdn.net/wwang196988/article/details/6623387为什么用volatile?C/C++ 中的 volatile 关键字和 const 对应,用来修饰变量,... 阅读全文
posted @ 2018-12-11 23:08 SoaringLee_fighting 阅读(257) 评论(0) 推荐(0) 编辑
摘要: DATE: 2018.12.11转载自:https://blog.csdn.net/zgrjkflmkyc/article/details/79010301名字版本号简称全称msvc70VC7.0VS2002Microsoft Visual Studio 2... 阅读全文
posted @ 2018-12-11 15:59 SoaringLee_fighting 阅读(1198) 评论(0) 推荐(0) 编辑
摘要: DATE: 2018.12.91、reboot命令在linux命令中reboot是重新启动,shutdown -r now是立即停止然后重新启动,都说他们两个是一样的,其实是有一定的区别的。2、shutdown命令shutdown命令可以安全地关闭或重启Li... 阅读全文
posted @ 2018-12-10 09:06 SoaringLee_fighting 阅读(498) 评论(0) 推荐(0) 编辑
摘要: DATE: 2018.12.9转载自:https://www.cnblogs.com/fnlingnzb-learner/p/5854494.html 在所有的预处理指令中,#Pragma 指令可能是最复杂的了,它的作用是设定编译器的状态或者是指示编译器完成一些特定... 阅读全文
posted @ 2018-12-09 22:00 SoaringLee_fighting 阅读(1354) 评论(0) 推荐(0) 编辑
摘要: DATE: 2018.12.9转载自:https://www.cnblogs.com/fnlingnzb-learner/p/5854494.html 在所有的预处理指令中,#Pragma 指令可能是最复杂的了,它的作用是设定编译器的状态或者是指示编译器完成一些特定... 阅读全文
posted @ 2018-12-09 22:00 SoaringLee_fighting 阅读(233) 评论(0) 推荐(0) 编辑
摘要: DATE: 2018.12.9转载自:https://blog.csdn.net/leixiaohua1020/article/details/38318517先简单的说说mcc、mbuild和mex到底怎么回事:mcc将M文件转换成C/C++文件和相应的M... 阅读全文
posted @ 2018-12-09 21:29 SoaringLee_fighting 阅读(1442) 评论(0) 推荐(0) 编辑
摘要: DATE:2018.12.91、参考http://www.cnblogs.com/general001/articles/2303935.html2、ES、PES、TS、PS流简介数字信号实际传送的是数据流,一般数据流包括以下三种:ES流:也叫基本码流(el... 阅读全文
posted @ 2018-12-09 20:59 SoaringLee_fighting 阅读(518) 评论(0) 推荐(0) 编辑
摘要: DATE:2018.12.91、参考http://www.cnblogs.com/general001/articles/2303935.html2、ES、PES、TS、PS流简介数字信号实际传送的是数据流,一般数据流包括以下三种:ES流:也叫基本码流(el... 阅读全文
posted @ 2018-12-09 20:59 SoaringLee_fighting 阅读(1011) 评论(0) 推荐(1) 编辑
摘要: DATE: 2018.12.9参考:https://baike.baidu.com/item/svac/9358457?fr=aladdin《安全防范监控数字视音频编解码技术标准》(简称SVAC,Surveillance Video and Audio Co... 阅读全文
posted @ 2018-12-09 20:13 SoaringLee_fighting 阅读(1836) 评论(0) 推荐(0) 编辑
摘要: DATE: 2018.12.9转载自:https://www.liaoxuefeng.com/wiki/001374738125095c955c1e6d8bb493182103fac9270762a000/001386832745198026a685614e... 阅读全文
posted @ 2018-12-09 17:45 SoaringLee_fighting 阅读(283) 评论(0) 推荐(0) 编辑
摘要: DATE: 2018.12.9为了避免同一个文件被include多次,主要有2种方式:#ifndef方式 #ifndef __SOMEFILE_H__ #define __SOMEFILE_H__ ... ... // 一些声明语句 #end... 阅读全文
posted @ 2018-12-09 17:13 SoaringLee_fighting 阅读(162) 评论(0) 推荐(0) 编辑
摘要: DATE: 2018.12.9为了避免同一个文件被include多次,主要有2种方式:#ifndef方式 #ifndef __SOMEFILE_H__ #define __SOMEFILE_H__ ... ... // 一些声明语句 #end... 阅读全文
posted @ 2018-12-09 17:13 SoaringLee_fighting 阅读(140) 评论(0) 推荐(0) 编辑
摘要: DATE: 2018.12.91、前言之前在读研究生的时候,折腾过在一台电脑上实现双屏幕显示。这种扩展显示屏的方式,对于一边码代码,一边查文档的程序员来说,确实方便好多。先将之前evernote笔记中的内容迁移到csdn中,以备后用。2、在一台电脑上实现双屏... 阅读全文
posted @ 2018-12-09 16:47 SoaringLee_fighting 阅读(745) 评论(0) 推荐(0) 编辑
摘要: DATE: 2018.12.91、参考https://blog.csdn.net/whatday/article/details/827797292、Visual Studio编译选项C/C++ 编译器选项优化/O1 最小化空间 ... 阅读全文
posted @ 2018-12-09 00:19 SoaringLee_fighting 阅读(181) 评论(0) 推荐(0) 编辑
摘要: DATE: 2018.12.91、参考https://blog.csdn.net/whatday/article/details/827797292、Visual Studio编译选项C/C++ 编译器选项优化/O1 最小化空间 ... 阅读全文
posted @ 2018-12-09 00:19 SoaringLee_fighting 阅读(1149) 评论(0) 推荐(0) 编辑
摘要: DATE: 2018.12.81、参考https://www.cnblogs.com/sench/p/8482212.htmlhttps://blog.csdn.net/summy_j/article/details/75104748https://blog... 阅读全文
posted @ 2018-12-09 00:04 SoaringLee_fighting 阅读(239) 评论(0) 推荐(0) 编辑
摘要: DATE: 2018.12.81、参考https://www.cnblogs.com/sench/p/8482212.htmlhttps://blog.csdn.net/summy_j/article/details/75104748https://blog... 阅读全文
posted @ 2018-12-09 00:04 SoaringLee_fighting 阅读(256) 评论(0) 推荐(0) 编辑
摘要: DATE: 2018.12.41、参考https://blog.csdn.net/youthon/article/details/51518772http://blog.sina.com.cn/s/blog_44d19b500102w4wz.html2、修复... 阅读全文
posted @ 2018-12-04 20:18 SoaringLee_fighting 阅读(4569) 评论(0) 推荐(0) 编辑
摘要: DATE: 2018.12.41、参考https://blog.csdn.net/youthon/article/details/51518772http://blog.sina.com.cn/s/blog_44d19b500102w4wz.html2、修复... 阅读全文
posted @ 2018-12-04 20:18 SoaringLee_fighting 阅读(370) 评论(0) 推荐(0) 编辑
摘要: DATE: 2018.12.3本人在编译过程中也遇到了 如下问题:LINK : fatal error LNK1123: 转换到 COFF 期间失败: 文件无效或损坏参考自:https://blog.csdn.net/zengraoli/article/de... 阅读全文
posted @ 2018-12-03 19:45 SoaringLee_fighting 阅读(534) 评论(0) 推荐(0) 编辑
摘要: DATE: 2018.12.3本人在编译过程中也遇到了 如下问题:LINK : fatal error LNK1123: 转换到 COFF 期间失败: 文件无效或损坏参考自:https://blog.csdn.net/zengraoli/article/de... 阅读全文
posted @ 2018-12-03 19:45 SoaringLee_fighting 阅读(226) 评论(0) 推荐(0) 编辑
摘要: DATE: 2018.12.3Windows平台下Intel编译器(icl.exe):版本:Intel_parallel_studio_xe_2013_sp1_update3_for_windows下载地址:https://download.csdn.net... 阅读全文
posted @ 2018-12-03 19:18 SoaringLee_fighting 阅读(2612) 评论(0) 推荐(0) 编辑
摘要: DATE: 2018.12.3Windows平台下Intel编译器(icl.exe):版本:Intel_parallel_studio_xe_2013_sp1_update3_for_windows下载地址:https://download.csdn.net... 阅读全文
posted @ 2018-12-03 19:18 SoaringLee_fighting 阅读(473) 评论(0) 推荐(0) 编辑
摘要: DATE: 2018/11/28https://sci-hub.tw/:the first website in the world to provide mass & public access to research papers THE END! ... 阅读全文
posted @ 2018-11-28 10:21 SoaringLee_fighting 阅读(238) 评论(0) 推荐(0) 编辑
摘要: DATE: 2018/11/28https://sci-hub.tw/:the first website in the world to provide mass & public access to research papers THE END! ... 阅读全文
posted @ 2018-11-28 10:21 SoaringLee_fighting 阅读(152) 评论(0) 推荐(0) 编辑
摘要: DATE:; 2018.11.23https://blog.csdn.net/dodott/article/details/53420798https://blog.csdn.net/hebbely/article/details/54374979网上提供的... 阅读全文
posted @ 2018-11-23 16:05 SoaringLee_fighting 阅读(211) 评论(0) 推荐(0) 编辑
摘要: DATE:; 2018.11.23https://blog.csdn.net/dodott/article/details/53420798https://blog.csdn.net/hebbely/article/details/54374979网上提供的... 阅读全文
posted @ 2018-11-23 16:05 SoaringLee_fighting 阅读(429) 评论(0) 推荐(0) 编辑
摘要: DATE: 2018.11.211、参考https://stackoverflow.com/questions/29880695/compiling-error-impossible-constraint-in-asm?answertab=active#ta... 阅读全文
posted @ 2018-11-21 22:12 SoaringLee_fighting 阅读(309) 评论(0) 推荐(0) 编辑
摘要: DATE: 2018.11.211、参考https://stackoverflow.com/questions/29880695/compiling-error-impossible-constraint-in-asm?answertab=active#ta... 阅读全文
posted @ 2018-11-21 22:12 SoaringLee_fighting 阅读(1473) 评论(0) 推荐(0) 编辑
摘要: DATE: 2018.11.201、C语言编译标准最初的 ANSI C 标准 (X3.159-1989) 在 1989 年被批准,并于 1990 年发布。稍后这个标准被接受为 ISO 标准 (ISO/IEC 9899:1990) 。虽然 ISO 标准将 AN... 阅读全文
posted @ 2018-11-20 09:35 SoaringLee_fighting 阅读(616) 评论(0) 推荐(0) 编辑
摘要: DATE: 2018.11.191、参考http://canlynet.blog.163.com/blog/static/25501365201191145113156/https://blog.csdn.net/zangcf/article/details... 阅读全文
posted @ 2018-11-19 18:56 SoaringLee_fighting 阅读(140) 评论(0) 推荐(0) 编辑
摘要: DATE: 2018.11.191、参考http://canlynet.blog.163.com/blog/static/25501365201191145113156/https://blog.csdn.net/zangcf/article/details... 阅读全文
posted @ 2018-11-19 18:56 SoaringLee_fighting 阅读(341) 评论(0) 推荐(0) 编辑
摘要: DATE : 2018.11.191、参考https://blog.csdn.net/dazhi_100/article/details/13298053https://www.cnblogs.com/malianyong/p/7575380.htmlhtt... 阅读全文
posted @ 2018-11-19 14:27 SoaringLee_fighting 阅读(785) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 9 下一页