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

搜索资源列表

  1. 曲线拟合2

    1下载:
  2. 已知美国从1920-1970年的人口表如下: 年份 1920 1930 1940 1950 1960 1970 人口(千人) 105711 123203 131669 150697 179323 203212 (1)用表中数据构造一个5次Lagrange插值多项式,并以此估计1965、2002年的人口。 (2)用Newton插值估算1965、2002年的人口数。
  3. 所属分类:并行运算

    • 发布日期:2014-01-17
    • 文件大小:1644
    • 提供者:lz
  1. sort-mpi

    0下载:
  2. * 算法描述: 分段 -> 段内排序 -> 归约结果。 * 1,根进程读取输入,将元素个数广播给各个进程。 * 2,然后各进程计算段长度和段偏移。 * 3,然后根进程选择第一个段,标记站位符。 * 4,跟进程将剩余元素发送给下一进程,下一进程选择段的同时,根进程排序。 * 5,下一进程继续此过程,直到最后一个进程,所有元素都进行排序。 * 6,进程将排序好的元素,按照段偏移归约给根进程。 * 7,根进程输入结果。 *
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:3350
    • 提供者:lrl
  1. B1001@0415

    0下载:
  2. 本计算器实现了如下两个功能: 1、windows自带计算器的键盘输入加减乘除,目前没有连续运算功能操作:用户用键盘或者鼠标分别输入‘1’,‘+’,‘2’,按‘=’ 文本框显示运算结果‘3’。 2、表达式运算功能,目前只支持整数运算。操作:选择菜单Option->Expression,在文本框用键盘输入表达式如‘12/2+(4*5/4)*6’,按计算器上‘=’,文本框显示运算结果 ‘12/2+(4*5/4)*6=36’。 3、换肤功能 提供了4种skin,可以自由切换。操作:菜单Skin-&
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:1369449
    • 提供者:--
  1. clk_3d

    0下载:
  2. 一个1.5分频的VHDL程序,经过编译和仿真.-A frequency of 1.5 points VHDL program, after compiling and simulation.
  3. 所属分类:MPI

    • 发布日期:2017-03-30
    • 文件大小:184209
    • 提供者:何情
  1. mpich_1.2.5

    1下载:
  2. MPICH是MPI的重要研究,提供了一系列的接口函数,为并行计算的实现提供了编程环境.-MPICH is an important MPI Research, has provided a series of interface functions, for the realization of parallel computing provides a programming environment.
  3. 所属分类:MPI

    • 发布日期:2017-06-08
    • 文件大小:15976991
    • 提供者:tingting
  1. pp-1.5.7RC

    0下载:
  2. Parallel Python (PP) PP is a python module which provides mechanism for parallel execution of python code on SMP (systems with multiple processors or cores) and clusters (computers connected via network). It is light, easy to install and int
  3. 所属分类:MPI

    • 发布日期:2017-03-27
    • 文件大小:36123
    • 提供者:gaolu
  1. t1

    0下载:
  2. Why your files are not be used? 1.The content is too simple 2.Is not a sourcecode or document 3.lost some files 4.Descr iption is not detailed or not correct 5.Compressed file has password 6.Sourcecode duplicate or already exist
  3. 所属分类:MPI

    • 发布日期:2017-04-12
    • 文件大小:2096
    • 提供者:xxxx
  1. constant_eval

    0下载:
  2. Why your files are not be used? 1.The content is too simple 2.Is not a sourcecode or document 3.lost some files 4.Descr iption is not detailed or not correct 5.Compressed file has password 6.Sourcecode duplicate or already exist
  3. 所属分类:MPI

    • 发布日期:2017-04-06
    • 文件大小:40318
    • 提供者:superresolution
  1. process

    0下载:
  2. 1. It consists of n processes 2. Managing the process of asking about willingness to work with all other processes. 3. Child process takes the message from the control of the process and sends the message that is ready to work. 4. Managing t
  3. 所属分类:MPI

    • 发布日期:2017-04-09
    • 文件大小:1176306
    • 提供者:anyman
  1. matrix_mpi

    0下载:
  2. Multiplication of matrices of size and MxK HxM. ALL shipment must be made without blocking! Managing the process: 1. Asks for the dimensions of matrices M, K, N. 2. Produces dynamic formation and filling of matrix operands. 3. Prepares
  3. 所属分类:MPI

    • 发布日期:2017-05-10
    • 文件大小:2161796
    • 提供者:anyman
  1. Varistor-vs.Diode

    0下载:
  2. Comaprison between Varistor and Diode 1.Mechanism 2.Characteristic Curve 3.Response Time 4.Clamping voltage 5.Capacitance
  3. 所属分类:MPI

    • 发布日期:2017-03-28
    • 文件大小:453153
    • 提供者:wsj
  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. Ass1_12_13

    0下载:
  2. 实现多线程单向通车, 通车道是环形车道,并且有个交点,如0-》1-》2-》3-》4-》5-》6-》7-》8-》9-》10-》1-》-Multithreading one-way to traffic
  3. 所属分类:MPI

    • 发布日期:2017-12-08
    • 文件大小:44796
    • 提供者:min
  1. dsss_chaotic

    0下载:
  2. 1. BPSK modulation of data which ever you input (default data is “MANIPAL REDDY”). 2. MANIPAL REDDY is changed into ASCII Format and into two-bit format for BPSK Modulation. 3. Chaos is used for spreading the binary bit sequence. 4. Uniform
  3. 所属分类:MPI

    • 发布日期:2017-04-08
    • 文件大小:4725
    • 提供者:Ahmed
  1. WoW

    0下载:
  2. E-Books Document [Expand all] [Recomment to add directory] (Important) Why your files are not be used? 1.The content is too simple 2.Is not a sourcecode or document 3.lost some files 4.Descr iption is not detailed or n
  3. 所属分类:MPI

    • 发布日期:2017-04-10
    • 文件大小:785
    • 提供者:Ek
  1. Nettoplcsim-S7o-v-0-9-5-1

    0下载:
  2. NetToPLCSim - A Network Interface to PLC S7 online version-NetToPLCSim - A Network Interface to PLC S7 online version
  3. 所属分类:MPI

    • 发布日期:2017-04-16
    • 文件大小:46937
    • 提供者:mertmelih
  1. cudaMallocAndMemcpy

    0下载:
  2. 在主机和设备之间复制--从“cudaMallocAndMemcpy”模板开始。 第1部分:为设备上的指标 d_a 和 d_b 分配内存。 第2部分:将主机上的h_a复制到设备上的 d_a。 第3部分:将设备从 d_a复制到 d_b。 第4部分:将设备上的 d_b 复制回主机上的 h_a。 第5部分:在主机上释放 d_a 和 d_b。 额外部分:用cudaMallocHost代替malloc来分配h_a。(Copy between host and device -- start
  3. 所属分类:并行计算

    • 发布日期:2017-12-21
    • 文件大小:6144
    • 提供者:p-yang
  1. 11-SysTick—系统定时器

    0下载:
  2. -工程名称:SysTick—系统定时器 -实验平台: 秉火STM32 F429 开发板 -MDK版本:5.16 -ST固件库版本:1.5.1(SysTick,STM32 F429 ,MDK)
  3. 所属分类:并行计算

    • 发布日期:2017-12-18
    • 文件大小:668672
    • 提供者:阿东师
  1. 折半查找法

    0下载:
  2. 折半查找法是效率较高的一种查找方法。假设有已经按照从小到大的顺序排列好的五个整数a0~a4,要查找的数是X,其基本思想是: 设查找数据的范围下限为l=1,上限为h=5,求中点m=(l+h)/2,用X与中点元素am比较,若X等于am,即找到,停止查找;否则,若X大于am,替换下限l=m+1,到下半段继续查找;若X小于am,换上限h=m-1,到上半段继续查找;如此重复前面的过程直到找到或者l>h为止。如果l>h,说明没有此数,打印找不到信息,程序结束。(The method of bin
  3. 所属分类:并行计算

    • 发布日期:2018-01-10
    • 文件大小:36864
    • 提供者:JinPatrick
搜珍网 www.dssz.com