CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - The fixed point method

搜索资源列表

  1. create-point

    0下载:
  2. Arcengine 二次开发创建点对象,包括沿线创建,角平分线创建,构造角度距离法,构造角度交点法,构造偏移点发,构造偏转角度法,构造平行线上点法,后方交会定点法等-Arcengine secondary development to create point objects, including along the creation, angle bisectors to create, construct point distance, point of intersection const
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:67678
    • 提供者:Lucas Rao
  1. DualDSPbasedembeddedvisualfeedbackcontrolsystemfor

    0下载:
  2. 为了满足多种电力电子变换器对其控制平台的不同要求,缩短开发时间,实现控制平台硬件的通用化和软件 的模块化,在基于双定点数字信号处理器(DSP)TMS320LF2407的大容量变换器专用控制平台的基础上, 提出了电力电子变换通用控制平台的设计目标。描述了基于定点和浮点DSP(TMS320F2812和TMS320VC33)的通用 控制平台各单元的设计方法。介绍了基于MATLAB实时工具箱(RTW)的调试方法。实验结果验证了设计和调试方法 的正确性和可行性,该通用控制平台达到了设计目标
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-27
    • 文件大小:564650
    • 提供者:mabeibei
  1. sqrt_itera_q15x

    0下载:
  2. 采用牛顿迭代法编写的定点化的开方运算,定点化的精度为Q15-Newton iterative method used to prepare the prescr iption of the fixed-point computation, the accuracy of fixed-point Q15
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:530
    • 提供者:姜莎
  1. sqrt_q15

    2下载:
  2. 采用泰勒级数展开法编写的定点化的开方运算,定点化精度为Q15-Taylor series expansion method used to prepare the prescr iption of the fixed-point computation, fixed-point precision for Q15
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:623
    • 提供者:姜莎
  1. calculation

    0下载:
  2. 典型数值计算方法。包括:经典四阶龙格库塔法、高斯列主元法、牛顿法、龙贝格、三次样条插值算法、M次多项式曲线拟合、二分法、不动点法、霍纳法、牛顿-拉弗森迭代等十项典型算法的算法流程及C源代码和例子。-Typical numerical calculation. Include: classical fourth order Runge-Kutta method, Gauss main-element method, Newton method, Romberg, cubic spline inte
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:489888
    • 提供者:siengk
  1. fixed

    0下载:
  2. this code is using for simulate the method of fixed point iteration
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:1140
    • 提供者:nedal
  1. fixed-sqroot

    0下载:
  2. Fixed point square root routine for any microcontroller (8/16/32 bit), faster than libc version. Function calculates the integer square root for 32-bit number. Calculated as 16-bit integer part and 16-bit fractional part. Computation is performed f
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-29
    • 文件大小:727
    • 提供者:Kirill Frolov
  1. polygon_demo

    1下载:
  2. openGL写的多边形处理,包括创建,变色,改变定点位置等常用方法,还包括多边形拖动时的覆盖处理-write openGL polygon processing, including creation, color, change the location of commonly used fixed-point method, also includes coverage of the polygon processing drag
  3. 所属分类:OpenGL program

    • 发布日期:2016-10-02
    • 文件大小:749568
    • 提供者:Yang
  1. cos

    0下载:
  2. 用泰勒公式实现余弦函数的计算,使用汇编的方法,里面用到了32位的运算方法,灵活应用了定点运算的思想。-Cosine function with the Taylor formula to achieve the calculation method using the assembly, which uses 32-bit computing method, flexible application of the fixed-point arithmetic thinking.
  3. 所属分类:assembly language

    • 发布日期:2017-03-23
    • 文件大小:5896
    • 提供者:frank
  1. fixed-point

    0下载:
  2. fixed point method of matlab
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:30649
    • 提供者:salman
  1. Fixed-Point-Theory

    0下载:
  2. New Fixed Point Theorys in Topological Vector Spaces-In this paper, by the method which Browder ([1]) presented, we prove that two new fixed point theorems which unify, extend and improve some known results due to Browder (1968) [F. E. Browder, T
  3. 所属分类:software engineering

    • 发布日期:2017-03-31
    • 文件大小:70839
    • 提供者:Guo yingxin
  1. zhishuhanshu-quxiannihe

    4下载:
  2. 利用C语言实现最小二乘法对给定点指数函数曲线拟合-Using C language to achieve the least squares method to the fixed-point exponential function curve fitting
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:56586
    • 提供者:张彦强
  1. ROSIN

    0下载:
  2. 主要提供了数值分析中用牛顿法,Fixed-Point Iteration method, Steffensen’s method求解方程的源代码。-The main provider of numerical analysis using Newton' s method, the Fixed-Point Iteration method, Steffensen' s method for solving the equation of the source code.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:224974
    • 提供者:luo
  1. fixed-point-iteration-function(nedal)

    0下载:
  2. newten first low for calaculating the error and fitting the curves in numerical methods the method is simple and dont have any computational complexity at first we should guess smart initial condition
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:1155
    • 提供者:nedal
  1. fangchengqiujie

    0下载:
  2. 贝努利法求按模最大实根 贝努利法求按模最小实根 用二分法求方程的一个根 用黄金分割法求方程的一个根 用不动点迭代法求方程的一个根 用艾肯特加速的不动点迭代法求方程的一个根 用史蒂芬森加速的不动点迭代法求方程的一个根 用一般弦截法求方程的一个根 用单点弦截法求方程的一个根 用双点弦截法求方程的一个根 用平行弦截法求方程的一个根 用改进弦截法求方程的一个根 用史蒂芬森法求方程的一个根 用劈因子法求方程的一个二次因子 用抛物线法求方程的一个根
  3. 所属分类:Other systems

    • 发布日期:2017-11-07
    • 文件大小:10684
    • 提供者:吕文旭
  1. interpolation-algorithm

    0下载:
  2. 给定m个节点的函数值,分别利用牛顿插值法和拉格朗日插值法,计算固定点处的函数值-Function value to the set of m nodes, Newton interpolation and Lagrange interpolation method to calculate the function value of the fixed point
  3. 所属分类:matlab

    • 发布日期:2017-12-01
    • 文件大小:1452
    • 提供者:lala
  1. fixed-point-functional-equation

    0下载:
  2. 不动点方程法,解决隐马尔科夫过程的熵率计算问题,二元对称信道-Fixed point equation method to solve the entropy rate of the Hidden Markov Models computational problems, binary symmetric channel
  3. 所属分类:Communication

    • 发布日期:2017-05-04
    • 文件大小:4513
    • 提供者:shichangfa
  1. differenzial_equation

    0下载:
  2. Image denoising matlab language development of the fixed point iteration method, an algorithm based on partial differential equation-Image denoising matlab language development of the fixed point iteration method, an algorithm based on partial differ
  3. 所属分类:Picture Viewer

    • 发布日期:2017-12-13
    • 文件大小:1784
    • 提供者:hgo&8842
  1. agethe

    0下载:
  2. matlab语言开发的图像去噪的固定点迭代法, 基于偏微分方程的一个算法,,(Image denoising matlab language development of the fixed point iteration method, an algorithm based on partial differential equation,,)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-24
    • 文件大小:1024
    • 提供者:Dorotzc
  1. Aitken迭代法

    0下载:
  2. 先确定方程 的一个收敛的有根区间[a,b], 然后用不动点迭代法在此有根区间的近似根,初值 自己确定,要求根精确到 ,再比较用二分法的二分次数、不动点迭代法、Aitken迭代加速法的迭代次数. (要求:使用函数式文件调用)(First determine a convergence of the equation with the root interval [a, b], and then use the fixed point iteration method to have the app
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:1081344
    • 提供者:王小稻
« 12 3 4 »
搜珍网 www.dssz.com