Welcome![Sign In][Sign Up]
Location:
Search - c upd

Search list

[Communication利用UPD协议实现广播通信的源代码

Description: 这是一款用Visual C++编写的利用UPD协议实现广播通信的源代码,运行环境为 VC/。-This is a Visual C UPD prepared by the use of radio communications protocol source code, operating environment for the VC /.
Platform: | Size: 16078 | Author: 先生 | Hits:

[Internet-NetworkUDP程序

Description: UPD网络通信程序-UPD Network Communication Program
Platform: | Size: 15360 | Author: 张先生 | Hits:

[Communicationguangbaotongxun

Description: 这是一款用Visual C++编写的利用UPD协议实现广播通信的源代码,运行环境为 VC/。-This is a Visual C UPD prepared by the use of radio communications protocol source code, operating environment for the VC /.
Platform: | Size: 16384 | Author: 先生 | Hits:

[ICQ-IM-ChatUdpChatExample

Description: UdpChatExample upd 聊天程序-UdpChatExample upd Chat Program
Platform: | Size: 44032 | Author: 吴霞 | Hits:

[Communicationsocketudp

Description: c# 实现socket upd 通信 包括客户端 服务器端 程序-c# to achieve socket upd client communication, including server-side program
Platform: | Size: 297984 | Author: 阿速度 | Hits:

[CSharpUdpSendFileDemo

Description: C#实现UPD文件安全传输(含客户端和服务器端)-C# to achieve UPD file security transfer
Platform: | Size: 636928 | Author: HuoKun | Hits:

[TCP/IP stackProjects

Description: 用C# winform写的通过upd通信协议传输信息-Written using C# winform communication protocol to transmit information through the upd
Platform: | Size: 153600 | Author: 黄武 | Hits:

[Sniffer Package captureCSHARPSOCKET

Description: C#实现多线程网络通讯 整个系统由三个核心线程组成,并由.NET线程池统一管理: 侦听客户端连接请求线程:ListenClientRequest(),循环侦听客户端连接请求。如果有,检测该客户端IP,看是否是同一观测设备,然后建立一个客户端TSession对象,并通过Socket异步调用方法BeginReceive()接收数据包、EndReceive()处理数据包 数据包处理线程:HandleDatagrams(),循环检测数据包队列_datagramQueue,完成数据包解析、判断类型、存储等工作 客户端状态检测线程:CheckClientState(),循环检查客户端会话-C# multi-threaded network communication system is composed of three core thread throughout the composition, by the. NET thread pool unified management: a client connection request listening thread: ListenClientRequest (), loop listening client connection request. If you have, testing the client IP, to see if the same observation equipment, and then create a client-side TSession object, and through Socket asynchronous call methods BeginReceive () to receive data packets, EndReceive () processing of data packet data packet processing threads: HandleDatagrams ( ), cyclic test data packet queue _datagramQueue, the completion of the packet parsing to determine the type, storage, etc. the client state detection thread: CheckClientState (), loop checks the client session
Platform: | Size: 10240 | Author: 鸣鸣 | Hits:

[P2PP2Psocket

Description: P2P视频通信源代码,使用upd,tcp/ip通讯协议, 用C#开发。-P2P video communications source code, the use of upd, tcp/ip protocol, with the C# development.
Platform: | Size: 538624 | Author: wo | Hits:

[P2PUDP

Description: C# UPD打洞技术 P2P通信 P2P聊天
Platform: | Size: 2048 | Author: Sandy | Hits:

[Internet-Networkudp-brodcast

Description: windows UPD 广播多播的例子,是我收藏的,因为注释很多,所以很清楚;您看了后,肯定对实践性的多播、广播有了更清晰的认识,而不仅仅是书面上的理解。是存c写的,您认识清楚后,可以自己用MFC等包装下也是行的-windows UPD Broadcast Multicast example, my collection, because a lot of comments, so it is clear you read, confirmed on the practical multicast, broadcast have a clearer understanding of not just understanding of writing . Is kept c write, you know well, you can use the MFC, such as packaging under its own line is
Platform: | Size: 23552 | Author: huangjun | Hits:

[CSharpUDPnat

Description: C#UPD打洞技术简单介绍包含部分代码word格式-C# UPD holes technical brief contains part of the code word format
Platform: | Size: 20480 | Author: jiangyuan | Hits:

[TCP/IP stackudp

Description: upd server and client program source code (visual c++ console mode)
Platform: | Size: 1024 | Author: youngho | Hits:

[Software Engineeringns2aodv

Description: NS (Version 2) is an open source network simulation tool. It is an object oriented, discrete event driven simulator written in C++ and Otcl. The primary use of NS is in network researches to simulate various types of wired/wireless local and wide area networks to implement network protocols such as TCP and UPD, traffic source behavior such as FTP, Telnet, Web, CBR and VBR, router queue management mechanism such as Drop Tail, RED and CBQ, routing algorithms such as Dijkstra, and many more. -NS (Version 2) is an open source network simulation tool. It is an object oriented, discrete event driven simulator written in C++ and Otcl. The primary use of NS is in network researches to simulate various types of wired/wireless local and wide area networks to implement network protocols such as TCP and UPD, traffic source behavior such as FTP, Telnet, Web, CBR and VBR, router queue management mechanism such as Drop Tail, RED and CBQ, routing algorithms such as Dijkstra, and many more.
Platform: | Size: 536576 | Author: mahadev gawas | Hits:

[Internet-Networksample-codes

Description: NS (Version 2) is an open source network simulation tool. It is an object oriented, discrete event driven simulator written in C++ and Otcl. The primary use of NS is in network researches to simulate various types of wired/wireless local and wide area networks to implement network protocols such as TCP and UPD, traffic source behavior such as FTP, Telnet, Web, CBR and VBR, router queue management mechanism such as Drop Tail, RED and CBQ, routing algorithms such as Dijkstra, and many more. -NS (Version 2) is an open source network simulation tool. It is an object oriented, discrete event driven simulator written in C++ and Otcl. The primary use of NS is in network researches to simulate various types of wired/wireless local and wide area networks to implement network protocols such as TCP and UPD, traffic source behavior such as FTP, Telnet, Web, CBR and VBR, router queue management mechanism such as Drop Tail, RED and CBQ, routing algorithms such as Dijkstra, and many more.
Platform: | Size: 9216 | Author: mahadev gawas | Hits:

[Internet-NetworkshishiUDP

Description: 简单的UPD通信的C#小例子,一个是客户端,一个是服务器程序-UPD communication C# example, a client, a server program
Platform: | Size: 29696 | Author: 困兽斗 | Hits:

[Internet-NetworkshishiUDP2

Description: 简单的UPD通信的C#小例子,一个是客户端,一个是服务器程序。请两个一起下载使用-UPD communication C# example, a client, a server program. Two together Download
Platform: | Size: 26624 | Author: 困兽斗 | Hits:

[CSharpMulticastChat

Description: c# 编写的一个upd的网络聊天室,实现upd网络发送信息,网络监听,桌面显示发送消息(C# write a UPD network chat room, the realization of UPD network sending information, network monitoring, desktop display sending messages)
Platform: | Size: 59392 | Author: freefly688 | Hits:

[CSharpC#UDP聊天室

Description: Windows服务应用程序是一种需要长期运行的应用程序,它对于服务器环境特别适合。它没有用户界面,并且也不会产生任何可视输出。任何用户消息都会被写进Windows事件日志。计算机启动时,服务会自动开始运行。它们不要用户一定登录才运行,它们能在包括这个系统内的任何用户环境下运行。通过服务控制管理器,Windows服务是可控的,可以终止、暂停及当需要时启动。 Windows 服务,以前的NT服务,都是被作为Windows NT操作系统的一部分引进来的。它们在Windows 9x及Windows Me下没有。你需要使用NT级别的操作系统来运行Windows服务,诸如:Windows NT、Windows 2000 Professional或Windows 2000 Server。举例而言,以Windows服务形式的产品有:Microsoft Exchange、SQL Server,还有别的如设置计算机时钟的Windows Time服务。(A Windows service application is an application that needs to be run for a long time, and it is particularly suitable for the server environment. It does not have a user interface, and it does not produce any visual output. Any user message is written into the Windows event log. When)
Platform: | Size: 32768 | Author: 金名 | Hits:

[Internet-NetworkUDP通信

Description: c# UPD通讯实例,有相关的服务端和客户端(An example of c# UPD communication)
Platform: | Size: 173056 | Author: sznetnet | Hits:
« 12 »

CodeBus www.codebus.net