搜索资源列表
tcp_examples
- tcp_ip进行网际互联演示程序,分别归类并调试,可以直接编译运行,有助于理解Tcp/ip协议原理。
MulticastDemo
- directshow实务精选中有关于组播传输的演示程序,multicastServer是服务器程序,multicastclient是客户机程序。
UDPClient
- UDP 通信程序,演示了简单的UDP的用法.
UDPDemo
- UDP协议数据传输的演示程序,可在该代码的基础上扩展为自己的代码-UDP protocol for data transmission demo program can be the basis of the code expansion for their own code
detail_of_44b0x_TCPIP
- TCPIP 程序包加载到44b0x 的ADS1.2工程文件的说明书。说名了加载过程的细节和如何处理演示程序和代码。演示代码已经上传,大家可以搜索-TCPIP package loaded into the 44b0x Manual ADS1.2 project documents. That of the loading process the details and how to deal with demo and code. Demo code has already been uploa
udp
- 简单的网路程序,只是演示如何进行UDP的内网穿透-Simple network procedures, only demonstrate how to carry out the UDP network penetration
UDPmulticast
- 这是一个VC编写的组播通信演示程序。程序调用了Winsock API,并在Windows XP下测试通过。程序说明源于任泰明编写的<TCP/IP协议与网络编程>-VC This is a demonstration of the preparation process of the multicast communication. Procedure calls the Winsock API, and tested under Windows XP.
UDPDemo
- 应用程序向导已为您创建了这个 UDPDemo 应用程序。此应用程序不仅演示 Microsoft 基础类的基本使用方法,还可作为您编写应用程序的起点。-Application Wizard has been created for you this UDPDemo application. This application not only the basis of demonstration of basic Microsoft to use, but also to prepare the a
socks5
- 实现socks5代理协议的Demo程序,演示如何通过Proxy而实现UDP穿越-Socks5 agency agreement to achieve the Demo program, demonstrate how to achieve the adoption of UDP through Proxy
tcpipDemo
- tcpip演示程序,实现了客户端和服务器端的通信,仅作初学者入门参考-tcpip demo
tcptest
- 基于TCP/IP协议的演示程序,包括TCP服务器端和客户端程序,基于VC6.0开发环境,能直接编译运行。-An demo program base on the TCP/IP protocol,including the server and the client.
socket20120418
- 演示Winsock网络编程中的完成端口模型,有助初学者加深对该模型原理的理解。 [AES] - AES快速算法和蓝牙设备中用的E0算法(用于加密)、E1算法、E2算法、E3算法(用于密钥管理和鉴权等)等 [TCPPacket.zip] - 此源码演示了如何通过原始套接字来模拟tcp包,对winsock网络编程及tcp/ip协议的学习 有帮助 [pGina.rar] - Windows下的登录替换程序,可以实现用自己的方法增强系统登录,例如使用智能卡、独立的认证系统等。
Socks5
- Socks5代理演示程序,Delphi源代码。-Socks5_ proxy demo program
NXP-P-uCOS-II-P-ZLG_IP
- NXP+uCOS-II+ZLG_IP软件包实现的TCPIP协议演示程序分析(UDP)-NXP+ uCOS-II+ ZLG_IP software package demo program analysis TCPIP protocol (UDP)
TCPTest
- TCPTest 是由安富莱电子开发的TCP通信测试程序。 配合安富莱STM32F103ZE-EK开发板进行TCP通信例程演示。 -TCP Test for Armfly Board
tcp-ip
- CP/IP通信技术演示程序设计,VB语言为开发基础, 使用Socket 套接字作为开发的应用程序开发模型, 完成了网络在线聊天系统的设计及实现过程, 通过测试表明该系统可以方便的建立连接, 断开连接, 实现网络在线聊天系统的发送消息和接收消息等功能。内含此工程所有相关文件以及一篇程序设计演示报告演示。-TCP/IP communication technology demonstration program design, VB language for the development of t
TCP_Socket_1.6
- 这个程序是一个非常干净的代码,由有经验的程序员编写,使用C ++类cSocket,在C ++平台上编写,并且附带一个MFC演示应用程序。 cSocket类很容易使用,即使是初学者也没有问题。(Event driven (non blocking, asynchronous) Winsock programming is a very complex topic. It is definitely NOT for beginners! I needed such code and searched