登录
首页 » matlab » newton_raphson

newton_raphson

于 2018-09-09 发布 文件大小:1KB
0 217
下载积分: 1 下载次数: 6

代码说明:

  采用Newton—Raphson迭代法可以求解复系数一元三次方程的根,代码为Newton—Raphson迭代法的具体实现(The Newton-Raphson iteration method is used to solve the root of a cubic equation with complex coefficients. The code is the implementation of the Newton-Raphson iteration method.)

文件列表:

newton.m, 1813 , 2007-07-20
syn_division.m, 575 , 2007-07-20
derivate.m, 426 , 2007-07-20

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

发表评论

0 个回复

  • LBP
    实现图像纹理特征的提取,并且完成了该项功能(The extraction of image texture features, and completed the)
    2020-11-15 10:09:41下载
    积分:1
  • RedHatWindow
    VB语言写的仿Unix红帽操作系统界面,附带源码(VB language to write the copy Unix red hat operating system interface, with the source code)
    2013-08-09 11:26:55下载
    积分:1
  • [MATLAB]最小和LDPC译码算法MATLAB实现(285266)
    LDPC码的编译码算法,matlab实现,包含常用的生成算法和解码算法。可以直接运行(LDPC code encoding and decoding algorithm, matlab implementation, including the common generation algorithm and decoding algorithm. Can run directly)
    2017-12-27 14:36:21下载
    积分:1
  • 很好的代理服务器代码,可直接译运行,并且稳定性很好,其中的代码格式和思想值得学习!...
    很好的代理服务器代码,可直接编译运行,并且稳定性很好,其中的代码格式和思想值得学习!-good proxy server code can be directly translated operation, and good stability, the code format and ideas worth learning!
    2022-02-03 16:49:08下载
    积分:1
  • 上课的时候用VB写的文件传输的技巧,有利于初级者学习
    上课的时候用VB编写的文件传输的技巧,有利于初级者学习-class of VB paper prepared by the transmission of skills and a conducive learning primary. .
    2022-05-08 06:58:03下载
    积分:1
  • gt_0.6.4
    说明:  计算气象数据及对流层延迟,一个很全的gps定位程序(Calculating meteorological data and tropospheric delays)
    2019-03-21 23:09:07下载
    积分:1
  • vbshiyan
    说明:  大量vb的小程序,都是自己编的,供新手学习研究~(lot of small programs that are part of their own for newcomers to study ~)
    2006-05-15 00:02:32下载
    积分:1
  • C#自动更新服务(本地服务安装)
    using System;using System.Collections.Generic;using System.Linq;using System.Text;using Common.WinService;using Common.Log;using System.Threading;using Common.Net;using System.Text.RegularExpressions;namespace Collection.AutoRunner{    //获取学生信息    public class Service_Update_Data : IWindowsService    {        private ILogWriter _logWriter = null;        private const string logCategory = "Services.Info";        private string logInfoSource = "Update_Data";        private const string logErrorCategory = "Services.Error";        private const string logErrorSource = "Update_Data_Error";        private bool BeStop = true;        private System.Timers.Timer timer = null;        public void Start(Common.Log.ILogWriter logWriter, string gameCode)        {            gameCode = gameCode.ToUpper();            logInfoSource = gameCode;            _logWriter = logWriter;            BeStop = false;            StartRequestData();        }        int stata = 0;        private void StartRequestData()        {            try            {                #region 配置                //时间频率                var UpdateStudentSpan = ServiceHelper.GetInterval("UpdateData");                //更新学生开始时间                var studentbegintime = ServiceHelper.GetInterval("StudentBeginTime");                //更新学生结束时间                var studentendtime = ServiceHelper.GetInterval("StudentEndTime");                    //是否更新学生基本信息:true为更新 false为不更新                var IsUpdateStudnet =Convert.ToBoolean(ServiceHelper.GetSystemConfig("IsUpdateStudnet"));                                #endregion                timer = ServiceHelper.ExcuteByTimer(UpdateStudentSpan, () =>                {                    int timeHour = DateTime.Now.Hour;                    if (timeHour == 3)                        stata = 0;                    #region 更新学生基本信息                    if (studentbegintime
    2015-03-11下载
    积分:1
  • chengxu1
    删除以各字符串中指定下标的字符。其中,a指向原字符串,删除后的字符串存放在b所指的数组中,n中存放指定的下标。 (Delete the specified subscript characters to each string . Among them , a point to the original string , delete the string stored in the array b referred to store the specified subscript n . )
    2012-04-13 20:22:03下载
    积分:1
  • 被动扫频
    介绍了二自由响应度汽车悬架的被动控制,在谐波激励下的响应(the passive control of two-degree of freedom system)
    2018-06-19 09:52:31下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载