搜索资源列表
nios多核处理器
- 多核之间的通信,nios多核处理器
jibu_c_1.0.0.zip
- C语言多核多线程并行编程源代码。内有大量源代码。,Multi-core multi-threaded C language source code for parallel programming. There are a large number of source code.
multicore-intel
- mutil cpu code 多核编程资料-mutil cpu code multi-core programming information
chapter6.tar
- < 多核程序设计>>第6章源代码。主要为多线程编程。-<Multi-core programming>> Chapter 6 of the source code. Mainly for multi-threaded programming.
SMP-affinity
- 多核的linux环境下绑定中断到指定CPU.用于高性能服务器开发。-The multi-core linux environment bind to the specified interrupt CPU. For the development of high-performance servers.
Integrated_Performance_Primitives(Intel_IPP)
- 这是一本介绍如何使用英特尔集成性能原件(Intel IPP)来优化软件开发的的官方书籍,IPP中包含了上千个对多媒体和数据处理应用高度优化并为多核设计的软件函数,包括编解码技术、图像处理、语音识别、计算机视觉、矩阵运算、密码技术等,并特别提供了编解码器的开发框架。-This is an introduction how to use the Intel Integrated Performance Primitive (Intel IPP) to optimize the software de
Performance_and_Programmability_of_the_Cell_Proces
- Performance and Programmability of the Cell Processor,Cell处理器的性能和可编程性分析,Cell作为成功的多核处理器将在高性能计算领域产生深远影响-Performance and Programmability of the Cell Processor, Cell processor performance and analysis of programmable, Cell as a successful high-performanc
Multiprocessprogramming
- 个人学习多核程序设计时整理的一些关于多核程序设计问题的基础知识,分享了,希望有所帮助。-Individual learning process of multi-core design of a number of finishing procedures on the multi-core design of the basic knowledge, sharing, and hope that help.
c
- 3个用c++写的多核程序,给大家看看。程序很简单,很初级-c++
chipset_rootkit
- 国外牛人写的。这是一个在XP虚拟机中运行的SMM rootkit,由于SMM的硬件相关性,该程序只能用于装了XP多核的虚拟机上,不过对于这种新兴的chipset级别的rootkit有很高的研究价值。毕竟在黑帽大会上波兰那两个黑客没把源码公布。-SMM Rootkit chipset-level rootkit
multi-corePPT
- 浙江大学多核程序设计课程PPT,2007年6月12日。介绍了多核程序设计的方法,是学习OPEN-MP不错的入门参考资料。-Zhejiang University, multi-core programming courses PPT, 2007 years 6 12. Introduced the method of multi-core programming is a good learning OPEN-MP reference entry.
CheckMultiprocessor
- vc6.0 程序 展示了如何用WMI的方法获取CUP的使用率 重点在于获取多个CPU或者多核不同的使用率,在现在CPU多核时代这点很重要-Ever since I saw Performance application on Windows 2000, I wondered if there is a way/Windows API to programmatically determine CPU usage for each of the individual CPUs in a
multiprocessor
- 提高多核处理器线程执行效率的技术.随着多核技术在新一代高性能微处理器中的普遍应用,微处理器设计已进入多核时代。本 文着重从实现技术的角度,介绍了一些提高多核处理器线程执行效率,及消除多核处理器各种延迟的技术和产品,为切实提高多核处理器的执行效率和处理性能,提供了有效的技术途径和可供借鉴的设计方法。-this is a simple introduction about multi processror programing
MultiCore-Programming
- Intel出版的多核编程,介绍通过软件的多线程方式来提高性能的方法。分为介绍多核变成,线程的综述,并行的基本概念,线程以及并行编程的结构,线程的API,OpenMP技术,并行编程的常规问题,多线程debug方法,Intel多核处理器的线程及其开发工具等。-Intel multi-core programming, published to introduce the way through the software to improve performance of multi-threaded
multicore_programming_PPT
- 北京大学软件与微电子学院的多核程序设计课程PPT,对学习多核程序设计非常有帮助的资料。-Software and Microelectronics, Peking University School of multi-core programming courses PPT, multi-core programming for learning very helpful information.
duohePPT
- 有关多核运算的PPT资料,多核程序设计及多核技术导论-PPT information about multi-core computing, multi-core programming and multi-core technology, Introduction to
C++多核高级编程中文高清版
- C++多核高级编程中文高清版,比较新,比较高清的资料(C++ multicore advanced programming Chinese HD version)
6678多核调度
- 基于DSP6678实现OMP多核调度,8个核同时运行。(Implementation of OMP multi-core scheduling based on DSP6678)
TMS320C66x KeyStone架构多核DSP入门与实例精解
- 本书围绕美国德州仪器公司(TI)最新的KeyStone架构C66x多核DSP,介绍了CCSV5的使用、SYS/BIOS、多核编程技术、KeyStone架构体系以及内存管理、C6678芯片硬件及外设,并且在CCSV5 Simulator,以及C6678 EVM硬件环境下运行了bmp格式图像处理、IPC,VLFFT,Imaging Processing, HUA等实例,最后介绍了多核Boot的原理与实例。同时,也给出了多核DSP的应用,特别是在医学超声中的应用。(This book introduc
多核应用编程实践
- 《多核应用编程实战》是一本全面实用的多核应用编程指南,旨在介绍如何编写功能正确、性能优越且适合扩展为在多个CPU核心的系统运行的应用程序。《多核应用编程实战》面向多种操作系统和处理器类型引用程序示例,内容涵盖类UNIX操作系统(Linux、Oracle Solaris、OS X)和Windows系统上多核应用的编写方法、多核的硬件实现对应用程序的性能影响、编写并行应用程序时要避免的潜在问题,以及如何编写可扩展至大量并行线程的应用程序。, 《多核应用编程实战》适合所有C程序员学习参考。("