登录
首页 » Windows开发 » 微积分的数值计算函数,包括: double composite_simpson(double(*f)(double),double a,double b,int...

微积分的数值计算函数,包括: double composite_simpson(double(*f)(double),double a,double b,int...

于 2022-10-24 发布 文件大小:2.95 kB
0 109
下载积分: 2 下载次数: 1

代码说明:

微积分的数值计算函数,包括: double composite_simpson(double(*f)(double),double a,double b,int n) double romberg(double(*f)(double),double a,double b,double eps,int max_it) double gauss_legendre(double(*f)(double),double a,double b) double central_difference(double(*f)(double),double a, double h,double eps, int max_it) double runge_kuta(double(*f)(double,double),double x[],double y[],double h,int n) double proved_euler(double(*f)(double,double),double x[],double y[],double h,int n) double adams(double(*f)(double,double),double x[], double y[],double h,int n) double montecar(double(*f)(double),double a,double b,double ub,double eps,int k,int n) float uniform_random()-calculus numerical calculation functions, including : double composite_simpson (double (* f) (double), a double, double b, int n) double Romberg (double (* f) (double), a double, double b, double eps, int max_it) double gauss_legendre (double (* f) (double), a double, double b) double central_difference (double (* f) (double), a d

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

发表评论

0 个回复

  • 一个实现背包问题的程序,挺有意思的,快来下载哦,准你满意!...
    一个实现背包问题的程序,挺有意思的,快来下载哦,准你满意!-a knapsack problem achieving the procedure quite interesting, Come download Oh, you associate satisfaction!
    2022-07-04 12:17:05下载
    积分:1
  • 资源管理器VC源码,可以基本上实现WINDOWS资源管理器的所有内容,但界面比较一般...
    资源管理器VC源码,可以基本上实现WINDOWS资源管理器的所有内容,但界面比较一般-resource manager VC source can be basically realized WINDOWS resources management for all of its contents, But more general interface
    2022-01-31 22:18:06下载
    积分:1
  • 这个过程是一个个人考勤软件,从系统对象访问它…
    这个程序是一个个人考勤软件,它从系统时钟获取时间信息,可逐日记录下个人每天的工作时间,按月统计汇总,按年形成文件.可以查看过去的记录,也可把记录按月打印出来.或进行年汇总。 本程序是一个基于对话框的实用程序,在基于对话框界面的程序中实现打印和打印预览是采用了非常规 MFC 方法。 -This process is a personal attendance software, access to it from the system clock time information, day by day record of personal daily working hours, monthly statistical summary, year-on-year documented. Can see the past records, the records can also be a monthly print out. or in aggregate. This procedure is a dialog-based utility, dialog-based interface in the process of printing and print preview realize that MFC uses unconventional methods.
    2023-03-23 12:55:04下载
    积分:1
  • BCB直接访问硬件端口和物理内存 - WinIO的应用
    读硬盘参数和主板BIOS信息, 支持 Win9x/NT/2k/XP/2003 WinIO 的使用非常简单, 在程序的开始调用 InitializeWinIo(); 初始化 WinIO, 在程序的结束使用 ShutdownWinIo(); 这样就可以在程序里直接访问端口和物理内存了。  
    2022-04-14 21:56:11下载
    积分:1
  • 图像直方图,均衡化直方图。
    图像直方图,均衡化直方图。-image histogram, histogram equalization.
    2023-08-28 15:05:03下载
    积分:1
  • 参照《Windows程序设计》一书编写的Wave声音捕获到内存的VCL控件BCB源码(亦即一个通用的C++类)。采用双缓冲技术,效果比较流畅。可以方便进行音频数...
    参照《Windows程序设计》一书编写的Wave声音捕获到内存的VCL控件BCB源码(亦即一个通用的C++类)。采用双缓冲技术,效果比较流畅。可以方便进行音频数据处理和研究。根据需要,代码可能要部分修改。-light "Windows Programming," a book prepared by the Wave voices to capture the memory VCL controls BCB source (ie, a generic category C). Double buffer technology and the results were quite fluent. Audio can facilitate data processing and research. According to the need, code may be some changes.
    2023-04-19 18:30:04下载
    积分:1
  • 网络监控服务
    network monitoring service-network monitoring service....
    2022-07-28 11:32:12下载
    积分:1
  • for skin transformation, Eurocargo tools.
    皮肤改造器,换肤工具。-for skin transformation, Eurocargo tools.
    2022-11-18 10:25:03下载
    积分:1
  • TaskSwitchXP 2.0.8用来替换默认的Windows XP / 2003任务切换界面…
    TaskSwitchXP 2.0.8 用来代替Windows XP/2003默认的任务切换界面。它提供了更人性的任务切换管理界面,使用非常的方便。当按下Alt+Tab切换时(同时支持鼠标切换操作),它会列出所有正在运行中的应用程序窗口,并且在左侧提供该应用程序的界面截图。这个免费的软件小巧而运行迅速,支持XP/2003皮肤。-TaskSwitchXP 2.0.8 to replace the default Windows XP/2003 task switching interface. It offers a more humane task switching management interface is very convenient to use. When pressed Alt-Tab switching (also support mouse switching operation), it will list all the running in the application window, and left with the application interface screenshots. This small free software running quickly, support Advanced skin.
    2022-03-26 17:00:14下载
    积分:1
  • 这是一个包含有三个类的代码集,分别用来处理三类不同的出错信息,定制的出错信息、CRT内建的或者Win32 API出错信息。CBasicError用来处理定制的出...
    这是一个包含有三个类的代码集,分别用来处理三类不同的出错信息,定制的出错信息、CRT内建的或者Win32 API出错信息。CBasicError用来处理定制的出错信息,CLbraryError用来处理C运行时库的出错信息,CWin32APIError用来处理Win32 API出错信息。-contains three types of code sets, respectively, to deal with three different kinds of error messages, custom error messages, built-in CRT or Win32 API error messages. CBasicError to handle custom error messages, CLbraryError to handle C Runtime Library error messages, CWin32APIError to deal with the Win32 API error messages.
    2023-03-19 01:15:03下载
    积分:1
  • 696516资源总数
  • 106409会员总数
  • 8今日下载