-
procedures have only mean of 0 and variance for a random number to produce the m...
程序只产生均值为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.
- 2022-10-24 11:05:03下载
- 积分:1
-
能够提取出指定网页中的所有链接。
并且显示连接是否可用。
能够提取出指定网页中的所有链接。
并且显示连接是否可用。-Able to extract all of the specified web page link. And shows the connection is available.
- 2022-06-18 17:20:45下载
- 积分:1
-
VB serialport 应用,一款不错的串口使用例程。
VB serialport 应用,一款不错的串口使用例程。-VB serialport applications, the serial use of a good routine.
- 2023-04-09 00:30:05下载
- 积分:1
-
还是图标,供大家参考
还是图标,供大家参考-or icon, for your reference
- 2023-04-05 09:55:04下载
- 积分:1
-
模仿火的运动,用vertex shader 和 pixel shader编写
模仿火的运动,用vertex shader 和 pixel shader编写-imitation fire campaigns, the vertex shader and pixel shader prepared
- 2022-02-05 00:32:13下载
- 积分:1
-
是连连看原码,对vc++初学者会有用,大家看看吧
是连连看原码,对vc++初学者会有用,大家看看吧-Is Lianliankan source of vc++ Will be useful for beginners, let us look at it
- 2023-08-28 21:05:04下载
- 积分:1
-
527906多线程串口通讯实例_622
527906多线程串口通讯实例_622,用c++builder 开发,有兴趣的朋友可以下载看看,
- 2022-01-26 03:41:16下载
- 积分:1
-
谢教授进行优化建模与LINGO LINDO软件/一嘘…
谢金星教授《优化建模与Lingo/Lindo软件》一书的ppt和Lingo程序-Professor Xie Jinxing Optimization Modeling with Lingo/Lindo software of a book and Lingo procedures ppt
- 2022-08-19 23:47:07下载
- 积分:1
-
按姓名查找 按姓名查找找 按姓名查找
按姓名查找 按姓名查找找 按姓名查找-quary by namequary by namequary by namequary by name
- 2022-08-04 09:30:28下载
- 积分:1
-
This example uses the FTP Server Profile library (ftps) to implement a simple re...
This example uses the FTP Server Profile library (ftps) to implement a simple read-only FTP server application. When the application is running, Bluetooth FTP Profile client devices can connect to this FTP server. The FTP server provides the following functionality:
* File & folder browsing
* Downloading files
Since the filesystem is read only, folder listings can be pre-generated using the included make_listing.pl Perl script for each folder. Each folder to be included in the FTP Server must have a file containing the GOEP Folder Listing. This file should be called "_dir.xml". This must conform to the GOEP specification for folder listings. No processing of this file is made by the example application, it is just sent to the client when requested.
- 2022-12-09 17:20:03下载
- 积分:1