-
SMGPGateway
电信短信接口 SMGP协议接口开发包以及测试代码(Telecommunication short message interface)
- 2018-01-25 13:29:02下载
- 积分:1
-
AAC反作弊3.3.9
说明: 这个mod可以有效避免我的世界服务器中出现作弊的情况(This mod can effectively avoid cheating in Minecraft Server)
- 2020-06-23 01:20:02下载
- 积分:1
-
C#演示蝴蝶效应动画的源码实例
C#演示蝴蝶效应动画的源码实例,C#实现蝴蝶飞舞动画,蝴蝶的翅膀飞来飞去,可设置飞行速度、是否跟随鼠标、是否显示屏幕最前端,打开程序后在系统托盘处显示图标,点击图标可以显示或退出程序。
- 2022-02-02 23:45:04下载
- 积分:1
-
zigbee简单实验
说明: 获取CC2530内部电压与温度,通过串口向pc机上面发送数据(Obtain CC2530 internal voltage and temperature)
- 2020-10-28 21:29:57下载
- 积分:1
-
VC to increase the number of labels, each open file is displayed as a label, you...
给VC增加多标签功能,每个打开的文件显示为一个标签,可以快速切换文件.安装后解压语言文件到安装目录,可以实现多语言切换.
===
"Window Tabs" (WndTabs) is an add-in for Microsoft Visual C++ v6 family of
products (VC5, VC6, eVC3, eVC4 and Visual Fortran). It adds a docking bar of
tabs reflecting all of the opened windows in the workspace. You can switch
between the windows by simply clicking on the tab.
The tabs have extensive right-click context menus full of useful functions.
-VC to increase the number of labels, each open file is displayed as a label, you can quickly switch file. Decompression after the installation language files to installation directory, you can achieve the multi-language switch .=== === Window Tabs (WndTabs ) is an add-in for Microsoft Visual C++ v6 family ofproducts (VC5, VC6, eVC3, eVC4 and Visual Fortran). It adds a docking bar oftabs reflecting all of the opened windows in the workspace. You can switch between the windows by simply clicking on the tab.The tabs have extensive right-click context menus
- 2022-08-22 23:37:11下载
- 积分:1
-
OLED
基于MSP430的OLED开发程序,可显示字符及图片(OLED development program based on MSP430 can display characters and pictures)
- 2020-06-17 23:40:02下载
- 积分:1
-
symmetric_AiryBeam
说明: 模拟对称艾里光束的强度分布, 具体为初始位置处的光强分布和传播至某一位置处的强度分布(simulations of the intensity distributions for symmetric Airy beam)
- 2021-03-09 21:09:27下载
- 积分:1
-
S网格系统框架。
说明: CSS网格框架,你可以在页面中进行各种形式的网格布局。它默认采用(CSS grid framework, you can do various forms of grid layout in the page. It is adopted by default)
- 2019-02-26 15:17:52下载
- 积分: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
-
GRNN的数据预测
使用matlab工具,GRNN的数据预测(Data Prediction of GRNN Using Matlab Tool)
- 2020-08-13 20:18:28下载
- 积分:1