CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 源码下载 数值算法/人工智能

资源列表

« 1 2 ... .03 .04 .05 .06 .07 25508.09 .10 .11 .12 .13 ... 28275 »
  1. Gen2005

    0下载:
  2. 遗传算法的一个库,算法设置比较灵活,需要懂算法的人来下载-a genetic algorithm library, set up a more flexible algorithm, the algorithm needs to understand people to download
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2397194
    • 提供者:tom
  1. FFTNEW

    0下载:
  2. 傅立叶变化,演示源码,可以很快入门,很好的小东西-Fourier changes demo source can be quickly entry, the small things well
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:98206
    • 提供者:tom
  1. ch555555

    0下载:
  2. C数据结构常用算法程序集5,描述数据结构算法。-C data structures commonly used algorithm suite 5, describe data structure algorithms.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:18292
    • 提供者:张刚
  1. ch222222

    0下载:
  2. C数据结构常用算法程序集2,描述数据结构算法。-C data structures commonly used algorithm Set 2, describe data structure algorithms.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:16136
    • 提供者:张刚
  1. ch111111

    0下载:
  2. 数据结构常用算法程序集1,描述数据结构算法。-data structure used an algorithm set procedures described algorithm data structure.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:14884
    • 提供者:张刚
  1. 基因计算

    0下载:
  2. 简单遗传算法(SGA) 主要算法模块有:选择 交叉 变异 (三个遗传操作) 和 群体更新 -simple genetic algorithm (SGA) algorithm for the main modules are : choice of crossover and mutation (3 Genetic Manipulation) and update groups
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:4082
    • 提供者:赵小美
  1. simul2

    0下载:
  2. 用于求解环境污染物在地下水中迁移规律的解析解-for solving environmental pollutants in the groundwater migration laws of the analytic solution
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1584
    • 提供者:宋伟
  1. 用c实现的约瑟夫环问题

    0下载:
  2. 约瑟夫问题有原始的约瑟夫和发展了的约瑟夫两种。 原始的约瑟夫的描述: 古代某法官要判决N个犯人的死刑,他有一条荒唐的法律,将犯人站成一个圆圈,从第S个人开始数起,每数到第D个犯人,就拉出来处决,然后再数D个,数到的人再处决———直到剩下的最后一个可赦免。 发展的约瑟夫的描述: 古代某法官要判决N个犯人的死刑,但这N个人每人持有一个密码,他有一条荒唐的法律,将犯人站成一个圆圈,法官先给出一个密码M,从第S个人开始数起,每数到第M个犯人,就拉出来处决,再根据这个人所持有的密码F,然后再数F个,数到的
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2373
    • 提供者:曾德胜
  1. 用c实现的商品货架算法

    0下载:
  2. 问题描述: 假设一个商店,它有一个货架和一个仓库,当货架上的商品数量少于一定的数目时,从仓库运一定数量的商品摆到货架上,当仓库里的商品的数量少于一定的数目时,购买商品把仓库填满,商品的出售要按照商品的生产日期来,快要过期的商品要先出售。 解决问题的方法: 用了两个栈和 一个队列,把队列当作仓库,用一个栈作为货架,把另一个栈当作临时的存储箱。当要往货架上添商品时,先把作为货架的栈中的元素全都压到作为存储箱的栈中,再把仓库中的元素压到存储箱中,然后再把存储箱中的所有元素都压到货架上,这样,就能保证快
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2328
    • 提供者:曾德胜
  1. 开散列的散列表

    0下载:
  2. 利用闭散列方法中的线形探查建立散列表。用c实现的。-closed hash method using the linear exploration establish hashtable. C used to achieve.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:32013
    • 提供者:曾德胜
  1. 二叉树的中序遍历和存储

    0下载:
  2. 用c实现的二叉树的中序遍历的读取与存储,能体现出向左倒的二叉树的打印界面,界面简单。-achieved using the binary tree traversal sequence which read and storage, will be shown left one of the binary tree Print interface that simple.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:46970
    • 提供者:曾德胜
  1. chenxu1

    0下载:
  2. 遗传算法的一个演示程序,演示了遗传算法的一些简单的功能,能够使人更加明白的了解遗传算法的好处!-a genetic algorithm Demonstration Program, demonstrated the genetic algorithm with some simple functions that could lead to a greater understanding of the genetic algorithm understanding of the benefits
  3. 所属分类:生物技术

    • 发布日期:2008-10-13
    • 文件大小:3860
    • 提供者:叶勇
« 1 2 ... .03 .04 .05 .06 .07 25508.09 .10 .11 .12 .13 ... 28275 »
搜珍网 www.dssz.com