-
新建 Microsoft Word 文档 (2)
说明: 求经vmd分解后各分量信号的单边谱,只需改改采样频率等参数。(Finding the unilateral spectrum of each component signal after VMD decomposition)
- 2020-07-02 01:40:01下载
- 积分:1
-
Discuz!2.2f英文正式版论坛代码
Discuz! 2.2F 简体中文正式版 论坛代码-Discuz! 2.2F English version of the official code Forum
- 2022-03-31 00:59:27下载
- 积分:1
-
104规约IEC60870-5-104
104规约子站源代码,IEC60870-5-104 远动设备及系统传输规约 处理 源码 源码只对应 1 RTU。代码有一些小错误,自行修改一下。
- 2023-05-12 12:40:03下载
- 积分:1
-
037886
网络数据采集分析源码,程序结合易语言第三方支持库网页浏览框及其它支持库、模块,读取采集网络数据进行分析。(Network data acquisition and analysis source, easy language program combined with third-party support library browser frame and other support libraries , modules, read the analysis of the data collection network .)
- 2016-05-11 09:15:13下载
- 积分:1
-
qks
When I wrote this function my problem was to replace one color by an other on transparent bitmaps My
- 2018-09-29 15:06:30下载
- 积分:1
-
使用vc++6.0开发的一个支持多线程ftp程序
使用vc++6.0开发的一个支持多线程ftp程序-use vc 6.0 support for the development of a multi-threaded process ftp
- 2022-05-22 05:02:30下载
- 积分:1
-
QT获取网络时间
基本过程如下:
1. 利用ntp服务器获取网络时间
QUdpSocket udp_sock;
udp_sock.connectToHost("time.windows.com",123);
2. 阻塞等待连接成功
if(udp_sock.waitForConnected(60000))
{
...
}
3. 发送时间请求
udp_sock.write(time_req);
udp_sock.flush();
4. 阻塞等待消息返回
if(udp_sock.waitForReadyRead(120000))
{
...
}
说明:此过程等待时间可能较长,出现连接失败的情况也比较常见。
- 2022-03-21 22:20:09下载
- 积分:1
-
开放源码的ldap系统
开放源码的ldap系统-Ldap system of openning source
- 2023-01-16 23:55:04下载
- 积分:1
-
超级Internet开发组件demo。
超级Internet开发组件demo。-Super Internet development component demo.
- 2023-07-28 09:25:03下载
- 积分:1
-
win2khowto
一个关于介绍WINDOWS2000服务器的电子书,全攻略很多人看过,评价不错,如果有用请下载(Introduction WINDOWS2000 on the server e-books, many people have read the entire Raiders, the evaluation is true, if useful, please download)
- 2008-04-05 10:37:49下载
- 积分:1