登录
首页 » 算法 » This is a very practical for integration algorithm, adaptive algorithm is a very...

This is a very practical for integration algorithm, adaptive algorithm is a very...

于 2022-07-26 发布 文件大小:1.15 kB
0 147
下载积分: 2 下载次数: 1

代码说明:

这是一个很实用的求积分算法,自适应算法是一种很有前途的算法,特为其发展贡献绵薄之力。-This is a very practical for integration algorithm, adaptive algorithm is a very promising algorithm, special small way contribute to its development.

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

发表评论

0 个回复

  • 用fortran语言编写的程序,这样可以在fortran系统中直接运行,为大家提供点方便。...
    用fortran语言编写的程序,这样可以在fortran系统中直接运行,为大家提供点方便。-using FORTRAN language of the procedure so in FORTRAN operating system directly, to provide a convenient point.
    2022-02-11 11:45:24下载
    积分:1
  • c语言学习资料,朱兆祺。
    朱兆祺同学的学习笔记,很强大。 举几个例子给大家看下:   1. #include< >和#include" "有什么区别? 这个题目考查大家的基础能力,#include< >用来包含开发环境提供的库, #include" "用来包含.c/.cpp文件所在目录下的头文件。注意:有些开发环境可以在当前目录下面自动收索(包含子目录),有些开发环境需要指定明确的文件路径名。 1.2 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-09-27 09:00:02下载
    积分:1
  • 对任意给定的n,用字典和邻位互换生成并打印全部排列。...
    对任意给定的n,用字典法和邻位互换法生成并打印全部排列。-right to the arbitrary n, using the dictionary to law and Exchange Act o-generated and print all ranked.
    2022-02-01 10:43:25下载
    积分:1
  • 用数值积分实现C++语言的程序
    此程序为C与语言编写的数值积分算法-procedure for the C language with the numerical integration algorithm
    2022-05-25 12:34:11下载
    积分:1
  • Support vector regression machines blind equalization algorithm, which uses the...
    支持向量回归机的盲均衡算法,其中使用的是v算法-Support vector regression machines blind equalization algorithm, which uses the algorithm v
    2022-04-10 20:22:28下载
    积分:1
  • 数列计
    例如,当k=3时,这个序列是: 1,3,4,9,10,12,13,… (该序列实际上就是:3^0,3^1,3^0+3^1,3^2,3^0+3^2,3^1+3^2, 3^0+3^1+3^2,…) 请你求出这个序列的第N项的值(用10进制数表示)。 例如,对于k=3,N=100,正确答案应该是981。 输入格式 输入只有1行,为2个正整数,用一个空格隔开: k N (k、N的含义与上述的问题描述一致,且3≤k≤15,10≤N≤1000)。 输出格式 输出为计算结果,是一个正整数(在所有的测试数据中,结果均不超过2.1*10^9)。(整数前不要有空格和其他符号)。 样例输入 3 100 样例输出 981  
    2022-03-12 08:20:11下载
    积分:1
  • 百钱买百鸡设计和分析
    应用背景方法一:伪代码输入:n只鸡的个数 输出:公鸡、母鸡和小鸡的个数1、初始化解的个数count=0; 2、循坏变量从x从0~n/5(取整);    2.1循环变量y从0~n/3(取整);       2.1.1 循环变量z从0~n;       2.1.2 如果5*x+3*y+z/3==n && x+y+z==n,则count++;输出x、y、z的值;       2.1.3  y++;
    2022-03-20 10:38:58下载
    积分:1
  • This file contains the complete code of six stand
    此文件包含用于聚类分析的六个独立Fortran程序的完整代码
    2022-09-13 12:50:02下载
    积分:1
  • 本代码是《计机常用数值计与程序 C++版》一书的配套数值拟合与逼近代码,这些C++程序已经在Virsual C++ 6.0环境下通过。注意,在VC++...
    本代码是《计算机常用数值计算算法与程序 C++版》一书的配套数值拟合与逼近代码,这些C++程序已经在Virsual C++ 6.0环境下通过。注意,在VC++ 6.0中设置好路径,特别是include目录(文件夹)的路径,否则在编译时会出现找不到头文件的错误,使编译无法正常进行。-the code is "commonly used computer numerical algorithms and procedures C version," a book supporting numerical approximation fitted with the code, these procedures have been in C C 6.0 Virsual environment through. The attention of the VC 6.0 installed path, in particular include directory (folder) path, otherwise there will be compiled header files could not find the mistakes and the compiler not normal.
    2022-06-27 07:38:27下载
    积分:1
  • 宿舍管理系统
    宿舍管理系统:包括宿舍同学名单查询,增添同学名单,删除同学名单等,还有包括查询学生相关的详细信息等。登陆界面分为学生以及宿舍管理人员。
    2023-04-14 08:00:03下载
    积分:1
  • 696518资源总数
  • 106222会员总数
  • 14今日下载