搜索资源列表
2006_12_21_1111547
- 如何利用线程改进运行速度,特别是在多核心处理器下的操作-how to use threads to improve the operating speed, especially in multi-core processors to operate under the
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.
chapter6.tar
- < 多核程序设计>>第6章源代码。主要为多线程编程。-<Multi-core programming>> Chapter 6 of the source code. Mainly for multi-threaded programming.
common_ctrl
- 中文PWIN98/95之所以深受广大计算机用户的青睐,除其在32位多任务、多线程和系统稳固性等核心技术的重要改进之外,更主要的还是其优秀的用户交互界面。这就给程序设计人员提出了新的课题,如何在自己开发的应用程序中充分利用WIN98/95支持的各种高级通用控制和视,这也是学习VC编程所必须掌握的基本内容,本文将通过实例来具体演练VC5中的这些控件。-The reason why Chinese PWIN98/95 well received by the computer user s favor
jibu_java_1.0.0
- 多核多线程并行编程库源代码。JAVA语言。-Multi-core multi-threaded parallel programming library source code. JAVA language.
Dijkstra-omp
- C语言和OpenMP编写的可在多核或SMP处理器上进行多线程运行的最短路径算法。可了解多核多线程和OpenMP的并行编程技术。-C language and can be prepared OpenMP or multi-core processors on SMP multi-threading to run the shortest path algorithm. Learn to multi-core multi-thread and OpenMP parallel programming
Game
- 蜘蛛牌游戏编程,它集中应用了多线程和多核技术,对学习编程很有帮助!-Day-to-day poker game programming,It focused on the application of a multi-threaded and multi-core technology, useful for learning programming!
NHD
- 程序采用当前最先进的Rijndael算法作为核心算法,带有可变块长和可变密钥长度的迭代块密码。块长和密钥长度可以分别指定成 128、192 或 256 位。多线程操作,保证加密时程序界面流畅,加密速度大约9M每秒。-Procedures using the most advanced as a core algorithm Rijndael algorithm with variable block length and variable key length of the iterative
duohePPT
- 有关多核运算的PPT资料,多核程序设计及多核技术导论-PPT information about multi-core computing, multi-core programming and multi-core technology, Introduction to
Cilk-UserGuide
- intel cilk 多线程编程指南,主要用于多核处理器的多线程设计-intel cilk multithreaded programming guide, mainly for multi-core processors, multi-threaded design
linkQueue
- 驱动 内核多线程队列 使用LIST_ENTRY-Core multi-thread queue
est
- Multi-core多核多线程处理器的随机测试流量生成技术-Multi-core multithreaded processor flow generation of random test
Program-With-OpenMP
- C++中使用OpenMp实现多核多线程并行计算的基础知识-C++, multi-core multi-threaded use OpenMp the basics of parallel computing
ThreadTest
- 将线程绑定到指定CPU核上,在多核的CPU中,很方便的分配各个cpu来处理线程的工作。-Bind threads to specific CPU cores in multi-core CPU, it is convenient to allocate all thread cpu to handle the work.
UIThreadTest
- 多核多线程的用法,用户界面线程的用法,已通过编译,适合初学者-Use of multi-core multi-threaded, the user interface thread usage, has passed through the compiler, suitable for beginners
UIThreadTest
- 多核多线程的用法,工作者线程的用法,已通过编译,适合初学者-Use of multi-core multi-threaded, worker thread usage, has passed through the compiler, suitable for beginners
two-host-pc-comunication
- 本程序要结合深圳友芯先关芯片产品结合使用,实现通过USB协议实现两个PC主机间的文件传输,把要传输的文件拷贝到指定的文件夹下,通过界面打开相关设备即可自动传输文件和接受文件,程序中应用到多线程等相关知识-This program in conjunction with Friends of the Shenzhen-core chips used in combination first off, to achieve file transfer between two host PC via
03_Windows_Threads
- Multi-core Programming: Programming with Windows* Threads Programming with Windows* Threads: At the completion of this module you will be able to: Write code to create and terminate threads Use synchronization objects to coordinate thread execut
多核应用编程实践
- 《多核应用编程实战》是一本全面实用的多核应用编程指南,旨在介绍如何编写功能正确、性能优越且适合扩展为在多个CPU核心的系统运行的应用程序。《多核应用编程实战》面向多种操作系统和处理器类型引用程序示例,内容涵盖类UNIX操作系统(Linux、Oracle Solaris、OS X)和Windows系统上多核应用的编写方法、多核的硬件实现对应用程序的性能影响、编写并行应用程序时要避免的潜在问题,以及如何编写可扩展至大量并行线程的应用程序。, 《多核应用编程实战》适合所有C程序员学习参考。("