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

搜索资源列表

  1. ych2

    0下载:
  2. 遗传算法的c语言程序-Genetic Algorithm c Language Program
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:308787
    • 提供者:陈孟
  1. 遗传算法基本算法

    1下载:
  2. 这个是关于遗传算法的比较完整的C语言程序,个人觉得还是比较有参考价值。-on the genetic algorithm is relatively complete C language program, individuals think it is quite a reference value.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:65295
    • 提供者:沈忆
  1. MDEFIR3

    0下载:
  2. 给出了FIR滤波器设计的C语言程序,可以根据设计要求,灵活地调整参数,得到需要的滤波器参数。-given FIR filter design in C language program, according to the design requirements, flexibility to adjust parameters and the filter parameters.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1521
    • 提供者:张洪欣
  1. bpnnet

    0下载:
  2. 这是一个解决XOR问题的基于BP神经网络的C语言程序 隐层中有一个节点-This is a solution to the problem XOR BP neural network-based C language program hidden layer is a node
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:12141
    • 提供者:金阳
  1. bp c语言程序

    0下载:
  2. bp神经网络 c语言程序-bp neural network c Language Program
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:7709
    • 提供者:方锐
  1. sga-c

    0下载:
  2. 利用C开发的一个遗传算法案例。C语言程序在Dev-Cpp下编译通过,在VC下面应当也可以编译通过。-Use C to develop a genetic algorithm case. C language program at compile under Dev-Cpp is passed, the following should be in the VC can also be compiled through.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:33539
    • 提供者:eric
  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-28
    • 文件大小:88021
    • 提供者:chenjing
  1. Theprogram

    0下载:
  2. 摘要:介绍了一种在C 语言应用程序中调用MATLAB 资源设计模糊控制应用程序的方法。即利用Matlab Fuzzy Logic 工 具箱中的独立C 代码模糊推理引擎函数库,在C 语言应用程序中,调用Matlab Fuzzy Logic 工具箱建立的模糊推理系统数 据文件( 3 . fis) , 从而得到能独立运行的C 语言模糊控制应用程序。 关键词:MATLAB 模糊逻辑工具箱 独立C 代码模糊推理引擎 模糊控制应用程序 中图分类号: TP273 : TP391  文献标识码:
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:72612
    • 提供者:carson
  1. new

    0下载:
  2. 遗传算法,本代码包含一个C语言程序,利用遗传算法设计纳米滤波器-The genetic algorithm, this code contains a C language program, using the genetic algorithm design of nano-filters
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:810222
    • 提供者:rita
  1. bigback5.tar

    1下载:
  2. 卡文迪许实验室的 D. J. Mackay 教授在读博期间编写的验证Bayesian和Neural网络的C语言程序/软件包。在Ubuntu8.04-Linux下面可以正常编译并计算结果。文件中含有部分试验所用过的数据!-Professor D. J. Mackay of Cavendish Laboratory. When he was a Ph.D student, he wrote this codes for validating Bayesian and Neural Networks
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-06-07
    • 文件大小:1692909
    • 提供者:王磊
  1. CGA

    0下载:
  2. C语言编写的遗传算法程序,可用来进行参数优化-Genetic algorithm written in C language program can be used for parameter optimization
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:80793
    • 提供者:wanglei
  1. PSO

    0下载:
  2. 标准粒子群优化算法的完整C语言程序,可以执行的-Standard PSO complete C language program, can perform
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:3108
    • 提供者:jame
  1. bb

    0下载:
  2. 人工智能中的八数码问题,应用A*算法的C语言程序-Eight digital problems in artificial intelligence, application A* algorithm C language program
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:1736
    • 提供者:刘遥
  1. AI

    0下载:
  2. 人工智能,野人与传教士c语言程序。在vc6.0环境中能够正常运行。-Artificial intelligence, savage and missionaries c language program. In vc6.0 environment to normal operation.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2571
    • 提供者:汤磊
  1. Robot-Programming-in-C

    0下载:
  2. 虚拟机器人-C语言机器人编程指南 C语言机器人编程指南,介绍了如何使用C语言进行机器人编程-Virtual robot-C Language C Language Programming Guide Robot Robot Programming Guide, describes how to use C language to program robots
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:282658
    • 提供者:kunugi
  1. BP-on-matlab-and-C-cPP

    0下载:
  2. 本文档中的程序是关于BP算法的,包含了Matlab的BP算法、C++的BP算法和C语言的BP算法及使用说明,程序中均有注释,理解比较方便,希望能帮上大家。-The procedures in this document is on the BP algorithm, the BP algorithm includes Matlab, C++ in the BP algorithm and BP algorithm and C language instructions, program note
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-25
    • 文件大小:22115
    • 提供者:std_logic
  1. mo-ni-tui-huo

    0下载:
  2. 模拟退火C语言程序!运行测试通过!绝对正确!-Simulated annealing C language program! Run the test! Absolutely right!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:2449
    • 提供者:李俊
  1. GA

    0下载:
  2. TSP问题的遗传算法,C语言程序,附带问题说明-TSP problem genetic algorithm, C language program, with descr iption of the problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:14413
    • 提供者:赵1
  1. LPBoost

    0下载:
  2. LPBoost算法的C语言程序,LPBoost算法使用了线性规划的方法,可以在线性不可分的情况下仍获得较好的分类效果。-C language program for LPBoost algorithm , LPBoost algorithm uses a linear programming method cansolve the nonlinear case and obtain good classification results.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:1600
    • 提供者:汪婵
  1. c

    0下载:
  2. 一个简单的粒子群算法的C语言程序,不足之处欢迎大家指正-A simple particle swarm algorithm C language program, deficiencies welcome.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:13207
    • 提供者:liruiqi
« 12 3 4 »
搜珍网 www.dssz.com