-
POO-Project4
基于MFC编写的通信录程序,提供登录身份确认,新增、修改、删除信息,基于用户选择隐藏部分信息,尚未实现存储功能,适合学习MFC组件的朋友使用(MFC-based contractor program, provide the login identification, add, modify, delete information based on user choose to hide some information, not yet implemented storage, suitable for learning to use MFC components)
- 2011-07-19 21:35:22下载
- 积分:1
-
黄金30分EA
说明: 我们公司开发的这款EA激进模式月收益110%左右,最大回撤在48%左右,单量在月120(手)左右,稳健的模式月收益50%-60%左右,最大回撤在25%左右,月单量在100(手)左右,保守的模式月收益20%-30%左右,最大的回撤10%左右,月刷单单量50-60(手)左右,基于刷单和盈利于一体。(Our company develops this EA radical model with a monthly return of about 110%, a maximum withdrawal of about 48%, a single volume of about 120 (hands) on January, a robust model with a monthly return of about 50% - 60%, a maximum withdrawal of about 25%, a monthly single volume of about 100 (hands), a conservative model with a monthly return of about 20% - 30%, a maximum withdrawal of about 10%, and a monthly brush. Single volume 50-60 (hand), based on brushing orders and profit in one.)
- 2021-03-17 15:09:20下载
- 积分: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
-
OFDM
OFDM的QAM采用OQAM调制。可以和OFDM系统做个对比
(FBMC (filter bank multi-carrier) QAM)(OFDMQAM filter bank multi)
- 2020-07-02 17:40:02下载
- 积分:1
-
LEACH多跳
该算法实现了leach多跳路由,可以在MATLAB上直接运行(This algorithm implements leach multi hop routing and can run directly on MATLAB)
- 2020-11-27 18:19:30下载
- 积分:1
-
基于matlab的三相逆变器仿真模型 以数学公式为基础,便于仿真验证...
基于matlab的三相逆变器仿真模型 以数学公式为基础,便于仿真验证-The matlab-based simulation model of three-phase inverter based on mathematical formulas in order to facilitate simulation
- 2022-02-12 05:36:38下载
- 积分:1
-
PSO-bp((matlab
实现粒子群算法优化BP神经网络的预测算法(Particle swarm optimization algorithm to optimize the BP neural network prediction algorithm)
- 2017-07-21 15:05:15下载
- 积分:1
-
ThreePhasePowerControl_dqCloop
dq功率控制双闭环三相并网逆变器,内环为电流环,PI控制器,dq解耦(Three phase inverter with d-q double-loop PI controller, grid tied.)
- 2020-12-09 16:49:20下载
- 积分:1
-
sofc
excell model of sofc fuelcell.
- 2018-03-10 14:18:35下载
- 积分:1
-
code
说明: 求 解 数 组 中 同 时 满 足 行 最 小 值 和 列 最 大 值 !(Solve the array to meet the minimum row value and column maximum value at the same time!)
- 2020-10-22 10:14:28下载
- 积分:1