CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 算法 抛物线法

搜索资源列表

  1. tuxingxuedazouye

    2下载:
  2. 1. 做一个集成的图形界面的程序,可调用每一次作业子程序。 2. 调用画点的函数,用DDA、中点算法画直线和中点算法及正负法画圆和抛物线。 3. 交互式的二维直线求交:如果存在交点,用实心圆显示交点,并用文字显示其坐标。 4. 用动画实现二维图形变换的各种算法,实现对指定形体的平移、旋转和缩放。(包括自行车行走和绕固定点旋转的自旋转物体动画。) 5. 线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:108711
    • 提供者:张斌
  1. 03081402

    0下载:
  2. 包括中点算法、dda算法、直接求交算法画直线,并附有中点算法、正负法法画抛物线,并可进行时间运算,比较几种算法。-including midpoint algorithm, the algorithm dda directly intersecting line painting, together with the midpoint algorithm, positive and negative parabola France and France painting, to carry ou
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:41081
    • 提供者:jj
  1. gat_shiyan3

    1下载:
  2. 这是我的计算机图形学的大作业,其中包括的算法有: 直线绘制的DDA算法,中点算法,绘制抛物线的正负法,中点法。 扫描转换多边形扫描线算法,种子填充算法。 线段裁剪(CohenSutherland)编码算法,多边形逐边裁剪(SutherlandHodgman)算法 注:分别设计了功能完整的类-This is my big computer graphics operations, including the algorithm are : DDA linear mapping al
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:60256
    • 提供者:
  1. WL40987330 C语言算法集

    2下载:
  2. 目录 第一部分  基础篇   001  第一个C程序  002  运行多个源文件  003  求整数之积  004  比较实数大小  005  字符的输出  006  显示变量所占字节数  007  自增/自减运算  008  数列求和  009  乘法口诀表  010&
  3. 所属分类:Windows编程

    • 发布日期:2008-12-21
    • 文件大小:3245365
    • 提供者:wl409873350
  1. 一些常规优化算法程序

    2下载:
  2. 本文档中包括若干种常规优化算法程序源码,如变量轮换法、黄金分割法、加步搜索法、黄金分割法、抛物线法等
  3. 所属分类:源码下载

  1. optimizationinC

    0下载:
  2. 最优化算法C语言程序,包括Newon弦切法、单纯行法、抛物线插值法、最速下降法、Powell法-Optimization algorithm C Language Program, including String Newon cutting method, simple lines law, the parabolic interpolation method, steepest descent method, Powell method
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:6539
    • 提供者:xnkl
  1. MATLABoptimization

    19下载:
  2. matlab最优化程序包括 无约束一维极值问题 进退法 黄金分割法 斐波那契法 牛顿法基本牛顿法 全局牛顿法 割线法 抛物线法 三次插值法 可接受搜索法 Goidstein法 Wolfe.Powell法 单纯形搜索法 Powell法 最速下降法 共轭梯度法 牛顿法 修正牛顿法 拟牛顿法 信赖域法 显式最速下降法, Rosen梯度投影法 罚函数法 外点罚函数法 內点罚函数法 混合罚函数法 乘子法 G-N法 修正G-N法 L-M法
  3. 所属分类:matlab例程

    • 发布日期:2013-12-09
    • 文件大小:38442
    • 提供者:百位过
  1. 2degreeinter

    0下载:
  2. 最优化理论与方法课本算法matlab实现 二次插值法,包括抛物线插值和三点二次插值 具体使用方法详见程序说明-Optimization theory and methods of textbooks matlab algorithm to achieve quadratic interpolation, including the parabolic interpolation, and 3.2 times the specific use of interpolation method
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:2509
    • 提供者:GPack
  1. onedemonsearch

    0下载:
  2. 一维搜索算法实现(黄金分割,二分法,抛物线,Fibonacci,三次差值和切线法)-One-dimensional search algorithm (golden section, dichotomy, parabola, Fibonacci, three times the difference and tangent)
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1947175
    • 提供者:李凯
  1. Conventionaloptimization

    0下载:
  2. 本程序包 包括一些常用的常规优化算法,包括抛物线法、最速下降法、黄金分割法、牛顿法等,可作为学习优化算法的参考-This package includes some commonly used conventional optimization algorithms, including the parabola method, steepest descent method, golden section method, Newton s law so it can be used as re
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:9311
    • 提供者:王强
  1. shuzhi

    0下载:
  2. 这是数值分析的几个小程序,包括Steffensen和Muller(抛物线)求解方程程序,Gauss列主元消去法求解线性方程组的程序,Newton以及Lagrange插值算法以及不同边界条件的样条插值程序-This is some useful programs of numerical analysis, includes methods of interpolation and solving equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:4198
    • 提供者:lby
  1. 1695281916

    0下载:
  2. matlab程序 黄金分割算法牛顿法 抛物线插值法-matlab program golden section algorithm parabolic interpolation method, Newton method
  3. 所属分类:matlab

    • 发布日期:2017-12-09
    • 文件大小:2213
    • 提供者:刘凤
  1. One-dimensional-optimization_matlab

    0下载:
  2. 自己编写的一维搜索优化算法,包括黄金分割法、平分发、牛顿迭代法、抛物线法、三次插值法-I have written a one-dimensional search optimization algorithms, including the golden section method, flat distribution, Newton iteration, parabolic, cubic interpolation
  3. 所属分类:Algorithm

    • 发布日期:2017-11-29
    • 文件大小:1500
    • 提供者:陈亮
  1. Steepest_Descend

    0下载:
  2. 原创的最陡下降法优化算法,采用中心差分计算导数。用抛物线方法估算最低点,加快收敛速度-Original steepest descent method optimization algorithm, using central difference calculation derivatives. Parabola methods to estimate the lowest point, convergence speed
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:711783
    • 提供者:yjf
  1. 2.2

    0下载:
  2. 牛顿法、弦割法、抛物线法求解非线性方程算法设计与比较-Newton, chord cutting method, parabola method for solving nonlinear equations algorithm design and compare
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2931
    • 提供者:hyz
  1. gexianfa

    0下载:
  2. 割线法抛物线法非线性方程求解算法合集-arc-length method secant method.Nonlinear algorithm collection
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1134
    • 提供者:694929054
  1. search-strategies

    0下载:
  2. 常见的搜索策略有黄金分割法、抛物线法、、Powell法、蚁群算法等。 本人论文主要学习了下面几种算法并进行matlab程序演示。-Common search strategies have golden section method, parabolic law,, Powell method, ant colony algorithm. I learned the following thesis several algorithms and matlab program demons
  3. 所属分类:Software Testing

    • 发布日期:2017-04-29
    • 文件大小:424774
    • 提供者:zhangpengpeng
  1. 抛物线法matlab

    0下载:
  2. 里面有算法中,,抛物线法的计算程序,在word(There are algorithms, parabolic method of calculation procedures, in word)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:14336
    • 提供者:水月GEO
  1. uncjecked-creation-compile

    0下载:
  2. 最优化算法C语言程序,包括Newon弦切法,单纯行法,抛物线插值法,最速下降法,Powell法()
  3. 所属分类:数据结构

    • 发布日期:2018-01-07
    • 文件大小:5120
    • 提供者:Ugalb
  1. Brent

    0下载:
  2. Brent算法为结合黄金分割法和抛物线法的一维搜索方法(one dimension search)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-03
    • 文件大小:2048
    • 提供者:yiguo
« 12 »
搜珍网 www.dssz.com