-
OFDM系统的子载波数1024,数256的循环前缀,女…
OFDM系统,子载波数目1024,前缀数目256,循环数目256,加入了高斯白噪声-OFDM system, the number of subcarriers 1024, the number prefix 256, the cycle number of 256, by adding a Gaussian white noise
- 2022-02-25 11:24:50下载
- 积分:1
-
VC++参考MSN写的登录及聊天程序
VC++参考MSN写的登录及聊天程序,由输入的用户名密码启动msn机器人,在CLASSWIZARD中的CLASS INFO页中修改:MESSAGE FILTER的信息,即将DIALOG改为WINDOW即可,然后在MESSAGE MAPS页中就有WM_SYSCOMMAND消息,添加完毕后,在将WINDOW改为DIALOG,恢复到原来状况。
- 2023-02-11 06:30:03下载
- 积分:1
-
Cubist
Cubist-demo调试程序-Cubist-demo debugger
- 2023-04-10 17:35:04下载
- 积分:1
-
micro avr program
你好,朋友,我写的13个程序为微控制器avr与代码viosion完整的代码测试和附加十六进制文件。你可以使用它
- 2022-01-25 18:36:31下载
- 积分:1
-
模拟邮箱系统。要输入用户名和密码,直到合格或三次 调用 ggets 可以中途 ESC 退出 返回: 成功:OK 失败:ERROR.可以创建新用户。fw :写信模...
模拟邮箱系统。要输入用户名和密码,直到合格或三次 调用 ggets 可以中途 ESC 退出 返回: 成功:OK 失败:ERROR.可以创建新用户。fw :写信模块 you :发送机名 youfile :对应文件 str1 :信件内容 str :单位字符 w :频率 hc :转换编码,由赫夫曼树获得 strwork1:信件前导信息 strwork2:正式编码-simulated mail system. To enter a user name and password, or until three qualified ggets can call from halfway to the ESC : Success : OK failed : ERROR. You can create new users. Fw : module you write : Send machines were youfile : str1 corresponding documents : letter str : flat characters w : frequency hc : transcoding from the Huffman tree was strwork1 : Information strwork2 letter Spotlight : official coding
- 2022-06-17 11:03:54下载
- 积分:1
-
迷宫求解(全部解)
共有三个文件maze.h mclass.cpp t3.cpp
希望大家多提意见...
迷宫求解(全部解)
共有三个文件maze.h mclass.cpp t3.cpp
希望大家多提意见-Maze Solving (all solutions) there are three documents maze.h mclass.cpp t3.cpp do so hope that everyone
- 2022-10-11 16:25:03下载
- 积分:1
-
信号从发送者传送到接收者往往受到几种形式的变形而消弱,维纳滤波是一种从接收的原始信号中恢复信号的方法。...
信号从发送者传送到接收者往往受到几种形式的变形而消弱,维纳滤波是一种从接收的原始信号中恢复信号的方法。-signal transmitted from the sender to the receiver is often some form of the deformation and weaken. Wiener filter is a reception from the restoration of the original signal signal method.
- 2022-04-16 20:24:47下载
- 积分:1
-
俄罗斯方块对战版VC源代码
俄罗斯方块对战版VC源代码-screen version of Tetris VC source code
- 2023-04-18 08:15:04下载
- 积分:1
-
小巧又很好用的串口调试工具,比其他普通常用的功能强大的多。...
小巧又很好用的串口调试工具,比其他普通常用的功能强大的多。-Also good used compact serial debugging tools, than other commonly used general and more powerful.
- 2022-05-28 18:30:29下载
- 积分:1
-
vb 获取外网ip
"获取外网ip源码
Private Sub Command1_Click()
Dim h As Object
Dim i As Integer
Dim s As String
Set h = CreateObject("Microsoft.XMLHTTP")
GetInternetIP = False
g_strInternetServerIP = ""
h.Open "GET", "http://ip.3322.net", True "False
h.Send
If (h.ReadyState = 4) And (h.Status = 200) Then
&nb
- 2022-10-06 09:35:03下载
- 积分:1