-
高振荡函数求积法的c源程序
高振荡函数求积法的c源程序-high oscillation function Quadrature law c source
- 2022-05-25 13:32:11下载
- 积分:1
-
简单的jpeg解码程序(非常适合初学者)
此文档试图解释的JPEG压缩算法。我不是这个领域的专家,我只需要这个信息对我自己的JPEG解码器有用。很久以前,我想写我自己的JPEG解码器,所以我一直在寻找的净一个良好的文档可能有向我解释了JPEG压缩,特别是JPG文件格式。并且除了标准我无法找到一个。
- 2022-10-03 04:50:04下载
- 积分:1
-
卡尔曼滤波程序。实现多维卡尔曼滤波
卡尔曼滤波程序。实现多维卡尔曼滤波-Kalman filter procedure.维卡尔曼realize multi-filter
- 2022-08-13 02:35:52下载
- 积分:1
-
内含一个高斯随机数的发生程序,实现语言为C++,对某些工程人员可能会有用。...
内含一个高斯随机数的发生程序,实现语言为C++,对某些工程人员可能会有用。-containing a Gaussian random occurrence of procedures to achieve language C++, some staff may be used.
- 2023-03-22 13:45:04下载
- 积分:1
-
利用最佳一致逼近设计数字滤波器的程序,根据提示输入参数,程序输出单位取样响应h[n]...
利用最佳一致逼近设计数字滤波器的程序,根据提示输入参数,程序输出单位取样响应h[n]-use the best approximation of the digital filter design process, according to suggest input parameters, output units sampling procedures response h [n]
- 2023-05-04 19:05:03下载
- 积分:1
-
CTM DAGANZO SIMILATION
当高速公路交通堵塞的原因,如事故、短暂的失速、暂时拥挤的高速公路入口或出口等被消除或不再有效时,堵塞不会瞬间消失。这样做需要时间。这和红色交通信号灯前排队的汽车没什么区别,当绿灯亮时,红色交通信号灯不会立即消失。无论是高速公路还是街道,拥堵都需要时间消散,交通越拥挤,过程越长。在交通高峰期,高速公路拥堵的消失可能比最初的增长要长得多。不断演变的拥堵在高速公路上以与交通相反的方向移动,影响它远离最初原因的位置。驶出塞车的司机们没有看到任何异常,这让他们大吃一惊。
- 2022-01-25 22:05:54下载
- 积分:1
-
Moving average moving average prediction ModifyShiftAverageRegress.cs trends can...
移动平均预测 ModifyShiftAverageRegress.cs
移动平均也可画趋势图,如下:
public double forecast(int interval)
移动平均认为数据是时间序列数据,该方法预测interval个时间间隔后的值
public override double[] getTrendArray()
得到趋势数组,该数组的数据直接在图形中展示出来就可以产生趋势线。
-Moving average moving average prediction ModifyShiftAverageRegress.cs trends can also be painted as follows: public double forecast (int interval) consider moving average data are time-series data, the method of prediction interval of time after the interval the value of public override double [] getTrendArray () be the trend of the array, the array of data directly in the graphical display can be generated by the trend line.
- 2022-06-06 15:01:20下载
- 积分:1
-
Nonlinear Schr枚dinger equation source code nonlinear Schr枚dinger equation Nonlin...
- 2022-02-11 21:52:14下载
- 积分:1
-
poj 1523的代码和方法说明,个人原创
poj 1523的代码和方法说明,个人原创
- the codes and solution for poj 1523
- 2022-03-18 16:17:02下载
- 积分:1
-
用C++实现的DES算法
用c++实现的对字符串和任意文件的加密解密算法,加密和解密方式可以选择,能够显示16轮变换的输入输出
和子密钥,实现对文件的加密解密时需把 文件放在相应目录下。运行界面设计良好,压缩包内含有测试通过的
可执行文件。在VisualC++6.0中测试通过。
- 2022-05-07 20:32:09下载
- 积分:1