联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 网络编程(221) 
按平台查找All C/C++(221) 

[网络编程] FTP-server

简单的FTP服务器程序,基于控制台和事件响应模型
Simple FTP server program, based on console and event response model (2020-11-12, C/C++, 10KB, 下载0次)

http://www.pudn.com/Download/item/id/1605173575831222.html

[网络编程] udp_serve_client

Windows上的C++的UDP服务器、客服端源文件
UDP server, customer service side source file (2020-08-29, C/C++, 2KB, 下载0次)

http://www.pudn.com/Download/item/id/1598685774151229.html

[网络编程] WebBench

webbench软件,用于服务器压力测试,长连接,短链接都适用
webbench software, used for server stress test, long connection and short link are applicable (2020-07-19, C/C++, 67KB, 下载1次)

http://www.pudn.com/Download/item/id/1595153883219004.html

[网络编程] zhongji

北邮计网课设的实验内容,dns中继服务器的实现,用c++实现。
The experiment content of the course setting of BeiPostal Network and the realization of DNS relay server are realized with c++. (2019-05-27, C/C++, 3KB, 下载9次)

http://www.pudn.com/Download/item/id/1558959707909888.html

[网络编程] dns

一个简单的DNS服务器,可以在嵌入式系统中使用。
A simple DNS server,it can be used in embedded system. (2019-04-02, C/C++, 83KB, 下载3次)

http://www.pudn.com/Download/item/id/1554174011942487.html

[网络编程] ping

Tracert 程序关键是对 IP 头部生存时间(time to live)TTL 字段的使用,程序实现时是向目 地主机发送一个 ICMP 回显请求消息,初始时 TTL 等于 1,这样当该数据报抵达途中的第一个路由器 时,TTL 的值就被减为 0,导致发生超时错误,因此该路由生成一份 ICMP 超时差错报文返回给源主 机。随后,主机将数据报的 TTL 值递增 1,以便 IP 报能传送到下一个路由器,并由下一个路由器生成 ICMP 超时差错报文返回给源主机。不断重复这个过程,直到数据报达到最终的目地主机,此时目地 主机将返回 ICMP 回显应答消息。这样,源主机只需对返回的每一份 ICMP 报文进行解析处理,就可 以掌握数据报从源主机到达目地主机途中所经过的路由信息。
The key of Tracert program is to use the TTL field of time to live IP header. When the program is implemented, it is directional. The local host sends an ICMP echo request message, initially TTL equals 1, so that when the datagram arrives, it will be the first router on the way. When the TTL value is reduced to 0, a timeout error occurs, so the route generates an ICMP timeout error message and returns it to the source. Machine. Subsequently, the host increments the TTL value of the datagram by 1 so that the IP message can be transmitted to the next router and generated by the next router. The ICMP timeout error message is returned to the source host. Repeat this process until the datagram reaches the final destination host, and then the destination The host will return the ICMP echo reply message. In this way, the source host only needs to parse every ICMP message returned. In order to grasp the routing information of the datagram from the source host to the destination host. (2018-12-14, C/C++, 2KB, 下载0次)

http://www.pudn.com/Download/item/id/1544766830630258.html

[网络编程] GateService_nux_hong_threadPool

兼容Linux和windows,对报文解析处理
Compatible with Linux and windows, for message parsing processing. (2018-11-09, C/C++, 3965KB, 下载0次)

http://www.pudn.com/Download/item/id/1541751635451857.html

[网络编程] socket_tcp

1、首先是正常传输。在客户端,用户选择本地文件并将其发送到服务器端。在服务器端,客户端接收客户端发送的数据流,并根据IP地址将其存储在服务器端。 2。在文件传输过程中,针对客户端断开和服务器断开的情况,采取了不同的相应措施
1.the first is the normal transmission. On the client side, the user selects a local file and sends it to the server side. On the server side, the client receives the data stream transmitted by the client and stores it on the server side according to the IP address. 2. In the process of file transmission, different corresponding measures are made for the case of client disconnection and server disconnection. (2018-10-21, C/C++, 5KB, 下载3次)

