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

[网络编程] acl-master

acl 工程是一个跨平台的通用网络通信库,同时提供更多的其它有价值功能。通过该库,用户可以非常容易地编写支持多种模式的服务器程序、WEB 应用程序以及数据库应用程序。此外,该库还提供了 XML/JSON/MIME 编码及解码功能,这些编码解码库均支持流式解析模式,从而使之更适应不同的网络通讯方式。
ACL project is a cross platform common network communication library, and provides more valuable functions. Through this library, users can easily write server programs, web applications and database applications that support multiple modes. In addition, the library also provides the functions of XML / JSON / MIME encoding and decoding. These libraries support stream parsing mode, which makes them more suitable for different network communication modes. (2020-07-01, C/C++, 17278KB, 下载0次)

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

[网络编程] 1

设计一个一元多项式简单计算器,以带表头结点的单链表形式存储多项式,多项式的项数存放在头结点中。
Design a simple calculator of one variable polynomial,The polynomials are stored in the form of single chain table with header node, and the number of items of polynomials is stored in the header node. (2020-06-22, C/C++, 1414KB, 下载0次)

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

[网络编程] Email_Sys-master

(1)Base64: 主要定义了三个抽象数据类型: 功能:用于发送邮件时进行编码,以及接收邮件时进行解码。 数据部分:无 操作部分:编码(encode)、解码(decode) (2)SMTP: 功能:简单邮件传输协议类。用于实现SMTP协议中各种命令调用,发送邮件。 数据部分:套接字 操作部分:创建套接字、释放套接字、连接SMTP服务器、状态码检测、发送数据 (3)POP3: 功能:实现POP3协议中各种命令调用,接收邮件。 数据部分:套接字、邮件类属性(包括邮件大小、主题、发送方等信息) 操作部分:创建套接字、释放套接字、用户名密码检测、POP3协议中相关操作命令(包括STAT、LIST、TOP、NOOP、RETR、QUIT等)
(1) Base64: Three abstract data types are defined: Function: used for encoding when sending mail and decoding when receiving mail. Data part: None Operation part: encode, decode (2) SMTP: Function: Simple Mail Transfer Protocol class. It is used to call various commands and send mail in SMTP protocol. Data part: socket Operation part: create socket, release socket, connect to SMTP server, detect status code, send data (3) POP3: Function: to call various commands in POP3 protocol and receive mails. Data part: socket, mail properties (including mail size, subject, sender, etc.) Operation part: create socket, release socket, user name and password detection, relevant operation commands in POP3 protocol (including stat, list, top, NOOP, retr, quit, etc.) (2020-04-02, C/C++, 726KB, 下载0次)

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

[网络编程] ACE自适配通信环境中文技术文档-下篇

ACE自适配通信环境(ADAPTIVE Communication Environment)是可以自由使用、开放源码的面向对象(OO)框架(Framework),在其中实现了许多用于并发通信软件的核心模式。ACE提供了一组丰富的可复用C++ Wrapper Facade(包装外观)和框架组件,可跨越多种平台完成通用的通信软件任务,其中包括:事件多路分离和事件处理器分派、信号处理、服务初始化、进程间通信、共享内存管理、消息路由、分布式服务动态(重)配置、并发执行和同步,等等。
Ace adaptive communication environment is a free-to-use, open-source object-oriented (OO) framework, in which many core patterns for concurrent communication software are implemented. Ace provides a rich set of reusable C + + wrappers Facade and framework components can complete common communication software tasks across multiple platforms, including event multiplexing and event processor dispatch, signal processing, service initialization, inter process communication, shared memory management, message routing, dynamic (RE) configuration of distributed services, concurrent execution and synchronization, etc. (2020-03-15, C/C++, 1762KB, 下载1次)

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

[网络编程] mavtables-master

MAVLink路由器和防火墙。它可以通过串行和UDP连接2个或更多MAVLink端点,如自动驾驶仪,地面控制软件,记录仪,图像捕获系统等。当MAVLink数据包具有目标地址时,它们将路由到特定组件。可以基于源系统/组件,目标系统/组件和消息类型来过滤任何目标或广播的分组。过滤器还可以对数据包应用优先级,允许更多重要数据包在端点被阻塞时优先于较低优先级数据包。
A MAVLink router and firewall. It can connect 2 or more MAVLink endpoints such as autopilots, ground control software, loggers, image capture systems, etc over serial and UDP. MAVLink packets will be routed to specific components when they have a destination address. Any packet, targeted or broadcasted, can be filtered based on source system/component, destination system/component and message type. The filter can also apply a priority to packets allowing more important packets to take priority over lower priority packets when an endpoint is choked. (2019-07-25, C/C++, 316KB, 下载3次)

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

[网络编程] EasyDarwin-master

