-
归并排序算法的C++
该代码读取输入文本文件并将其排序,然后将这些数字排序为输出文本文件。代码使用合并排序算法进行排序。
- 2022-08-13 23:57:35下载
- 积分:1
-
bbp algorithm for calculating pi accurate to more than 10 million
bbp算法计算圆周率精确到千万位以上-bbp algorithm for calculating pi accurate to more than 10 million
- 2022-03-09 12:38:14下载
- 积分:1
-
In this paper, the Monte Carlo method to equation y = sin (x)+ X with the equati...
本文采用蒙特卡洛方法,将方程y=sin(x)+x与方程y=cos(x)+x之间的曲线包络面积求解出来。-In this paper, the Monte Carlo method to equation y = sin (x)+ X with the equation y = cos (x)+ X between the envelope curve out an area to solve.
- 2022-01-25 23:23:06下载
- 积分:1
-
打印0°至90°的三角函数表
打印0°至90°的三角函数表-Print 0 to 90 trigonometry table
- 2022-04-11 09:51:20下载
- 积分:1
-
代码打印你好世界
资源描述Python是一种非常简单的语言,并有一个非常简单的语法。它鼓励程序员编程没有样板(制)的代码。Python中的最简单的指令是“打印”指令,它只打印出一行(也包括换行符,不像C)。有两个主要的Python版本,Python 2和Python 3。Python 2和3是完全不同的。 ;
- 2023-03-23 09:35:04下载
- 积分:1
-
用vc实现的遗传算法,有界面,易操作,从文件读取参数设置,结果输出到文件中,移植性强...
用vc实现的遗传算法,有界面,易操作,从文件读取参数设置,结果输出到文件中,移植性强-Vc implemented using genetic algorithms, there are interface, easy to operate, read from the file parameter settings, the resulting output to a file, transplantation and strong
- 2022-03-19 18:25:10下载
- 积分:1
-
一维码生成程序C#
资源描述一维码生成程序C#的,一维码的原理,生成。有两个版本,都是C#,可以选择code128 39等
- 2023-01-12 19:30:03下载
- 积分:1
-
卡尔曼滤波是一种递推估计,估计的随机状态。
A Kalman filter is a stochastic , recursive estimator , which estimates the state of a system based on the knowledge of the system input, the measurement of the system output, and a model of the relation between input and output.
- 2023-04-16 16:00:03下载
- 积分:1
-
最小二乘法拟和曲线,两个程序,大家
最小二乘法拟和曲线,两个程序,大家-least squares fitting curves, the two procedures, we look at
- 2023-08-19 03:15:04下载
- 积分:1
-
批量删除画图中的散点数据
在画散点图过程中,我们期望删除一些不需要的点。有时这种点太多,需要批量删除。该工具即根据这一需求,只需要输入删除区域的点坐标,即可实现批量删除。定义域梯形删除法。
用法:必须在Linux命令行下运行,且安装有awk(默认Linux会安装)。
- 2022-04-10 23:51:49下载
- 积分:1