-
二维FDTD模拟 pml吸收边界程序,功能强大,书写详尽
二维FDTD模拟 pml吸收边界程序,功能强大,书写详尽-Pml absorbing boundary two-dimensional FDTD simulation program, powerful, writing a detailed
- 2022-03-15 08:42:58下载
- 积分:1
-
LED蜂鸣器
基于stm32开发板的简单应用,LED闪烁,跑马灯及蜂鸣器的应用。(Based on the simple application of STM32 development board, the application of LED scintillation, horse-running lamp and buzzer.)
- 2020-06-21 08:00:02下载
- 积分:1
-
Python程序设计与算法基础教程
说明: Python程序设计与算法基础教程,利用Python进行ABAQUS的二次开发(Python Basic Course of Programming and Algorithms, Secondary Development of ABAQUS with Python)
- 2020-06-22 20:20:01下载
- 积分:1
-
RTN-IDManager 6.32 Build 9
说明: internet download manager
- 2020-06-25 18:40:01下载
- 积分:1
-
SSB_imaging
说明: 双边带调制,这里是光生毫米波现象,用pd探测,一路光经过调制(DSB modulation, this is optical generation with detection of pd. one of two lasers is modulated.)
- 2019-06-13 22:01:08下载
- 积分:1
-
MATLAB 路径规划
基于遗传算法实现最短路径规划,动态优化路径信息,效率高(Realize shortest path planning based on genetic algorithm, dynamically optimize path information, and high efficiency)
- 2020-12-14 16:29:14下载
- 积分:1
-
three—phase-full-bridge
基于PSCAD4.2平台的三相桥式全控整流电路仿真(Simulation of three phase bridge full controlled rectifier circuit based on PSCAD4.2 platform)
- 2018-11-02 11:28:00下载
- 积分:1
-
ac_dc_ac
说明: 将单相交流输入整流直流电,再经过三相逆变电路转变为三相交流电。(The single-phase AC input rectifier DC, and then through the three-phase inverter circuit into three-phase AC.)
- 2019-12-02 10:00:29下载
- 积分:1
-
CEEMD-样本熵
说明: 用ceemd分解信号IMF分量,用峭度相关原则筛选噪声,用样本熵进行特征提取(18/5000
CEEMD was used to decompose the signal and sample entropy was used to extract the feature)
- 2021-04-09 09:04:54下载
- 积分: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