EasyDarwin是由国内开源流媒体团队开发和维护的一款开源流媒体平台框架,从2012年12月创建并发展至今,从原有的单服务的流媒体服务器形式,扩展成现在的云平台架构的开源项目,更好地帮助广大流媒体开发者和创业型企业快速构建流媒体服务平台,更快、更简单地实现最新的移动互联网(安卓、IOS、微信)流媒体直播与点播的需求,尤其是安防行业与互联网行业的衔接;
EasyDarwin is an open source streaming media platform framework developed and maintained by the domestic open source streaming media team. Since its establishment and development in December 2012, EasyDarwin has expanded from the original single-service streaming media server form to the current open source project of cloud platform architecture, which can better help streaming media developers and entrepreneurs to quickly build streaming media service platform, faster and simpler. To achieve the latest mobile Internet (Android, IOS, Wechat) streaming media live and on-demand demand demand, especially the security industry and the Internet industry convergence; (2019-01-23, C/C++, 8543KB, 下载6次)

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

[网络编程] s扫描器

1.两种不同的扫描方式(SYN扫描和一般的connect扫描) 2.可以扫描单个IP或IP段所有端口
1. two different scanning methods (SYN scan and general connect scan). 2. you can scan all ports of a single IP or IP segment. (2018-10-19, C/C++, 16KB, 下载6次)

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

[网络编程] 1-2-2-四种方法实现的LED闪灯程序

四种方法实现的LED闪灯程序 本模板加载了STM32F103内部的RCC时钟设置,并加入了利用滴答定时器的延时函数。
The four way to achieve the LED flash program. (2018-10-19, C/C++, 2733KB, 下载2次)

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

[网络编程] Lwip_RT_TCP_client

实现LWIP TCP以太网客户端通讯,基于RT操作系统,下载程序,用网线将开发板与电脑连接,设置电脑IP为192.168.1.50,打开命令提示符界面输入“ping 192.168.1.30”可看到有消息接收,说明网络正常;打开网络调试助手,设置协议类型为TCP server,服务器ip地址:192.168.1.50,服务器端口号100,点击板子复位键连接,发送字符串可以回显接收到发送的字符串。
Realize client communication of LWIP TCP Ethernet, based on RT operating system, download program, connect the development board to the computer with the network line, set the computer IP to 192.168.1.50, open the command prompt interface and input "ping 192.168.1.30" to see the message received, indicating the network is normal. Open the network debugging assistant, set the protocol type as TCP server, server IP address: 192.168.1.50, server port number 100, click the reset button on the board to connect, the sending string can echo back to receive the sent string. (2018-10-09, C/C++, 15626KB, 下载11次)

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

[网络编程] http5

HTTP5在线通讯实例,可通过sorket与网页浏览器进行http5 数据传输
HTTP5 online communication examples, through sorket and web browsers for http5 data transmission (2018-08-02, C/C++, 81KB, 下载0次)

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

[网络编程] 远控

是使用C-C++语言开发的一款远程控制软件,并且 可以实现生成服务器、屏幕监视,屏幕控制、上传文件、下载文件、远程命令、 远程任务管理器、发送警告、相互聊天、换皮肤、版本升级提醒等功能。 欢迎到我们的网站上下载最新版本!
Is the use of C - C + + language development of a remote control software, and can realize generated server, monitor screen, screen control, upload files, download files, remote command, remote task manager, send a warning, chat each other, in the skin, version upgrades, remind, and other functions. Welcome to our website to download the latest version! (2018-05-27, C/C++, 115KB, 下载15次)

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

[网络编程] 新建 360压缩 ZIP 文件

编写一个FTP客户机程序,要求如下 图形化界面实现,可以输入FTP服务的相关信息(包括IP地址、用户名与密码),输出交互过程中的FTP命令、响应信息以及从FTP服务器获得的文件(或目录)列表 要求实现USER、PASS、PASV、LIST与QUIT命令。点击“Connect”按钮,实现USER与PASS命令;点击“List”按钮,实现PASV 与LIST命令;点击“Quit”按钮,实现QUIT命令
Write a FTP client program, which requires the following Graphical interface implementations that can be entered for FTP services Related information (including IP addresses, username and password), output FTP commands, response information, and a list of files (or directories) obtained from the FTP server It is required to implement USER, PASS, PASV, LIST and QUIT commands. Click the "Connect" button to implement the USER and PASS commands; click the "List" button to realize the PASV and LIST commands; click the "Quit" button to achieve QUIT command. (2018-05-19, C/C++, 1446KB, 下载1次)

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

[网络编程] iAgent

linux http代理,实现转webserver的请求转发。内部封装了cookie保存的ip地址解析访问,通过cookie就知道需要代理到哪个ip的服务器。对iframe文件内cookie读取的问题,做了处理!
linux http proxy, transfer the webserver request for forwarding. Encapsulated within the cookie saved ip address resolution access by cookie know requires a proxy server to which ip. The iframe document cookie read, do the deal with! (2013-04-05, C/C++, 10KB, 下载9次)

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

[网络编程] The-FTP-protocol

