联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 代理服务器(200) 
按平台查找All Visual C++(200) 

[代理服务器] cspry

为象棋等对等游戏用的代理服务器,解决网络中断需要从头下的问题。记录网络通讯,当网络中断时自动将记录的通讯包向对方发一遍,达到断线前的状态。
For the proxy server for peer-to-peer games such as chess, the solution to network outages requires a start the problem. Record network communication, when the network is interrupted, automatically send the recorded communication packet to the other, to the state before disconnection. (2017-04-21, Visual C++, 328KB, 下载3次)

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

[代理服务器] word

将从网站上找到的代理服务器列表,贴进去然后在MSDN Library中搜索Proxy,发现了有好几种方式都能实现在WINFORM中的代理。
Will be found on the website of the proxy server list, paste into it and search in the MSDN Library the Proxy, found several can achieve in WINFORM, agent. (2012-10-28, Visual C++, 2KB, 下载9次)

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

[代理服务器] juyuwangliuliangjiankong

流量监控系统,适用于局域网中通过代理服务器上网的情况,可以对局域网中每台电脑的上网流量进行监控,超过流量就断网。
Traffic monitoring system, applicable to the Internet through a proxy server in the LAN, LAN in each computer' s Internet traffic monitoring, and more than traffic off the network. (2012-09-26, Visual C++, 17218KB, 下载18次)

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

[代理服务器] THtttpProxxyh

主要实现代理服务器,英文全称是 Proxy Server,顾名思义,其功能能就是代理网络用户去访问与接收网络信息。形象的说来,它就是网络信息的中转站。
Proxy server, the English name is Proxy Server, the name suggests, its function is the agent network users to access and receive network information. Said the image, it is a transit point for network information. (2012-08-23, Visual C++, 202KB, 下载8次)

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

[代理服务器] http_proxy_server

这是一个代理服务器实例,它支持二级代理,其中还有一个虚拟的Web服务器,其根目录是“ProxyServer”, 在运行该程序前首先需要把该目录拷贝到C盘的根目录下,当然也可以在源代码中改变指定的位置。
This is an example of a proxy server, it supports two agents, which have a virtual Web server, its root is the" ProxyServer", While running the program needs before the first of the catalog copy to the C under the root directory, of course, can also be in the source code to change the specified location. (2012-05-04, Visual C++, 3915KB, 下载19次)

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

[代理服务器] socks5

一个自己写的socks5代理服务器,支持CONNECT、BIND、UDP操作,设计上是基于异步完成例程。想学习ACP(异步完成例程)的可以下载学习
This is a SOCKS5 proxy server written by me.It support CONNECT,BIND and UDP operation.The Winsock model it used is ACP.If you want to study ACP model you can study ACP by reading the src code of this SOCKS5 server. (2011-12-25, Visual C++, 547KB, 下载97次)

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

[代理服务器] IntraHTTPProxy

代理服务器源代码 http Porxy Server Source Code(GPL Open Source)使用方法: 1.intrahttp.exe /SERVICE /INSTALL -i127.0.0.1 -p8080 -p后面跟的是HTTP的PROXY的端口 2.net start intrahttpproxy 3.net stop intrahttpproxy 4.intrahttp.exe /SERVICE /UNINSTALL 5.intrahttp.exe /SERVICE /SHOW
http Porxy Server Source Code (GPL Open Source) to use: 1.intrahttp.exe/SERVICE/INSTALL-i127.0.0.1-p8080-p followed by the HTTP-PROXY port 2.net start intrahttpproxy 3.net stop intrahttpproxy 4.intrahttp.exe/SERVICE/UNINSTALL 5.intrahttp.exe/SERVICE/SHOW (2011-09-07, Visual C++, 206KB, 下载10次)

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

[代理服务器] MyProxy

这是一个代理服务器程序,支持HTTP,FTP,邮件代理。程序运行稳定,可以配合一个本地客户端使用。(请搜索TCPProxy.rar)
This is a proxy server that supports HTTP, FTP, mail proxy. Running stability, with a local client. (Search TCPProxy.rar) (2011-07-22, Visual C++, 23KB, 下载44次)

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

[代理服务器] proxy_lxb

C语言编写的代理服务器含有一定的端口更改功能并且可以对特定的网站进行屏蔽,是初始网络的基础程序,适合新人理解
Proxy server written in C language with a certain function of the port changes to a particular site and can be shielded, is the basis of initial network program, for new understanding (2011-04-22, Visual C++, 42KB, 下载50次)

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

[代理服务器] IO_CompletionPort_study

一个学习IO完成端口的例子,主要是用完成端口来实现一个代理服务器,VC++ 6.0 平台
a study case of IO completion port , the completion port is mainly used to implement a proxy server, VC++ 6.0 Platform (2010-11-03, Visual C++, 3080KB, 下载31次)

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

[代理服务器] ProxyServer

这是一个代理服务器实例,它支持二级代理,其中还有一个虚拟的Web服务器,其根目录是“ProxyServer”, 在运行该程序前首先需要把该目录拷贝到C盘的根目录下,当然你也可以在源代码中改变指定的位置。
This is an example of a proxy server, it supports the secondary agent, which have a virtual Web server, the root directory is " ProxyServer" , run the program at the former first need to put in the directory are copied to the C disk root directory, of course, You can also change the source code at the specified location. (2009-03-24, Visual C++, 208KB, 下载4次)

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

