安全运行维护系统(SOMS)
http://sixtheam.lock0.info/blog/
转载
精选
2012-03-22 17:35:40
592阅读
#_*_coding:utf-8_*_
import MySQLdb
DBHOST = "192.168.89.101"
DBUSER = "root"
DBPASSWD ="1qaz#EDC"
DB = "soms"
PORT = 3306
CHARSET = "utf8"
原创
2017-03-03 16:35:52
903阅读
#_*_coding:utf-8_*_
import MySQLdb
DBHOST = "192.168.89.101"
DBUSER = "root"
DBPASSWD ="1qaz#EDC"
DB = "soms"
PORT = 3306
CHARSET = "utf8"
原创
2017-03-03 17:05:09
657阅读
原文地址:Self Organizing Maps作者:shiqj1980 the ebook: http://davis.wpi.edu/~matt/courses/soms/ using som in excel:http://www.geocities.com/adotsaha/NN/SOMinExcel.html 人工神经网络技术在模式识别方面有着独特的优势,神经网络能够进行非线性数据
转载
2024-01-29 08:50:26
35阅读