Description: Socket异步通信示程序代码:1.正确的开始和终止线程 2.可以局域网内多人聊天 3.双端队列的设计和应用 -Socket show asynchronous communication code : 1. Correct start and termination of two threads. People can chat LAN 3. Double-cohort design and application Platform: |
Size: 252928 |
Author:胡瓜 |
Hits:
Description: 一个服务器的程序,用来接收客户端的数据,采用了异步的socket编程-a server process to receive the client data, the use of asynchronous socket programming Platform: |
Size: 28672 |
Author:阿飞发 |
Hits:
Description: 一个客户端程序,用来连接服务器程序,采用了异步socket编程-a client program, used to connect to the server using the asynchronous socket programming Platform: |
Size: 45056 |
Author:阿飞发 |
Hits:
Description: 利用winsock所编写的异步网络通信例程-prepared by the protocols of the use of asynchronous network communications routines Platform: |
Size: 160768 |
Author:薛峰 |
Hits:
Description: 代码号为”Merlin”的J2SE1.4带来了一些激动人心的新特性,诸如对正则表达式的支持,异步输入输出流,通道(Channel),字符集等.虽然该版本还处在测试阶段,但这些新特性早已让开发人员们跃跃欲试.在Merlin发布之前,异步输入输出流的应用还只是C,C++程序员的特殊武器 在Merlin中引入异步输入输出机制之后,Java程序员也可以利用它完成很多简洁却是高质量的代码了.本文将介绍怎样使用异步输入输出流来编写Socket进程通信程序.-code, as "Merlin" J2SE1.4 brought some exciting new features, such as the right is a regular expression support, asynchronous input and output streams, channel (Channel), such as character set. Although this version is still in the testing stage, but these new features make the developers who the dismissive. before the publication of the Merlin, asynchronous input and output streams of only C, C programmer in the special weapons Merlin introduced asynchronous input-output mechanisms, Java programmers can also use a lot of it is simple but high-quality code. this article will introduce how to use asynchronous losers into the output stream to the process of preparing Socket Communication Program. Platform: |
Size: 5120 |
Author:陈浩 |
Hits:
Description: 基于SOCKET实现的,采用线程,利用队列,建立的通用的SOCKET异步通信模式-based on Socket achieved using threads, using cohort, the establishment of common asynchronous communication model SOCKET Platform: |
Size: 252928 |
Author:ICE |
Hits:
Description:
1.使用异步socket连接,异步解析主机名;
2.支持多文件、多级目录/子目录的上传/下载;
3.文件的删除、重命名、修改属性......等等;
4.用户的修改密码.......等等;
5.断点上传/下载;
6.支持托放上传/下载;
7.自定义FTP命令等;
8.拨号网络(电话及ADSL)/挂断等管理;
9.SOCKS4/SOCKS4A, SOCKS5, HTTP1.1;FTP login Proxy等支持;
-1. The use of asynchronous socket connections, analytic asynchronous mainframe; 2. Support multiple documents, Multi-level directory/subdirectory upload/download; 3. delete the file, rename, change attributes ...... etc.; 4. the user password changes ....... etc.; 5. Breakpoint upload/download; 6. take care support upload/download; 7. since the definition of FTP orders; 8. Dial-up Network (telephone and ADSL)/hang up such management; 9.SOCKS4/SOCKS4A. SOCKS5, HTTP1.1; FTP Proxy login and other support; Platform: |
Size: 1644544 |
Author:长立志 |
Hits:
Description: 配合异步socket使用SSL的例子。异步Socket可以使用很少的线程(最少只需要一个线程)就能管理大量的连接-with asynchronous socket using SSL example. Asynchronous Socket can use a few threads (at least only one thread) will be able to manage a large number of connections Platform: |
Size: 24576 |
Author:xyzuvw |
Hits:
Description: socket 异步通信程序源代码,VC编程,
能学到socket编程,及异步通信方面知识-socket asynchronous communication program source code, VC program can learn socket programming, asynchronous communication and knowledge Platform: |
Size: 252928 |
Author:魏湖 |
Hits:
Description: 共四个演示。分别如下:
1:Sample
一个简单的使用了共享内存映射的例子,运行两个实例看看就知道,没有什么特别。
2:SendText
不用窗口子类化,而达到和发送自定义消息同样的效果。
3:SendFile
由于演示2中还是通过发消息来传递字符串,不可能传递大块文本,本例综合演示1和演示2达到传递大块文本的功能。
4:Chat
演示2和演示3使用的都是SendMessage来发放通知消息,所以不能异步通讯,SetWindowText不能跨进程使用,PostMessage只能在WM_USER以上的自定义消息中才能传递指针,那么如何才能异步通讯呢?我还没有好主意,就用定时器吧!看看这个可以聊天的程序就知道了。
Common目录下有四个模块。
其中ShareStr2.cls是原来大师Bruce MicKenney写的东西,就是这个东西害我浪费很多时间来调试。原来大师的东西也会有错。-a total of four demonstration. Respectively, as follows : 1 : Sample a simple use of shared memory mapping example, look at two examples run, we know that nothing special. 2 : SendText not window-type, and to achieve this definition of news from the same effect. 3 : As demonstrated SendFile 2 updates, or to pass through the string, impossible to send large text, the cases demonstrate a comprehensive and demonstration to send two large text functions. 4 : Chat demonstration two and three demonstration SendMessage are used to notify the news release, it is not asynchronous communications, inter-process SetWindowText not use, PostMessage WM_USER only in the above-defined messages can transfer target, How can we asynchronous communication? I have not a good idea, on the timer! Chat can look at Platform: |
Size: 52224 |
Author:cohoo |
Hits:
Description: 这个是我做的一个异步的Socket类库,分TCP客户端和TCP服务器端,经测试,可以稳定的运行,可以放心的应用在你的项目里,有问题请于zhouyabo@gmail.com连接,或在我的Blog上留言:http://zhouyabo.cnblogs.com/-this is what I do an asynchronous socket library,- TCP client and server-side TCP, tested, the stable operation The application can be assured in your project, problems please zhouyabo@gmail.com connectivity, or in my blog wrote : http://zhouyabo.cnblogs.com/ Platform: |
Size: 157696 |
Author:huji |
Hits:
Description: 实现了一个基于socket异步通讯模式的代码,可以很好的学习VC中socket通讯的处理机制。-achieved a socket based asynchronous communication model code, can good learning VC socket communication mechanism. Platform: |
Size: 253952 |
Author:ququ |
Hits:
Description: 异步socket之间的通讯
双方运行该软件,输入对方ip,即可聊天-Asynchronous socket communication between the two sides to run the software, enter each other Platform: |
Size: 3020800 |
Author:photo |
Hits: