-
栈操作使用
stack operation using c
- 2022-06-15 20:42:22下载
- 积分:1
-
C游戏代码(机器人大战)
C游戏代码(机器人大战)-C game code (Robot Wars)
- 2022-08-12 17:29:30下载
- 积分:1
-
该文件夹给出了卷积编码、交织及维特比软译码仿真程序
该文件夹给出了卷积编码、交织及维特比软译码仿真程序-The folder is a convolutional coding, weaving and Viterbi decoding software simulation program
- 2022-01-21 00:39:06下载
- 积分:1
-
k_junzhi大家能明白么?就是用来分类的方法,有时间可以使用一下。对所提供的数据还是可以使用的。...
k_junzhi大家能明白么?就是用来分类的方法,有时间可以使用一下。对所提供的数据还是可以使用的。-k_junzhi people can understand? The classification is used, it can use what time. Of the available data can still be used.
- 2023-09-04 12:10:03下载
- 积分:1
-
基于VC++ 的网络聊天室代码(windows 网络通信编程)
基于VC++ 的网络聊天室代码(windows 网络通信编程)-VC++-based network of chat rooms
- 2022-12-01 13:45:02下载
- 积分:1
-
PCF8563的中文技术资料,不知道具体的上传,添加其他…
pcf8563的中文技术资料,不知道具体上载到哪儿,因此放入其他类中,希望对大家有所帮助!-pcf8563 Chinese technical data and do not know where specific uploading, Add other category, We want to help!
- 2022-03-11 17:09:38下载
- 积分:1
-
DSP开发练习的极好的范例程序(经典例子程序)
DSP开发练习的极好的范例程序(经典例子程序)-practice and the development of DSP an excellent example (classical examples of procedures)
- 2022-08-21 01:10:14下载
- 积分:1
-
文学修养,余秋雨文集,写得很深长,写得沉重。苍桑
文学修养,余秋雨文集,写得很深长,写得沉重。苍桑-literary accomplishment Yu Works, written long deep, heavy write. Cangsang
- 2022-05-16 18:56:38下载
- 积分:1
-
很多编程爱好者都编写过俄罗斯方块的游戏程序。很久以前,我用Tc2.0也做过一个;最近有好些朋友看见我以前的俄罗斯方块的程序后, 问我是怎么做的。我一直想把这个程...
很多编程爱好者都编写过俄罗斯方块的游戏程序。很久以前,我用Tc2.0也做过一个;最近有好些朋友看见我以前的俄罗斯方块的程序后, 问我是怎么做的。我一直想把这个程序的整个过程写一份详细的东西,-many programming enthusiasts are prepared off Tetris game procedures. A long time ago, I used a Tc2.0 have done; Recently, I saw some friends of the Russian block before the procedures and asked how I was doing. I always wanted to turn the whole process procedures for writing a detailed things,
- 2023-03-17 22:05:03下载
- 积分:1
-
功能getmu(亩= R,信噪比,H,P,M)
function mu=getmu(r,snr,H,p,M)
eigen=eig(H*H )
temp2=0
for i=1:r-p+1
temp1=1/eigen(i)
temp2=temp2+temp1
temp1=0
end
if r-p+1~=0
mu=(M/(r-p+1))*(1+(1/snr)*temp2)
else
mu=0
end -matlab mimo
- 2022-03-20 12:47:15下载
- 积分:1