搜索结果

找到约 239 项符合 Value 的查询结果

人工智能/神经网络 使用pso求最小化一函數 matlab程式碼

使用pso求最小化一函數 matlab程式碼,寫的非常簡潔(不到100行),且還包括了2維的圖形展示,和大家分享參考!!! 一起學習matlab和各種optimize methods 最小化:(x-15)^2+(y-20)^2 The swarm matrix is swarm(index, [location, velocity, best position, best value], [x, y components or the value component]) Autho ...
https://www.eeworm.com/dl/650/170478.html
下载: 56
查看: 1154

VC书籍 Title: STL Tutorial and Reference Guide: C++ Programming with the Standard Template Library (2nd Edi

Title: STL Tutorial and Reference Guide: C++ Programming with the Standard Template Library (2nd Edition) Author: David R. Musser / Gillmer J. Derge / Atul Saini / Gilmer J. Derge Publisher: Addison-Wesley Page: 560 Edition: 2nd edition (March 27, 2001) Format: PDF Summary: The Standard Template ...
https://www.eeworm.com/dl/686/170681.html
下载: 26
查看: 1072

数值算法/人工智能 A program to demonstrate the optimization process of particle swarm optimization. A two-dimensional

A program to demonstrate the optimization process of particle swarm optimization. A two-dimensional objective function is visualized by level of grey: the lighter the color, the higher the function value. The particles are shown as red circles, their trajectory as red lines.
https://www.eeworm.com/dl/518/174381.html
下载: 163
查看: 1083

Java编程 a program that takes in three arguments: the first one represents the size of an array that will be

a program that takes in three arguments: the first one represents the size of an array that will be created the second one represents the maximum value that each of the array elements can have the third one represents the position in the array that you would like to print the value of.
https://www.eeworm.com/dl/633/177851.html
下载: 125
查看: 1037

Java编程 not use Java API to produce two simple java implementation of a dictionary interface, LinkedListDict

not use Java API to produce two simple java implementation of a dictionary interface, LinkedListDictionary and HashDictionary, that maps a String key to an Object value
https://www.eeworm.com/dl/633/178979.html
下载: 75
查看: 1056

游戏 Application & Integration Services are at the heart of any Service Oriented Architecture (SOA). Sun

Application & Integration Services are at the heart of any Service Oriented Architecture (SOA). Sun Java System Application Server and integration services provide a highly scalable and reliable platform for the standards-based deployment of Java applications and web services. Sun s offerings may be ...
https://www.eeworm.com/dl/625/180628.html
下载: 186
查看: 1061

matlab例程 This is the machine-generated representation of a Handle Graphics object and its children. Note that

This is the machine-generated representation of a Handle Graphics object and its children. Note that handle values may change when these objects are re-created. This may cause problems with any callbacks written to depend on the value of the handle at the time the object was saved.
https://www.eeworm.com/dl/665/189817.html
下载: 106
查看: 1089

其他书籍 英文版,pdf格式。 详细说明: Title: STL Tutorial and Reference Guide: C++ Programming with the Standard Templa

英文版,pdf格式。 详细说明: Title: STL Tutorial and Reference Guide: C++ Programming with the Standard Template Library (2nd Edition) URL: http://www.amazon.com/exec/obidos/tg/detail/-/0201379236/ ISBN: 0201379236 Author: David R. Musser / Gillmer J. Derge / Atul Saini / Gilmer J. Derge Publisher: ...
https://www.eeworm.com/dl/542/191806.html
下载: 20
查看: 1068

单片机开发 * CONSTRAINTS * This module does not handle data which is considered out of range by the * appli

* CONSTRAINTS * This module does not handle data which is considered out of range by the * application(i.e. fixed constants which represent error condition) * * Maximum weight value must be limited to 128 to prevent an overflow * condition during the calculation. * * The internal data type mu ...
https://www.eeworm.com/dl/648/193633.html
下载: 172
查看: 1098

单片机开发 * DEFINITION * This is the header file for a library module used to calculate the median * of a

* DEFINITION * This is the header file for a library module used to calculate the median * of a list of values. It finds the value that would be in the center if * the list were sorted. If the list contains an even number of values, the * lower of the two center values is reported. The values th ...
https://www.eeworm.com/dl/648/193645.html
下载: 95
查看: 1050