-
用c语言编写的产生正态随机数的源代码:
算法一产生12个(0,1)平均分布的随机函数,用大数定理可以模拟出正态分布。
算法二用到了数学中的雅可比变...
用c语言编写的产生正态随机数的源代码:
算法一产生12个(0,1)平均分布的随机函数,用大数定理可以模拟出正态分布。
算法二用到了数学中的雅可比变换,直接生成正态分布,但此算法在计算很大规模的数时
会出现溢出错误。-With the c language normal random number generation source code: Algorithm 1 produces 12 (0,1) the average distribution of the random function, with large numbers theorem can be simulated normal distribution. Mathematical algorithms used in the two Jacobi transformation, directly generate a normal distribution, but this algorithm is very large in the calculation occurs when the number of overflow error.
- 2023-07-12 06:00:04下载
- 积分:1
-
磁性窗体form,可以创建和winamp一样的窗体.
磁性窗体form,可以创建和winamp一样的窗体.-magnetic Form form, and Winamp can create the same forms.
- 2022-03-04 00:27:43下载
- 积分:1
-
鼠标及光标形状变化
鼠标及光标形状变化-mouse and the cursor changes shape
- 2023-02-16 17:55:04下载
- 积分:1
-
用c编写的密码程序DES
用c编写的密码程序DES-prepared using the password procedures DES
- 2023-01-07 22:00:03下载
- 积分:1
-
很多时候我们对图片的么些关键地方并不希望别人看见,故我们可以对隐私的位置打上马赛克。...
很多时候我们对图片的么些关键地方并不希望别人看见,故我们可以对隐私的位置打上马赛克。-We have a lot of time to more critical picture of the places you do not want others to see, so we can put the location of the mosaic privacy.
- 2023-08-17 11:00:03下载
- 积分:1
-
查看系统进程(不是我编的)
查看系统进程(不是我编的)-View systematic process (not my series)
- 2022-08-07 18:56:03下载
- 积分:1
-
Bezier曲线的可执行程序,注:vc语言编写的;3次4个顶点
Bezier曲线的可执行程序,注:vc语言编写的;3次4个顶点-Bezier curves of the executable program, note: vc languages 3 4 vertex
- 2022-01-31 22:49:13下载
- 积分:1
-
如何使用Word中的助手控件MS Agent Control的例子
如何使用Word中的助手控件MS Agent Control的例子--An example that how to use assistant control in word
- 2022-03-24 00:28:17下载
- 积分:1
-
题目:有一个已经排好序的数组。现输入一个数,要求按原来的规律将它插入数组中。
1. 程序分析:首先判断此数是否大于最后一个数,然后再考虑插入中间的数的情况,...
题目:有一个已经排好序的数组。现输入一个数,要求按原来的规律将它插入数组中。
1. 程序分析:首先判断此数是否大于最后一个数,然后再考虑插入中间的数的情况,插入后
此元素之后的数,依次后移一个位置。
2.程序源代码:-Title: already have a good sequence of the array row. Now enter a number of requirements in accordance with the laws of the original array to insert it. 1. Program analysis: First, to determine whether this number is greater than the last few, and then inserted between a few to consider the case, insert the following after the element number, followed by one position after the shift. 2. Program source code:
- 2022-04-08 06:57:14下载
- 积分:1
-
计算机windows 并口编程 可以看看,不错的
计算机windows 并口编程 可以看看,不错的-Computer parallel port programming windows can see that good
- 2022-03-07 02:33:45下载
- 积分:1