登录
首页 » 算法 » 常用的数学统计算法,希望大家喜欢 Calculate the approximation of the standard normal distributi...

常用的数学统计算法,希望大家喜欢 Calculate the approximation of the standard normal distributi...

于 2022-05-08 发布 文件大小:3.25 kB
0 185
下载积分: 2 下载次数: 1

代码说明:

常用的数学统计算法,希望大家喜欢 Calculate the approximation of the standard normal distribution -commonly used mathematical statistical algorithm, hope you like Calculate the approximation of the stan DST normal distribution

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

发表评论

0 个回复

  • IBE基于身份的加密系统
    IBE基于身份的加密系统的身份提取程序,使用VC6.0开发,即把身份转换成椭圆曲线上的点
    2022-03-22 22:16:51下载
    积分:1
  • A Star 和 dijkstra
    A Star 和 dijkstra
    2022-02-14 10:50:09下载
    积分: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
  • 简易的运包括sin,cos等,一些简单的运的程序。
    简易的运算包括sin,cos等,一些简单的运算的程序。-Simple operation, including sin, cos and so on, some simple arithmetic procedures.
    2022-02-22 13:08:52下载
    积分:1
  • 基于蚁群的动态最优路径规划
    基于蚁群算法的动态最优路径规划,信号处理,图像处理,程序源代码
    2023-08-19 20:35:02下载
    积分:1
  • 跟踪滤波的目的是根据已获得的目标观测数据对目标的状态进行精确估计,跟踪滤波的关键是对机动目标的跟踪能力,机动目标跟踪的主要困难在于跟踪设定的目标模型与实际的目标...
    跟踪滤波的目的是根据已获得的目标观测数据对目标的状态进行精确估计,跟踪滤波的关键是对机动目标的跟踪能力,机动目标跟踪的主要困难在于跟踪设定的目标模型与实际的目标动力学模型的匹配问题。 -The purpose of tracking filter is based on objective observational data has been the target of the state accurately estimate the key to tracking filter for maneuvering target tracking capabilities, the main difficulty maneuvering target tracking is to track the target model to set realistic goals and motivation learn the model matching problem.
    2022-04-13 15:56:38下载
    积分:1
  • 网络社区发现
    Finds communities in networks with a submodular algorithm based on the optimization of Newman"s modularity.  The algorithm finds a weakly optimal community partition of the network. 
    2022-08-08 00:41:38下载
    积分:1
  • data mining algorithms procedures demonstration dbscan reference for C#
    数据挖掘中的聚类算法程序演示参考 dbscan for C# -data mining algorithms procedures demonstration dbscan reference for C#
    2022-04-02 02:07:24下载
    积分:1
  • 最优网络01匹配
    最优网络01匹配算法。-optimal matching algorithm.
    2023-08-10 15:40:03下载
    积分:1
  • 温度PID控制
    温度控制PID调节,大家可以参考参考,用的是增量式PID调节方法,温控精度可以达到0.1摄氏度,具体我也不多说,Ki=KpT/Ti=0.8,微分系数Kd=KpTd/T=0.8,Td=0.0002,根据实验调得的结果确定这些参数
    2023-03-13 01:00:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载