登录
首页 » 算法 » Numerical Recipes in C++ 书中的程序的源代码

Numerical Recipes in C++ 书中的程序的源代码

于 2022-10-01 发布 文件大小:404.35 kB
0 129
下载积分: 2 下载次数: 1

代码说明:

Numerical Recipes in C++ 书中的程序的源代码-C Numerical Recipes in the book of a program"s source code

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

发表评论

0 个回复

  • StringUtils
    这里有些代码我写了关于字符串实用程序。这帮助新手很容易明白的和有用的分析和编写脚本。 它是用非常常见算法。 如果东西搞错我联系的方式。不一定是每一件工作正常,但几乎 Im:D.
    2022-04-27 03:22:06下载
    积分:1
  • 程序只产生均值为0,方差为1的随机数,要产生均值为E,方差为D的随机数,只要随机数*D+E就可以了。高斯随机数程序还是带参数的,参数是用来描述正态分布的一个浮点...
    程序只产生均值为0,方差为1的随机数,要产生均值为E,方差为D的随机数,只要随机数*D+E就可以了。高斯随机数程序还是带参数的,参数是用来描述正态分布的一个浮点数表。在执行程序时,先生成这个表(只做一次),而后就可以任意多次地执行高斯随机数产生程序了。使用C是为了保证通用性,如果有人觉得麻烦,可以用C++做个类,把这些东西都封装进去。另外,如果有人有兴趣,也可以把它修改成任意形式分布的连续随机数产生程序,修改非常简单,这里就不提示了。-procedures have only mean of 0 and variance for a random number to produce the mean E, D variance for the random number, as long as a few random E* D on it. Gaussian random process parameters or with the parameter is used to describe a normal distribution of the float table. In the implementation process, Mr. into the table (one-off), and you can repeatedly arbitrary implementation Gaussian random number generator proceedings. The use of C is to ensure commonality, if someone finds trouble, can be used to be a Class C, all these things into account Packaging. Also, if someone is interested, can you change the form of arbitrary distribution of continuous random number generator procedure is very simple changes, I will not be sacrificed as a result.
    2023-08-17 15:20:03下载
    积分:1
  • the Fast Fourier Transform
    快速傅立叶的变换-the Fast Fourier Transform
    2023-07-24 02:25:02下载
    积分:1
  • 6 自由度的机器人手臂的模拟
    这个程序演示了如何模拟和容易画用 matlab 编写了一个移动的机制。此代码显示移动他的手,沿着螺旋的 6 自由度机器人手臂。
    2023-03-26 09:25:03下载
    积分:1
  • 排列与组合
    有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少?  程序分析:可填在百位、十位、个位的数字都是1、2、3、4。组成所有的排列后再去掉不满足条件的排列。 
    2022-04-18 21:12:31下载
    积分:1
  • enter mathematical formula calculation of the source code, we chin
    通过输入数学公式进行数学计算的源代码,大家下巴-enter mathematical formula calculation of the source code, we chin
    2022-05-14 07:17:09下载
    积分:1
  • 自己做的程序,可能对你有用
    自己做的程序,可能对你有用-own procedures that may be useful to you
    2022-07-12 03:17:35下载
    积分:1
  • sift图像配准matlab代码
    找到的sift图像配准的纯matlab代码,大家一起学习和研究。关于SIFT的程序 SIFT特征匹配算法是目前国内外特征点匹配研究领域的热点与难点,其匹配能力较强,可以处理两幅图像之间发生平移、旋转、仿射变换情况下的匹配问题,甚至在某种程度上对任意角度拍摄的图像也具备较为稳定的特征匹配能力
    2022-03-22 17:52:08下载
    积分:1
  • 数字签名
    数字签名算法实现: 其加密方案技术来生成签名。它包含 4 的算法。一代大的素数的第一种算法,第二种算法生成的密钥、 第三种算法实现长沙 1 和第四个算法生成的签名。
    2022-04-24 11:31:07下载
    积分:1
  • 行编辑:可将输错的单个字符删除,也可将又错误的一行字符删除。操作简便。用栈来实现上述功能。...
    行编辑算法:可将输错的单个字符删除,也可将又错误的一行字符删除。操作简便。用栈来实现上述功能。-line editor algorithm : can be wrong deletion of a single character, and it can also wrong to delete his characters. Easy to operate. Stack used to achieve the above functions.
    2022-02-02 23:01:42下载
    积分:1
  • 696518资源总数
  • 106161会员总数
  • 5今日下载