登录
首页 » 算法 » 用双点弦截法计算f(x)=0

用双点弦截法计算f(x)=0

于 2022-03-26 发布 文件大小:721.00 B
0 255
下载积分: 2 下载次数: 1

代码说明:

用双点弦截法计算f(x)=0-Two-point cut-off method string f (x) = 0

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

发表评论

0 个回复

  • 梯度函数的逆。我已经提供了1个版本的工作
    The inverse of the gradient function. I ve provided versions that work on 1-d vectors, or 2-d or 3-d arrays. In the 1-d case I offer 5 different methods, from cumtrapz, and an integrated cubic spline, plus several finite difference methods. In higher dimensions, only a finite difference/linear algebra solution is provided, but it is fully vectorized and fully sparse in its approach. In 2-d and 3-d, if the gradients are inconsistent, then a least squares solution is generated
    2022-06-02 09:40:06下载
    积分:1
  • 动态规划的投资问题,c++方,可参考,试过能用
    动态规划的投资问题,c++方法,可参考,试过能用-Dynamic programming of investment issues, c++ Way of reference, never use
    2023-05-15 13:35:02下载
    积分:1
  • 遗传分析TSP
    资源描述 遗传算法(GA)是一种解优化问题的随机搜索方法,它借助于生物进化中的自然选择和遗传(即适者生存)的规律. 算法步骤(基本遗传算法) Step 1.随机初始化pop_size个染色体.Step 2.用交叉算法更新染色体.Step 3.用变异算法更新染色体.Step 4.计算所有染色体的目标值.Step 5.根据目标值计算每个染色体的适应度.Step 6.通过轮盘赌的方法选择染色体.Step 7.重复第二至第六步直到终止条件满足.Step 8.输出最好的染色体作为最优解. 为利于遗传算法的计算,首先要对解进行编码,编码后的解称为染色体.对于约束优化问题,遗传算法是在染色体中进行操作,而把操作结果解码后去检验其可行性. 遗传算法的主要特征: 群体和种群的维数相等,为一个偶数维,且不随代数的变化而变化;适应函数直接选用目标函数;种群中的个体通过轮盘赌的方法选取;种群中的一对个体采用随机交配位的方式产生一对子代;每一个基因有相同的变异概率。
    2022-02-01 22:31:24下载
    积分:1
  • 可以实现FFT原理,请关清高哦!!!sk sdfgarg
    可以实现FFT算法原理,请关清高哦!!!sk sdfgarg-FFT algorithm can be achieved, please clearance GAO Oh!!! Sk sdfgarg
    2022-11-10 00:45:03下载
    积分:1
  • 穿虎可惜TERA
    应用背景sdsdfasfafad fhshsfhsfhdfhsfhsfhh gasdgsdfsfhsfhs  ; ; ;sfhsfghsfgh  ;sfghsfghsfhsfhgdfhsfhsfhh sfghsfhsfghsfh  ; ; ;sfghsfhsfghsfh sfhsfghsfgh  ; ;sfghsfghsfhsfhg关键技术xfgnnxnnxfgnnxnnxfgn nxnnxfgnnxnnxfgnnxnnxfgnnxnnxfgn xnnxfgnnxnnxfgnnxnnxfgnnxnnxfgnnxnnxf gnnxnnxfgnnxnn  ;xfgnnxnnxfgnnxnn
    2023-04-15 23:55:03下载
    积分:1
  • 这是计中的一个用牛顿叠代求解的
    这是计算方法中的一个用牛顿叠代法求解的算法-This is the calculation method used in a Newton iterative algorithm method
    2022-03-18 18:02:53下载
    积分:1
  • 打印条形码示例
    资源描述 Code128 Code39 两种编码规则的条形码,数字变成条形码的转换方法。 // TODO: Add your control notification handler code here CDC dc; int CodeName,printQuality; LPSTR partial=NULL,text; CCode39 code39; CCode128 code128; UpdateData(TRUE); text=m_CodeText.GetBuffer (50); //获取编码方式 CodeName=m_CodeName.GetCurSel(); if(CodeName==CB_ERR) { MessageBox("请选择编码方式"); return; } switch(CodeName) { case 0: CodeType=CODE39; break; case 1: CodeType=CODE128A; break; case 2: CodeType=CODE128B; break; case 3: CodeType=CODE128C; break; } //获取打印机设备环境 if(!(printDlg.DoModal())) { MessageBox("打印错误。"); return ; }
    2022-03-22 14:26:04下载
    积分:1
  • 用CORDIC实现的2参数反正切。结果的精度与CORDIC的迭代次数有关,迭代次数越多,精度越高。本例子中精确到小数点后4位。要提高迭代次数,还得把增加1Q...
    用CORDIC算法实现的2参数反正切。结果的精度与CORDIC的迭代次数有关,迭代次数越多,精度越高。本例子中精确到小数点后4位。要提高迭代次数,还得把增加1QN格式的位数,比如32位long,程序多处需要修改,有需要的话自己改吧。 -CORDIC algorithm with the two parameters arc tangent. And the accuracy of the CORDIC iteration number, the more the number of iteration, the higher the accuracy. This case accurate to four decimal places. To raise the number of iterations, it has to the increase in a 2:30 format of the median, such as 32 long, multiple procedures need to change, the need to reform it themselves.
    2022-03-16 10:55:29下载
    积分:1
  • use Matlab for achieving the kmeans algorithm. Data sets.
    使用matlab进行实现的kmeans算法。数据集。-use Matlab for achieving the kmeans algorithm. Data sets.
    2023-01-25 08:25:04下载
    积分:1
  • 从头和尾同时进行冒泡排序
    从头和尾同时进行冒泡排序-Do bubble sort from the head and from the tail at the same time
    2022-01-25 18:12:51下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载