-
Socks5Client 研究了一下SOCKS5代理协议,顺手用VC6写了个客户端演示程序。这个程序演示了如何使用winsock2穿过Scoks5代理取得HTT...
Socks5Client 研究了一下SOCKS5代理协议,顺手用VC6写了个客户端演示程序。这个程序演示了如何使用winsock2穿过Scoks5代理取得HTTP服务器上的网页内容。SOCKS5代理协议详见RFC1928和RFC1929。写这个程序的目的是为写一个SOCKS5代理服务器准备(可以用来调试协议),正在开发中。-Socks5Client some research SOCKS5 agency agreements with VC6 simply wrote the client presentations. This procedure demonstrated how to use WinSock2 Scoks5 Acting achieved through HTTP server on the web. SOCKS5 agency agreement detailed in RFC1928 and RFC1929. Was the purpose of this procedure is to write a SOCKS5 proxy preparation (can be used to debug protocol), is under development.
- 2022-06-17 14:43:25下载
- 积分:1
-
Video processing platform, you can open the avi files, dynamic display frames to...
视频处理平台,可以打开avi文件,动态显示帧数,观察前一帧,后一帧等,可以再这上面进行后续开发-Video processing platform, you can open the avi files, dynamic display frames to observe the previous one, the latter one, could be something like that and then follow-up development
- 2023-06-19 19:10:05下载
- 积分:1
-
学习的好资料很难得到的大家快来下啊 共同进步
学习的好资料很难得到的大家快来下啊 共同进步-Study hard to get good information on the U.S. under the ah Come common progress
- 2022-01-25 15:22:08下载
- 积分:1
-
风险投资
vc++ vc-vc++ vc++ vc
- 2023-05-21 02:45:03下载
- 积分:1
-
数据库查询示例程序
数据库查询示例程序-example database query procedures
- 2022-02-04 15:28:38下载
- 积分:1
-
Description:
对整型有序关键码序列进行折半查找,待排序序列以数组存储。如果找到待查记录,返回找到的位置下标,并删除该关键码记录;如果没找到待查记...
Description:
对整型有序关键码序列进行折半查找,待排序序列以数组存储。如果找到待查记录,返回找到的位置下标,并删除该关键码记录;如果没找到待查记录,返回0,并将待查记录插入到适当位置,即该查找属于动态查找。输出查找过程中每一轮的low,mid,high 值,以及与给定值相比较的关键码值,并输出最后找到的位置,及变化后的数组。
注意:该数组为整型,数组中关键码存储位置为r[1]~r[n],r[0]留作它用,且关键码个数大于4.
Input Format:
第一行输入数组中记录个数n
第二行输入n个有序的整型关键码,以空格隔开
接下来输入三个待查关键码,每个关键码占一行
Output format:
对于每个关键码,分别输出:
找到给定值之前的每一轮的low,mid,high及相比较的待查找序列中的关键码,以空格隔开
接下来一行输出查找到的位置
接下来一行输出变化后的待查找序列
-Description:
The key codes for integers ordered sequence of binary search until the sorting sequence to an array of storage. If you find a complete set of records, returns to find the location of the next standard, and delete the key code is recorded if not find a complete set of records, returns 0, and a complete set of records inserted into the appropriate location, that is, the search was part of search. Find out the process for each one of the low, mid, high value, as well as compared to the value given the key code value and output of the last to find the locat
- 2023-05-15 19:40:03下载
- 积分:1
-
windowsce3.0的开发指南,可以对windowsce的内核部分有一个大致的了解...
windowsce3.0的开发指南,可以对windowsce的内核部分有一个大致的了解-windows CE3.0 developer guide.An overview of the WinCE kernel.
- 2022-07-08 00:56:39下载
- 积分:1
-
ObjectARx实例学习
ObjectARx实例学习-ObjectARx
- 2022-02-22 01:48:18下载
- 积分:1
-
一个自己改写的串口通信程序,采用了多线程收发的效率较高,并可以实时绘图,源码有注释...
一个自己改写的串口通信程序,采用了多线程收发的效率较高,并可以实时绘图,源码有注释-write in a serial communication procedure, the use of multi-threading TX higher the efficiency, and real-time graphics, a source Notes
- 2022-03-11 04:13:15下载
- 积分:1
-
求实际在线知识社区中社会网络的度分布熵
由于熵作为有序度的对偶概念,常被看作系统演化的核心标度,较多地用于度量系统的结构变化程度,可以从宏观角度对系统整体进行衡量,目前,熵作为衡量系统无序程度的指标,熵凭借其独特的内涵已被广泛应用于统计物理学、信息论以及其他广义系统,成为了复杂系统有序性研究的重要工具,是目前表征系统混乱程度与网络有序性的重要指标。在信息科学中,信息熵作为系统状态的一种定量描述,能够表示事物的不确定性,被用来判断和度量事物集合中的有序与无序、规则性与杂乱性、单一性与多样性,表征系统的复杂性、有序程度和系统变化的方向或趋势。一般而言,系统熵值愈小,其对应宏观态有序度也越高。
- 2022-03-11 14:53:10下载
- 积分:1