-
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
-
Through a color TV fault information sharing system, the failure of production e...
通过一个彩电故障信息共享系统,使生产工程部的故障处理工作系统化,规范化,自动化,从而达到提高故障排除效率,提高信息利用率的目的。-Through a color TV fault information sharing system, the failure of production engineering dealing with the work of systematization, standardization, automation, so as to achieve to improve troubleshooting efficiency and utilization of information purposes.
- 2022-11-02 18:45:03下载
- 积分:1
-
用了好久的AVR编程软件,不错,跟大家分享一下!
用了好久的AVR编程软件,不错,跟大家分享一下!-Used for a long time of AVR programming software, yes, to share with you!
- 2022-12-30 17:45:04下载
- 积分:1
-
undocument_window_nt配套源代码
undocument windows nt配套源代码,包含undocument windows nt书籍里面的所有源代码,对想深入研究windows系统内核原理的系统开发人员有非常大的帮助。
- 2023-02-14 20:40:04下载
- 积分:1
-
这一代码发送电子邮件的附件很容易。
This a COde to Send Emails with attachement very easily.
You ca use it as an executable, or in you .Net project.
Create you Form, create a Button and Enjoy.
System::Void MyForm::SendOrder_Click(System::Object^ sender, System::EventArgs^ e)
{
List
Items
String
^Filename
Filename = IO::Path::Combine(System::Environment::GetEnvironmentVariable("TEMP"),
String::Concat("FCSSystem", IO::Path::GetRandomFileName(), ".txt"))
Items.Add(Convert::ToString(DateTime::Now))
for(int ni=0 niControls->Count ni++)
{
Items.Add(String::Concat(OrderPanel->Controls[ni]->Controls[0]->Name,"Q",
((NumericUpDown^)OrderPanel->Controls[ni]->Controls[1])->Value))
}
IO::File::WriteAllLines(Filename, Items.ToArray())
SendFileTo::MAPI mapi
mapi.AddRecipientTo("sst@fcssystem.com")
mapi.AddAttachment(Filename)
mapi.SendMailPopup("FCS System Order", "Please Write Your Data Here")
- 2022-01-26 07:38:06下载
- 积分:1
-
用C++编出来的图的程序
用C++编出来的图的程序-C of Part of the processes
- 2022-09-23 22:45:03下载
- 积分:1
-
VC prepared by the WAV file manipulation routines, and if necessary can be downl...
用VC编写的WAV文件操作例程,如有需要的可以下载,很有参考价值.-VC prepared by the WAV file manipulation routines, and if necessary can be downloaded great reference value.
- 2022-09-22 21:50:03下载
- 积分:1
-
数据结构 最小生成树的 源代码
是以前学的时候的程序
欢迎下载
数据结构 最小生成树的 源代码
是以前学的时候的程序
欢迎下载-Minimum spanning tree data structure of the source code is a time when previously welcomed the download procedure
- 2023-04-30 09:20:03下载
- 积分:1
-
AC设备技术原理与发展方向,文中包括目前市场上主流AC设备厂商的产品介绍与特点.同时,简要分析了AC设备未来的发展方向....
AC设备技术原理与发展方向,文中包括目前市场上主流AC设备厂商的产品介绍与特点.同时,简要分析了AC设备未来的发展方向.-Principle of AC equipment and the development direction of technology, the text included in the mainstream of the market on AC equipment vendors and the characteristics of the product introduction. At the same time, a brief analysis of the AC equipment of the future direction of development.
- 2022-09-12 02:40:03下载
- 积分:1
-
很好的万年历
很好的万年历源代码,很有学习和指导意义,欢迎指出其中的不足 ,我们一起学习,代码有显示 阳历,阴历的功能,能查询日历,返回今天的功能,有出现节日的功能!!
- 2022-03-04 20:49:51下载
- 积分:1