登录
首页 » 算法 » 单个文件在以下链接是可用的:

单个文件在以下链接是可用的:

于 2022-04-29 发布 文件大小:18.06 kB
0 128
下载积分: 2 下载次数: 1

代码说明:

Individual files are available in the following links: Bessjy -- Bessel functions Jn and Yn for real argument and integer or real order. Bessik -- Modified Bessel function In and Kn for real argument and integer or real order. CBessjy -- Bessel functions Jv and Yv for real or complex arguments and real order. CBessik -- Modified Bessel functions Iv and Kv for complex arguments and real order. -Individual files are available in the following links: Bessjy- Bessel functions Jn and Yn for real argument and integer or real order. Bessik- Modified Bessel function In and Kn for real argument and integer or real order. CBessjy- Bessel functions Jv and Yv for real or complex arguments and real order. CBessik- Modified Bessel functions Iv and Kv for complex arguments and real order.

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

发表评论

0 个回复

  • JPEG2000, C代码
    The OpenJPEG library is an open-source JPEG 2000 library developed in order to promote the use of JPEG 2000. See the source for more information.
    2023-04-20 21:00:04下载
    积分:1
  • meanshift图像平滑和分割_matlab
    1.意思是转移的迭代过程只做了一次(为了简单)2.对图像中的某一点进行平移时,只考虑了距离它小于2*hr的点、 而不是图像中所有的点。3.实验过程中只用到了gauss核,虽然提供了method的选择,但在进行值域加权时只用到gauss核、 如果需要请自己改正。4.meanshiftseg中,对分成一类的像素、 取的是它们的平均值作为属于该区域的像素的值。5.为了简单彩色图只做了第一维。其它类似的。附件有测试图有运行结果、 MAIN函数是一个简单地的用法示例
    2022-02-05 15:50:17下载
    积分:1
  • 2022-08-24 00:44:47下载
    积分:1
  • vc 著名的九宫图
    vc 著名的九宫图-vc famous JiuGongTu
    2022-01-27 08:47:43下载
    积分:1
  • 一个求解Josephus问题的函数
      #include #include #define NULL 0 #include typedef struct Lnode {  int data;  struct Lnode *next; }Josephus; void CreateList(Josephus*&L,int n)//建立循环链表 {  int i;  Josephus *p,*s;  s=(Josephus*)malloc(sizeof(Josephus));  s->data=1;  L=p=s;  for(i=2;idata=i;  p->next=s;  p=s;  }  p->next=L; } void DeleteList(Josephus*&L,Josephus*p,Josephus*q) {  q->next=p->next;  free(p); } void Josephus1(Josephus*&L,int s,int m)
    2022-01-27 23:12:59下载
    积分:1
  • 用于解决tsp问题的模拟退火Java源码
    源码中实现了模拟退火算法的四种操作算子,分别为插入、互换、逆转以及混合来产生新的领域结构,采取了概率优先,最邻近贪婪策略,并可适用于对称和非对称tsp问题,代码质量高,此源码内容详细,能为研究模拟退火算法提供有效的参考
    2023-09-04 14:45:03下载
    积分:1
  • PID 控制器设计的遗传与神经网络 LVQ 精馏塔与 MATLA
    在这个项目中,PID控制器为精馏(精馏)使用遗传算法inMATLABis可供免费下载.项目网站is不再公开发售价格高.免费下载.
    2022-06-29 08:02:27下载
    积分:1
  • FFT by C++, with source file
    快速傅立叶变换 采用c++编程 有源代码-FFT by C++, with source file
    2022-07-22 05:09:18下载
    积分:1
  • 简单的讲,所谓拟合是指已知某函数的若干离散函数值{f1,f2,…,fn},通过调整该函数中若干待定系数f(λ1, λ2,…,λ3), 使得该函数与已知点集的差别...
    简单的讲,所谓拟合是指已知某函数的若干离散函数值{f1,f2,…,fn},通过调整该函数中若干待定系数f(λ1, λ2,…,λ3), 使得该函数与已知点集的差别(最小二乘意义)最小。如果待定函数是线性,就叫线性拟合或者线性回归(主要在统计中),否则叫作非线性拟合或者非线性回归。表达式也可以是分段函数,这种情况下叫作样条拟合。-Simply speaking, the so-called fitting refers to a function known to a number of discrete function values (f1, f2, ..., fn), by adjusting the number of undetermined coefficient function f (λ1, λ2, ..., λ3), makes the function and known points of difference (least squares significance) the smallest. To be determined if the function is linear, is called linear regression or linear regression (mainly in the statistics), otherwise known as non-linear fitting, or nonlinear regression. Expressions can also be a sub-function, this case is called spline fitting.
    2022-02-03 20:04:37下载
    积分:1
  • 自然语言处理之遗忘JAVA实现
    自然语言处理算法之遗忘算法的JAVA版实现,具体包含有大规模语料库的生成,词云,词翼的生成以及分词等相关算法,详细请参考相关博客http://blog.csdn.net/gzdmcaoyc/article/category/5973979
    2022-07-23 21:07:39下载
    积分:1
  • 696516资源总数
  • 106562会员总数
  • 4今日下载