-
socket代理
下面是一个先前我用socket实现HTTP代理服务器的例子,代码很简单我就不一一解析了,要注意的是:当该代理服务器收到IE发来的请求时,要将IE请求行中的webserver的域名(或者IP)剥去,再将请求转发给webserver,如果不注意这点而是直接毫无处理的把IE请求信息直接发给webserver某些网站会显示不了网页,比如新浪,pfan,这是测试时发现的,其他就没什么可以说的了。实际上能否完成这个简单的HTTP proxy server可以看出对HTTP协议的熟悉程度,只要有一定的sock编程基础并熟悉了HTTP协议的工作流程,那我想就没什么障碍了。著此文章以供初学者参考,能从里面得到一点点的帮助那我已经心满意足了,高人指点改进意见邮箱联系,下面是源代码:
- 2022-06-28 03:35:38下载
- 积分:1
-
MS Wince6培训资料之实践手册.
是学习WINCE6的好教材.
MS Wince6培训资料之实践手册.
是学习WINCE6的好教材.-MS Wince6 practice manual training materials. WINCE6 good learning materials.
- 2022-03-03 16:53:21下载
- 积分:1
-
use dial
利用ras写的ADSL拨号程序,该程序能按用户设定的时间进行拨号,能显示拨号后的IP,当然,该软件写得粗浅,只能作为初学者的参考,有达人修改,请寄我一份,luozehui@hotmail.com,谢谢!-use dial-up ADSL written procedures, the procedures can be set by users of dial-up time. Dial-up can show that the IP, of course, the software written shallow and could only serve as reference for beginners, to be revised, I should be sent to a, luozehui@hotmail.com, thank you!
- 2022-03-18 20:06:23下载
- 积分:1
-
字符串的查找和提取,用C语言编写的源代码。
字符串的查找和提取,用C语言编写的源代码。-String search and extraction, using C language source code.
- 2022-12-27 23:40:04下载
- 积分:1
-
wince下接收串口数据,通过socket转发到pc,包含客户端和服务器
wince下接收串口数据,通过socket转发到pc,包含客户端和服务器-wince to receive serial data through the socket forwarded to the pc, contains the client and server
- 2022-03-02 13:08:17下载
- 积分:1
-
s3c2440a完整USB驱动,wince源码,可安装使用,也可参照学习
s3c2440a完整USB驱动,wince源码,可安装使用,也可参照学习-s3c2440a integrity of the USB driver, wince source, can be installed to use, but also the light of learning
- 2022-03-18 01:56:03下载
- 积分:1
-
LCS问题就是求两个字符串最长公共子串的问题。解法就是用一个矩阵来记录两个字符串中所有位置的两个字符之间的匹配情况,若是匹配则为1,否则为0。然后求出对角线最长...
LCS问题就是求两个字符串最长公共子串的问题。解法就是用一个矩阵来记录两个字符串中所有位置的两个字符之间的匹配情况,若是匹配则为1,否则为0。然后求出对角线最长的1序列,其对应的位置就是最长匹配子串的位置。 最长递增子序列LCS的实现C源码!-LCS problem for two strings is the longest common sub-string problem. Solution is to use a matrix to record the location of two strings of all the matches between the two characters in the situation, if the match is one, otherwise to 0. And one of the longest diagonal obtained sequence, the location of its corresponding sub-string match is the longest position. The longest increasing sub-sequence source C implementation of the LCS!
- 2022-08-19 18:20:36下载
- 积分:1
-
使用访问数据库的组件BDE
使用BDE组件访问数据库-flash演示-use access to the database components BDE- flash demo
- 2023-05-19 22:20:03下载
- 积分:1
-
ddfffffffffffffffffffffffffffffffffff
使用系统 ;
DynamicDllImport 的命名空间
{
公共类 MainClass
{
公共静态 void Main (字符串 [] args)
{
}
- 2022-05-06 12:50:56下载
- 积分:1
-
排序,冒泡算法
一些简单的小程序。就是排序冒泡,算法,是用vc编译的c++程序,全部验证正确,亲身实验!
- 2022-02-21 04:57:58下载
- 积分:1