登录
首页 » Windows开发 » C源代码:客户端怎样通过proxy进行连接,支持https,socks5代理

C源代码:客户端怎样通过proxy进行连接,支持https,socks5代理

于 2022-02-15 发布 文件大小:4.23 kB
0 226
下载积分: 2 下载次数: 1

代码说明:

C源代码:客户端怎样通过proxy进行连接,支持https,socks5代理-C source code : the client how to connect through proxy support https, Acting togig

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Quick Tray 1.00源程序
    资源描述这虽不是一个专门为程序员定做的工具,不过对于象我这样比较厌倦开始菜单的人来说,Quick Tray 还是蛮有用的。通过它可以方便地打开您常用的程序、文档资料、以及网站链接等。Windows光盘上也有一个微软的Quick Tray,可千万别搞错了,虽然名字一样,但在功能上却有天壤之别哟! Quick Tray 的最大好处,莫过于它的易用性。当然,它还有许多特点: 极其简单的打开/隐藏方式:鼠标移向屏幕右下角,Quick Tray 主窗口马上打开;鼠标移向屏幕右边界,主窗口立即消失。允许对程序项进行分门别类,用户可建立任意树形目录结构,并提供两种目录显示方式。可以对Quick Tray中的任何程序文档等项目定义系统级热键,无论Quick Tray是否在前台,均可捕获热键。如果平时你习惯用热键,一定不要忘了这项功能哦。有自启动功能,每次进入Windows后,Quick Tray 以小图标方式显示在任务条上的通知区中。支持OLE拖放功能,您可将任意文件或IE/Netscape中的超链接拖入Quick Tray中。方便的多用户管理功能。每位用户均有自己的设置。提供多种小巧实用的工具,如锁定屏幕、墙纸管理等,并允许以插件方式加以扩充。若有兴趣请参见Quick Tray帮助。
    2022-05-23 04:11:35下载
    积分:1
  • 《C++ In Action》源代码,供学习C++人士共同分享!!希望对大家有帮助...
    《C++ In Action》源代码,供学习C++人士共同分享!!希望对大家有帮助- C++ In Action the source code for learning C++ People to share! ! We hope to help
    2022-02-09 18:35:59下载
    积分:1
  • 一个用来解析word文档的程序,功能非常强大,能把doc转换为txt,pdf,ps等。...
    一个用来解析word文档的程序,功能非常强大,能把doc转换为txt,pdf,ps等。-one process to transf the doc to othe model like txt or pdf or ps .
    2022-03-05 22:54:01下载
    积分:1
  • 数据结构课程实验,prim算法的c的源代码.
    数据结构课程实验,prim算法的c的源代码。课程实验测试通过。第一次上传,望多多批评。
    2023-01-04 01:20:03下载
    积分:1
  • 进程管理器
    进程资源管理器,可以显示正在运行的进程,线程和模块。其着找到基地,并开始地址。例如,使用 EnumProcessModulesEx和NtQueryInformationThread功能在C#。   void PrintModules (Int32 ProcID)     {         IntPtr hProcess = OpenProcess(ProcessAccessFlags.QueryInformation | ProcessAccessFlags.VMRead, false, ProcID);         if (hProcess != IntPtr.Zero)  &nbs
    2022-01-22 17:14:27下载
    积分:1
  • 图像压缩问题要求确定象素序列{p1,p2,…,pn}的最优分段,使得依此分段所需的存储空间最少。每个分段的长度不超过256位。数字化图像是m×m的像素阵列。假定...
    图像压缩问题要求确定象素序列{p1,p2,…,pn}的最优分段,使得依此分段所需的存储空间最少。每个分段的长度不超过256位。数字化图像是m×m的像素阵列。假定每个像素有一个0 ~ 2 5 5的灰度值。因此存储一个像素至多需8位。若每个像素存储都用最大位8位,则总的存储空间为8m^2 位。为了减少存储空间,我们将采用变长模式( variable bit scheme),即不同像素用不同位数来存储。像素值为0和1时只需1位存储空间; 值2、3各需2位;值4,5,6和7各需3位;以此类推。-image compression defined pixel sequence (p1, p2, ..., pn) sub-optimal, sub accordingly makes the storage space required at least. The length of each section is not more than 256. The digital image is m m pixel arrays. Assume that each pixel is a 0-2 5 5 of the gray values. Therefore storage of up to a pixel 8. If each pixel with the largest storage capacity of 8-bit, the total storage space for 8m ^ 2. In order to reduce storage space, and we will use variable-length model (variable bit scheme), that is different with different pixel median storage. Pixel values of 0 and 1 and only a storage space; The value of 2,3 required two; Value 4,5,6 and 7 of the required three; Analogy.
    2022-11-29 05:50:03下载
    积分:1
  • 这个是我始接触编程时的想法,想通过仅用数据库,不采用sock来实现一个简单的在局域网内的聊天室,我想这个想法很多人都有过。这个程序本身没什么价值,只是一来把自...
    这个是我开始接触编程时的想法,想通过仅用数据库,不采用sock来实现一个简单的在局域网内的聊天室,我想这个想法很多人都有过。这个程序本身没什么价值,只是一来把自己当初的设计与大家分享,二来是有鉴于网上对ADO控件的使用这方面的介绍不是很多,自己算是抛砖引玉吧。-this my first contacts with the idea of programming, database only want to do so to achieve a sock simple LAN in the chat room, I think a lot of people have ideas too. This procedure itself no value, but one to their original design to share with you, to the Internet is given the right to use ADO this presentation is not very large, is to initiate it themselves.
    2022-01-25 14:51:39下载
    积分:1
  • tells you how to do the synchronization intitializer
    tells you how to do the synchronization intitializer
    2022-04-17 06:45:58下载
    积分:1
  • ISP编程器
    带at89s52时钟的isp程序
    2023-05-25 14:05:03下载
    积分:1
  • 一个用c++编写的程序,希望对初学者有一定帮助
    一个用c++编写的程序,希望对初学者有一定帮助-A used c++ Preparation procedures, and they hope to have some help for beginners
    2022-06-19 22:00:04下载
    积分:1
  • 696516资源总数
  • 106605会员总数
  • 12今日下载