CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 并行运算 搜索资源 - lt-

搜索资源列表

  1. code-of-Erlang-Programming

    1下载:
  2. 《Erlang Programming》中的实例源码,是学习Erlang必不可少的资料-It is the code of the <<Erlang Programming>>, and is of great use for those who are learning Erlang.
  3. 所属分类:MPI

    • 发布日期:2017-04-09
    • 文件大小:1220164
    • 提供者:spark
  1. HadoopStreaming.tar

    0下载:
  2. 在使用Hadoop Streaming时,自己定义的Inputformat,实现Map的输入<key,value>,key为文件名,value为文档的整篇内容。-Using the self design inputformat to make the filename as the key and the whole content as the key in the Map Input come true while do the MapReduce program with h
  3. 所属分类:MPI

    • 发布日期:2017-03-31
    • 文件大小:3258
    • 提供者:gdq
  1. jacobi

    0下载:
  2. A: aij, 1<= i,j<=n b: 1<=i<=n x0: intial guess, 1<=i<=n tol: tolerance N maximum number of iterations k: number count of iteration Xm(:,k): X in each k iteration-Jacobi s method: In numerical linear algebra, the
  3. 所属分类:MPI

    • 发布日期:2017-04-03
    • 文件大小:638
    • 提供者:Eric Chou
  1. LCD12864Real-time-temperature

    0下载:
  2. #include<reg51.h> #include"LCD12864.h" #include"zimo.h" #include"LCD1602.h" void hua_zuobiao(void) //画坐标 在LCD12864实时显示当前温度波形,Proteus仿真.C源码,Keil编译环境-# Include <reg51.h># Include " LCD12864.h" # include " zimo.h" #
  3. 所属分类:MPI

    • 发布日期:2017-03-27
    • 文件大小:78046
    • 提供者:罗宇宙
  1. BinarySearch

    0下载:
  2. 将n个元素分成个数大致相同的两半,取a[n/2]与欲查找的x作比较,如果x=a[n/2]则找到x,算法终止。如果x<a[n/2],则我们只要在数组a的左半部继续搜索x(这里假设数组元素呈升序排列)。如果x>a[n/2],则我们只要在数组a的右半部继续搜索x。-Binary Search
  3. 所属分类:MPI

    • 发布日期:2017-04-06
    • 文件大小:825
    • 提供者:WiselyHuang
  1. 6.3

    0下载:
  2. 输入的第一行是一个整数N(1 <= N <= 100),表示学生的总数。 接下来的N行每行是一位学生的数据,从左向右依次是姓名,期末平均成绩,班级评议成绩,是否是学生干部,是否是西部省份学生,以及发表的论文数。姓名是由大小写英文字母组成的长度不超过20的字符串(不含空格);期末平均成绩和班级评议成绩都是0到100之间的整数(包括0和100);是否是学生干部和是否是西部省份学生分别用一个字符表示,Y表示是,N表示不是;发表的论文数是0到10的整数(包括0和10)。每两个相邻数据项之
  3. 所属分类:MPI

    • 发布日期:2017-11-06
    • 文件大小:3420
    • 提供者:邹继瑶
  1. guess

    0下载:
  2. 猜數字 cout< "猜數字\n"<<"規則:1.輸入0~9的正整數\n"<<" 2.數字不能正整數\n" <<" 3.輸入四個數字(不能重複)\n" <<" 4.A=位子且數字對\n"<<" 5.B=數字對但位子不對\n"<<"PS.輸入:0 0 0 0換題\n"<<" 輸入:3 1 6 6離開猜數字\n" <<" 輸入9 9 5 8求救\n"<<" 每個數字請用空格分
  3. 所属分类:MPI

    • 发布日期:2017-11-21
    • 文件大小:1079
    • 提供者:eason
  1. erfenfa

    0下载:
  2. 把函数f(x)的零点所在的区间[a,b](满足f(a)●f(b)<0)“一分为二”,得到[a,m]和[m,b]。根据“f(a)●f(m)<0”是否成立,取出零点所在的区间[a,m]或[m,b],仍记为[a,b]。所对得的区间[a,b]重复上述步骤,直到包含零点的区间[a,b]“足够小”,则[a,b]内的数可以作为方程的近似解。- dichotomy
  3. 所属分类:MPI

    • 发布日期:2017-04-12
    • 文件大小:520
    • 提供者:wudan
  1. mpi_wave

    0下载:
  2. mpi fortran wave equation solver code !cc MAIN is the main program for WAVE_MPI. !c !c Discussion: !c !c WAVE_MPI solves the wave equation in parallel using MPI. !c !c Discretize the equation for u(x,t): !c d^2 u/dt^2 - c^2 * d^2 u
  3. 所属分类:MPI

    • 发布日期:2017-05-04
    • 文件大小:3864
    • 提供者:reza
  1. cuda_by_example

    0下载:
  2. cuda by example 书中对应的源代码,含有book.h和gult库,GPU 高性能编程CUDA实战(the code of <cuda by example > an instruction to General-Purpose GPU Programmong)
  3. 所属分类:并行计算

搜珍网 www.dssz.com