登录
首页 » 算法 » PI值的计算算法,c++代码,值得好好学习

PI值的计算算法,c++代码,值得好好学习

于 2022-03-11 发布 文件大小:27.57 kB
0 53
下载积分: 2 下载次数: 1

代码说明:

PI值的计算算法,c++代码,值得好好学习-PI value of the algorithm, c code, it is worth to learn

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

发表评论

0 个回复

  • LED pic18f4520捏
    #包括;
    2023-01-11 14:05:04下载
    积分:1
  • 矩阵运
    // 矩阵乘法: C=AB, A[m×v],  B[v×n],  C[m×n] ... for row-major matrices   // 允许A,B,C 带入相同参数. double* matr_x(double*C, const double*Ao, const double*Bo, const int m,const int v, const int n){ if(!Ao || !Bo) return 0;    if(!C) C=new double[m*n];  double* A=new double[m*v], * B=new double[v*n];  memcpy(A,Ao,m*v*sizeof(double)); memcpy(B,Bo,v*n*sizeof(double));  请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-04-07 01:39:24下载
    积分:1
  • 归并排序的c实现
    归并排序的c实现-Merging Sort of achieving c
    2022-03-20 05:58:05下载
    积分:1
  • 音乐播放器
    使用控件实现音乐播放器,有打开文件,下一曲,暂停,保存音乐目录,调节音量i,每次保存的音乐目录在再次打开时还可以加载在播放列表中,同时,实现播放列表的隐藏与打开。
    2022-02-06 00:27:28下载
    积分:1
  • C语言进行图像处理(入门的经典)
    资源描述本代码使用C语言戳图像处理基本的处理,包括读取显示,涉及到很多基础的知识,包括文件头和指针各种等,对学习C语言和图像处理的各种基本知识都有着一定的帮助,欢迎大家下载,一起进步,一起学习。代码注释详细,可阅读行强,希望大家喜欢,欢迎下载哦。
    2023-03-15 20:50:04下载
    积分:1
  • equals,length,trim,c语言toolkit
    不用c库实现的c语言功能函数,包含length函数、equals函数、和trim函数,还会慢慢增加
    2022-06-21 08:18:21下载
    积分:1
  • LTE中turbo编解码
    这个系统是基于802.16标准。包含的内容广域网中OFDM物理层的相关内容,TDD,网络管理,调度器,移到单元
    2022-02-03 21:10:03下载
    积分:1
  • Plane truss VB source code, very valuable learning finite element code, and shar...
    平面桁架VB源程序,非常有学习价值的有限元代码,共享给大家-Plane truss VB source code, very valuable learning finite element code, and shared to everyone
    2022-12-12 21:15:03下载
    积分:1
  • MOEA framework
    应用背景The MOEA Framework is a free and open source Java library for developing and experimenting with multiobjective evolutionary algorithms (MOEAs) and other general-purpose multiobjective optimization algorithms. The MOEA Framework supports genetic algorithms, differential evolution, particle swarm optimization, genetic programming, grammatical evolution, and more. A number of algorithms are provided out-of-the-box, including NSGA-II, NSGA-III, ε-MOEA, GDE3 and MOEA/D. In addition, the MOEA Framework provides the tools necessary to rapidly design, develop, execute and statistically test optimization algorithms.关键技术Its key features includes:   * Fast, reliable implementations of many state-of-the-art algorithms   * Extensible with custom algorithms, problems and operators   * Supports master-slave, island-model, and hybrid parallelization &n
    2022-02-28 22:09:39下载
    积分:1
  • 解稀疏对称方程组的ICCGfortran源程序 有例,希望对你有帮助...
    解稀疏对称方程组的ICCG法fortran源程序 有算例,希望对你有帮助-Solution of sparse symmetric linear ICCG method source fortran examples there, and they hope to help you
    2022-10-10 17:25:03下载
    积分:1
  • 696524资源总数
  • 103920会员总数
  • 65今日下载