-
蒙特卡洛方法求PI
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.Drawing.Drawing2D;
using System.Threading;
namespace WinRandomPI
{
public partial class GetPIValue : Form
- 2022-03-13 01:46:26下载
- 积分:1
-
常用数值算法大全,包扩各种算法,大家共享
常用数值算法大全,包扩各种算法,大家共享-Numerical algorithm used Daquan, including widening of various algorithms, everyone shared
- 2022-03-01 10:12:26下载
- 积分:1
-
Bayesian
贝叶斯算法:盲分离技术,信号处理技术,信息论与编码-Bayesian
- 2022-03-24 12:50:41下载
- 积分:1
-
γ/β函数
Gamma/beta function
- 2022-10-05 10:30:03下载
- 积分:1
-
用最小二乘法求矩形区域上的N*M个数据点的拟合曲面。
用最小二乘法求矩形区域上的N*M个数据点的拟合曲面。-Least square method for rectangular area on the N* M data points of the fitting surface.
- 2022-02-14 01:32:42下载
- 积分:1
-
Optimized network selection scheme in heterogeneous wireless network
未来几代无线网络将;
- 2022-01-27 11:52:25下载
- 积分:1
-
与干扰
With the interference-to-noise ratio reduced to 30 dB, plot the adaptive antenna pattern after 200 iterations of the LMS algorithm-With the interference-to-noise ratio of red uced to 30 dB. plot the adaptive antenna pattern after 200 ite rations of the LMS algorithm
- 2023-03-06 19:50:03下载
- 积分:1
-
FIR滤波器的设计
FIR数字滤波器的设计,C语言实现,可以直接运行
- 2022-05-16 19:54:44下载
- 积分:1
-
关于时间序列分析的matlab程序代码,对原有的工具箱的补充
关于时间序列分析的matlab程序代码,对原有的工具箱的补充-on time series analysis Matlab code, the original supplementary Toolbox
- 2022-07-20 15:37:10下载
- 积分:1
-
霍夫曼(Huffman)编解码程序
main.m 为执行的脚本文件,打开main.m程序直接运行即可得到结果;(2)huffman.m是其中的霍夫曼编码需要调用的子程序;(3)按路径读入文件名为abc.txt的文件,测试时可随意输入一串英文字符,为了方便,已经输入了 wearethefamily的英文字符,使用时将abc.txt文件放于D盘下。
- 2022-03-19 01:43:40下载
- 积分:1