-
%例六 多径传播 %本程序中时间单位是微秒 %频率单位为MHz %码速率单位是Mb/s...
%例六 多径传播 %本程序中时间单位是微秒 %频率单位为MHz %码速率单位是Mb/s- Cases of more than 6 track the spread of the time this process units are microseconds MHz frequency unit code rate units are Mb/s
- 2023-01-31 04:05:03下载
- 积分:1
-
WCDMA物理层详解,对下行物理信道结构,上行物理信道结构以及信道间定时关系作了非常详细的描述....
WCDMA物理层详解,对下行物理信道结构,上行物理信道结构以及信道间定时关系作了非常详细的描述.-Detailed WCDMA physical layer of the downlink physical channel structure, uplink physical channel structure as well as the timing relationship between channels given a very detailed description.
- 2022-05-19 08:37:14下载
- 积分:1
-
C语言,学生信息管理
C语言编写的学生信息管理系统,可以删除,添加,改变学生信息。
- 2023-08-15 19:35:03下载
- 积分:1
-
用OPNET来仿真无线网络,可以基本实现无线的功能
用OPNET来仿真无线网络,可以基本实现无线的功能-Use OPNET to simulate wireless networks, can basically achieve wireless functionality
- 2022-11-09 08:20:03下载
- 积分:1
-
调试多年的CRC通用程序,适于各种生成多项式.调试通过.与手工算法一致...
调试多年的CRC通用程序,适于各种生成多项式.调试通过.与手工算法一致
-debugging years of CRC program, suitable for a variety of generating polynomial. Debugging through. Consistent with the manual algorithm
- 2022-01-26 05:28:52下载
- 积分:1
-
linux usbkiller的驱动电子书集 对开发linux地层程序有很好的指导作用...
linux usbkiller的驱动电子书集 对开发linux地层程序有很好的指导作用-driver linux usbkiller e-book collection on the development of stratigraphic procedure linux have a good guide
- 2022-11-01 10:10:03下载
- 积分:1
-
上传运行该程序可以返回JSP环境的一些信息. 由于各种JSP应用服务器(例如Tomcat和JRun以及Resin等)在许多方面存在差异, 因此部分信息有中英对照...
上传运行该程序可以返回JSP环境的一些信息. 由于各种JSP应用服务器(例如Tomcat和JRun以及Resin等)在许多方面存在差异, 因此部分信息有中英对照. 此外, 因为Context attributes信息部分与JSP应用服务器有关, 故该部分只提供英文信息.如果运行后直接显示程序源代码, 则表示不支持JSP.-upload running the program can return to the JSP environment information. Various JSP application server (such as Tomcat, and Resin and JRun) in many respects differences, some messages are bilingual. In addition, because information Context attributes part of the JSP application server, Therefore, the only part of the information available in English. If you are running after a direct indication of program source code, then not support JSP.
- 2022-07-26 17:40:22下载
- 积分:1
-
串口调试的源代码,已经实现了自己的手,和单片机来完成的本身…
串口调试源代码,自己动手已经实现,能够完成与单片机的串口通信-serial debug source code, has achieved its own hands, and MCU to complete the serial communications
- 2022-12-15 00:30:03下载
- 积分:1
-
很好的VC通信程序可以实现网络通信和COM通信…
不错的VC通讯程序 可以实现NET通讯和COM通讯 很好的例子-VC a good communication program can be achieved NET communication and COM communication good example
- 2022-02-11 19:10:34下载
- 积分:1
-
串口收发程序
fafasdfasfasfasdfasfasfas
fsdafasfasdgfdhfdghgdfjhdfghdgf
hdfghfdghfdghdfghdfghdfg// DlgSend.cpp : implementation file
// Download by http://www.codefans.net
#include "stdafx.h"
#include "SCC.h"
#include "DlgSend.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CDlgSend dialog
CDlgSend::CDlgSend(CWnd* pParent /*=NULL*/)
: CDialog(CDlgSend::IDD, pParent)
{
//{{AFX_DATA_INIT(CDlgSend)
m_nCycMode = 0;
m_nCycSel = 0;
m_unTime = 1000;
m_unLine = 1;
m_unStart = 1;
m_unEnd = 2;
m_unTrigger = 0;
//}}AFX_DATA_INIT
}
void CDlgSend::DoDataEx
- 2022-03-05 20:00:41下载
- 积分:1