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

搜索资源列表

  1. test06

    0下载:
  2. 一个基于OpenMP的并行粒子群优化算法编程,类似于计算器,使用时只需对适应度函数进行相应改动,且并行计算效率相对较高-A programming based on the OpenMP parallel particle swarm optimization algorithm, similar to the calculator, use only the fitness function to make the appropriate changes, and the parallel c
  3. 所属分类:MPI

    • 发布日期:2017-06-02
    • 文件大小:14720154
    • 提供者:汤良宇
  1. yichuansuanfa

    0下载:
  2. 基于遗传算法工具箱的编程,是金融数量分析:基于MATLAB编程中的示例,非常有用-Programming based on genetic algorithm toolbox, number of financial analysis: based on MATLAB programming example, very useful
  3. 所属分类:assembly language

    • 发布日期:2017-04-08
    • 文件大小:619
    • 提供者:vicky
  1. filter-arithmetic

    0下载:
  2. 编程经常用到的滤波算法大全,非常详细的说明-Programming frequently used filtering algorithm Daquan, a very detailed descr iption of
  3. 所属分类:assembly language

    • 发布日期:2017-04-06
    • 文件大小:9700
    • 提供者:tim
  1. shop

    0下载:
  2. 算法实验作业 3-3 购物问题 问题描述: 由于换季,某商场推出优惠活动,以超低价格出售若干种商品。但是,商场为避免过分 亏本,规定某些商品不能同时购买,而且每种超低价商品只能买一件。身为顾客的你想获得 最大的实惠,也就是争取节省最多的钱。经过仔细研究过,我们发现,商场出售的超低价商 品中,不存在以下这种情况: n(3≤n)种商品 c1, c2, c3,…, cn,其中 ci和 ci+1是不能同时购买的(i=1, 2, …,n-1),而 且 c1和 cn也不能同时购买
  3. 所属分类:source in ebook

    • 发布日期:2017-04-07
    • 文件大小:1484
    • 提供者:begin
  1. AES-encryption-algorithm-

    0下载:
  2. 本例通过C语言编程来实现AES的加密算法-C programming language to implement the AES encryption algorithm
  3. 所属分类:source in ebook

    • 发布日期:2017-11-05
    • 文件大小:3909
    • 提供者:王威
  1. MP_PageRank

    0下载:
  2. 利用mapreduce编程思想,个人编写的网页排名算法,绝对可用。若果想要在集群上运行,可能需要对于数据集格式做调整。-Mapreduce programming ideas, personal written page rank algorithm is absolutely available. If you want to run on a cluster, you may need to adjust the format of the data sets.
  3. 所属分类:MPI

    • 发布日期:2017-11-20
    • 文件大小:10824
    • 提供者:wujianyang
  1. diaodu

    0下载:
  2. 用时间片轮转算法和优先度算法实现进程的调度。 用vc++编程。-Round Robin with a time slice and priority process scheduling algorithm. The programming with vc++.
  3. 所属分类:OS Develop

    • 发布日期:2017-11-11
    • 文件大小:274118
    • 提供者:hanya
  1. lisanbiancheng

    1下载:
  2. 离散编程,求关系的传递闭包,真值表,求偏序关系的极大元与极小元,消解算法 求关系的传递闭包 输入 一次输入一个关系矩阵,每一行两个相邻元素之间用一个空格隔开,输入元素的行与列分别对应关系矩阵的行与列。 输出 输出该关系的传递闭包所对应的关系矩阵,要求格式与输入的格式相同。-Discrete programming, find the relationship between the transmission of closure, truth tabl
  3. 所属分类:assembly language

    • 发布日期:2017-11-28
    • 文件大小:6510
    • 提供者:黄艳玲
  1. shuzhifenxi

    0下载:
  2. 数值分析,对于普通的编程实现一定的算法有很大的帮组,这是本人作业,服役偶偶程序计一定的解释-In order to improve the adaptation property of the system by making the best of the direction of distribution of radar measurement errors, a optimum estimation algorithm for Kepler orbit is proposed, whic
  3. 所属分类:MPI

    • 发布日期:2017-11-30
    • 文件大小:21112
    • 提供者:蒋海旭
  1. analysis

    1下载:
  2. 编写语法分析程序,实现对算术表达式的语法分析。要求所分析算术表达式由如下的文法产生: E->E+T|E-T|T T->T*F|T/F|F F->id|(E)|num 实验要求:在对输入表达式进行分析的过程中,输出所采用的产生式。 编程实现算法4.2,为给定文法自动构造预测分析表。 编程实现算法4.1,构造LL(1)预测分析程序。-Write a parser, parsing arithmetic expressions. Requirem
  3. 所属分类:Compiler program

    • 发布日期:2015-07-01
    • 文件大小:5120
    • 提供者:
  1. parallel-compute.

    0下载:
  2. 一个基于OpenMp并行编程的实例,基于多线程,多线程比单线程下节省运行时间的典型例子。算法内容主要是计算矩阵乘积,再求个元素和。可通过"任务管理器"-"性能"查看运行在多核上。-Typical example of a parallel programming based OpenMp instance, save run time based on the multi-threaded, multi-threading than single-threaded. The algorithm
  3. 所属分类:MPI

    • 发布日期:2017-11-21
    • 文件大小:21072
    • 提供者:shell
  1. GA

    0下载:
  2. 介绍了一个遗传算法实例,用c++语言编程,源代码-Examples of genetic algorithm
  3. 所属分类:source in ebook

    • 发布日期:2017-11-09
    • 文件大小:6575
    • 提供者:谢梦星
  1. matlab-ga

    0下载:
  2. 基本遗传算法的MATLAB语言源程序。(遗传算法的应用范围极其广泛,它可应用于函数优化、组合优化、生产调度问题、自动控制、机器人学、图像处理、人工生命、遗传编程以及机器学习等领域。)-Basic genetic algorithm matlb language sourc-e code. (Genetic algorithm extremely broad range of applications, it can be applied to function optimization, com
  3. 所属分类:MPI

    • 发布日期:2017-11-11
    • 文件大小:3462
    • 提供者:derek
  1. Classical-programming-based-on-C

    0下载:
  2. 【CPP】经典编程900例(C语言),基于c语言的各种源代码,经典算法,系统调用,dos调用等,学习c语言的极品源码资料-Classical programming 900 cases (C), source code based on the C language; all kinds of classical algorithm, the method about system calls(DOS) learning C language source code of the need f
  3. 所属分类:source in ebook

    • 发布日期:2017-11-17
    • 文件大小:184268
    • 提供者:刘急
  1. Flood-regulation

    0下载:
  2. 洪水调节,根据试算法原理采用matlab编程。-Flood regulation, according to the principles of the test algorithm using matlab programming.
  3. 所属分类:assembly language

    • 发布日期:2017-11-11
    • 文件大小:11740
    • 提供者:尹栓
  1. matlab-Genetic-algorithm-toolb

    0下载:
  2. 遗传算法matlab的工具箱,关于遗传算法的matlab基本编程程序,Genetic algorithm matlab toolbox genetic algorithm matlab basic programming procedures
  3. 所属分类:ELanguage

    • 发布日期:2017-11-10
    • 文件大小:219184
    • 提供者:maqian
  1. Basic-1_Lucky_LV80

    0下载:
  2. LabView编程,LabView程序,做一个转盘随机停止的抽奖游戏程序,其中的一些算法值得学习。-LabView programming, LabView program, do a dial random stop of the game program, some of which algorithm is worth learning.
  3. 所属分类:LabView

    • 发布日期:2017-11-27
    • 文件大小:360415
    • 提供者:qinyuping
  1. model-anlysys

    0下载:
  2. 用c++编程实现模拟模态谐振子的数学算法-C++ programming analog the modal harmonic oscillator algorithm
  3. 所属分类:MPI

    • 发布日期:2017-11-11
    • 文件大小:4008013
    • 提供者:tang
  1. aa

    0下载:
  2. 利用分治法,写一个二分检索的递归算法,在计算机上编程实现,同时进行时间复杂性分析。(要求用递归方法实现)-Divide-and-conquer method, write a recursive algorithm to retrieve a dichotomy, computer programming, and simultaneously the time complexity of the analysis. (Using recursive method to achieve)
  3. 所属分类:source in ebook

    • 发布日期:2017-12-01
    • 文件大小:30834
    • 提供者:熊磷
  1. DTWvoice-recognition

    0下载:
  2. DTW语音识别算法,MATLAB对DTW算法编程,实现对语音的识别-voice recognition
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-11-14
    • 文件大小:1165157
    • 提供者:范露露
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 16 »
搜珍网 www.dssz.com