代码搜索结果
找到约 10,000 项符合
G 的代码
g密码维护.frm
VERSION 5.00
Begin VB.Form G密码维护
Caption = "密码维护"
ClientHeight = 2925
ClientLeft = 60
ClientTop = 345
ClientWidth = 4260
LinkTopic =
g用户管理.frm
VERSION 5.00
Begin VB.Form G用户管理
Caption = "用户管理"
ClientHeight = 3915
ClientLeft = 60
ClientTop = 345
ClientWidth = 8805
LinkTopic =
g_ch.m
% 映射后的数字信息通过方差为var的高斯信道
function x_ch=g_ch(modulation_sig,var)
w1=randn(length(modulation_sig),1);
w1=w1-mean(w1)*ones(size(w1));
w1=sqrt(var)*(w1/std(w1));