-
智能算法的Matlab仿真程序及教程
说明: 本书全面叙述了智能控制的基本理论、方法和应用。主要内容包含专家控制的基本原理和应用;模糊控制的基本原理和应用;神经网络控制的基本原理和应用;遗传算法及其应用和迭代学习控制方法及其应用。书中给出了一些智能算法的Matlab仿真程序,并配有一定数量的习题和上机操作题。(This book comprehensively describes the basic theory, method and application of intelligent control. The main contents include the basic principles and applications of expert control; the basic principles and applications of fuzzy control; the basic principles and applications of neural network control; genetic algorithms and their applications and iterative learning control methods and their applications. The Matlab simulation program of some intelligent algorithms is given in the book, and it is equipped with a certain number of exercises and computer operation problems.)
- 2020-07-02 11:17:04下载
- 积分:1
-
c#与西门子s7-200 smart 通讯实例 S7TCPDLL.dll
【实例简介】
c#与西门子s7-200 smart 通讯实例 内附S7TCPDLL.dll
【使用说明】
在bin文件夹debug,config文件打开配置PLC IP地址,CPU 的信息
修改配置文件
[PlcComTCP]
IP=192.168.0.1 //PLC IP地址
Rack=0 //PLC 机架
Slot=1 //PLC 插槽
注,PLC和电脑 IP必须在同一网段
S7TCPDLL使用方法
1)添加引用,然后倒入命名空间
using S7TCPDLL;
2)实例化函数 S7Client
例如: S7Client client = new S7Client();
然后利用VS开发平台智能感知的功能可选择相应函数
例如调用置位函数 SetBitQB(0, 0)
首先实例化函数S7Client client = new S7Client();
然后 client.SetBitQB(0, 0);
调用其他函数类似。
- 2021-05-18 10:33:07下载
- 积分:1
-
paint
用C#画画板,有直线,擦除,和选色等功能, 用C#做的一个画图板工具,可以打开图片在其上画圆,矩形,三角形,直线等,实现看鼠标拖拽画图,可任意选择颜色级画刷类型,可保存为BMP格式(Drawing board in c#, have straight, erasing, and colors, and other functions, with c# do a drawing board tool that can open the circle in the picture on the images, rectangular, triangular, linear, etc., realize the picture drawing, drag, for mouse not to brush type level can choose any color, can be saved as a BMP format
)
- 2013-05-02 10:44:03下载
- 积分:1
-
串口数据实时采集显示例程
通过调用API函数实时采集来自串口的数据,并将数据实时显示在界面中(function: sample data come from serio port and display information in form)
- 2017-06-29 21:57:21下载
- 积分:1
-
030
用C语言实现的 可运行的停车场管理系统(Using C language to run the car park management system)
- 2008-06-20 21:48:46下载
- 积分:1
-
stm8l+si4463透传模块
相当全的参考代码,硬件完全匹配的情况下烧写就可以运行,实现透传功能
- 2022-05-27 08:55:07下载
- 积分:1
-
Sha2
standard encryption algorithms SHA2
- 2011-01-17 13:56:03下载
- 积分:1
-
Allocation-problem
用计算机编程的方法建立试卷的合理分配问题的优化模型(Optimization model to establish the papers a reasonable allocation problem with computer programming methods)
- 2013-03-14 21:05:15下载
- 积分:1
-
cube1.h
本个小工程实验是用了vc实现三维图形的旋转,作为一个简单的程序测试(Three-dimensional graphics rotation vc)
- 2012-01-14 22:11:43下载
- 积分:1
-
tsp-ga
基于遗传算法解决旅行商问题的vc++源码。(Based on genetic algorithm to solve the traveling salesman problem vc++ Source.)
- 2007-11-30 11:52:00下载
- 积分:1