搜索资源列表
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.
mpi_matrix_product.c
- 矩阵与矩阵,及矩阵与向量的并行乘积的源代码-Matrix and matrix, and parallel matrix and vector product
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
parallel.c.tar
- Example code for MPI
loans.and.parallel.arrays
- This C++ application calculates home loan analysis with parallel arrays.
Parallel
- 并行运算的C#类,对for循环进行并行运算处理-Parallel computing of C# class, on for the cycle to carry out parallel processing
nvcc_2.3
- CUDA并行编程环境的compiler driver———nvcc的详细介绍-CUDA parallel programming environment, compiler driver--- nvcc detailed descr iption of
parallel-ludep
- 并行三角分解,MPI+visual c++环境下实现,附带数据-parallel compute of lu dep
LPT
- 源码中位C#环境下对并口的操作操作,即将数据传入并口中,用于打印机等设备。-The median C# source code under the environment of the operation of parallel operation, in which data is imported, and the mouth, for printers and other devices.
led
- this an application with source code in C# for the control of leds via the pc parallel port-this is an application with source code in C# for the control of leds via the pc parallel port
C
- 个字符串常见算法系统总共包括12个模块。每个模块都是并列的,分别对应相应的字符串算法。只要输入相应的数字就能进入此模块然后进行相应的操作。而输入可以随意输入一个字符串(可以包含空格).我的第一个模块是求字符串的复制;第二个模块是字符串的比较;第三个模块是求字符串的长度 ;第四个模块是连接两个字符串;第五个模块将ch字符转换为小写母 ;是第六个模块是;将ch字符转换为大写字母 ;第七个模块是检查ch是否是字母;-Common algorithm string system includes 12
Gaussian
- Parallel algorithm for Gaussian Elimination. Elimination in both a shared memory environment, using OpenMP, and in a distributed memory environment, using MPI. Parallel LU and Gaussian algorithms for linear systems have been studied extensi
FFT
- 一个FFT/IFFT的C语言程序,适当改编一下,可以并行运行。-A FFT/IFFT in the C language program, the appropriate adaptation of what can be run in parallel.
isaac
- cfd解算器,功能齐全,包括并行,多重网格等,结构庞大-cfd solver, complete functions, including parallel, multi-grid and so on, a huge structure
Pro-NET-4-Parallel-Programming-in-CSharp
- Pro NET 4 Parallel Programming in C#
Parallel-and-Distributed-Programming
- 《Parallel and Distributed Programming Using C++》,英文原版书籍,介绍C++下的并行计算和分布式计算。-" Parallel and Distributed Programming Using C++" , original English books to introduce C++ for parallel computing and distributed computing.
Task-Parallel-Programing
- C# 并行运算程序,上课老师讲的程序,简单的并行运算-Task Parallel Programing
serial-and-parallel-application
- Visual C++ Visual Basic串并口开发技术工程应用实例导航 源码-Visual C++ Visual Basic serial and parallel application development technology projects source instance navigation
Multithreading in C# 5.0 Cookbook
- 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 Sec
C#多线程编程实战_中文完整版_带书签目录
- 《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的异步应