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

搜索资源列表

  1. JSmartMiner

    0下载:
  2. 【源码共享系列-JSmartMiner.Eclipse】一个JAVA版本的数据挖掘基本框架体系,框架设计理念参考了德国著名的数据挖掘算法库XELOPES,但进行了大量的缩写,主要是为了方便研究,希望能够给在数据挖掘方面的研究工作者提供一个更有力的试验平台。(注:可以在本网站上找到本人上传的C++版本的SmartMiner)-source sharing Series-JSmartMiner.Eclipse -- a Java version of the basic framework of d
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:133265
    • 提供者:洪磊明
  1. DSAAcodes

    0下载:
  2. 《数据结构、算法与应用》从C++语言应用角度列举了要点,以大量示例实现了表、树、图数据结构,最后实证了各种典型算法。以标准C++语法,模板化设计,符合软工思想。此内容为源码。-"data structures, algorithms and applications" from the perspective of C language application listed on the main points, a large number of examples to a
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:260270
    • 提供者:ldl
  1. EightQueens

    0下载:
  2. 数据结构课程设计-八皇后算法的实现。 使用链表堆栈来实现的,涉及到一些界面编程的内容。具体也不太记得了,因为这是一年前做的了。希望广大朋友能支持一下,提供一些游戏源码参考一下。本人这学期的项目实践是开发斗兽棋这个小游戏。-curriculum design data structure-eight of the Queen's algorithm to achieve. Use Chain stack to achieve, involving some interface prog
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:138093
    • 提供者:李冰海
  1. VQbyme

    0下载:
  2. aVQ矢量量化源码,经过算法设计而后,加入许多易于理解的代码注释-aVQ VQ source, after algorithm design Afterwards, many joined the code easier to understand Notes
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:250531
    • 提供者:陈光
  1. zudlu

    0下载:
  2. 人工智能最大流算法 源码及设计文档,内含4个源代码-artificial intelligence maximum flow algorithm source code and design documents, containing four source code
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:59831
    • 提供者:lxh
  1. work

    0下载:
  2. 退火算法matlab源码,并带有详细设计说明,执行效率较高
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:254607
    • 提供者:范威
  1. c++SoruceCCodeAboutTen

    0下载:
  2. C++程序设计与应用源码、C++反射的例子、RSA算法、vc++访问DAO数据库、遍历文件夹并建成目录树、打字小程序、电子便笺 、仓库管理系统
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3119826
    • 提供者:常君君
  1. 八皇后问题源码

    0下载:
  2. 这个应该是经典编程里面的经典算法实现的八皇后问题.也通过了测试.完全达到设计要求.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:879
    • 提供者:陈天
  1. 语法分析之左递归实验

    0下载:
  2. 此为编译原理实验报告 学习消除文法左递规算法,了解消除文法左递规在语法分析中的作用 内含 设计算法 目的 源码 等等.... 算法:消除左递归算法为: (1)把文法G的所有非终结符按任一种顺序排列成P1,P2,…Pn 按此顺序执行 (2)FOR i:=1 TO n DO BEGIN FOR j:=1 DO 把形如Pi→Pjγ的规则改写成 Pi→δ1γ δ2γ … δkγ。其中Pj→δ1 δ2 … δk是关于Pj的所有规则; 消除关于Pi规则的直接左递归性 END (3)化简由(2)所得的文法。即
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:44142
    • 提供者:何浩
  1. fftcode

    0下载:
  2. fft算法的源码,是全国电子设计大赛一等奖获得者使用的-fft algorithm source is the National Electronic Design Competition first prize winner of use
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:8024
    • 提供者:jitao
  1. algorithm

    0下载:
  2. 王晓东算法设计与分析源码。vc下编译通过能够运行。且运行效率较高-Xiaodong algorithm design and analysis of source code. under vc compiler be able to run through. Operating efficiency and higher
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:2688
    • 提供者:leo
  1. algorithm2

    0下载:
  2. 王晓东算法设计与分析课后一些题目的源码。vc下全都编译通过。且在学校网站上提交通过。是学习算法较好的参考资料-Xiaodong algorithm design and analysis of the source after some of the topics. Compiling under vc all through. And in the school site is presented for adoption. Learning algorithm is a good refer
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:2723
    • 提供者:leo
  1. AIA2

    1下载:
  2. 人工免疫克隆选择算法是一种比较新型的智能算法,其基本算法结构与遗传算法是类似的,以下源码是为网络节点分组调度问题而设计的算法。-Artificial immune clonal selection algorithm is a relatively new type of intelligent algorithms, the basic algorithm structure and the genetic algorithm is similar to, the following sour
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-11-04
    • 文件大小:1196
    • 提供者:张望
  1. ChessBoard

    0下载:
  2. 算法分析与设计中用分治法解决棋盘覆盖问题。-Algorithm Analysis and Design using divide and conquer to solve the problem the board cover.
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:2232772
    • 提供者:草人
  1. fingerprint_recognition_algorithm_matlab_programmi

    1下载:
  2. matlab程序设计指纹识别算法源码fingerprint recognition algorithm matlab programming source code-fingerprint recognition algorithm matlab programming source fingerprint recognition algorithm matlab programming source code
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:9826
    • 提供者:jf
  1. MATLAB_programming_source_filtering_algorithm_for_

    0下载:
  2. MATLAB程序设计数值微分滤波算法设计源码MATLAB programming source filtering algorithm for numerical differentiation-MATLAB programming filtering algorithm for numerical differential source MATLAB programming source filtering algorithm for numerical differentiation
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:28400
    • 提供者:uyth
  1. 30个MATLAB算法应用例程

    0下载:
  2. 介绍了累计30个算法的程序案例,从神经网络、遗传、模拟退火、SVM等案例开始。(This paper introduces the case of 30 algorithms, starting with neural networks, genetic algorithms, simulated annealing, SVM and so on.)
  3. 所属分类:matlab例程

  1. chapter11

    2下载:
  2. 作为遗传算法解决车间调度问题(单目标柔性)的入门Matlab程序,来源:Maltab智能算法30个案例分析第11章:基于多层编码遗传算法的车间调度算法。(As the genetic algorithm to solve the shop scheduling problem (single objective flexible) introduction to Matlab procedures, source: Maltab intelligent algorithm analysis ch
  3. 所属分类:matlab例程

    • 发布日期:2018-04-28
    • 文件大小:10240
    • 提供者:路人07
  1. tcwkej

    0下载:
  2. 此程序源码为算法分析与设计中的棋盘覆盖问题,以经过调试,可以根据需要在源码中改棋盘大小,()
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-05-02
    • 文件大小:8192
    • 提供者:Ceuilha
  1. dhrtructordepth

    0下载:
  2. FIR滤波器的设计实验[含程序源码],可以实用,有参考价值的()
  3. 所属分类:数值算法/人工智能

« 12 3 4 »
搜珍网 www.dssz.com