搜索资源列表
-
0下载:
客户端的简单编程实现。
主要是通过udp方式,实现用户间的对话。
其中运用了序列化类的方法。
以下是源代码,请多提意见。
-simple client program. Mainly through udp way to achieve a dialogue between users. The sequence in which the use of such methods. Following is the source code, please speak up.
-
-
0下载:
本程序为UDP打洞原理的测试程序。为了简单起见,该程序服务器就接收两个客户端的连接,使两客户端建立UDP通道。两客户端建立UDP通道后,互相发送的数据不经过服务器转发,直接进行数据交互,这时可以关闭服务器程序。服务器的默认服务端口是10000,如果该端口已经被占用,请自行修改服务端口。-This procedure works for UDP hole test program. For simplicity, the application server on the reception of
-
-
0下载:
得到了陆其明的指点,经过本人的修改的一款网络视频流媒体传输监控软件,通过基于基于udp的rtp原理传输进行组播,实时性高,健壮性强,运用DirectShow自己生成Filter,实时捕获视频资源,分成服务器端和客户机端,是远程监控的一个好程序.
,Qi-Ming Lu received the pointing, after my modified a network video streaming surveillance software, based on the udp-based p
-
-
1下载:
本程序设计分为服务器应用程序及客户机应用程序部分,采用Socket套接字库网络编程。(UDP)和(TCP/IP)相结合的连接方式,及解决了数据传输的时效性又能保证数据在传输的过程中不会丢失。另外程序采用多个线程来避免程序阻塞。具体设计思路及部分代码如下:
程序设计目的:首先就是完成课设任务啦(大二课设内容)其他目的:
1:练习使用套接字进行网络编程。
2:练习使用自定义消息。
3:练习多线程方面的编程思想。
4:练习使用各种控件。
-This procedure
-
-
0下载:
Windows IPC socket program (tcp/udp) (server/client)
-
-
1下载:
包含了VC下实现的WINDOWS API的TCP/UDP的网络服务器、客户端程序,还有一个聊天程序。-VC contains the WINDOWS API under the TCP/UDP network server, the client program, there is a chat program.
-
-
0下载:
this program is a dns protocol client, sends the query to certain server and analysis the answer to display it, it works using both udp and tcp protocols
-
-
0下载:
一个简单的Windows下的UDP程序,包含客户端和服务器端,对于初学winsock有帮助!欢迎下载!-A simple Windows program under the UDP, including client and server side, for beginners winsock help! Welcome to download!
-
-
0下载:
基于UDP的 网络程序的 客户端与服务器端的-The network program based on UDP client and server-side Dongdong
-
-
0下载:
Udp客户端程序,可以实现UDp的通讯,作为参考谢谢,-Udp client program can be achieved UDp communication, as a reference Thank you,
-
-
0下载:
设计UDP服务器程序,在完成绑定、监听等操作后,利用线程函数接收客户端的连接请求,并为利用发送线程进行信息发送。利用局域网测试程序,可以进行网络聊天。-Design UDP server program, in complete binding, monitoring, etc, using thread function after receiving the client connection requests, and using information for sending messa
-
-
0下载:
(1)设计UDP服务器程序和客户机程序,利用一般UDP套接字实现基本的UDP通信功能。
(2)根据并发服务器模型原理设计UDP并发服务器程序。-(1) design UDP client server program and program, use commonly UDP socket communication function realization of basic UDP).
(2) according to the principle of concurrent serve
-
-
0下载:
udp client program workable
-
-
0下载:
进行UDP通信时,客户端程序,服务端程序负责接收命令,并执行相应命令-For UDP communication, the client program, server program responsible for receiving orders, and execute the corresponding command
-
-
0下载:
建立一个基于UDP的二人网络聊天的程序,要有登陆功能,登陆成功后可实现客户端和服务器端信息的互发,否则不能进入聊天。-A UDP-based chat program for two, there must log function, the landing can be achieved after the success of the client and server send each other information, or can not access the chat.
-
-
0下载:
基于UDP 的客户端和服务端程序,完成本机端口间的的通信-UDP-based client and server program to complete the communication between the local port
-
-
1下载:
利用UDP通信时,服务器端的程序有一个线程不停地监听客户端发来的数据报,等待客户的请求,服务器只有通过客户发来的数据报中的信息才能得到客户端的地址及端口-A thread stop to listen for client datagram using UDP traffic, the server-side program, wait for the customer' s request, the datagram server sent only through the inform
-
-
0下载:
echo的客户程序,很有用的调试工具,实现tcp和udp协议的客户端,下程序为tcp-echo client program, a very useful debugging tool, tcp and udp protocol client, under the procedures for tcp
-
-
0下载:
关于TCP和UDP客户端和服务器的程序,帮助了解TCP和udp的特点-TCP and UDP client and server program, help to understand the characteristics of TCP and udp
-
-
0下载:
利用udp协议打洞实现p2p,delphi下实现p2p,类似于QQ的整个过程 .利用delphi的indy实现此过程-Compiled with delphi 7, with the latest indy mail control, to achieve similar foxmail e-mail client program
-