CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - computational

搜索资源列表

  1. simple2

    0下载:
  2. 计算流体力学中的simple算法,二维情况-computational fluid dynamics algorithm for the simple, two-dimensional case
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:36.88kb
    • 提供者:易牧
  1. CGAL-3.0.1

    0下载:
  2. CGAL is a collaborative effort of several sites in Europe and Israel. The goal is to make the most important of the solutions and methods developed in computational geometry available to users in industry and academia in a C++ library. The goal is to
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-09
    • 文件大小:6.25mb
    • 提供者:巢志骏
  1. simgrid-2.18.2.tar

    0下载:
  2. SimGrid for linux安装软件,SimGrid 提供了一系列核心函数,用以建立异构分布环境下分布应用的仿真环境。该 项目的主要目标是为在分布计算环境下进行分布并行应用调度研究提供一个仿真环境,这里 的分布计算环境可以是简单的工作站组成的网络,也可以是复杂的计算网格-SimGrid for linux to install the software, SimGrid to provide a series of core functions, to set up the dis
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-02
    • 文件大小:693.02kb
    • 提供者:llx
  1. jj

    0下载:
  2. CORNACCHIA Algorithm * * GOAL: given d and p prime, find (x,y) such that x^2 + y^2 = d * p * * in this implementation, d = 1. This code does not accept d <> 1 !!! * see "A Course in Computational Algebraic Number Theory" by Henri
  3. 所属分类:CA program

    • 发布日期:2017-03-28
    • 文件大小:2.1kb
    • 提供者:silkan
  1. encrypt

    0下载:
  2. 一个有关对称加密的VC代码,有效地减少了运算量,并能够实时应用-The VC on a symmetric encryption code, effective in reducing the computational complexity and be able to real-time applications
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-08
    • 文件大小:240.56kb
    • 提供者:苏金坡
  1. juzhensyanbfa

    0下载:
  2. 给出了微机网络并行计算环境和拥有共享内存的并行计算环境下大规模矩阵相乘的几种 并行算法,分析了这些算法的计算和通讯时间复杂性,在多台微机上安装并行消息传递机制MPI (message passing interface) ,构成微机网络并行计算环境,在该环境下对所给算法作了数值试验, 结果表明所给出的算法非常有效,同时在程序没有改动的条件下,将微机网络并行环境下的程序移 植到具有共享内存的并行计算机IBMP650 上,结果表明,所给算法具有更高的加速比和并行效率。-Gives t
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-25
    • 文件大小:123.09kb
    • 提供者:澄海
  1. Zoning-calculator

    0下载:
  2. 分区取整数计算器是一个专门用于磁盘分区取整数的计算工具,让您在资源管理器里查看磁盘的时候会舒服一些,呈现在眼前的全是整数,不用担心出现99.99GB这样的情况-Partition is rounded calculator is a specially used for disk partition is rounded computational tool, let you be in resource manager when viewing disk will feel comfortab
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:262.31kb
    • 提供者:发发
  1. RSA

    0下载:
  2. c语言编写 非对称密钥加密 密码学实验 公钥密码 但是 计算效率不太高啊-c language asymmetric key encryption cryptography experimental public key cryptography, computational efficiency is not too high
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:23.92kb
    • 提供者:lee
  1. elgamal

    0下载:
  2. ElGamal算法,是一种较为常见的加密算法,它是基于1984年提出的公钥密码体制和椭圆曲线加密体系。既能用于数据加密也能用于数字签名,其安全性依赖于计算有限域上离散对数这一难题。在加密过程中,生成的密文长度是明文的两倍,且每次加密后都会在密文中生成一个随机数K。-The ElGamal algorithm is a more common encryption algorithm, which is based on the 1984 public key cryptosystem and e
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:1.83kb
    • 提供者:李小龙
  1. homework5

    0下载:
  2. 编写一个单队列线程池应用,在应用中存在两种线程:一个用户线程,用于向线程池发送加法计算请求;若干计算线程,接收来自线程池的加法请求,计算后将结果返回给用户线程。其中用户线程拥有自己的消息队列,若干计算线程共享一个消息队列。测试时需要向线程池提交>=1000个加法请求,用户线程需要验证是否收到结果。-The preparation of the application of a single queue thread pool, there are two threads in the ap
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-17
    • 文件大小:4.68mb
    • 提供者:熊涛
  1. HYPLAS_v2.0

    0下载:
  2. finite element program for computational plasticity
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-25
    • 文件大小:208.85kb
    • 提供者:garryboss
  1. MarkovNGramm

    0下载:
  2. In the fields of computational linguistics and probability, an n-gram is a contiguous sequence of n items a given sequence of text or speech. The items can be phonemes, syllables, letters, words or base pairs according to the application. The n-grams
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-13
    • 文件大小:2.3kb
    • 提供者:Gebo15
  1. op_divide_rep

    0下载:
  2. The filter function was modified to reduce the computational complexity.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:4.55kb
    • 提供者:huixueqj
搜珍网 www.dssz.com