-
编程实现图片透明(1)
说明: 通过编程实现图片透明显示,将文字背景实现透明显示(transparancy display the words.)
- 2020-06-21 04:40:01下载
- 积分:1
-
Leader-Follower Matlab simulate
说明: 多智能体仿真,有一个领导者和四个跟随者,最终状态达成一致收敛(Multi agent simulation, with one leader and four followers, the final state reaches a consensus convergence)
- 2021-04-25 10:28:46下载
- 积分:1
-
Android安卓连连看【对对碰】游戏源代码
Android连连看源码,和现在流行的安卓对对碰很相似的一种游戏,学会了一种游戏的编写,就可举一反三,灵活运用其中的技巧,开发出更强大的游戏功能来。本源码里面包括了连连看游戏的游戏区域的抽象类、封装图片ID与图片本身的工具类、根据游戏状态来绘制游戏界面上的全部方块、图片资源工具类, 主要用于读取游戏图片资源值、连连看游戏中的方块对象、保存游戏配置的对象、创建竖的游戏区域等。
- 2022-09-02 08:35:04下载
- 积分: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
-
ASP.NET代码生成器
说明: C#分页代码生成器,用来生成C#代码。程序为PowerBuilder(C# Paging Code Generator, used to generate C# code)
- 2020-06-20 04:40:01下载
- 积分:1
-
时域特征和频域特征
说明: MATLAB的轴承故障时域特征和频域特征提取(Bearing fault time domain feature and frequency domain feature extraction)
- 2020-06-06 20:42:21下载
- 积分:1
-
Motor-testing-main-program
采用LabVIEW编程,实现电机测试界面,通过点击界面按钮,实现子函数功能切换。(The LabVIEW programming, realize the motor testing interface, by clicking on the button, realize the son function switch function.
)
- 2011-11-27 17:54:10下载
- 积分:1
-
ELM_code
对一个向量,XY都是它本身,做皮尔逊相关系数,得到一个对称矩阵且对角线为1(For a vector, XY is itself, making a Pearson correlation coefficient, and obtaining a symmetric matrix with a diagonal of 1.)
- 2018-05-21 12:41:38下载
- 积分:1
-
esprit
esprit-like 是对经典方法的升级,对远场DOA进行估计(esprit-like is an upgrade to the classic method, estimating the far-field DOA)
- 2021-04-12 21:28:56下载
- 积分:1
-
type names age categories to show animals
通过类型姓名年龄类别来显示动物-type names age categories to show animals
- 2022-05-18 12:31:05下载
- 积分:1