搜索资源列表
一个用socket来实现HTTP下载的程序源码
- 本文附带源代码还包括了一个使用CHttpSocket实现下载功能的例子工程.注意,所有的调用都是阻塞的,所以最好为一个下载任务创建一个线程,否则会导致界面无法响应用户输入. 程序运行界面如上图,显示了请求头,回应头以及下载进度.-fringe source code is also included use of a functional CHttpSocket download the example works. Attention, all calls are blocked, it
这是一个用阻塞方式的socket 做的聊天程
- 这是一个用阻塞方式的socket 做的聊天程序 大家来-This is a way of using obstruction socket chat program do you s
socket Chat
- 一个用阻塞方式的socket 做的聊天程序,使用了多线程和信号量技术-an obstructive manner with the socket so chat, the use of the multithreading technology and signal volume
linux_socketlib
- linux下socket函数封包,你可以简单调用函数,方便设置socket阻塞和非阻塞方式-socket function packets, you can simply call functions, convenience and obstructive set socket nonblocking mode
多线程socket文件传输
- 多线程socket文件传输/支持断点续传/收发消息/点对多点 使用阻塞方式的socket,使用多线程,有较高的性能. 在局域网中测试达到极限速度. 支持断点续传. 服务端可同时接收多个文件. 传输文件的同时可以发送网络消息,Multi-threaded socket file transfer/support HTTP/send and receive information/point-to-multipoint mode of using blocking socket, the use o
socket
- socket编程。winsock编程实现网络通信。 非阻塞模式实现面向连接一个服务器和多个客户端的收发数据(select模型) 阻塞模式实现面向无连接的一对一的通信 1.学习通过winsock编程实现网络通信。 2.学习面向连接和面向无连接的网络通讯方式的编程。 3.学习阻塞和非阻塞模式的网络通讯的编程。 4.熟悉与winsock有关的API函数的用法。 -socket programming. winsock network communications progr
socket
- Socket阻塞模式通讯测试(多线程) 适合初学者,测试输入本机相应的IP-Socket Communications blocking mode test (multi-threaded) for beginners to test the input of the machine corresponding IP
socket.tar
- 这是封装的socket库,用poll采用非阻塞模式,接收消息与网线断开处理以回调函数方式到应用层处理,使用起来非常方便,带服务端和客户端的测试实例.上一版本有点问题,请看这个,-This is the package socket library, use of non-blocking mode by poll, receiving the news and cable disconnect callback function to handle the way to the applicat
Socket
- Socket通信,客户端和服务器之前的发送与接收!-Socket Communications, before the client and server send and receive!
Socket
- ICP/IP、UDP阻塞模式编程演示,包中含tcp/IP、UDP服务端和客户端源码-ICP/IP, UDP blocking mode programming presentation package with tcp/IP, UDP server and client source code
Socket-for-java
- Java多线程Socket阻塞模式下通信的例子 -Java多线程Socket阻塞模式下通信的例子
socket
- 自己用C做的非阻塞多线程socket文件传输程序,由于时间紧存在一定的问题,但对于socket入门者可以学习到一定东西的-Own use C to do non-blocking multi-threaded socket file transfer process, due to tight schedule, there are some problems, but beginners can learn the socket to a certain thing
Socket
- 这个程序要完成一个聊天室的功能,它是用纯的winsock的去写,而不用任何CSocket的东西, 即可以用来做客户端又可以用来做服务器端,它要求是非阻塞方式的连接。-This program should complete a chat room feature, which is pure winsock' s to write, without any CSocket things that can be used to make the client can also be us
Socket
- VC++ 线程非阻塞SOCKET通信 服务器与客户端发消息只建立一个套接字-SOCKET VC++ thread non-blocking message communications server and client to establish a socket only
socket
- socket 编程 阻塞模式范例 可以看到所有的基本用法,但是调试时需要参考网上的设置VC++的方法-blocking mode socket programming examples can be seen all the basic usage, but the debugging settings need to refer to the online method of VC++
CMultiSvr-(SOCKET-API-Multi-Thread)
- socket API 非阻塞消息方式下写的TCP客户端示例(一客户端连接多服务器)-socket API no blocking tcp client
Socket
- powerbasic Socket阻塞模式传文件-the blocking mode powerbasic Socket biography file
socket
- BCB多线程Socket阻塞模式通讯,编辑测试成功-BCB multithreaded Socket blocking mode of communication
Socket
- 进程之间的通讯,可使用socket套接字来传递消息。本例子当中说明了简单的服务器/客户端的模式进行通讯。但是TCP的机制下,socket通信是阻塞性的,所以会导致延迟等;而UDP下,通信是不可靠的,容易丢包。(the communication between multi processes)
Socket UDP for transfering files
- 使用UDP传输文件,阻塞式 socket 编程。(using UDP to transfer files, blocking socket programming.)