登录
首页 » AI-NN-PR » 实现模糊控制算法(AD DA)和人机接口(4x4键盘 2x16LCD 串口1/2)

实现模糊控制算法(AD DA)和人机接口(4x4键盘 2x16LCD 串口1/2)

于 2023-02-16 发布 文件大小:4.31 kB
0 62
下载积分: 2 下载次数: 1

代码说明:

实现模糊控制算法(AD DA)和人机接口(4x4键盘 2x16LCD 串口1/2)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Visual C++实现的基因遗传算法库源代码以演示程序Free Source Code for Genetic algorithm 2008年05月21日...
    Visual C++实现的基因遗传算法库源代码以演示程序Free Source Code for Genetic algorithm 2008年05月21日 C++, Windows, Win32, Visual Studio, MFC, STL, Arch, Dev, Design 基因遗传算法都是针对概率的,所以因为其随机的本质,导致其结果可能是好的,也可能是坏的,于是我们就需要一个方法确认这个解到底有多大的可用性。这是通过计算相似拟合度进行衡量的。染色体Chromosomes代表了基因遗传算法的结果。每次迭代,算法生成一个染色体,这些子孙染色体又会产生新的迭代……关键内容 这个基因算法库是用 Visual Studio 2005 编写的程序,第一个使用 Microsoft C/C++ 编译器,第二个使用Intel C++ 编译器。 如果你希望在你的程序你使用它,有两个办法,1是直接引用 Genetic Algorithm Library 项目,然后编译;2是添加GeneticAlgorithm.lib 静态链接库到项目中-err
    2022-05-29 02:10:25下载
    积分:1
  • Introduced acts according to Mitsubishi FX the series PLC programming mouth comm...
    介绍了根据三菱FX系列PLC编程口通信技术的特点,设计基于VB的PC与PLC机械手远程 控制程序.通过机械手监控系统软件的具体应用,系统地介绍了VB环境下的MSComm通讯控件 ,PLC与上位机的编程口通信协议,系统控制方法设计以及监控软件的实现过程.-Introduced acts according to Mitsubishi FX the series PLC programming mouth communication the characteristic, designs based on VB PC and the PLC manipulator remote control procedure. Through the manipulator supervisory system software s concrete application, introduced systematically VB under the environment MSComm communication controls, PLC and the
    2022-07-07 09:39:02下载
    积分:1
  • 10。《用于最优化的计算智能》,Nirwan Ansali,Edwin Hou着,李军,边肇棋译 清华大学出版社 1999年第一版 本书从讨论组合优化...
    10。《用于最优化的计算智能》,Nirwan Ansali,Edwin Hou着,李军,边肇棋译 清华大学出版社 1999年第一版 本书从讨论组合优化中的基本问题――NP问题入手,系统地讲述了近年来所发展起来的智能最优化的各种技术和方法,其中包括启发式搜索、Hopfield神经网络、模拟退火和随机机、均场退火以及遗传算法等;并在此基础上,通过一些典型的应用问题,如旅行商问题、模式识别中的点模式匹配问题、通信和任务调度等问题进一步阐明以上一些基本方法怎样用来解决这些原来具有NP性质的困难问题。本书是作者在美国新泽西州理工学院多年讲授有关课程的基础上写成的。全书深入浅出,理论联系实际。为帮助学生掌握基本概念,提高学习能动性,各章编写了习题。本书可作为通信、计算机、控制各专业的高年级学生和研究生学习有关课程的教材。它对于广大科研工作者也是一本很有实际价值的参考书。 -10. "Optimal for Computational Intelligence," Nirwan Ansali, with Edwin Hou, Li Jun, Pin Zhaoxing chess translation Tsinghua University Press in 1999 the first book version of combinatorial optimization from the discussion of basic questions-- NP problem start, the system described in recent years to develop the intelligent optimization of the technology and methods, These include heuristic search, Hopfield networks, simulated annealing and random machine, mean field annealing and genetic algorithms; and on this basis and through some typical applications, such as the traveling salesman probl
    2023-01-02 18:15:04下载
    积分:1
  • simulated annealing and genetic algorithms hybrid vehicle routing problem solvin...
    模拟退火和遗传算法混和求解车辆路径问题的程序,没有解压密码。-simulated annealing and genetic algorithms hybrid vehicle routing problem solving process, not extracting passwords.
    2022-02-05 13:47:48下载
    积分:1
  • 用数据分类法进行分类,并将其应用于决策中
    利用Fisher分类器对数据进行分类,并画出决策面(含测试数据)-Fisher classifier using the data classification, and face painted in decision-making (including test data)
    2022-03-06 04:52:22下载
    积分:1
  • 机器学习讲义机器学习很好的材料内容很全面
    机器学习讲义机器学习很好的材料内容很全面-Machine Learning Machine Learning Materials Materials is very good all-round
    2022-03-17 22:26:10下载
    积分:1
  • Genetic algorithm source code examples are very helpful for beginners, the propo...
    遗传算法的源程序例子,对于初学者有很大帮助,建议多-Genetic algorithm source code examples are very helpful for beginners, the proposed multi-
    2022-07-08 17:30:33下载
    积分:1
  • 遗传算法优化神经网络结构源程序
    遗传算法优化神经网络结构源程序-Genetic algorithm neural network structure source
    2022-10-17 00:30:03下载
    积分:1
  • 1。《遗传算法的数学基础》,张文修、梁怡编着 西安交通大学出版社 2000年第一版 遗传算法(genetic algorithm)是模拟自然界生物进化...
    1。《遗传算法的数学基础》,张文修、梁怡编着 西安交通大学出版社 2000年第一版 遗传算法(genetic algorithm)是模拟自然界生物进化过程与机制求解问题的一类自组织与自适应的人工智能技术,已广泛应用于计算机科学、人工智能、信息技术及工程实践。 本书重点在于阐述遗传算法的数学基础。全书共分3章,第1章给出了遗传算法的几何理论,第2章给出了遗传算法的马尔可夫链分析,第3章给出了遗传算法的收敛理论。 本书可以作为应用数学、计算机科学、系统科学等专业研究生的教材,也可以作为研究遗传算法的参考书。 -1. "Genetic Algorithm mathematical basis," Zhang Xiu, Yi Liang compile Xi"an Jiaotong University Press in 2000 the first edition of the genetic algorithm (genetic algorit hm) is a simulation of natural biological evolution process and mechanisms to solve the problem of a kind of self-organization and adaptive artificial intelligence technology, has been widely used in computer science, artificial intelligence, information technology, and engineering practice. The book focused on the genetic algorithm described math. The book is divided into three chapters, one chapter is a genetic algorithm of the geometric theory Chapter 2 of the genetic algorithm is a Markov chain analysis, presented in Chapter 3 of the geneti
    2022-01-26 08:04:46下载
    积分:1
  • 人工神经网络
    基于Matlab的人工神经网络反向传播程序设计
    2022-03-15 18:24:09下载
    积分:1
  • 696518资源总数
  • 104297会员总数
  • 29今日下载