Welcome![Sign In][Sign Up]
Location:
Search - parallel c

Search list

[Other resourcecpaller

Description: C 语言的并口控制参考资料.有参考程序,老大,为什么非得要20个字,害得我废话一大堆.-Parallel C Language Reference control. Reference procedures, the boss why is imperative to 20 characters, for depriving me a lot of nonsense.
Platform: | Size: 43205 | Author: 李腾 | Hits:

[Other resourcec语言高级编程实例

Description: 包括文件操作、图形系统、并口串口编程、鼠标编程、小型cad系统、编译器、病毒防火墙、海底大战等多个实例。-operation including documents, graphics, Serial Parallel Programming, mouse programming, small cad system, compilers, the virus firewall, such as submarine war examples.
Platform: | Size: 644528 | Author: 徐凌 | Hits:

[WEB Code在PC上用并行口模拟I2C总线的C源代码

Description: 在PC上用并行口模拟I2C总线的C源代。-used on the PC parallel port simulation I2C Bus C source generation.
Platform: | Size: 1238 | Author: nabqin | Hits:

[Documents在PC上用并行口模拟I2C总线的C源代码

Description: 在PC上用并行口模拟I2C总线的C源代。-used on the PC parallel port simulation I2C Bus C source generation.
Platform: | Size: 1024 | Author: nabqin | Hits:

[Game ProgramC++课程设计 迷宫

Description: Turbo C++2.0下的迷宫程序,这是我的课程设计,里面有自己用乐谱演奏的音乐哦,音乐与游戏是并行的,可以一般听音乐-labyrinth program in turbo c++2.0,this is my course design,there is music by music book,music and game are parallel,you can listen to the music
Platform: | Size: 10240 | Author: 无可厚非 | Hits:

[Software Engineeringcpaller

Description: C 语言的并口控制参考资料.有参考程序,老大,为什么非得要20个字,害得我废话一大堆.-Parallel C Language Reference control. Reference procedures, the boss why is imperative to 20 characters, for depriving me a lot of nonsense.
Platform: | Size: 43008 | Author: 李腾 | Hits:

[source in ebookc语言高级编程实例

Description: 包括文件操作、图形系统、并口串口编程、鼠标编程、小型cad系统、编译器、病毒防火墙、海底大战等多个实例。-operation including documents, graphics, Serial Parallel Programming, mouse programming, small cad system, compilers, the virus firewall, such as submarine war examples.
Platform: | Size: 644096 | Author: 徐凌 | Hits:

[MPIC++N!suanfa

Description: 用VC6.0编译出的求阶乘算法(0---10000)标准C 语言控制台应用程序 -Using VC6.0 compiler seek out factorial algorithm (0-10000) standard C language console application
Platform: | Size: 1024 | Author: 郭俊 | Hits:

[MPIquick_sort

Description: 快速排序的mpi并行c程序,需要mpich环境-Quick Sort mpi parallel c procedures, the need for MPICH environment
Platform: | Size: 3072 | Author: 李志军 | Hits:

[BooksDijkstra-omp.c.tar

Description: 迪杰克斯特拉最短路径算法的OpenMP实现。体现了OpenMP并行编程的结构-Stratford迪杰克shortest path algorithm to achieve the OpenMP. Reflects the structure of OpenMP parallel programming
Platform: | Size: 2048 | Author: 祥子 | Hits:

[Windows Developmpi_matrix_product.c

Description: 矩阵与矩阵,及矩阵与向量的并行乘积的源代码-Matrix and matrix, and parallel matrix and vector product
Platform: | Size: 2048 | Author: 邹长林 | Hits:

[Process-Threadjibu_c_1.0.0

Description: C语言多核多线程并行编程源代码。内有大量源代码。-Multi-core multi-threaded C language source code for parallel programming. There are a large number of source code.
Platform: | Size: 1423360 | Author: computing | Hits:

[MPIquicksort.c

Description: quick sort in parallel version with MPI
Platform: | Size: 1024 | Author: Shahir Salman M | Hits:

[MPIbitonic.c

Description: A simple parallel bitonic sort implementation using MPI and written in C. For all MPI lovers. It will be helpful
Platform: | Size: 1024 | Author: serge | Hits:

[OtherC-Concurrency-in-Action.pdf

Description: 并行C++书籍,这本书详细介绍C的并行机制-Parallel C++ books, this book details the parallelism of C
Platform: | Size: 1395712 | Author: Leon Young | Hits:

[Linux-Unixparallel

Description: parallel.c Deal with the parallel processing. -parallel.c Deal with the parallel processing.
Platform: | Size: 11264 | Author: nhciqr | Hits:

[MPIParallel Programming With Microsoft Visual C++

Description: Parallel Programming With Microsoft Visual C++
Platform: | Size: 2522112 | Author: disciplinant | Hits:

[CSharpMultithreading in C# 5.0 Cookbook

Description: C#多线程编程实战 目录 第1章 线程基础 第2章 线程同步 第3章 使用线程池 第4章 使用任务并行库 第5章 使用C# 5.0 第6章 使用并发集合 第7章 使用PLINQ 第8章 使用Reactive Extensions 第9章 使用异步I/O 第10章 并行编程模式 第11章 更多信息(C# multi thread programming real war directory The first chapter thread base Second chapter thread synchronization The third chapter uses the thread pool The fourth chapter uses task parallel Libraries The fifth chapter uses C# 5 The sixth chapter uses concurrency sets The seventh chapter uses PLINQ The eighth chapter uses Reactive Extensions The ninth chapter uses asynchronous I/O Tenth chapter parallel programming model Eleventh chapter more information)
Platform: | Size: 1531904 | Author: gengr | Hits:

[CSharpC#多线程编程实战_中文完整版_带书签目录

Description: 《C#多线程编程实战》共分为11章,第1章介绍C#中基本的线程操作;第2章描述线程交互细节;第3章解释线程池概念;第4章深入讲解任务并行库框架;第5章深入解释C#5.0中的新功能——异步方法;第6章描述.NET框架中并行算法的标准数据结构;第7章深入讲解并行LINQ基础设施;第8章解释如何以及何时使用Reactive Extensions框架;第9章深入讲解异步I/O进程,包括文件、网络及数据库等场景;第10章针对常见的并行编程问题给出一些解决方案;第11章讲述编写基于Windows 8的异步应用程序的场景。("C# multithreaded programming combat" is divided into 11 chapters, the first chapter introduces the basic operation thread in C#; the second chapter describes thread interaction details; the third chapter explains the concept of thread pool; the fourth chapter deeply explain the task parallel library framework; the fifth chapter deeply explain the new features in C#5.0: asynchronous method; standard description of parallel data structure.NET algorithm in the framework of the sixth chapter; the seventh chapter in-depth explanation of the parallel LINQ infrastructure; the eighth chapter explains how and when to use the Reactive Extensions framework; the ninth chapter in-depth explanation of the asynchronous I/O process, including file, network and database scene; in the tenth chapter gives some solutions of parallel programming problems in common; the eleventh chapter describes the preparation based on asynchronous the application of Windows 8 scene.)
Platform: | Size: 25056256 | Author: 边缘1025 | Hits:

[MPIcode

Description: 平行计算课程,并行程序转置矩阵,使用3种方法:线性转置,块棋盘划分,直角划分法(Parallel computing course, parallel program transpose matrix, using three methods: linear transpose, block chessboard division, right angle division)
Platform: | Size: 2048 | Author: RookieWang | Hits:
« 12 3 4 5 6 7 8 9 10 ... 38 »

CodeBus www.codebus.net