联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All Linux/Unix编程(343) 
按平台查找All C++(343) 

[Linux/Unix编程] Colfax-HOW-Day-01

介绍了英特尔至强处理器和英特尔Xeon Phi协处理器和讨论它们的功能和目的。我们也开始介绍便携式的,面向未来的并行编程和讨论在英特尔MIC架构的高性能的先决条件:线程的并行性,矢量化和优化的内存访问模式。本课程将介绍本地的规划模型英特尔Xeon Phi协处理器,允许重用代码的应用程序设计为通用的CPU。会议的实践部分演示了如何在Linux操作系统(OS)在主机上运行的操作系统间的协处理器,以及如何使用英特尔的编译器上运行的处理器的本地应用程序。
Intel Architecture In Session 1 we introduce Intel Xeon processors and Intel Xeon Phi coprocessors and discuss their features and purpose. We also begin introduction to portable, future-proof parallel programming and discuss the pre-requisites for high performance on the Intel MIC architecture: thread parallelism, vectorization, and optimized memory access pattern. The session introduces the native model for programming Intel Xeon Phi coprocessors that allows to re-use code of applications designed for general-purpose CPUs. The hands-on part of the session demonstrates how the Linux operating system (OS) on the host inter-operates with the OS on coprocessors, and how to use Intel compilers to run native applications on coprocessors. (2016-11-29, C++, 21KB, 下载2次)

http://www.pudn.com/Download/item/id/1480389891881861.html

[Linux/Unix编程] Linux-operator-new-delete

在 windows 下使用 VC 编程时,我们通常需要 DEBUG 模式下运行程序,而后调试器将在退出程序时,打印出程序运行过程中在堆上分配而没有释放的内存信息,其中包括代码文件名、行号以及内存大小。该功能是 MFC Framework 提供的内置机制,封装在其类结构体系内部。 在 linux 或者 unix 下,我们的 C++ 程序缺乏相应的手段来检测内存信息,而只能使用 top 指令观察进程的动态内存总额。而且程序退出时,我们无法获知任何内存泄漏信息。为了更好的辅助在 linux 下程序开发,我们在我们的类库项目中设计并实现了一个内存检测子系统。简述 C++ 中的 new 和 delete 的基本原理,并讲述了内存检测子系统的实现原理、实现中的技巧,并对内存泄漏检测的高级话题进行了讨论。解决了本人在内存泄露很多多问题(我也是down的别人的),觉得非常好,所以给大家分享。
memory operator new/delete, (2014-10-30, C++, 290KB, 下载3次)

http://www.pudn.com/Download/item/id/2645389.html

[Linux/Unix编程] c++ 编程中你最需注意的地方

下面的这些要点是对所有的C++程序员都适用的。我之所以说它们是最重要的,是因为这些要点中提到的是你通常在C++书中或网站上无法找到的。如:指向成员的指针,这是许多资料中都不愿提到的地方,也是经常出错的地方,甚至是对一些高级的C++程序员也是如此。   这里的要点不仅仅是解释怎样写出更好的代码,更多的是展现出语言规则里面的东西。很显然,它们对C++程序员来说是永久的好资料。我相信这一篇文章会使你收获不小。
below those points of all C programmers are applicable. The reason I say that they are the most important, because these points mentioned is that you are usually in the C book on the website or not found. Example : at the target, which is much of the information has not mentioned, and is often the wrong place and even to some senior C programmers as well. The main point here is not just to explain how to write better code, more language is displayed inside the rules. Apparently, the C programmer is everlasting good information. I believe that this article would you learned a lot. (2005-04-09, C++, 5KB, 下载52次)

http://www.pudn.com/Download/item/id/1113019991559146.html
总计:343