登录
首页 » Windows开发 » 龙贝格插值算法求积分下限为0,积分上限为1的,被积函数为4/1+x*x的积分...

龙贝格插值算法求积分下限为0,积分上限为1的,被积函数为4/1+x*x的积分...

于 2023-04-23 发布 文件大小:1.44 kB
0 162
下载积分: 2 下载次数: 1

代码说明:

龙贝格插值算法求积分下限为0,积分上限为1的,被积函数为4/1+x*x的积分-Romberg interpolation algorithm quadratures threshold of 0, points to a ceiling of the function of the plot was 4/1 x* x points

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

发表评论

0 个回复

  • provided by a third party software developers article, broad
    由第三方提供的软件开发文章,内容广泛-provided by a third party software developers article, broad
    2023-02-10 23:00:04下载
    积分:1
  • 读取ini文件类,十分实用的工具
    读取ini文件类,十分实用的工具-read ini file type, a very useful tool
    2022-01-22 02:44:35下载
    积分:1
  • 这是一个Pocket pc上dll的呼叫程式,想要练习手持设备上的人可以练习。...
    这是一个Pocket pc上dll的呼叫程式,想要练习手持设备上的人可以练习。-This is a dll on Pocket pc call programs, you want to practice hand-held devices can practice.
    2023-07-25 11:50:03下载
    积分:1
  • jdhfh hjjdhfh dh fhfg ghfg gh
    jdhfh hjjdhfh dh fhfg ghfg gh -jdhfh hjjdhfh dh fhfg ghfg gh
    2022-05-29 22:51:36下载
    积分:1
  • vc6.0下的简易播放器,适合于初学。
    vc6.0下开发的简易播放器,适合于初学。-vc6.0 developed under the simple player, suitable for beginners.
    2023-07-21 15:40:04下载
    积分:1
  • Floyd-Steinberg Dithering佛洛伊德斯坦伯格抖动算法
    只有三个核心函数。 PlusTrancate,FindNearestColor和Process。 PlusTrancate尝试将一个量化误差添加到现有颜色中,并防止流过色,因为最大数为255。 FindNearestColor是最接近的颜色,您需要将调色板传递到此函数中以查找您要查找的映射。 例如 [{0,0,0},{255,255,255}]表示黑白 [{255,0,0},{0,255,0},{0,0,255}]表示RGB [{0,255,255},{255,0,255},{255,255,0}]表示CMY 图像的每个像素的核心功能过程然后从该像素获得最近的颜色,并从环绕颜色计算量化误差,使图像变得更具代表性。
    2023-05-20 15:10:03下载
    积分:1
  • 鼠标监听程序,向你展示最基本的操作功能。
    鼠标监听程序,向你展示最基本的操作功能。-Mouse listener to show you the most basic operating functions.
    2023-02-05 15:30:03下载
    积分:1
  • tictactoe in netbeans
    /*
    2022-02-01 14:15:26下载
    积分:1
  • win用简易日志软件
    简易日志显示软件。 支持显示日志、保存日志到文件、udp方式接收日志,支持显示日志网络来源。 本地调用:任何win软件使用如下函数,即可向该软件发送日志数据,日志软件会显示并保存到指定文件中。 int WriteLog(DWORD LogType, char* lpszFormat, ...) { static HWND m_hWndLog = NULL; if (m_hWndLog == NULL) { m_hWndLog = ::FindWindowA(NULL, "Stk1Log"); if (m_hWndLog == NULL) { char cCurPath[MAX_PATH]; if (GetCurrentDirectoryA(MAX_PATH, cCurPath) > 0) { char cExePath[MAX_PATH]; wsprintfA(cExePath, "%sstk1Log.exe", cCurPath); WinExec(cExePath, SW_SHOW); m_hWndLog = ::FindWindowA(NULL, "Stk1Log"); if (m_hWndLog == NULL) { // AfxMessageBox("无法找到Stk1Log.exe用于显示日志!"); return -1; } } } } else { if (IsWindow(m_hWndLog) == FALSE) { m_hWndLog = NULL; m_hWndLog = ::FindWindowA(NULL, "Stk1Log"); if (m_hWnd
    2022-07-25 17:36:54下载
    积分:1
  • 使用真正的Winsock做的最简单的通信程
    使用真正的Winsock做的最简单的通信程-use the real Winsock do the most simple way of communication
    2022-02-20 21:59:07下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载