-
pyemd_example
complete pyemd examples
- 2020-06-16 12:28:32下载
- 积分:1
-
水声通信Rake接收机matlab源代码打包下载
水声通信Rake接收机matlab源代码打包下载(Rake receiver matlab source code package download for underwater acoustic communication)
- 2018-01-13 16:09:50下载
- 积分:1
-
dian7
校园二手交易系统,具有完备的后台操作以及应用功能!(campus secondary trading systems, has a sound background and the application of functional operation!)
- 2006-07-02 01:23:45下载
- 积分:1
-
此为发送带附件的电子邮件程序,相信大家会喜欢的。
此为发送带附件的电子邮件程序,相信大家会喜欢的。-to send an attachment in e-mail program, I believe we would like.
- 2022-09-20 07:25:03下载
- 积分:1
-
heiyechepai
将附带的一个车牌图片作为样本,对其进行字符的增强显示,可作为后续车牌识别的前期预处理使用(The attached license plate is taken as a sample to enhance the display of characters, which can be used as the pre processing of subsequent license plate recognition.)
- 2018-05-11 22:09:43下载
- 积分:1
-
可以用来查看编写语言。可以大大帮助编程的工具
可以用来查看编写语言。可以大大帮助编程的工具-Can be used to view the preparation of language. Can greatly assist the programming tool
- 2022-05-16 10:35:26下载
- 积分:1
-
sp6des
串行数据开发实用代码, 适合初级学习者使用 很不错(Serial data to develop a practical code for primary learners use very good)
- 2013-01-10 14:54:11下载
- 积分:1
-
拼图游戏源代码,VC6开发,完整项目代码
拼图游戏源代码,VC6开发,完整项目代码-Jigsaw puzzle source code, VC6 development, complete project code
- 2022-03-01 14:13:54下载
- 积分:1
-
一些各大公司的C/C++笔试题目.有绝对的参考价值.
一些各大公司的C/C++笔试题目.有绝对的参考价值.-Some major companies C/C++ written subject. There is an absolute reference value.
- 2022-12-23 17:40:04下载
- 积分: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