-
Hopfield网络是一种典型的单层反馈网络,这种网络可以分为离散型和连续型两种,Hopfield网络是一个动力学系统,在确定连接权重后,若输入某个向量之后,网...
Hopfield网络是一种典型的单层反馈网络,这种网络可以分为离散型和连续型两种,Hopfield网络是一个动力学系统,在确定连接权重后,若输入某个向量之后,网络将不断演化,一般情况下系统将趋向某一个定态,称为状态空间的不动点吸引子。-Hopfield network is a typical single-layer feedback network, Such networks can be divided into discrete and continuous two, the Hopfield network is a dynamic system, In determining the weights link, and if the importation of a certain vector, the network will continue to evolve Under normal circumstances a system will tend to a steady state, as the state space of fixed point attractor.
- 2023-03-07 16:15:03下载
- 积分:1
-
Sundance FPGA Acquisition Card Code
Sundance FPGA 采集卡 Code-Sundance FPGA Acquisition Card Code
- 2022-03-05 09:17:32下载
- 积分:1
-
Make their own presentation using PPT, speaking crossbow used in the WSN platfor...
自己做的演示用的PPT,讲crossbow的WSN平台用的低功耗MAC协议和XMesh路由协议的。对研究crossbow平台很有帮助-Make their own presentation using PPT, speaking crossbow used in the WSN platform, low-power MAC protocols and routing protocols XMesh. Useful platform for the study of crossbow
- 2023-05-31 21:55:03下载
- 积分:1
-
VB 代码, 与FPGA通信的VB代码 通过了调试,正确
VB 代码, 与FPGA通信的VB代码 通过了调试,正确-VB code and FPGA communication through the VB code debugging, correctly
- 2022-12-20 20:40:03下载
- 积分:1
-
软件工程课件,介绍软件开发的技术,方法,原理(1
软件工程课件,介绍软件开发的技术,方法,原理(1-5)章-Software engineering courseware, introduction of software development techniques, methods, principles (1-5) s
- 2022-01-25 16:13:25下载
- 积分:1
-
包含各种VISUAL C++中的查找方法和系统 功能较齐全
包含各种VISUAL C++中的查找方法和系统 功能较齐全 -VISUAL C++ includes a variety of search methods and a more complete system functionality
- 2022-04-16 19:55:29下载
- 积分:1
-
基于Qt的数据管理系统
应用背景基于Qt的数据管理系统,对Qt的数据库进行了一次应用,对于Qt初学者学习开发数据库等技术有较强学习价值。。。。。。。关键技术setFixedSize(750, 500);
ui->stackedWidget->setCurrentIndex(0);
QSqlQueryModel *typeModel = new QSqlQueryModel(this);
typeModel->setQuery("select name from type");
ui->sellTypeComboBox->setModel(typeModel);
QSplitter *splitter = new QSplitter(ui->managePage);
splitter->resize(700, 360);
splitter->move(0, 50);
splitter->addWidget(ui->toolBox);
splitter->addWidget(ui->dailyList);
splitter->setStretchFactor(0, 1);
splitter->setStretchFactor(1, 1);
on_sellCancelBtn_clicked();
showDailyList();
ui->typeComboBox->setModel(typeModel);
createChartModelView();
- 2023-01-11 19:20:03下载
- 积分:1
-
- 2023-02-18 13:20:03下载
- 积分:1
-
用vrml编写,建立的一个比较精细的蜘蛛模型
用vrml编写,建立的一个比较精细的蜘蛛模型-Vrml by the development, set up a more sophisticated model of the spider
- 2022-09-25 11:55:03下载
- 积分:1
-
上传一个关于DDS开发的源程序,想做DDS的可以先看看这个,很好的。...
上传一个关于DDS开发的源程序,想做DDS的可以先看看这个,很好的。
- 2022-01-22 08:36:48下载
- 积分:1