http://www.pudn.com/Download/item/id/1540108100266192.html

[网络编程] BAT_ICM_V108

SIMCOM868上网程序,可实现网络链接,登陆mqtt服务器。
SIMCOM868 Internet program, can realize network link, login mqtt server. (2018-05-15, C/C++, 91KB, 下载1次)

http://www.pudn.com/Download/item/id/1526376238128551.html

[网络编程] test4

编写了一个简易的服务器和客户端,监控网络
Write a simple server and client to monitor the network (2018-04-21, C/C++, 3431KB, 下载1次)

http://www.pudn.com/Download/item/id/1524304146484523.html

[网络编程] 第四章

通过温度传感器的采集数据对温度精确控制。
Accurate control of temperature can be realized by temperature sensor control. (2017-11-25, C/C++, 29KB, 下载1次)

http://www.pudn.com/Download/item/id/1511599783593427.html

[网络编程] APR内存池概述

APR内存池概述,讲述阿帕奇服务器的内存管理
APR memory pool overview (2017-08-25, C/C++, 728KB, 下载2次)

http://www.pudn.com/Download/item/id/1503674178103106.html

[网络编程] souroj

taskmgr就是任务管理器的源码也许好多人都有了
Taskmgr is the task manager there may be many people all source code (2017-04-15, C/C++, 329KB, 下载4次)

http://www.pudn.com/Download/item/id/1492213183316190.html

[网络编程] filesend

本程序能实现客户端与服务器之间的文件传输
This procedure can achieve between the client and server file transfer (2013-06-24, C/C++, 2KB, 下载3次)

http://www.pudn.com/Download/item/id/2287452.html

[网络编程] POS

利用POS机具硬件改为条纹码扫描器的编程代码
POS machines replaced the use of bar code scanner hardware programming code (2009-05-16, C/C++, 805KB, 下载18次)

http://www.pudn.com/Download/item/id/762685.html

[网络编程] httpd-2.2.11

Apache官方在今天放出产品系列2.2的最新版本2.2.11的源码包 最流行的HTTP服务器软件之一,快速、可靠、可通过简单的API扩展,Perl/Python解释器可被编译到服务器中,完全免费,完全源代码开放,如果你需要创建一个每天有数百万人访问的Web服务器,Apache可能是最佳选择
Apache today released the official 2.2 product line the latest version of the source packages 2.2.11 The most popular one of the HTTP server software, fast, reliable, available through a simple API to expand, Perl/Python interpreter can be compiled to the server, the completely free, completely open source, if you need to create millions of people a day visit the Web server, Apache might be the best option (2008-12-13, C/C++, 7731KB, 下载15次)

http://www.pudn.com/Download/item/id/604091.html

[网络编程] MySniffer

C语言的嗅探器,可实现基本的嗅探功能,特色是注释详细
C-sniffer, the sniffer can realize the basic functions, characterized by detailed Notes (2008-05-22, C/C++, 10KB, 下载62次)

http://www.pudn.com/Download/item/id/469635.html

[网络编程] getipmask

arm平台下路由器设计中获取机器ip和mask的代码
arm platform design router ip and mask to obtain the machine code (2008-03-19, C/C++, 1KB, 下载7次)

http://www.pudn.com/Download/item/id/418763.html

[网络编程] 3

学习一段时间的网络编程,自己的收获,很简单的程序,但是觉得很有意思。服务器,或者是客户端程序。
err (2007-12-28, C/C++, 3KB, 下载1次)

http://www.pudn.com/Download/item/id/384702.html

[网络编程] c3eth

这是交换机或路由器的交换软件部分,具有实用价值
This is the switch or router software part of the exchange, has practical value (2007-06-07, C/C++, 16KB, 下载237次)

http://www.pudn.com/Download/item/id/293260.html
总计:221