Welcome![Sign In][Sign Up]
Location:
Search - QQ udp

Search list

[WinSock-NDIS支持UDP TCP ICMP的QQ代理程序

Description: 支持UDP TCP ICMP的QQ代理程序-support the ICMP TCP UDP QQ agent
Platform: | Size: 8097 | Author: 呵呵 | Hits:

[JSP/JavaUDP桌面

Description: java编写的两台机器通过UDP数据报发送和接受,类似于QQ的程序-prepared by the two machines through UDP datagrams send and receive, similar to the procedures QQ
Platform: | Size: 2023 | Author: | Hits:

[Internet-Network支持UDP TCP ICMP的QQ代理程序

Description: 支持UDP TCP ICMP的QQ代理程序-support the ICMP TCP UDP QQ agent
Platform: | Size: 8192 | Author: 呵呵 | Hits:

[Bio-Recognizeshengwushibie

Description: UDP对QQ来说太重要了。 UDP和TCP是同一个层上的协议,都是通过IP层进行数据。。。 算啦,不扯这些了。 UDP针对的是不需要保证数据一定传输到的一种协议。因为IP 本身是会被随意丢弃的,所以TCP为确保数据可靠,会消耗大量的 资源,而且Socket架上去以后会出于保持链接的一种结构。 QQ本身不保持链接,数据是否可靠自己去验证,而且QQ里的数据 都是小包,尤其适应UDP的结构。最后对于multicast来说,UDP 是唯一可行的降低网络带宽负担的协议-UDP right QQ is so important. UDP and TCP is a layer with the agreement through the IP layer data. . . Forget it, do not pull these. UDP is aimed at not necessarily guarantee that the data transmission to an agreement. Because IP is will be randomly discarded, TCP to ensure reliable data, and will consume a large amount of resources, but to Socket shelves after link will be maintained for a structure. QQ link itself is not maintained, reliable data to verify themselves, but QQ, the data packets are, in particular to adapt the structure of UDP. Finally for multicast, UDP is the only viable network bandwidth to reduce the burden of agreement
Platform: | Size: 67584 | Author: fang | Hits:

[JSP/JavaUDP桌面

Description: java编写的两台机器通过UDP数据报发送和接受,类似于QQ的程序-prepared by the two machines through UDP datagrams send and receive, similar to the procedures QQ
Platform: | Size: 2048 | Author: | Hits:

[P2Pmmzmagic_PeerToPeer

Description: 本程序为一个真正点对点通讯示范程序:) 实现内网到内网的直接连接(QQ用的技术) 使用Delphi实现。在网上未看到类似的程序,特此发布提供喜欢的朋友参考。 通过UDP来实现穿透NAT的点对点通讯。 >>原定 程序设置一个共享目录里边所有文件都可供别人多点下载(类似BT) 独立服务端 负责消息中转、用户登陆 客户端从服务端获取用户列表 然后直连各个用户 以实现 聊天 语音 视屏 文件传输等可能的一切服务 >>>结果 由于工作太忙<一个小借口^O^>,文件传输、语音 视频等服务一直没去实现。 希望有朋友在此基础上完善后能发布了给大家学习:) 使用2个第3方控件 DXSock Rzaize 3.10 作者:马敏钊 QQ 22900104 Email: mmzmagic@sina.com 为心爱的DELPHI出一点力,共同提高,共同进步-the procedures for a real point-to-point communication model : ) within the network to achieve within the network directly connected (QQ the technology used) using Delphi. The Internet has not seen a similar procedure, is hereby issued to provide information like friends. UDP through NAT to achieve penetration of point-to-point communications.
Platform: | Size: 1282048 | Author: 仙侣边缘人 | Hits:

[ICQ-IM-ChatUDP

Description: 和QQ互通的最新代码,根据QQ的最新协议-And QQ exchange the latest code, according to the latest agreement QQ
Platform: | Size: 185344 | Author: sharemin | Hits:

[ICQ-IM-ChatQQ

Description: 类似QQ的网络聊天程序源码,支持TCP和UDP连接,可以传输屏幕截图-Similar network QQ chat program source code, support for TCP and UDP connections, you can transfer screen shots
Platform: | Size: 1626112 | Author: wu | Hits:

[TCP/IP stackqq

Description: 一个用TCP/UDP编写聊天工具,还可以获取IP,截图等功能。-A use of TCP/UDP preparation of chat tools, but also access to IP, screenshot functions.
Platform: | Size: 1881088 | Author: 杨祥兵 | Hits:

[TCP/IP stackUDP

Description: vb写的简单型qq软件。通过udp协议实现连接和通信。能收发信息。-vb write simple qq software. Through the udp protocol connectivity and communications. Can send and receive information.
Platform: | Size: 5120 | Author: hero | Hits:

[Internet-Networkqq

Description: 支持UDP TCP ICMP的QQ代理序 使用vc-Support UDP TCP ICMP sequence using the QQ Acting vc
Platform: | Size: 12288 | Author: fancycode | Hits:

[Internet-Networktest1

Description: 使用 udp协议 模仿 qq消息提示的 小工具-Use udp protocol to imitate qq gadget news tips
Platform: | Size: 18590720 | Author: 赫进 | Hits:

[Windows DevelopQQ(Heys)

Description: UDP机制下的文本聊天机制,采用双UDP机制,和输入输出两个窗口。-UDP mechanism mechanisms text chat
Platform: | Size: 573440 | Author: Heys | Hits:

[Software Engineeringqq

Description: 使用c++编写了对点 语音聊天软件,实现两台主机之间得语音通信,首先通过声音采集,然后利用ACM接口压缩音频数据,将数据发送到目标主机,主机接收数据后,解压缩音频数据,并播放,以此实现了点对点得语音通信。利用TCP/IP协议来确认连接状态(TCP/IP协议是可靠的协议,TCP负责发现传输的问题,一有问题就发出信号,要求重新传输,直到所有数据安全正确地传输到目的地,),UDP协议(UDP是一个无连接协议,传输数据之前源端和终端不建立连接,当它想传送时就简单地去抓取来自应用程序的数据,并尽可能快地把它扔到网络上)来实现数据的发送和接收。ACM WAVEX -Using c++ write software for peer to peer voice chat, to achieve voice communication between two host computers were first collected by the sound, and then use ACM compressed audio data interfaces, data sent to the target host, the host receives data, extract audio data, and play, to assert the point was voice communications. Using TCP/IP protocol to confirm the connection status (TCP/IP protocol is a reliable protocol, TCP is responsible for the problems found in transmission, a signal problem on the demand for re-transmission until all the data security and correctly transferred to the destination), UDP protocol (UDP is a connectionless protocol, transmission of data source and the terminal before the connection is not established, when it simply when you want to transfer to crawl from the application of data and throw it as quickly as possible on the network ) to achieve data transmission and reception.
Platform: | Size: 2726912 | Author: 里小号 | Hits:

[CommunicationFilePoster-UDP-file-transfer

Description: udp文件传输,学习qq思想,局域网速度较快-udp file transfer, learning qq thought, LAN speed
Platform: | Size: 3641344 | Author: wwj | Hits:

[ICQ-IM-Chatlinux-QQ(udp)

Description: 本实验是一个Linux下的网络即时通信工具,模仿QQ而来…-This experiment is a real-time communication network under Linux tools, imitation QQ from ...
Platform: | Size: 21504 | Author: 欧阳 | Hits:

[ICQ-IM-ChatQQ-with-UDP

Description: 本设计开发的是一个局域网QQ聊天软件,运用软件工程的设计流程,使用现在比较普遍和流行的C#语言,采用面向对象的方法,综合运用数据库编程技术、多线程开发技术、网络通讯技术,以Microsoft Visual Studio 2005作为系统前台应用程序开发工具,Microsoft SQL Server 2000作为后台数据库管理系统,在Windows XP平台下进行开发。-The topic of this paper is going to talk about that to develop the local area network QQ chat software. This local area network chat software using the design stream of the software project, using the C# language which is very common and popular, using the object-oriented approach, the technology of the database programming, multi-threading development technology and the network communication technology, makes Microsoft Visual Studio 2005 as the front application design tool, Microsoft SQL Server 2000 are used as the background DBMS( the database management system ), and it was programmed in the Windows XP System.
Platform: | Size: 9446400 | Author: huajiakui | Hits:

[TCP/IP stackudp.7z

Description: 局域网QQ 局域网多人聊天软件 使用UDP 局域网通信 C#开发-LAN QQ C# development
Platform: | Size: 44032 | Author: zw19910823 | Hits:

[Otherlabview论坛-用UDP做的消息发送程序,类似QQ的!

Description: 实现类似qq的chat功能,基于tcp协议(Implement chat functions similar to QQ)
Platform: | Size: 26624 | Author: lzh1992 | Hits:

[Windows DevelopUDP

Description: 编程实现了模拟qq聊天的程序功能,通过UDP通信实现用户交流(Programming realizes the program function of the analog QQ chat, and realizes the user communication through the UDP communication)
Platform: | Size: 2259968 | Author: 周飞 | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net