-
串口通信编程实例
串口通信编程实例-Serial Communication Programming Example
- 2022-07-06 11:12:42下载
- 积分:1
-
PhpWiki是sourceforge的一个开源项目,是模仿 WikiWikiWeb 的php版。 Wiki 是现在很流行的一个东西。怎么能够错过,快下载看看吧...
PhpWiki是sourceforge的一个开源项目,是模仿 WikiWikiWeb 的php版。 Wiki 是现在很流行的一个东西。怎么能够错过,快下载看看吧!-PhpWiki is a sourceforge the open-source project is to imitate the WikiWikiWeb php version. Wiki is now a very popular thing. How can miss quick look at the download!
- 2022-10-07 02:15:03下载
- 积分:1
-
多线程端口扫描演示,能够设置连接延时,使用Winsocket2 API编写,Delphi7编译通过
多线程端口扫描演示,能够设置连接延时,使用Winsocket2 API编写,Delphi7编译通过-multithreaded port scanning demonstration connecting to delay, the use of API Winsocket2 prepared by compiling Delphi7
- 2022-03-26 04:26:50下载
- 积分:1
-
这是网络实用编程的随书的源代码,欢迎下载
这是网络实用编程的随书的源代码,欢迎下载-This is the Network Utility program source code with the book are welcome to download
- 2022-04-17 14:59:00下载
- 积分:1
-
C#异步Socket写的TcpRouter程序
C#源码,用于监听一个端口,转发到指定IP 端口的另一台计算机。一般用于熟悉C#的人使用,可自由修改一适应编程环境的需要。
- 2022-02-09 15:07:23下载
- 积分:1
-
介绍了一些visio C++ 程序开发的常用技巧,有助于程序的快速开发。...
介绍了一些visio C++ 程序开发的常用技巧,有助于程序的快速开发。-Visual C++program skill
- 2022-02-20 00:53:02下载
- 积分:1
-
rtmp 源代码
RTMP(Real Time Messaging Protocol)是专门用来传输音视频数据的流媒体协议,最初由Macromedia 公司创建,后来归Adobe公司所有,是一种私有协议,主要用来联系Flash Player和RtmpServer,如FMS, Red5, 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-06-29 18:26:31下载
- 积分:1
-
asp.net+ajax无刷新评论(留言)系统
asp.net + ajax no refresh comments (message) System...
asp.net+ajax无刷新评论(留言)系统
asp.net + ajax no refresh comments (message) System -asp.net+ ajax no refresh comments (message) System
- 2022-03-05 12:59:18下载
- 积分: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
-
C++ UDP通信 广播源代码
C++ UDP通信 广播源代码 两个MFC工程,一个广播发送数据,一个接收数据,一级test代码,vs2010测试通过,自己写的代码,初学winsock编程的新手可以参考,欢迎下载,欢迎指正,互相学习借鉴,谢谢!
- 2022-03-14 17:05:06下载
- 积分:1