登录
首页 » matlab » STA

STA

于 2018-08-28 发布 文件大小:5KB
0 123
下载积分: 1 下载次数: 7

代码说明:

  包括旋转变换算子、平移旋转算子、伸缩变换算子、坐标变换算子,通过状态转移进行优化计算。(Including rotation transformation operator, translation rotation operator, expansion transformation operator, coordinate transformation operator, through the state transition to optimize the calculation)

文件列表:

STA\axesion.m, 1109 , 2016-04-19
STA\expand.m, 1130 , 2016-04-19
STA\fitness.m, 230 , 2016-04-19
STA\Goldstein_Price.m, 204 , 2016-04-19
STA\Griewank.m, 274 , 2016-04-24
STA\op_axes.m, 222 , 2013-04-08
STA\op_expand.m, 150 , 2013-04-08
STA\op_rotate.m, 195 , 2016-04-26
STA\op_translate.m, 211 , 2013-04-10
STA\quadconvex.m, 95 , 2016-04-26
STA\Rastrigin.m, 236 , 2016-04-24
STA\readme.txt, 2383 , 2018-03-22
STA\Rosenbrock.m, 98 , 2016-04-24
STA\rotate.m, 1116 , 2016-04-19
STA\Sphere.m, 106 , 2016-04-24
STA\STA.m, 654 , 2016-04-19
STA\Test.m, 312 , 2016-04-26
STA, 0 , 2018-03-22

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

发表评论

0 个回复

  • 《Python+Cookbook》第三版中文
    说明:  《Python+Cookbook》第三版中文(Python Cookbook V3.0)
    2020-06-25 19:40:02下载
    积分:1
  • (一)功能要求: (1) 信息维护: 要求:学生信息数据要以文件的形式保存,能实现学生信息数据的维护。此模块包括子模块有:增加学生信息、删除学生信息、修...
    (一)功能要求: (1) 信息维护: 要求:学生信息数据要以文件的形式保存,能实现学生信息数据的维护。此模块包括子模块有:增加学生信息、删除学生信息、修改学生信息 (2) 信息查询:要求:查询时可实现按姓名查询、按学号查询 (3) 成绩统计:要求:A输入任意的一个课程名(如数学)和一个分数段(如60--70),统计出在此分数段的学生情况。 (4) 排序:能对用户指定的任意课程名,按成绩升序或降序排列学生数据并显示排序结果(使用表格的形式显示排序后的输出结果)(使用多种方法排序者,加分) -(1) functional requirements : (a) maintaining information : Request : Student data to information in the form of a document preservation, Students can achieve the maintenance of information and data. This module, including sub-modules are : increased student information, delete information of students, student information changes (2) Information : Request : inquiries can be realized by name inquiries, inquiries by the school, (3) results statistics : requirements : A importation of an arbitrary courses (such as mathematics) and a fraction of the (60-- 70), Statistics from the scores of the students of. (4) Scheduling : users can be designated to the arbitrary courses, and results by ascending or descending student data and sequenci
    2022-08-10 15:26:23下载
    积分:1
  • 纵断面提取相关代码
    计算提取线路工程的纵断面,C#开发源代码(Calculate and extract vertical section of line project, C# develop source code.)
    2018-04-26 11:24:56下载
    积分:1
  • 雷达杂波仿真 clutter gui - 机载
    说明:  雷达杂波仿真,雷达杂波干扰类型仿真,列如地海杂波的仿真和建模等,有源干扰无源干扰的类型仿真和建模,雷达杂波模拟的方法法人研究等仿真代码都有。(Radar clutter simulation, radar clutter type simulation, such as sea clutter simulation and modeling, active jamming and passive jamming type simulation and modeling, radar clutter simulation method of legal person research and other simulation code.)
    2020-11-22 11:09:34下载
    积分:1
  • RED-WGAN-master
    说明:  3D MRI denoising based deep learning.
    2020-06-17 07:40:01下载
    积分:1
  • 经验模态值EMD
    经验模态分解,用于非平稳信号的分析。本程序适用于振动信号的分析。(Empirical mode decomposition (EMD) is applied to the analysis of non-stationary signals.This procedure is applicable to the analysis of vibration signals.)
    2018-08-01 17:15:32下载
    积分:1
  • immunity
    说明:  针对实际对象数学模型不明确而难以控制的问题,采用人工免疫网络的离散模 型与学习算法,将人工免疫系统与神经网络结构的优势相结合,提出了一种基于人工免疫 网络的模式识别算法,构造了对象识别的人工免疫网络模型.该算法综合了网络节点的定 位与参数调整以及对基函数的平滑因子实施调谐等功能,有效地解决了径向基函数 (RBF)神经网络模式识别的两个阶段任务,使模式识别的精度有较大的改进.采用两个不 同对象函数进行的仿真试验表明,该算法具有快速收敛性与较高的准确性. (Mathematical model for the actual object is not clear and difficult to control the problem, the use of artificial immune network model and the discrete learning algorithm, artificial immune systems and neural networks combine the advantages of structure, an artificial immune network based on pattern recognition algorithms, Construction of the object identified by artificial immune network model. the algorithm is a combination of network nodes to adjust the position and parameters as well as the basis function implementation of the smoothing factor, tuning and other functions, to effectively solve the Radial Basis Function (RBF) neural network pattern recognition of two phase of the task, so that the accuracy of pattern recognition have greater improvements. the use of two different object functions of the simulation tests show that the algorithm has fast convergence and higher accuracy.)
    2008-10-27 20:31:43下载
    积分:1
  • python计算机视觉
    《python计算机视觉》书籍中详细介绍了特征算子提取、立体匹配、多视匹配、三维重建、图像处理等详细代码步骤,python从事计算机视觉行业的必备书籍。(Python for computer vision)
    2018-06-14 15:14:39下载
    积分:1
  • rdpwrap-1.6.2
    远程桌面源码可以直接运行,简单实用,远程连接速度快(Remote desktop source code can be run directly,Simple and practical, the remote connection speed is fast)
    2020-06-23 10:00:02下载
    积分:1
  • frmOrderGoods.Designer
    图片识别,识别任意图片中的汉字,字符灯内容,保存为c文件,可以用做多种用途(Picture recognition, recognition of Chinese characters in any picture, character lamp content, saved as C file, can be used for a variety of purposes.)
    2020-06-25 03:00:02下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 31今日下载