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

搜索资源列表

  1. biome-0.0.4.tar

    0下载:
  2. Biome是一个c++库,它的目的是个人_基于代理的模拟器(象 Swarm 或EcoSim)。它试图尽可能达到高效并且同时有好的设计-PROJECT is a c library, it is aimed at individual _ Agent-based simulator (like Swarm or EcoSim). It seeks to achieve efficient as possible while it is good design
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:124.23kb
    • 提供者:杨子
  1. 广义异或bp算法

    0下载:
  2. 本文件为用C语言实现的可实现广义异或问题的bp神经网络算法。该问题是对标准异或问题的推广。在标准异或问题中,输入X1和X2取离散量-1或+1,在广义异或问题中,输入(X1,X2)可以在区间[-1,+1] X [-1, +1]内任意取值,而输出为Y=sign(x1,x2),其中sign()为符号函数,在区间[-1,+1] X [-1, +1]内随机产生500个训练样本.本程序用标准BP网实现该分类问题.-this document for the use of C language of achi
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:15.58kb
    • 提供者:刘波
  1. SimulatedAnnealing(TSP)CSHARP

    1下载:
  2. 运用c#语言实现模拟退火算法,同时利用该算法解决旅行商(TSP)问题,获得遍历所有城市序号的最优路径。-use c # language simulated annealing, while using the algorithm to solve traveling salesman (TSP). access to the serial numbers of all the cities traverse the optimal path.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:128.32kb
    • 提供者:linvg
  1. GA_NN_test

    1下载:
  2. 遗传算法的C语言计算,同时以文本的方式输出和图形的方式输出。-genetic algorithm in C language, while the text and graphic output of the output.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:12.01kb
    • 提供者:夏辉达
  1. kcluster

    0下载:
  2. c语言的k均值聚类算法。给定类的个数K,将N个对象分到K个类中去,使得类内对象之间的相似性最大,而类之间的相似性最小的算法。-c language, k-means clustering algorithm. Given the number of categories K, will be assigned to N objects of class K to make class the similarities between objects the most, while the cat
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:2.15kb
    • 提供者:jiang
  1. Neuralnetworkalgorithmsourcecode

    0下载:
  2. 多个神经网络算法C程序源代码,如SOM、HOPFIELD、CPN、BPN、BOLTZMAN、ART、ADALINE,同时提供针对不同算法的演示源程序-Number of neural network algorithm C source code, such as SOM, HOPFIELD, CPN, BPN, BOLTZMAN, ART, ADALINE, while providing source code for the demonstration of different algor
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:106.58kb
    • 提供者:syc
  1. avoidance

    0下载:
  2. 使用C语言编写的避障程序,具有程序模块化强的特点,同时这个程序是应用到机器人的可视化避障程序的应用中,效果不错。-Using the C language obstacle avoidance procedure, with a strong feature of the modular program, while this procedure is applied to the robot' s obstacle avoidance program visualization appl
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:1.22kb
    • 提供者:xiaolubk
  1. ladder_snake

    0下载:
  2. this used for creating popular game ladder and snake in c++.this is my 1st year project while learnung c++.Hope, might be useful 4 someone.-this is used for creating popular game ladder and snake in c++.this is my 1st year project while learnung c++.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2.99kb
    • 提供者:shorya
  1. k_means_cluster

    1下载:
  2. k均值聚类算法 ,c语言实现 了基于均值的聚类分析,同时增加了多维向量分析功能,使得聚类的收敛速度更快。-k means clustering algorithm, c language implemented based on the mean cluster analysis, while increasing the multi-dimensional vector analysis functions, making the convergence faster clustering.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:320.67kb
    • 提供者:pulutarch
  1. FCM

    0下载:
  2. FCM算法是一种基于划分的聚类算法,它的思想就是使得被划分到同一簇的对象之间相似度最大,而不同簇之间的相似度最小。模糊C均值算法是普通C均值算法的改进,普通C均值算法对于数据的划分是硬性的,而FCM则是一种柔性的模糊划分。-FCM algorithm is a clustering algorithm based on division, the idea is to make it to the same cluster is divided into the biggest similari
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-10
    • 文件大小:2.02mb
    • 提供者:张瑞洁
  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. Clustering-Algorithms

    0下载:
  2. 在众多聚类算法中,基于划分的模糊聚类算法是模式识别中最常用的算法类型之一.至今,文献中仍不断 有关于基于划分的模糊聚类算法的研究成果出现.为了能更为系统和深入地了解这些聚类算法及其性质,本文从改 变度量方式、改变约束条件、在目标函数中引入熵以及考虑对聚类中心进行约束等几个方面,对在 C-均值算法的 基础上得到的基于划分的模糊聚类算法作了综述和评价,对各典型算法的优缺点进行了实验比较分析.指出标准 FCM算法被广泛应用的原因之一是它对数据的比例变化具有鲁棒性,而其他类似的算法对这种
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:442.21kb
    • 提供者:成方
  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-26
    • 文件大小:88.24kb
    • 提供者:李晨
  1. libsvm-3.20

    0下载:
  2. 同时用C和matlab是实现的支持向量机原码,请详细阅读dex.txt(如何使用)-While C and matlab realize SVM original code, please read dex.txt (how to use)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:872.31kb
    • 提供者:甘小方
  1. bnn-master

    0下载:
  2. 一个高度优化的轻量深度学习前向框架,使用C/C++语言开发,跨平台,支持读取Caffe模型文件,主要处理卷积神经网络。与市面上大多数移动端解决方案不同,我们的量化压缩技术不仅针对模型的权重,还涉及到输入的特征向量压缩。针对这一特性我们在模型文件和内存大小得到裁剪的同时还对框架的性能做了大量优化。(A highly optimized lightweight deep learning forward framework, developed using C/C++ language, cross
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2020-02-17
    • 文件大小:18.37mb
    • 提供者:123xy
搜珍网 www.dssz.com