-
ghost软件
一款很好用的备分工具
绝对好用
ghost软件
一款很好用的备分工具
绝对好用-A good software ghost of a breakdown definitely handy tool
- 2022-09-30 00:50:19下载
- 积分:1
-
本软件旨在为制作专业网站的网页制作人员提供专业的指导思想!有大量事例及其讲解!...
本软件旨在为制作专业网站的网页制作人员提供专业的指导思想!有大量事例及其讲解!-the software is designed for the production of the website professional production staff to provide professional guidance thinking! A large number of examples and explain!
- 2022-04-18 22:01:46下载
- 积分:1
-
VRPTW-ga-master
python源码,利用遗传算法解决VRPTW问题,包含所有过程步骤(solve the VRPTW by GA(Python cord))
- 2020-11-18 20:19:38下载
- 积分:1
-
mcmthesis-6.2
说明: 美赛论文模板
包含了摘要页,目录等,只需编辑内容即可(Thesis Template of American University Mathematical Modeling Contest)
- 2019-01-27 16:43:09下载
- 积分:1
-
can set a party to six games while, each side can be created for the computer, n...
可以设定1~6方同时游戏,每一方都可以设定为电脑、网络或本地。左键下子,右键确定。游戏界面美观,很不错。开发工具:VC++6.0 和 MFC -can set a party to six games while, each side can be created for the computer, network or local. Left Now, the right to determine. Games beautiful interface, very good. Development tools : VC 6.0 and MFC
- 2022-02-24 20:07:49下载
- 积分:1
-
降重助手3.0
对论文的降重还有对降重文章论文的降重油很多的好处的(The weight reduction of the paper also has many advantages for reducing the heavy oil of the article)
- 2018-05-07 21:46:40下载
- 积分:1
-
MicroMechanics
说明: abaqus中自动生成材料的微观结构,以及边界条件的施加。同时拥有后处理功能(This plugin provides helpful functionality for setting up and post-processing FE-RVE models. Model setup includes the imposition of far-field loading through periodic or non-periodic boundary conditions, and setting up the loads and analysis steps necessary to perform homogenization of properties or imposition of a far-field load history. Post processing includes determining the homogenized properties of the FE-RVE from the completed analysis as well as performing averaging and statistical analysis of the fields in the whole RVE and within individual RVE constituent)
- 2020-04-12 20:49:56下载
- 积分:1
-
1
说明: 笔者设计了求解广义逆的程序,可以求满列秩矩阵的右广义逆。(The author designs a program to solve the generalized inverse)
- 2019-12-09 22:33:26下载
- 积分:1
-
IBM的坦克大战源码,每年都有比赛的,自己编写坦克类参加比赛...
IBM的坦克大战源码,每年都有比赛的,自己编写坦克类参加比赛-IBM
- 2022-07-13 02:11:47下载
- 积分: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