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

搜索资源列表

  1. GA遗传算法C语言

    1下载:
  2. 遗传算法方面比较基础的源代码,有助于初学者加深对算法的理解!
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2010-10-26
    • 文件大小:238528
    • 提供者:xuhaitao1123
  1. main

    0下载:
  2. 神经网络算法的C语言实现,可以在此基础上根据所要解决的问题进行修改-Neural network algorithm to achieve the C language, can be based on issues resolved to amend
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:4808
    • 提供者:张驰
  1. GAdemo

    0下载:
  2. C语言实现的遗传算法示例源程序,是初学者对遗传算法理解和学习的好的材料和基础,有利于对ga的进一步掌握-C language implementation of genetic algorithm source code examples are genetic algorithms for beginners to understand and learn from good materials, and infrastructure are conducive to the further
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:3309
    • 提供者:zsy
  1. yichuansuanfa

    0下载:
  2. 使用C#语言编写的基础的遗传算法程序,希望对大家学习遗传算法有帮助。-a GA program used C#.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:15475
    • 提供者:choicer
  1. DS18B20

    0下载:
  2. 本书系统地介绍了图像处理与识别的基本原理、典型方法和实用技术。全书共分12章,第1章-第6章是图像处理与识别的基础内容,包括图像科学综述、MATLAB语言图像编程、图像增强、图像分割、图像特征提取和图像识别;第7章-第10章是图像处理与识别的工程实例,涵盖了医学图像处理、文字识别和自导引小车路径识别等应用实例,并结合理论算法,提供了大量MATLAB代码程序,以帮助读者掌握如何使用MATLAB语言快速进行算法的仿真、调试和估计等方法。第11章-第12章,是两个综合性较强的实例,分别足Visual
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:1241096
    • 提供者:张丽玲
  1. c-language

    0下载:
  2. 用c语言编写的标准遗传算法程序,有较为详尽的解释,可以再此基础上进行改进和扩展。是我很不容易找到的-C language standard genetic algorithm, a more detailed explanation can be based on improved and expanded. I am very easy to find
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:7783
    • 提供者:ji
  1. BP(C-write)

    0下载:
  2. 非常简单实用的神经网络代码,用C编写,实用语言基础一般的同志,特此推荐-Very simple neural network code, written in C, the comrades of the basis of pragmatic language, and hereby recommend
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:8563
    • 提供者:王倩登
  1. 1

    0下载:
  2. 神经网络感知器 C语言实现 神经网络算法基础-Perceptron neural network C language-based neural network algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-12
    • 文件大小:2579158
    • 提供者:corner
  1. A_Star

    0下载:
  2. A星算法解决八数码问题,代码共有两种,基础版用于接收外部输入,解决输入状态到输出状态的变化,训练版为在已写好的数据集(362880个数据)下测试运行效果,代码用C语言书写,较为简洁-A star algorithm to solve the problem of the digital code there are two basic version for receiving an external input, output changes state to resolve the inpu
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-20
    • 文件大小:5923088
    • 提供者:
  1. IDA_star

    0下载:
  2. 使用IDA星算法解决八数码问题,效果比A星算法更好,运行速度更快,代码更为简洁,代码用C++语言编写,共包含基础版和测试版两个文件夹,测试版为在所写数据集上测试效果(362880个数据),基础版为人为输入源状态与目标状态,进行转化-IDA Star algorithm using eight digital problem solving, better than the A Star algorithm, run faster, more concise code, the code used
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-15
    • 文件大小:3944318
    • 提供者:
  1. Artificial-Intelligence-by-Prolog

    0下载:
  2. 主要讲述如何运用Prolog语言实现人工智能(附代码),作者Neil C.Rowe。Prolog(Programming in Logic的缩写)是一种逻辑编程语言。它建立在逻辑学的理论基础之上,广泛应用于人工智能领域。-Focuses on how to use the Prolog language artificial intelligence (with code), author Neil C.Rowe. Prolog (Programming in Logic acronym) is
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:804938
    • 提供者:龙天
  1. rrt-0.3

    0下载:
  2. 机器人路径规划的程序算法,用C++语言实现,在传统的RRT算法的基础上进行改进,使路径规划的时间大大缩短,同时增加寻优效率-Program robot path planning algorithm, with C++ language, make improvements in the traditional RRT algorithm, so that the path planning time is greatly reduced, while increasing efficiency
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:90362
    • 提供者:李晨
  1. ZDBZ

    0下载:
  2. arduino开源电子平台自动避障代码,以C语言和C++语言为基础-arduino open electronic platform automatic obstacle avoidance code in C language and C++ language-based
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1635
    • 提供者:周法冉
搜珍网 www.dssz.com