-
随着计算机信息技术的飞速发展,互联网与人类社会的工作、生活越来越紧密相关,它已经成为人类获取、交流信息的重要途径和手段。所以当前对于开发人员来说,网络编程已是必...
随着计算机信息技术的飞速发展,互联网与人类社会的工作、生活越来越紧密相关,它已经成为人类获取、交流信息的重要途径和手段。所以当前对于开发人员来说,网络编程已是必备的技能。本实例详细介绍了如何利用Winsock API编写网络应用程序。-With the rapid development of information technology, the Internet and human society to work and live more and more closely related, it has become a human acquisition, an important channel for exchange of information and means. Therefore, the current for developers, network programming is an essential skill. The examples described in detail how to use Winsock API preparation of network applications.
- 2022-01-28 13:45:27下载
- 积分:1
-
vrml飞机模型
一个vrml语言写成的虚拟飞机模型,很逼真的一个飞机模型(A Virtual Aircraft Model Written in Vrml Language)
- 2019-04-13 18:25:59下载
- 积分:1
-
AODV-Matlab-master
说明: 在 matlab 中对无线网络的 ad-hoc 按需距离矢量(aodv)路由协议进行了仿真。 # # 先决条件 * matlab r2017b 或更新 # # 使用更改到该存储库的目录在 matlab。 把剧本叫做”主要”。 高级使用模拟通过网络的流量。 调用“ generatetraffic (packets)”通过网络发送指定数量的随机数据包。 调用“ generatetraffic (数据包,移动)”为数据包提供移动间隔。 对模拟交通进行分析,存储输出并提供给选定的分析函数。 每个图形并返回一个显示信息的图形的引用。(The simulation of ad-hoc on-demand distance vector aodv routing protocol in wireless networks is carried out in Matlab. # # prerequisites * Matlab r2017b or update # # with changes to the repository directory in Matlab. Call the script "the main" . Advanced usage simulates traffic through the network. A call to "generate tactical packets" sends a specified number of random packets over the network. Call "generate RAFFIC packet, move" to provide a migration interval for the packet. The simulation traffic is analyzed, the output is stored and provided to the selected analysis function. Each graph returns a reference to the graph that displays the information.)
- 2020-11-16 17:09:40下载
- 积分:1
-
tieba
利用python爬虫爬取贴吧头像及贴吧ID(Use Python crawler crawling stick stick head and stick it ID)
- 2017-09-12 14:17:44下载
- 积分:1
-
Ftp服务器源代码
Ftp服务器源代码-Ftp server source code
- 2022-03-12 02:12:05下载
- 积分:1
-
McaPcap
调用winpacp,易语言编写。网卡抓包工具(Call winpacp, easy to write. Network card tool)
- 2020-11-16 08:59:40下载
- 积分: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
-
DDOS
ddos多线程攻击软件./
小东西.原理很简单(DDoS attacks against multi-threaded software./small things. The principle is very simple)
- 2009-01-03 21:35:11下载
- 积分:1
-
Standard Edition
超快速的多文件传送源码,在本地局域网上可达到1.8Mb+的速度,超牛的代码,VB写的,可以多多研究,保证收获(ultra-fast transmission of multi-source documents in the local LAN delivers up to speed, super-cattle code, written in VB, deserves more research, a lot ensure harvest)
- 2004-12-09 11:19:08下载
- 积分:1
-
开放源码分布式开发包
开放源码分布式开发包-OSS development kits distributed
- 2023-01-13 22:00:04下载
- 积分:1