说明:关于c++数值算法的一段程序,非常适合入门学习,希望对你有好的帮助-About c++ numerical algorithm for some procedures, is ideal for entry-learning, I hope you have a good help <柳长安> 在 2025-02-26 上传
| 大小:1kb | 下载:0
说明:WRF模拟结果气象要素的检验对比,包含均方根误差,偏差和相关系数等-WRF simulation test results comparing meteorological elements, including the root mean square error, deviations and correlation coefficients <wyb> 在 2025-02-26 上传
| 大小:1kb | 下载:0
说明:算出1*2*3*4...*98*99*100得数的C++代码,得数全部显示,代码中包含计算的时间-Calculated 1* 2* 3* 4* 98* 99* ... 100 thanks to a number of C++ code, thanks to a whole display, the code contains time calculations <刘茂臣> 在 2025-02-26 上传
| 大小:11kb | 下载:0
说明:算正数a的算术平方根。迭代公式如下xn+1=(xn+a/xn)/2, x 要求前后两次求出的x的差的绝对值小于 10-5 。 a通过键盘输入。 -A count of the positive square root. Iteration formula is as follows xn+1 = (xn+a/xn)/2, the difference between before and after the absolute value <刘茂臣> 在 2025-02-26 上传
| 大小:10kb | 下载:0