-
javamail的源包,很好的邮件开发包!
javamail的源包,很好的邮件开发包!-javamail source package, good e-mail Development Kit!
- 2023-04-05 01:25:03下载
- 积分:1
-
Some deal with video images on the background of modeling papers (Part 2)
一些视频图像处理中关于背景建模的论文(第2部分)-Some deal with video images on the background of modeling papers (Part 2)
- 2023-06-27 01:25:04下载
- 积分:1
-
2
附件包含多个插件js代码,只要在你的html页面直接调用即可,而你所要写的代码是少之又少,(The attachment contains multiple plug-in JS codes that you can call directly from your HTML page, and you need to write very little code.)
- 2018-09-10 17:44:30下载
- 积分:1
-
神经网络逼近股票收盘均价
python编写,实现股票预测,在anaconda下运行(Python compiles, realizes stock forecast, and runs under Anaconda)
- 2019-06-14 15:02:08下载
- 积分:1
-
高斯混合模型,是一种非常有用的图像处理方法
高斯混合模型,一个非常有用的图像处理方法-Gaussian mixture model, a very useful image processing method
- 2022-12-11 15:05:04下载
- 积分:1
-
一个类似于博客的网站,做的很好,可以根据自己的需要改动一下就变成自己的网站了,也可以学习一下,非常不错...
一个类似于博客的网站,做的很好,可以根据自己的需要改动一下就变成自己的网站了,也可以学习一下,非常不错-similar to a blog website, so good, according to his own needs you change it into its own web site, can learn from this, very good
- 2022-01-24 15:12:20下载
- 积分:1
-
tubuchuanyue
说明: 徒步穿越荒漠数学模型
研究的是徒步穿越荒漠耗资及行程时间安排的最优化问题(across the desert on foot mathematical model study of crossing the desert on foot and the cost of the trip scheduling optimization problems)
- 2020-09-10 22:38:06下载
- 积分:1
-
TBOX国标
说明: 车载终端TBOX国标,GB/T 32960统一技术规范(Tbox national standard for vehicle terminal)
- 2020-08-25 09:48:15下载
- 积分:1
-
新建 Microsoft Word 文档
说明: m光伏MPPT光伏电池模块、MPPT模块、BOOST模块、逆变模块,用MATLAB编写的遗传算法路径规划,做视觉测量的上位机代码。(Photovoltaic cell module, MPPT module, BOOST module, inverter module, MATLAB prepared by the genetic algorithm path planning, do the upper computer code of visual measurement.)
- 2020-12-23 11:42:08下载
- 积分:1
-
09-MIMO系统容量仿真程序
说明: function C=capacity(SNR,Nt,Nr)
%SNR=0; %定义信噪比为0HZ
A=10^(SNR/10); %信噪比的单位转换关系式
Im=eye(min(Nr,Nt)); %这里的"1"为发射天线和接收天线两者数目少的根数
sum=0; %初始化sum为0
for i=1:10000 %程序循环10000次
H=randn(Nr,Nt); %产生高斯信号源
if Nr<Nt
Q=H*H'; %求威沙特矩阵
else
Q=H'*H;
end
sum=sum+log2(det(Im+A*Q/Nt)); %10000次循环得到的信道容量总和
end
C=sum/10000 %10000次循环的平均值(function C=capacity(SNR,Nt,Nr)
%SNR = 0;% defines SNR as 0Hz
A = 10 ^ (SNR / 10);% s / N unit conversion relation
Im = eye (min (NR, NT));% here "1" is the number of the less number of transmitting antenna and receiving antenna
Sum = 0;% initialize sum to 0
For I = 1:10000% program cycles 10000 times
H = randn (NR, NT);% produces Gaussian signal source
if Nr<Nt
Q = h * H ';% to find the weissard matrix
else
Q=H'*H;
End
Sum = sum + log2 (DET (IM + A * q / NT));% sum of channel capacity from 10000 cycles
End
C = sum / 10000% average of 10000 cycles)
- 2020-09-12 04:39:02下载
- 积分:1