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

Search list

[WinSock-NDISudp receiver

Description: udp协议仿真程序(接受端)-udp agreement simulation program (receivers)
Platform: | Size: 1699 | Author: 陈亮 | Hits:

[Windows Developudp_sndrcv

Description: 这是个简单udp应运,UDP能够向若干台目标计算机发送数据;接收发自若干个源计算机的数据。-This is a simple udp be transported, UDP to be able to target a number of Taiwan's computer to send data; Received from a number of sources of computer data.
Platform: | Size: 31744 | Author: liyi1234_0 | Hits:

[Internet-Networkudp receiver

Description: udp协议仿真程序(接受端)-udp agreement simulation program (receivers)
Platform: | Size: 1024 | Author: 陈亮 | Hits:

[Internet-NetworkVC_UDPSND

Description: VC++6编译,UDP组播程序,分为发射端和接收端两个部分,这是发射端程序-VC 6 compiler, UDP Multicast procedures, divided into transmitter and receiver in two parts, which is to launch a process-
Platform: | Size: 30720 | Author: 何力 | Hits:

[Internet-NetworkVC_UDPRCV

Description: VC++6编译,UDP组播程序,分为发射端和接收端两个部分,这是接收端程序-VC 6 compiler, UDP Multicast procedures, divided into transmitter and receiver in two parts, which is receiving end procedures
Platform: | Size: 34816 | Author: 何力 | Hits:

[Windows Developbroadclient

Description: UDP广播客户端源程序,可发可收,简单好用-UDP broadcasting client source can be granted admission, simple and easy
Platform: | Size: 13312 | Author: 郭治 | Hits:

[Windows Developbroadser

Description: UDP广播服务器源程序,可发可收,简单好用-UDP broadcasting server source code can be granted admission, simple and easy
Platform: | Size: 12288 | Author: 郭治 | Hits:

[Internet-NetworkCodeNet

Description: 网络的相关知识,网络程序的编写,Socket是连接应用程序与网络驱动程序的桥梁,Socket在应用程序中创建,通过bind与驱动程序建立关系。此后,应用程序送给Socket的数据,由Socket交给驱动程序向网络上发送出去。计算机从网络上收到与该Socket绑定的IP+Port相关的数据后,由驱动程序交给Socket,应用程序便可从该Socket中提取接收到的数据。网络应用程序就是这样通过socket进行数据的发送与接收的。TCP与UDP的工作原理与编写过程,如何在程序中链接库文件。一个字符界面的聊天程序。-network of the knowledge, network program, Socket is a link between the application and network drivers for the bridge, Socket in the application process to create, Driving through bind with the procedures established relations. Since then, Socket applications presented data from the socket to the network driver to send out. Computer network received from the socket and bundled IP Port-related data, from driver to Socket, applications from the Socket can extract the data receiver. Web applications is through this socket for data transmission and reception. TCP and UDP Principle and the work of the preparation process, and how to process link libraries. A character based chat program.
Platform: | Size: 25600 | Author: 李佳明 | Hits:

[TCP/IP stackSoft20060210091948243

Description: 一模块功能 做到在互连网的语音通信功能,使用g.729压缩,语音比较清晰,但有一点停吨现象。 二.结构 dll 中用了一个tcp连接,表示双方连通没有,用udp发送语音数据,发送端表明了发送顺序,接收端重排了顺序。-do a functional module in Internet voice communications functions, the use of g.729 compression, voice clear, But it stopped tons phenomenon. 2. Dll uses a structure of a tcp connection, the two sides said no connectivity with udp send voice data, Send end of this sequence showed that the receiver rearrangement of the order.
Platform: | Size: 133120 | Author: 周丹 | Hits:

[CommunicationUDP

Description: 利用WINSCOKET 的UDP协议进行文件传输程序,支持断点续传 值得学习-Using the UDP protocol WINSCOKET file transfer procedures, in support of HTTP worth learning
Platform: | Size: 4651008 | Author: john | Hits:

[TCP/IP stackCMulticastSocket-VC-4-demos

Description: UDP组播VC例程 修正了原PUDN上的UDP组播例程的BUG 简单说明: 一共4个可执行文件。 CMulticastSocket-仅发送测试.exe CMulticastSocket-仅接收测试.exe CMulticastSocket-发送和接收.exe 组播实现一例:监听程序,可同时运行多个进程接收.exe 其中,1~3是对话框版,改自同一版本,最早是个只能绑定一次组播地址:端口对的,后来根据实例4的思想改为了支持多个进程的版本(显然多个线程仍然适用),即可多次运行这个程序,绑定相同的组播地址和端口对。同时这里增加了一个简单的控制,通过发送Clear消息可以使2和3完成"ClearAllReceivedMessage"控件相同的功能;另外在第3个中有两个隐藏控件,其中实现了进程内的消息处理测试,可以PostMessage给其他控件,(自定义消息WM_TRY)以激活相关动作(函数OnTry),另外有一部分未激活的代码可以实现黑屏控制。 其中,4为shell版原来只接收一共数据报,我把它改成了可以一直接收数据,直到收到一个包含“shutdown”的消息;但由于采用阻塞式(receivefrom),即一直处于接收状态,在未收到消息是不能干任何事。 另外,压缩包中保留的各个版本以供对照。-CMulticastSocket with 7 dsw/dsp packages including 6 compilable, 1 cannot be compiled just included for references. The packages demonstrates: 1 DLG based M-cast UDP tranceiver also with a non-reusable version for reference 1 shell based M-cast UDP tranceiver 1 DLG based M-cast UDP receiver, 1 DLG based M-cast UDP sender.
Platform: | Size: 549888 | Author: 邝育军 | Hits:

[Internet-Networkudp

Description: 利用socket进行的UDP连接,包括发送端和接收器端.-Socket using the UDP connection, including sender and receiver.
Platform: | Size: 2363392 | Author: lyq | Hits:

[Otherrecv

Description: udp receiver vc++ source code-vc++
Platform: | Size: 1200128 | Author: h | Hits:

[VHDL-FPGA-VerilogUDP_receiver

Description: this is udp receiver application for sending packets through the ethernet
Platform: | Size: 12288 | Author: suren | Hits:

[TCP/IP stackUDP

Description: UDP调试的服务器和接收端源码,方便实现调试UDP。-UDP debugging server and the receiver source, easy to debug UDP.
Platform: | Size: 67584 | Author: yangzh | Hits:

[Program docWINSOCK-UDP

Description: VC++接收、发布广播信息代码 VC++接收、发布广播信息的程序代码,广播信息其实也就是一个服务器和一个接收机,这里简化为一个服务端和客户端,服务端向外发送信息,客户端自动接收,当然,这里仅实现最基本的单元,扩展空间很大,了解了原理,你就能举一反三,开发出更复杂的消息应用来。-VC++ to receive, publish broadcast code VC++ to receive, publish broadcast the program code, broadcasting information in fact is a server and a receiver, here simplified to a server and client, server send out information, the client automatically receive Of course, here only to achieve the most basic unit, plenty of room for expansion, understanding the principles, you will be able to judge the whole, to develop more complex applications to the news.
Platform: | Size: 64512 | Author: jelly | Hits:

[Internet-Networkudp

Description: UDP receiver for raw
Platform: | Size: 4025344 | Author: HaiLinh | Hits:

[Embeded LinuxZ-video-udp-receiver

Description: 在LINUX系统下,采用UDP协议,读取从网络传送过来的视频图片,并动态的显示在QT开发的界面上-Under LINUX system, using the UDP protocol, transferred from the network to read over the video picture, and dynamically displayed on the QT interface development
Platform: | Size: 22528 | Author: | Hits:

[Internet-NetworkUDP发送和接受

Description: UDp协议的数据发送和数据接收端,mfc源码(UDp protocol data transmission and data receiver, MFC source code)
Platform: | Size: 59392 | Author: Hawazki | Hits:

[Internet-NetworkUDP

Description: 实现了udp文件传输,通过选择文件夹的方式来选择文件,同时 接收端能够受到信息(UDP file transmission is implemented by selecting files by selecting folders, while the receiver can receive information)
Platform: | Size: 9420800 | Author: xu16 | Hits:
« 12 3 4 »

CodeBus www.codebus.net