[代理服务器] ProxyServer

这是一个代理服务器程序,它使用多线程实现internet的代理服务,是多线程和网络编程的结合.
This is a proxy server program, which uses multi-threaded agents realize internet services, are multi-threaded and network programming combined. (2009-02-15, Visual C++, 87KB, 下载42次)

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

[代理服务器] UDPProxy

代理服务器的源码,希望对大家有所用处。自己以前找了半天也没找到。现在大家不用愁了。
Proxy server source code, I hope all of you useless. Their own for a long time ago did not look to find. Now there is no need to worry about the. (2008-10-22, Visual C++, 2KB, 下载202次)

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

[代理服务器] bfilter-1.1.3.tar

BFilter是一个过滤web代理服务器。它能够过滤网页上的banner以及网页上的错误
BFilter is a filtering web proxy server. It can filter on the page banner, as well as on the page error (2008-05-19, Visual C++, 2973KB, 下载19次)

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

[代理服务器] MyProxy

实现了一个功能简单的HTTP代理服务器,本章主要介绍多线程编程相关的知识,包括初始化临界段和删除临界段,使用临界段完成多个线程对临界资源的互斥访问
Realize a function of a simple HTTP proxy server, this chapter introduces the multi-threaded programming-related knowledge, including the initialization of critical and delete critical paragraph, the use of multiple threads to complete the critical paragraph of resources on the critical mutex visit (2008-03-06, Visual C++, 443KB, 下载23次)

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

[代理服务器] Socks5_VC

利用Socks5协议写的一个Socks5代理服务器程序,希望对大家有用,C++语言编写,请在VC++6.0及以上环境下编译
Socks5 use of a written agreement Socks5 proxy server procedures, We hope that the right useful, C language, the VC 6.0 and above environment compiler (2007-05-26, Visual C++, 19KB, 下载227次)

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

[代理服务器] vc_jiqiaoshili_part13_14

Visual.C++程序设计技巧与实例--配套光盘 第13章 网络编程 本章共有8个实例: 1. PowerNetConfig在Win2000系统下修改主机名、IP、网关、子网掩码和代理服务器 2. GetAllIP得到多穴主机的多个IP地址 3. EnumHosts枚举局域网内的计算机 4. GetMac读取网卡的Mac地址 5. C_S Demo一个小型的公司客服系统——C/S使用示例 6. Mount在应用程序中映射网络驱动器 7. AddIEButton往IE的工具条上添加自定义的图标 8. MyBrowser利用WebBrowser控件创建自己的浏览器 第14章 帮助系统 本章共有两个例子: 1. HlpDemo如何制作一个传统的hlp格式的帮助文件 2. CHM如何制作一个CHM格式的帮助文件 至此,本书源码已上传完毕,非常抱歉要分开来上传,学校的网络实在太差了
Visual.C program design techniques and examples-- matching CD Chapter 13 of this chapter network programming, there are eight examples : 1. PowerNetConfig in Win2000 system changes hostname, IP, Gateway, Subnet Mask and Proxy Server 2. GetAllIP be multi-homed host multiple IP addresses 3. EnumH osts Enumerate LAN computer 4. GetMac card read Mac addresses five. C_S Dem o a small company customer service system-- C/S examples of the use of six. Mount procedures in the application of mapping network drives All seven. AddIEButton to add Hi IE icon from the definition of eight. MyBrowse r use WebBrowser control to establish its own browser Chapter 14 of this chapter help system consists of two examples : 1. HlpDemo how to make a traditional hlp format documents with the help of two. CHM ho (2007-05-22, Visual C++, 2270KB, 下载46次)

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

[代理服务器] FreeRTOSV4.1.1

最新版FreeRTOS, 包扩多种开发平台的移植,还有不同板的支持,原网站现在被国内禁止了,不明白原因,估计是搞错了,被当成Yellow网站,可惜一点颜色都没有,冤枉!,这是用了代理服务器下来的.
latest version FreeRTOS, including the expansion of various development platforms transplantation, there are different boards support the original site is now forbidden, do not understand the reasons for, it is estimated that to be a mistake, as Yellow website, Unfortunately, no color, wrong! This is a proxy server down. (2006-09-28, Visual C++, 3368KB, 下载62次)

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

[代理服务器] IEProxy

利用IE上网时,为了避免更换代理代理的麻烦,特开发此软件。该软件在IE工具条上插入具有下拉菜单的按钮,用户可以选择该下拉菜单的选项改变IE代理。
use Internet Explorer, in order to avoid the replacement of Acting Deputy troubles, the development of special software. The software is inserted IE toolbar button in the drop-down menu, users can choose the drop-down menu of options to change IE agents. (2006-04-25, Visual C++, 276KB, 下载92次)

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

[代理服务器] Proxy_Sev

这是一个代理服务器实例,它支持二级代理﹐其中还有一个虚拟的Web服务器,其根目录是“ProxyServer”,在执行该程序前首先需要把该目录拷贝到C盘的根目录下,当然你也可以在源代码中改变指定的位置。
This is an example of a proxy server, which supports two agents, which have a virtual Web server, the root directory is "ProxyServer" in the implementation of the procedures before the first need to copy the directory C was the root directory, of course, you could also change the source code for the designated location. (2005-03-28, Visual C++, 90KB, 下载27次)

http://www.pudn.com/Download/item/id/1111987794171817.html
总计:200