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

搜索资源列表

  1. weord

    0下载:
  2. 编译原理词法分析,自己原创,毫无保留的传上来了,进攻大家好好分享-compiler theory lexical analysis, their originality, without reservation onto a mass offensive that they have to share
  3. 所属分类:并行运算

    • 发布日期:2014-01-12
    • 文件大小:6.48kb
    • 提供者:GX
  1. NUM-FDTDVer1.0unix

    0下载:
  2. 利用不均一分割的FDTD解析程序,为了适应正确表现小型天线的局部部位的细小构造,还有包含电介质材料的电磁场问题而由本研究室开发的解析法。这种解析法可以提高解析效率,并且因为正确表现天线的细小构造,也可以达到提高解析结果精度的目的。-use an uneven division of FDTD analytical procedures, In order to adapt to the correct performance of the local small antenna parts of
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:8.23kb
    • 提供者:崔宏青
  1. wucha

    0下载:
  2. 这是我做的一个对输入数据进行误差分析处理的程序,包括求平均值,标准差,极限误差,判断误差类型等-This is what I do on the importation of a data processing error analysis procedures, including for mean, standard deviation, Limit error of judgment error types
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:2.18kb
    • 提供者:刘磊
  1. RadarwithMatlab_sourcecode

    0下载:
  2. 《Radar Systems Analysis and Design Using MatLab》,作者Bassem R. Mahafza, Ph.D.
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:172.67kb
    • 提供者:csallon
  1. 数值分析2

    0下载:
  2. 由于一个数值问题的精确解往往事先不知道,而用数值方法求出的计算解的误差又是不可避免的。因此,数值解是否失真,如何判断──即误差问题,成为大家所关心的重要而又困难的问题,本章只介绍了误差的基本概念和数值计算的若干原则,这对处理数值计算问题是必需的,但是仅这些还远远不能解决工程和科学计算中更为复杂的误差分析问题,还需专门分门别类地进行研究。-as an accurate numerical solution of the problem often did not know in advance,
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:4.37kb
    • 提供者:周易
  1. Oprofile

    0下载:
  2. oprofile的使用指南,并行计算的性能分析,适合初学者-oprofile user guide, performance analysis of parallel programming
  3. 所属分类:MPI

    • 发布日期:2017-04-05
    • 文件大小:184.17kb
    • 提供者:bonnie
  1. LP_v1.0

    0下载:
  2. 利用MFC对话框实现的线性规划分析程序(问题的标准化、求对偶问题)-MFC dialog box using linear programming analysis of implementation procedures (standardization of questions, seeking dual problem)
  3. 所属分类:MPI

    • 发布日期:2017-05-15
    • 文件大小:3.62mb
    • 提供者:Li Bowen
  1. sreg

    0下载:
  2. 逐步回归分析fortran程序,有具体实例-Stepwise regression analysis fortran program, with specific examples
  3. 所属分类:MPI

    • 发布日期:2017-03-29
    • 文件大小:1.78kb
    • 提供者:张东海
  1. bandwidthTest

    0下载:
  2. gpu编程,测试gpu的运算带宽,性能分析。-GPU programming, testing GPU computing bandwidth, performance analysis.
  3. 所属分类:MPI

    • 发布日期:2017-04-08
    • 文件大小:5.83kb
    • 提供者:li
  1. CYCJTJ

    0下载:
  2. excel成绩分析系统(转载) e xcel成绩分析系统(转载)-excel performance analysis system (reprint) e xcel performance analysis system (reprint)
  3. 所属分类:MPI

    • 发布日期:2017-05-10
    • 文件大小:2.24mb
    • 提供者:ser56aertyu
  1. SiemensSwitchingAlgorithmSiemens

    0下载:
  2. Siemens的切换算法分析 Siemens的切换类型可分为基于无线特性的标准切换算法和高级切换算法两部分-Siemens The Siemens switch algorithm analysis of the switch types can be divided into standards-based wireless switching characteristics of algorithms and advanced switching algorithm of two parts
  3. 所属分类:MPI

    • 发布日期:2017-03-31
    • 文件大小:54.93kb
    • 提供者:可乐
  1. Laplacetest

    1下载:
  2. 利用CUDA实现了遥感数字影像处理基本算法中的拉普拉斯算子,并分别实现了采用Globalmemory、Sharedmemory,Texturememory进行数据传输,还同CPU中的串行代码进行了时间比较和误差分析。为了方便在服务器环境下测试运行,我们去掉了在Windows环境下对第三方库遥感影像库GDAL的依赖,而将遥感影像数据转成了二进制图像格式,对于输出影像也以同样的二进制格式存储。图像效果图通过专业遥感软件PCI或通用图像处理软件PhotoshopCS4打开。最后我们对计算结果进行了误差
  3. 所属分类:MPI

    • 发布日期:2017-04-02
    • 文件大小:2.66kb
    • 提供者:秦论剑
  1. NDVI

    0下载:
  2. 利用CUDA实现了遥感数字影像处理基本算法植被指数,并分别实现了采用Globalmemory、Sharedmemory,Texturememory进行数据传输,还同CPU中的串行代码进行了时间比较和误差分析。为了方便在服务器环境下测试运行,我们去掉了在Windows环境下对第三方库遥感影像库GDAL的依赖,而将遥感影像数据转成了二进制图像格式,对于输出影像也以同样的二进制格式存储。图像效果图通过专业遥感软件PCI或通用图像处理软件PhotoshopCS4打开。最后我们对计算结果进行了误差分析和加
  3. 所属分类:MPI

    • 发布日期:2017-03-30
    • 文件大小:2.24kb
    • 提供者:秦论剑
  1. bingxingjisuan

    0下载:
  2. 有关于并行计算的理论分析,值得好好看一看-Theoretical analysis of parallel computing, it is worth a look
  3. 所属分类:MPI

    • 发布日期:2017-05-18
    • 文件大小:4.65mb
    • 提供者:wangwei
  1. MethodsForParallelSorting

    0下载:
  2. Clearly explainations and analysis of concurrent parallel methods for data sorting (MPI based) Created by MonteCristo (H.U.T)
  3. 所属分类:MPI

    • 发布日期:2017-04-07
    • 文件大小:412.75kb
    • 提供者:montecristo
  1. sGA

    0下载:
  2. 对并行运算的算法进行简介并对其对其分析以及实验结果分析。-Parallel computing algorithm of the profile and its analysis and experimental results of its analysis.
  3. 所属分类:MPI

    • 发布日期:2017-04-05
    • 文件大小:431.7kb
    • 提供者:甘孟壮
  1. main

    0下载:
  2. 信号分析与处理,第一部分_序列的产生和序列的傅立叶变换,第二部分_序列的卷积,第三部分_FT时域卷积定理验证,-Signal processing analysis and application.
  3. 所属分类:MPI

    • 发布日期:2017-04-10
    • 文件大小:1.1kb
    • 提供者:Rising
  1. tt

    0下载:
  2. 一个对并行计算的分析,希望大家能用上,并且多多批评-An analysis of parallel computing, hope everyone can be on, and lots of criticism
  3. 所属分类:MPI

    • 发布日期:2017-04-25
    • 文件大小:9.53kb
    • 提供者:杨过
  1. Multicore

    0下载:
  2. 多核/众核技术是未来微处理器芯片的发展趋势,文章对其中的关键技术做了富有前瞻性的分析和探讨-Multicore/public-core technology is the future development trend of microprocessor chips, the article on which the key technology and forward-looking analysis and discussion
  3. 所属分类:MPI

    • 发布日期:2017-04-10
    • 文件大小:1.24mb
    • 提供者:turandot
  1. Traffic-analysis-MapReduce-program!

    0下载:
  2. 通过GPS采集的北京市区内出租车行驶记录。共计2000万行左右。路况分析MapReduce程序!-Traffic analysis MapReduce program!
  3. 所属分类:MPI

    • 发布日期:2017-05-07
    • 文件大小:1.24mb
    • 提供者:Cheney
« 12 3 4 »
搜珍网 www.dssz.com