资源列表
[文档资料] picchangelongdata
说明:将图片转化为long数组 Function unrgb(ByVal Color As Long) As RGB unrgb.R = (Color And &HFF) unrgb.G = (Color And 62580) / 256 unrgb.B = (Color And &HFF0000) / 65535 End Function -将图片转化为long数组<姜水灵> 在 2024-12-28 上传 | 大小:1kb | 下载:0
[编程文档] Rayleigh_simulation
说明:采用三种不同的方法仿真Rayleigh信道模型-Simulation using three different methods Rayleigh channel model<alforzhang> 在 2024-12-28 上传 | 大小:1kb | 下载:0