-
GBSBEM
适用于微小区的几何单反射椭圆模型的波达角、波达时间的代码(Code for the angle of arrival and the time of arrival of a geometric single reflection ellipse model in a microcell.)
- 2018-10-14 19:42:16下载
- 积分:1
-
cplex与matalb函数实例
重点介绍了在MATLAB环境下,如何采用CPLEX进行优化类程序编写的问题(This paper mainly introduces how to use CPLEX to compile optimization programs under the environment of MATLAB.)
- 2020-09-23 17:17:49下载
- 积分:1
-
msp 温控的代码,精度不太高。但是,比较简易的代码。
msp 温控的代码,精度不太高。但是,比较简易的代码。-msp temperature control of the code, not too high accuracy. However, the relatively simple code.
- 2022-03-18 01:58:43下载
- 积分:1
-
ac6905
ac6905 sdk蓝牙通信SDK, 程序可以马上使用(ac6905 sdk, 2012 v1.0 for use)
- 2021-02-05 21:49:57下载
- 积分:1
-
SAP所有表及关系
说明: SAP 数据表清单,包含SAP所有后台数据表(List of SAP data tables, including all SAP background data tables)
- 2020-06-22 03:20:01下载
- 积分:1
-
505128GDOP_of_AOA
说明: 双站测角GDOP仿真,有原理、推导公式、matlab仿真都有(Dual station angle measurement GDOP simulation, principle, derivation formula, matlab simulation)
- 2020-11-21 12:49:36下载
- 积分:1
-
MIMO-OFDM
matlab编写的MIMO-OFDM仿真程序,无解压密码(matlab prepared MIMO-OFDM simulation program, non-decompression password)
- 2007-10-03 17:26:45下载
- 积分:1
-
DoExcel
vb操作EXCEL,可打开EXCEL文件,添加、删除记录(vb operation EXCEL, can open the EXCEL file, add, delete, records)
- 2009-06-26 15:01:58下载
- 积分:1
-
基于Weber公式的齿轮啮合刚度计算公式
说明: 基于韦伯能量法计算齿轮时变啮合刚度,具有很高的实用性(time-varying stiffness)
- 2021-04-11 16:38:57下载
- 积分:1
-
vc++ 6.0开发控制台Windows服务监控程序
vc++6.0 实现基于控制台的Windows服务监控程序,可实现windows服务监控和检测网关程序的侦听端口,运行后请根据CMD窗口的提示操作。if (pstProgNodeBuf->m_nFlag == 2) //连接当前Sgip侦听的端口
{
if (!ConnectSgipServer(pstProgNodeBuf->m_nPort)) //SGIP不正常运行
{
if (!StartUnlimitService(pstProgNodeBuf->m_szServiceName)) //启动该服务
{
sprintf(szLog,"启动该[%s]服务失败",pstProgNodeBuf->m_szServiceName);
WriteLogRecord(szLog);
LogMsg(szLog);
pstProgNodeBuf->m_iRecCount ++ ; //超过2次启动服务失败
if(difftime(tCurrTime,pstProgNodeBuf->tSendShortTime) > 2*60*60 && pstProgNodeBuf->m_iRecCount >= 2) //检测发送短消息时间间隔 (设置值为1个小时即1*60*60秒)
{
CString strSendMessage;
strSendMessage.Format("%s",pstProgNodeBuf->m_szSendMessage);
//发送短消息
//连接服务器,发送内容
//发送短消息
- 2022-02-09 22:47:24下载
- 积分:1