搜索资源列表
网络通信程序设计
- 由VC++开发的一个有关网络通讯的例程,大家可以参考一下-a network communication example by VC++,users can refer to it.
有关网络通信程序的设计与实现
- 有关网络通讯的程序的设计与实现,开发环境是vc6.0-the network communications procedures for the design and realization of the development environment is vc6.0
基于TCP,IP的网络通讯成功
- 基于TCP,IP的网络通讯成功的程序,只是一个短小的程序,可以作为底层通讯编码使用
如何利用Delphi 6编写Socket网络通信程序
- 用Delphi编写Socket网络通讯程序-with Delphi Socket network communications procedures
网络通讯程序
- 这是一个使用VC++6.0编写的CSocket的网络通讯程序,可以注册用户通讯等功能。
西门子simatic step7 网络通讯
- 通过该程序,完成其他非VB/VC语言编写的软件同simatic step7 软件之间的信息交互。可通过任何支持网络编程的语言编写软件同新门子现场总线设备之间的信息交互
MPEG-4音频参考程序.tar
- Mpeg4视频处理编解码算法代码,适用于多媒体和网络通讯编程学习和开发借鉴使用-Mpeg4 video codec algorithm code applicable to multimedia and network communications programming to learn and develop from the use of
NetworkTestDemo
- jave mobile的网络通讯程序,有tcp和udp两种方式。-jave mobile network communication procedures, there is tcp and udp in two ways.
chat
- MFC聊天程序 对于学习网络通讯软件设计有帮助-It s helpful to study the designer of embedded software^
MFC_sound_communication
- 一个基于MFC的UDP音频通信程序,实现了局域网点对点的音频通信,适合网络通讯编程的初学者。-MFC-UDP-based audio communication process, achieve LAN point to point audio communication, network communications programming is suitable for beginners.
test-net
- 基于linux操作系统的流式套接字网络通讯程序!包括主机和客户机的程序!-the internet communication protocols in Linux
tcpclientandserver
- 这是一个,用java实现的,简单的tcp网络通讯程序。-This is the one with the java implementation, a simple tcp network communication program.
P2P_liaotian
- P2P网络通讯程序,让你知道QQ聊天程序的开发
wangluobianchengdazuoye
- 嗅探器作为一种网络通讯程序,也是通过对网卡的编程来实现网络通讯的,对网卡的编程也是使用通常的套接字(socket)方式来进行。但是,通常的套接字程序只能响应与自己硬件地址相匹配的或是以广播形式发出的数据帧,对于其他形式的数据帧比如已到达网络接口但却不是发给此地址的数据帧,网络接口在验证投递地址并非自身地址之后将不引起响应,也就是说应用程序无法收取到达的数据包。而网络嗅探器的目的恰恰在于从网卡接收所有经过它的数据包,这些数据包即可以是发给它的也可以是发往别处的。显然,要达到此目的就不能再让网卡按通
tongxun
- 根据JAVA的网络相关知识和多线程的知识,编制一简单的网络通讯程序,能够实现一对多通讯。-JAVA network according to knowledge and knowledge of multi-threading, the preparation of a simple network communication program that enables one to many communication.
Form1
- Socket通讯程序,C#编写,是我学习Socket编程时写的,欢迎下载分享(Socket communication program, C# prepared, I learned Socket programming written, welcome to download to share)
netw5500
- w5500封装了TCP/IP 协议,连接stm32spi串口,进行网络通讯,支持断网重连,连接速短快,程序简单。(W5500 encapsulates the TCP/IP protocol, connect stm32spi serial port, network communication, support broken network reconnection, fast connection speed, simple procedure.)
实验50 网络通信实验
- 基于STM32平台的网络通讯程序,可以直接运行,希望对大家有帮助(STM32 platform based network communication program, you can directly run, we want to help)
MyUDP
- 使用UDP协议进行通讯,利用socket编写一个简单的网络应用程序,获取服务器当前的时间、日期和指定目录下的文件列表。(Use the UDP protocol to communicate, write a simple network application using socket, get the current time, date, and list of files in the specified directory.)
网络通讯程序
- c++语言编写,实现客户端和服务器之间的数据通讯,基于HTTP请求应答协议。