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

搜索资源列表

  1. C_jishuanqi

    0下载:
  2. 说明: 此计算机可以计算同时超过多个操作项的什. 例如: y = 3 + 64 * (2 + 3^5) + sinPI 的值, 用括号区分优先级,如果有大量很长的算式需要计算,可以试一下这个计算器. 开发语言: C#语言,用Stack原理实现 -Note : This computer also can be calculated over a number of operational items even. For example : y = 3 64 * (2 ^ 5) sinPI val
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:18487
    • 提供者:leisuee
  1. MatlabSVM

    0下载:
  2. 基于Matlab的SVM模式分类方法的实验系统,有仿真实验,有举例说明,可用于参考-Matlab-based classification method of SVM model experimental systems, there are simulation results, there are examples, can be used for reference
  3. 所属分类:MPI

    • 发布日期:2017-03-26
    • 文件大小:699252
    • 提供者:宁先生
  1. CPP

    1下载:
  2. C++大数类可实现大数的四则运算,,本文提供源代码和详细说明。-C++ class can achieve large numbers of large numbers of arithmetic, This article provides source code and detailed instructions.
  3. 所属分类:MPI

    • 发布日期:2017-04-03
    • 文件大小:68483
    • 提供者:李高伟
  1. 40fpga

    0下载:
  2. 40个FPGA开发的简单实例,让初学者很好的入门。里面都有详细的程序设计思想说明。-You can use the verilog to realize a counter.
  3. 所属分类:MPI

    • 发布日期:2017-11-28
    • 文件大小:46529
    • 提供者:liu
  1. LCD1602

    0下载:
  2. 这是veriolg版本的1602程序,写得很具体,还有必要的说明。用这个可以改成自由显示的那种。-This is a version of the 1602 verilog program, written very specifically, there is the necessary instructions. With this kind of freedom can be changed to display.
  3. 所属分类:MPI

    • 发布日期:2017-04-30
    • 文件大小:499105
    • 提供者:薄迪
  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
  1. MPI

    1下载:
  2. 上课时候的作业和一些老师的程序 用MPI编写,需要的可以看看 里面附有使用说明(Homework in class and some teacher's procedures Write with C's MPI, you can see what you need Instructions for use are attached)
  3. 所属分类:并行计算

搜珍网 www.dssz.com