-
殷人昆第二版源代码(参考)
瑞士的计算机学者Niklaus Wirth在1976年出版了一本书,书名为《算法+数据结构 = 程序设计》,它正说明了数据结构与算法在程序设计中的作用。程序设计的实质即为计算机处理问题编制一组
- 2022-11-21 17:05:03下载
- 积分:1
-
plural example
复数示例-plural example
- 2022-03-11 09:34:46下载
- 积分:1
-
java(sl275课程习题的求解模块
java(sl275课程习题解module1-module3共7道习题的题目以及程序)-java (sl275 courses Exercise Solution module1- module3 a total of seven topics and the questions of procedure)
- 2023-06-27 00:35:02下载
- 积分:1
-
计算机模拟中的数值算法,对于牛顿运动方程
计算机模拟中的数值算法,对于牛顿运动方程-Summary on Some Numerical Methods for Newton’s Equation of Motion
- 2023-03-15 20:55:03下载
- 积分:1
-
the file implements in C the nealder mead simplex algorithm for derivative free...
the file implements in C the nealder mead simplex algorithm for derivative free optimisation
- 2022-04-11 16:27:29下载
- 积分:1
-
研究排序算法
Sorting algorithm for study
- 2022-06-02 20:37: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
-
一个经典问题的比较好的解决方法
一个经典问题的比较好的解决方法-a classic problem of a relatively good solution
- 2022-01-25 19:47:43下载
- 积分:1
-
简单计算器的实现
本文是基于Visual 6.0的C++语言编程 实现了简单计算器的加、减、乘、除运算操作。
- 2023-06-25 23:00:03下载
- 积分:1
-
三维有限元网格划分
三维有限元网格自动剖分源代码程序,功能较为强大,可用于有限元网格划分
- 2022-07-11 15:51:44下载
- 积分:1