CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - line search

搜索资源列表

  1. homework-code

    5下载:
  2. 不精确一维搜索wolfe-Powell准则、BFGS、牛顿法、LU分解、有效集法等-Inexact line search wolfe-Powell criteria, BFGS, Newton' s method, LU decomposition, the effective collection method
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:4450
    • 提供者:小光
  1. PyEmbedMFC_src

    1下载:
  2. Python语言嵌入到MFC的开发中,通过这个例子可以利用两种语言的优势开发程序-Many of you might have seen the numeric input fields in most commercial CAD and scientific applications that facilitate the user to write mathematical expressions. This is to allow the user to use the edit box
  3. 所属分类:其他小程序

    • 发布日期:2016-03-21
    • 文件大小:25928
    • 提供者:liulei
  1. rs2

    0下载:
  2. 行搜索算法用于在一个矩阵中从上到下寻找线性无关的行。给出了行搜索算法的说明,最后给出源程序!-Line search algorithm used in a matrix from top to bottom to find linearly independent rows. Line search algorithm is given the note, and finally given the source code!
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:29134
    • 提供者:yzy
  1. doublehanshu

    0下载:
  2. 直线搜索:用于不精确直线搜索line search-Straight-line search: the search for accurate straight line search
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:3808
    • 提供者:liang
  1. PchChoose

    0下载:
  2. 条件选股。本程序是在原来的短线计算器基础所做的改进,根据设定条件从通达信的盘后日线数据中自动查找符合条件的股票,本人还发现一个规律,才条件选股中如果用“下跌外包”规则选出个股数量超过300个时,第二天大盘出现强势反弹的机会很大。(本人上传代码均为Fwr原创)-Selective conditions. This procedure is in the original short-term improvements made basic calculator, according to set
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:7612
    • 提供者:fwr
  1. 06

    1下载:
  2. 最优装载方案 成绩: 0 / 折扣: 0.8 试设计一个用队列式分支限界法搜索子集空间树的函数。该函数的参数包括结点可行性判定函数和上界函数等必要的函数,并将此函数用于解装载问题。 装载问题描述如下:有一批共n个集装箱要装上艘载重量为c的轮船,其中集装箱i的重量为wi 。找出一种最优装载方案,将轮船尽可能装满,即在装载体积不受限制的情况下,将尽可能重的集装箱装上轮船。 输入:第一行有2个正整数n和c。n是集装箱数,c是轮船的载重量 接下来的1行中有n个正整数,表示集装箱的重量
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:958704
    • 提供者:cj
  1. BusLineSearch

    0下载:
  2. 我国城市公交乘客信息系统的发展处于一个较落后的水平,广大乘客可以获得信息的方式很少,为了解决这种问题,加快发展城市公交信息化,设计一个城市公交查询系统是具有一定实际应用意义的。在此背景下,我开发了这个应用程序---城市公交查询系统。本次设计,首先我考虑了公交运营的实际情况和不同公交乘客的实际要求,分析了此系统应该具有的功能;其次对系统的主要功能模块进行了详细地描述,其中主要包括二个模块---查询模块(包括按线路查询、按站点查询和按两站点查询)和管理更新模块(包括公交站点管理和公交线路管理),最后
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:1676555
    • 提供者:孙旭
  1. ZRFree

    0下载:
  2. 自己常用的两个小工具的Delphi源码 1.超级短小的屏保启动程序 sss(ScreenSaverStarter) 如果要离开电脑一会并希望立即启动屏保,执行这个小程序即可。就一个非常小的 .dpr, 适合Delphi任何版本。 2.系统搜索路径设置程序 ZRPath 自家用的一个小小工具,可以方便地修改系统搜索路径,即时生效。 如果你是Delphi程序员,发布带运行包的程序时,你还可以用这个小小工具帮你暂时屏蔽 Delphi7.0/6.0 运行环
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:252004
    • 提供者:龙丹
  1. radiocover

    1下载:
  2. 这个程序可以计算给定点处的小区信号范围覆盖。-is program computes a map of visibility from a selected point on a topography. It has been written to help the search for radio relay best location. Because it considers only direct line of sight, it gives a good estimation for
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:434239
    • 提供者:ken
  1. bfgswopt

    0下载:
  2. steepest descent/bfgs with polynomial line search
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:2263
    • 提供者:shfc
  1. rosenberg-linearsearch

    0下载:
  2. 基于线搜索算法求解rosenberg函数的极小值问题-Based on line search algorithm for solving the problem of the rosenberg function minimum value
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-21
    • 文件大小:2217
    • 提供者:陈翔
  1. Upload

    0下载:
  2. Armijo line search method Rosenbrock Function Projection boundry condition-Armijo line search method Rosenbrock Function Projection boundry condition
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2484
    • 提供者:陈诚
  1. Fortran-code

    0下载:
  2. 多目标fortran 源代码,结合非单调线搜索技术。-Multi-objective FORTRAN source code, combines the technique of nonmonotone line search.
  3. 所属分类:Other systems

    • 发布日期:2017-05-07
    • 文件大小:1442267
    • 提供者:570121135
  1. 1

    0下载:
  2. 最优化方法——线搜索源代码 包含Armijo准则、0.618法精确线搜索-Optimization method- line search source code
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2348
    • 提供者:高柳
  1. line_search_gold

    0下载:
  2. 0.618法求解无约束优化问题的一维精确线搜索,matlab-0.618 method for solving constrained optimization problems of one-dimensional exact line search, matlab
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:775
    • 提供者:
  1. 最速下降法和牛顿法

    3下载:
  2. 基于回溯线搜索的最速下降法和牛顿法,配数值算例(Steepest descent method and Newton method based on backtracking line search)
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:1024
    • 提供者:Camille1994
  1. Optimizer-master

    0下载:
  2. 多种优化方法+多种线搜索方法,非常实用。转自github(A variety of optimization methods + multiple line search method)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:80896
    • 提供者:caicaicai11
  1. dwsearch

    0下载:
  2. This object is based on a single line edit control and allows the user to type characters to match against a datawindow column. The up and down arrows are also implemented to allow the user to scroll through the data. This object can be seen working
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:5120
    • 提供者:boycool
  1. wolfe

    0下载:
  2. 非精确线搜索中的Wolfe搜索,强Wolfe搜索比一般Wolfe搜索快(Wolfe search in inexact line search, strong Wolfe search is faster than general Wolfe search)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:1024
    • 提供者:lin7788
  1. armijo线搜索+最速下降法的小程序

    2下载:
  2. armijo线搜索+最速下降法的小程序erfwefwerfwqrfw(Armijo line search + steepest descent algorithm appletfvv ewrwefg)
  3. 所属分类:其他

    • 发布日期:2019-10-25
    • 文件大小:1024
    • 提供者:ryrr
« 12 »
搜珍网 www.dssz.com