搜索资源列表
一个用socket来实现HTTP下载的程序源码
- 本文附带源代码还包括了一个使用CHttpSocket实现下载功能的例子工程.注意,所有的调用都是阻塞的,所以最好为一个下载任务创建一个线程,否则会导致界面无法响应用户输入. 程序运行界面如上图,显示了请求头,回应头以及下载进度.-fringe source code is also included use of a functional CHttpSocket download the example works. Attention, all calls are blocked, it
SocketProgrammingThreadPool
- socket & thread pool实例
2003061723305924139多线程Socket
- 2003061723305924139多线程Socket,多线程,通信开发-multi-thread Socket, writing by communications
Socket
- 实现了Socket的异步通信,包括线程间通信,双端队列通信等功能。-Socket implementation of the asynchronous communication, including inter-thread communications, double-ended queue communications functions.
a
- A multi-threaded simple crawler with C# socketsmulti-thread-simple-crawler-socket
jwin32
- C Socket & Thread library for Unix & Windows
multi-thread-simple-crawler-socket
- 简易多线程网络爬虫基于C#语言socket编程-Simple multi-threaded web crawler socket programming language based on C#
JavaStudySource
- 这是学习Java的时候的积累,其中包括基础的java语法使用、Swing、Socket、Thread、Applet等基础java的使用!适用初学者-This is the time to study the accumulation of Java, including syntax to use java-based, Swing, Socket, Thread, Applet and other infrastructure the use of java! For beginners
thread
- 这是一个多线程传送文件的客户端和服务器程序,对于初学多线程socket编程的小朋友特别有用!-This is a multi-threaded file transfer client and server programs, multi-threaded socket programming for beginners especially useful for the children!
Thread
- 自己学习线程,套接字的一些学习实例,希望通过下个东西 谢谢了-Their own learning thread, socket of learning examples, hope the next thing Thank you
SocketThrdServer
- 网络编程多线程实现,源于oracle官网-socket thread
C_Socket-Muti_Thread_programming
- C_Socket多线程编程实例,主要讲解了C#套接字网络编程的例子,一个实例-C_Socket multi-threaded programming examples, mainly on the C# socket example of network programming, an instance of
Socket
- Socket入口点测试工具,学习封包及线程的佳品,完整无措,无需第三方控件。-Test Socket entry point tools, learning to share the packet, and thread, complete, flawless, without third party controls.
SmartServer
- 一个socket线程池的源程序,很有参考价值,需要的可以下载-A socket thread pool of the source of great reference value, need can be downloaded to see
CMultiSvr(SOCKET-API-Multi-Thread)
- SOCKET API 阻塞 多线程 的TCP客户端程序,实现与多服务器通讯功能,并支持自主重连功能。-socket API blocking multi-thread tcp client
socket
- 线程同步与异步套接字编程的源代码,为一个压缩包,含客户端和服务器端代码-Thread synchronization with asynchronous socket programming source code as a compressed package, including client and server-side code
thread-and-socket
- 线程同步与异步套接字编程:用VC++写出一个线程同步与异步以及socket套接字通信的例子-Thread synchronization with asynchronous socket programming to write a thread synchronization with asynchronous socket socket communication examples: VC++
Socket
- 关于Socket的一个简单实现,在C++中使用MFC的CSocket直接连接,在服务器端和客户端各添加了一个线程用于传输。实现比较简单,两个CSocket连接后就可以传文件,且传好的文件可以通过MD5的检查。-Socket A simple implementation in C++ using MFC CSocket direct connection, add a thread for the transmission of the server and client. Relatively
ThreadTest
- C#通信小程序实例, 实现类似QQ的通信 Socket Thread-C# Communication applet instance, to achieve a similar QQ communication Socket Thread
multi-thread-simple-crawler-socket
- 简单的爬虫功能,socket线程。满足基本的功能,想学习爬虫的同学,可以下载参考。(Simple crawler function, socket thread)