FTP协议 分为客户端(client),服务器(service) 用VC运行成功,打开各文件中的.dsw文件就可以看到源代码 打开各文件中的Debug文件中的.exe文件理论上是可以看到运行结果,但事实上会显示绑定失败。所以要用到dos界面: 开始——运行——输入cmd——确定——将.exe文件拖到光标后(及输入存储路径)——空格,按回车键 在此之前要打开服务器的.exe文件
The FTP protocol is divided into the client (the client), server (service) with VC running successfully, open the file. Dsw file you can see the source code to open the Debug file in the file. Exe file that can see theoretically to run the results, but in fact shown to bind to fail. So, to use the dos interface: Start- Run- enter cmd- to determine- the exe file onto the cursor (and enter the storage path)- a space, press the Enter key before this, open the server . exe file (2012-05-23, C/C++, 972KB, 下载10次)

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

[网络编程] haproxy-1.4.3.tar

HAProxy提供高可用性、负载均衡以及基于TCP和HTTP应用的代理,支持虚拟主机,它是免费、快速并且可靠的一种解决方案。HAProxy特别适用于那些负载特大的web站点, 这些站点通常又需要会话保持或七层处理。HAProxy运行在当前的硬件上,完全可以支持数以万计的并发连接。并且它的运行模式使得它可以很简单安全的整合进您当前的架构中, 同时可以保护你的web服务器不被暴露到网络上。
HAProxy provide high availability, load balancing, and application based on TCP and HTTP proxy, support for virtual hosts, it is free, fast and reliable a solution. HAProxy especially for those large loads of web sites, these sites often require to maintain or seven treatment sessions. HAProxy running on current hardware, can support thousands of concurrent connections. And its operating mode so that it can be very simple, secure integrated into your current architecture, while protecting your web server can not be exposed to the network. (2010-04-02, C/C++, 743KB, 下载23次)

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

[网络编程] protobuf-2.3.0

Protocol Buffers 是一种可用于通讯协议、数据存储等领域的语言无关、平台无关、可扩展的序列化结构数据格式。目前提供了 C++、Java、Python 三种语言的 API。 只需使用 Protocol Buffers 对数据结构进行一次描述,即可利用各种不同语言或从各种不同数据流中对你的结构化数据轻松读写。 Protocol Buffers 可扩展性好,“向后”兼容性好,你甚至不必破坏已部署的、依靠“老”数据格式的程序就可以对数据结构进行升级。 Protocol Buffers 以高效的二进制方式存储,比 XML 小 3 到 10 倍,快 20 到 100 倍,语义更清晰,无需类似 XML 解析器的东西(因为 Protocol Buffers 编译器会将 .proto 文件编译生成对应的数据访问类以对 Protocol Buffers 数据进行序列化、反序列化操作)。 1月8号才出来的最新版本。
Protocol buffers are a flexible, efficient, automated mechanism for serializing structured data – think XML, but smaller, faster, and simpler. You define how you want your data to be structured once, then you can use special generated source code to easily write and read your structured data to and from a variety of data streams and using a variety of languages. You can even update your data structure without breaking deployed programs that are compiled against the "old" format. (2010-01-12, C/C++, 2290KB, 下载65次)

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

[网络编程] crfc2328_chinese

本备忘录说明了OSPF协议版本2。OSPF是一种连接状态/link-state路由协议,被设计用于单一的自制系统/Autonomous System中。每个OSPF路由器都维持着同样的数据库以描述AS的拓扑结构,并以此数据库来创建最短路径树并计算路由表。
Open Shortest Path First(OSPF)TCP/IP (2009-05-25, C/C++, 120KB, 下载13次)

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

[网络编程] Microsoft.DNS.Server.Exploit

微软DNS服务器远程溢出漏洞测试代码 Microsoft DNS Server Remote Code execution Exploit and analysis Advisory: http://www.microsoft.com/technet/security/advisory/935964.mspx This remote exploit works against port 445 (also Microsoft RPC api used) * Mario Ballano ( mballano~gmail.com ) * Andres Tarasco ( atarasco~gmail.com )
Microsoft DNS Server Remote Code Overflow Vulnerability testing Microsoft DNS Server Remote Code execution Exploit and analysisAdvisory: http://www.microsoft.com/technet/security/advisory/935964.mspxThis remote exploit works against port 445 (also Microsoft RPC api used)* Mario Ballano (mballano ~ gmail.com)* Andres Tarasco (atarasco ~ gmail.com) (2008-04-15, C/C++, 42KB, 下载26次)

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

[网络编程] tranfer

将客户方的文件用DES加密后,通过Tcp连接发送到服务器,然后经过解密得到原来的文件。
customer's document encryption using DES, connecting through DEC sent to the server and then be declassified after the original document. (2006-03-14, C/C++, 68KB, 下载15次)

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

[网络编程] blog

blog generator是一个基于Catty 2引擎的工具,可以用于浏览许多由Google发现的Web日志服务器,建造一个具有数千万条短语的数据库,用它来编写关于某个给定主题的“意识流”。它是所有blogger用户的一个相当有趣的、有用的工具。
blog generator is based on the Catty 2 engines tools, may use in to glance over many by Google the discovery Web diary server, constructs to have the number surely strip phrase the database, compiles with it about some assigns the subject "the stream of consciousness". It is all blogger user s is quite interesting, the useful tool. (2004-06-30, C/C++, 4303KB, 下载17次)

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