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

搜索资源列表

  1. agent_MPI

    0下载:
  2. 基于大型机的秉性运算程序实现的是用多个agent对多任务的调度。程序实现的还不够成熟,请高手指教!-mainframe-based computing in the city's program is more than the agent scheduling multiple tasks. The program also not mature enough, experts advise!
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:2277
    • 提供者:dfx
  1. LBM_Linux20051208

    2下载:
  2. 格子Boltzmann方法 格子Boltzmann方法是为了保留格子气自动机方法的优点,克服其缺点而发展起来的方法。 特别是1992年,钱跃弘、陈十一等的开创性工作(提出LBGK模型方法),使该方法广泛地应用到计算流体力学(单相流、多相流、多孔介质流、热对流、磁流体、反应-扩散等)。 这是“格子模型”的并行处理,在LINUX下调试通过-lattice Boltzmann method lattice Boltzmann method is to retain the lattice
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:17955
    • 提供者:张翟
  1. Cal_do

    0下载:
  2. 一个命令行运算器源代码 用C++写的命令行运算器,支持加、减、乘、除、乘方和小括号(可嵌套),乘方的符号是^^,因为在WINDOWS的命令行模式下^是一个连接符。 用法:cal expression expression = expression op expression expression = (expression) op = + | - | * | / | ^^ -a command line computing devices wit
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:165977
    • 提供者:李柳静
  1. puzzle_java

    0下载:
  2. 魔方问题是算法设计中一个难点,搜索算法的复杂度很高,在这个例子中将采用并行处理的算法对其中的限界剪枝算法进行搜索。-algorithm for solving the problem is a difficult design, search algorithm is highly complex, In this example will use parallel processing algorithms which limits pruning algorithm for the sear
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:4708
    • 提供者:秦青
  1. 2005122022582212877

    0下载:
  2. 可以实现连算,类似系统自带样式.小巧实用.代码与EXE都在包内.下载后请多提意见.我是菜鸟,呵呵. -can achieve even count, similar systems to bring their own styles. Small practical. EXE with the code in the pack. After downloading please speak up. I newcomers. Ha ha.
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:8585
    • 提供者:广泛大
  1. sugarscape_model

    1下载:
  2. 本源码应用于Java的JDK1.4.2版本+Swarm2.2 程序在Cygwin终端运行-applied to the source code of Java JDK1.4.2 version Swarm2.2 procedures Cygw in terminal operations
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:38487
    • 提供者:xiaochong
  1. 10to16

    0下载:
  2. 用c写的 十进制到十六进制转换用到的相关函数-used to write in metric Hexadecimal use the correlation function
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:3663
    • 提供者:王强
  1. deliverdata

    0下载:
  2. mpi编程,c语言,实现数据在进程间的接力传送-mpi programming, c language, the process of data in the transmission relay
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:1015
    • 提供者:tutu
  1. helloa

    0下载:
  2. 在许多情况下需要任意两个进程之间都进行数据的交换,给出一个例子任意进程 都向其它的进程问好-in many situations where the need arbitrary process between the two are the data exchange, is an example of arbitrary processes to the process other Greetings
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:1355
    • 提供者:tutu2006
  1. 24c02xxxxx

    0下载:
  2. 24c02通用读写程序,比较详细.内分页读写-24c02 procedures in more detail. Pagination within literacy
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:2493
    • 提供者:tecwon
  1. Neural_Networks_at_your_Fingertips

    0下载:
  2. 几个神经网络算法的例程,包括前向adaline, 共振art1, boltzman机, hopfield 网络, 自组织som 等等.-several neural network algorithm routines, including In this paper before, art1 resonance, Boltzman machine, hopfield networks, self-organizing som, and so on.
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:114311
    • 提供者:Z. Y. GU
  1. VHDL_nocem

    0下载:
  2. 一个用VHDL写的NoC仿真工具,证实有效。-Written in a NoC using VHDL simulation tools, proven to be effective.
  3. 所属分类:MPI

    • 发布日期:2017-04-07
    • 文件大小:60016
    • 提供者:DYP
  1. MPI_HyperQuicksort

    1下载:
  2. MPI (message passing protocol) based quicksort. HyperQuicksort version (original proposed by C.J Quinn) Tested and Developed in H.U.T by MonteCristo
  3. 所属分类:MPI

    • 发布日期:2017-03-24
    • 文件大小:5389
    • 提供者:montecristo
  1. mpi_quick

    0下载:
  2. 快速排序算法,在mpi平台下编写,适合初学者学习使用-Quick sort algorithm, written in the mpi platform, suitable for beginners to learn to use
  3. 所属分类:MPI

    • 发布日期:2017-04-03
    • 文件大小:2708
    • 提供者:马启超
  1. quicksort.c

    0下载:
  2. quick sort in parallel version with MPI
  3. 所属分类:MPI

    • 发布日期:2017-03-28
    • 文件大小:1043
    • 提供者:Shahir Salman M
  1. parallel-in-c-and-mpi

    0下载:
  2. Parallel scientific programming in C++ and MPI
  3. 所属分类:MPI

    • 发布日期:2017-05-14
    • 文件大小:3949846
    • 提供者:Jose
  1. MPICH2-in-VS2005

    0下载:
  2. MPICH2在Windows环境下_Visual_Studio_2005的环境搭建-MPICH2 environment in the Windows environment of Visual_Studio_2005 structures
  3. 所属分类:MPI

    • 发布日期:2017-11-19
    • 文件大小:309791
    • 提供者:Dong xi
  1. code-of-ugupdate-for-Isight-in-MDO

    2下载:
  2. 在Isight环境中集成UG/ANSYS,将UG的prt文件先储存文x_t格式文件,然后再导入ANSYS计算,将实现一个ugupdate.exe,功能除了更新prt文件文还将prt文件另存为x_t文件,以供ANSYS调用。-The Isight environment integrated the UG/ANSYS, the UG prt files first to store text x_t format file, and then import the ANSYS calculatio
  3. 所属分类:并行运算

    • 发布日期:2014-01-08
    • 文件大小:2101
    • 提供者:libin
  1. genetic-algorithm-in-cSharp

    0下载:
  2. C#的遗传算法实现,在学会代码的同时可以学会算法的思想-genetic algorithm in c#
  3. 所属分类:MPI

    • 发布日期:2017-04-16
    • 文件大小:14394
    • 提供者:流浪汉
  1. Parallel Programming in Fortran95 using OpenMP

    0下载:
  2. 基于OpenMP并行优化算法(Fortran 95)(Parallel Programming in Fortran95 using OpenMP)
  3. 所属分类:并行计算

    • 发布日期:2017-12-13
    • 文件大小:683522
    • 提供者:CleverC
« 12 3 4 5 6 7 8 9 10 ... 29 »
搜珍网 www.dssz.com