搜索资源列表
cpaller
- C 语言的并口控制参考资料.有参考程序.-Parallel C Language Reference control. Reference procedures
c语言高级编程实例
- 包括文件操作、图形系统、并口串口编程、鼠标编程、小型cad系统、编译器、病毒防火墙、海底大战等多个实例。-operation including documents, graphics, Serial Parallel Programming, mouse programming, small cad system, compilers, the virus firewall, such as submarine war examples.
在PC上用并行口模拟I2C总线的C源代码
- 在PC上用并行口模拟I2C总线的C源代。-used on the PC parallel port simulation I2C Bus C source generation.
c51_Code_Packet
- 这是单片机C51的各种代码包,包括:I2C应用程序、滚动码应用原程序、红外应用源程序集、用计算机并口模拟SPI通讯的C源程序-C51 microcontroller This is the code, including : I2C applications, rolling code original application procedures, Application of infrared source sets, computer simulation of SPI communica
C-os
- 用C语言设计一个有 N个进程并行的优先级调度程序的源代码-C language design is a process of parallel N-priority scheduling of a program's source code
c语音遗传算法程序包
- 遗传算法原程序,并行算法,原代码,随机搜索算法-GA original program, parallel algorithm, the original code, random search algorithm
FLASH在系统编程和DSP并行引导的C语言实现
- 介绍了一种在DSP 仿真环境下,采用C 语言对FLA SH 进行在系统编程( ISP)的 方法,同时介绍了TM S320VC5402 的Boo t loader 原理,给出了DSP 的并行FLA SH 引导功能实现 方案,并且给出了一个简单的测试实例-introduced a DSP simulation environment, using the C language for the FLA SH-system programming (ISP), TM also introduced th
dsploader.c
- 此程序用来向54X系列dsp进行自举加载的程序,通过并口将FLASH中的程序映射到RAM中运行-procedure used to 54X series dsp for bootloader procedure for the adoption of parallel to the procedures FLASH mapping RAM to run
C++课程设计 迷宫
- 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
MPI_QuickSort.并行快速排序算法
- 并行快速排序算法,基于MPI 2.0 c语言实现,注释很清楚明确。,Parallel QuickSort base on MPI 2.0 in C language.
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.
Parallel-Computing-OpenMP-Hell
- 用OpemMP进行C++并行编程的入门例程,OpemMP carried out with C++ parallel programming routine entry
mpi_matrix_product.c
- 矩阵与矩阵,及矩阵与向量的并行乘积的源代码-Matrix and matrix, and parallel matrix and vector product
quicksort.c
- quick sort in parallel version with MPI
bitonic.c
- A simple parallel bitonic sort implementation using MPI and written in C. For all MPI lovers. It will be helpful
parallel
- parallel.c Deal with the parallel processing. -parallel.c Deal with the parallel processing.
Parallel Programming With Microsoft Visual C++
- Parallel Programming With Microsoft Visual C++
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的异步应
code
- 平行计算课程,并行程序转置矩阵,使用3种方法:线性转置,块棋盘划分,直角划分法(Parallel computing course, parallel program transpose matrix, using three methods: linear transpose, block chessboard division, right angle division)