CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 人工智能/神经网络/遗传算法 搜索资源 - algorithms in c

搜索资源列表

  1. BP1_7

    0下载:
  2. bp算法,网络为1-5-2-2-1。函数为y=sin(3x)cosx+1。这是用c语言写的,能运行,可以画图,这是神经网络的一个作业。-bp algorithms, network 1-5-2-2-1. To function y = sin (3x) cosx 1. It is written in C language, can run, drawing, which is a neural network operations.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3.88kb
    • 提供者:我是谁
  1. SGA_AUTO.C

    0下载:
  2. 自适应遗传算法之C语言版本,自适应遗传算法之C语言版本-adaptive Genetic Algorithms C language version, adaptive Genetic Algorithms in C Language Version
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:5.28kb
    • 提供者:刘洪文
  1. Basic_Sort

    0下载:
  2. This source code is about the basic sorting algorithm implemented in C#. The algorithms included are Bubble Sort, Insertion Sort, Selection Sort. User can trace how s the sorting algorithm works. -This source code is about the basic sorting algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:128.4kb
    • 提供者:tongtong
  1. Hidden_Markov_model_for_automatic_speech_recogniti

    0下载:
  2. Hidden_Markov_model_for_automatic_speech_recognition This code implements in C++ a basic left-right hidden Markov model and corresponding Baum-Welch (ML) training algorithm. It is meant as an example of the HMM algorithms described by L.Rabiner
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:22.93kb
    • 提供者:张志
  1. c++实现的KNN库:建立高维度的K-d tree

    0下载:
  2. c++实现的KNN库:建立高维度的K-d tree,实现K邻域搜索,最小半径搜索-K-NN algorithm implementation. It supports data structures and algorithms for both exact and approximate nearest neighbor searching in arbitrarily high dimensions.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-03-22
    • 文件大小:610.07kb
    • 提供者:duckur
  1. nnToolKit_src

    4下载:
  2. nnToolKit 神经网络工具包是基于 MATLAB 神经网络工具箱自行开发的一组神经网络算法函数库,其中的函数在MATLAB环境下均可独立运行,并可打包成DLL组件,这些组件作为独立的COM对象,可以直接被Visual Basic、Visual C++ 、C++ Builder或其它支持COM的高级语言所引用。本工具包中包含的算法包括BP算法中的一些改进算法、模糊神经网络、小波神经网络、遗传算法优化神经网络权值改进算法等,根据需要,读者还可以对该工具包进行扩展,即扩充一些新的函数,以实现特殊
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-01-27
    • 文件大小:10.36mb
    • 提供者:魏建明
  1. bp

    2下载:
  2. bp算法实现,运行正常。人工神经网络中BP算法实现了多层反馈式学习过程-bp algorithm, operating normally. BP artificial neural network algorithms in multi-layer feedback-based learning process
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:12.97kb
    • 提供者:yxluo
  1. TSP_GA

    2下载:
  2. 《智能优化算法》课的作业,用遗传算法解TSP问题。其间遇到了收敛速度慢的问题,也是在这个网找到了解决方案。大家下载的应该都是那个VC6的Windows程序。我这个是从零开始写的,大家看起来应该容易懂些。C++的Console程序,VC2005下编译。全部用STL,所以旧的编译器可能会有点问题。压缩包内有谢胜利的论文:《TSP遗传算法的改进》。正是用他的贪婪交配才使得10代左右解就收敛到很好。再次赞一下!-" Intelligent Optimization Algorithms"
  3. 所属分类:AI-NN-PR

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

    0下载:
  2. 该程序是蚁群算法和遗传算法的混合算法的C语言程序在求解TSP问题时的应用,可以进行扩展到其他问题的两种算法应用-The program is ant colony algorithm and genetic algorithm hybrid algorithm in the C language program to solve the issue of the application of TSP, can be extended to other applications of the tw
  3. 所属分类:AI-NN-PR

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

    1下载:
  2. 用C语言实现的数据仓库中的数据挖掘算法的一段代码 带有详细的注释-Using C language in the data warehouse data mining algorithms with a detailed section of code Notes
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-03-31
    • 文件大小:231.96kb
    • 提供者:simon
  1. yerenguohe

    0下载:
  2. 人工智能中经典算法野人过河的问题C语言实现-Classic algorithms in Artificial Intelligence Savage C language implementation issues across the river
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:2.63kb
    • 提供者:夏天
  1. TSP_GA

    0下载:
  2. 在c语言中用遗传算法解决旅行商问题的一个简单的程序,含有主程序,数据文件-In c language using genetic algorithms to solve the traveling salesman problem of a simple program, with the main program, data file
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:3.37kb
    • 提供者:陈建飞
  1. BP1

    0下载:
  2. C环境下实现的人工智能中神经网络的中标准bp算法,输入向量14维-C environment to achieve the artificial neural network algorithms in the standard bp, 14-dimensional input vector
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:376.87kb
    • 提供者:朱明
  1. TSP110707

    1下载:
  2. 本文首先提出了基于TSP 的多点位加工路径优化模型以最高生产效率为目标 函数并以数控中心的多孔位加工和多点位焊接两个典型的自动化加工系统为例来 验证该模型的经济性和适用性其次分别为这两个系统建立了基于TSP 的路径优 化模型模型中考虑了实际加工时的系统中约束条件的影响如数控加工中心的换 刀速度主轴移动速度和焊接机器人的工作台转动速度等提出了近似法将数 控加工中心主轴对同一个孔位n 次重复遍历如钻粗镗精镗等简化对n 个 极小间距的相邻点位的一次遍历从而建立相应的多点位数控加
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:511.17kb
    • 提供者:翁經堯
  1. yiqunsuanfa

    0下载:
  2. 蚁群算法的C++代码。包含基本蚁群算法,排序蚁群算法和最大最小蚁群算法。-Ant colony algorithm in C++ code. Includes the basic ant colony algorithm, sorting algorithm and the maximum and minimum colony ant algorithms.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-26
    • 文件大小:32.69kb
    • 提供者:陈波
  1. Ant-scheduling-in-java-and-C

    0下载:
  2. 蚁群调度算法的java及C语言实现,附模型设计论文。-Ant scheduling algorithms java and C language, pay modeling papers.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:31.5kb
    • 提供者:chengy
  1. HMM

    0下载:
  2. VisualBasic 的 HMM 范例 HMM模型,Viterbi,滑动窗算法唐纳 Helland(定位在人类的DNA基因的目的)-HMM、Viterbi、and Sliding Window Algorithms (for purposes of locating genes in human DNA) by Tanner Helland This project demonstrates use of a Hidden Markov Model (HMM) to define
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:33.3kb
    • 提供者:ji zuo-xin
  1. Maze

    0下载:
  2. 一个迷宫小游戏,迷宫的地图采用自适应算法随机生成,在随机的同时保证游戏的难度,界面用win api写的,算法用C++写的。-A maze game, maze map adaptive algorithm randomly generated to ensure that the difficulty of the game, while random interface with win api to write algorithms in C++ to write.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-30
    • 文件大小:1.67mb
    • 提供者:蒋鹏
  1. Algorithms-for-FCM

    1下载:
  2. 模糊聚类方法在C均值聚类算法中的应用研究;作者: Sadaaki Miyamoto-Algorithms for Fuzzy Clustering Methods in c-Means Clustering with Applications Studies in Fuzzine(FCM)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-16
    • 文件大小:3.54mb
    • 提供者:李 乐
  1. Single-objective-GA-code-in-C

    0下载:
  2. 遗传算法,适用于单目标的优化情况,C语音编写-Genetic algorithms for optimization case of a single goal, C prepared speech
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:28.03kb
    • 提供者:xcy
« 12 3 »
搜珍网 www.dssz.com