搜索资源列表
网络通信程序设计
- 由VC++开发的一个有关网络通讯的例程,大家可以参考一下-a network communication example by VC++,users can refer to it.
TCP客户服务器通讯测试软件
- TcpIP网络通讯,客户服务器通讯测试程序! 异步socket编程!-TcpIP network communications, client-server communications test procedure! Asynchronous socket programming!
网络对话
- 实现网络通讯,可进行互联网上的对话,有聊天的功能.-network communications can be conducted on the Internet dialogue, a chat function.
有关网络通信程序的设计与实现
- 有关网络通讯的程序的设计与实现,开发环境是vc6.0-the network communications procedures for the design and realization of the development environment is vc6.0
闻怡洋网络通信开发包
- 闻怡洋网络通信开发包.rar 国内资深人士闻怡洋的网络通讯开发包(VC/WINDOWS)-Wen Yue Yang Network Communication Development Kit. Rar domestic senior Wen Yue-yang network communications Development Kit (VC / W INDOWS)
如何利用Delphi 6编写Socket网络通信程序
- 用Delphi编写Socket网络通讯程序-with Delphi Socket network communications procedures
UDP协议实现网络通讯
- UDP协议实现网络通讯-UDP communications network
异步网络通讯
- 异步网络通讯,有源代码-asynchronous network communications, active code
网络通讯程序
- 这是一个使用VC++6.0编写的CSocket的网络通讯程序,可以注册用户通讯等功能。
西门子simatic step7 网络通讯
- 通过该程序,完成其他非VB/VC语言编写的软件同simatic step7 软件之间的信息交互。可通过任何支持网络编程的语言编写软件同新门子现场总线设备之间的信息交互
javaUDP编程
- java实现的基于UDP网络通讯代码. JAVA语言
MPEG-4音频参考程序.tar
- Mpeg4视频处理编解码算法代码,适用于多媒体和网络通讯编程学习和开发借鉴使用-Mpeg4 video codec algorithm code applicable to multimedia and network communications programming to learn and develop from the use of
CAsyncSocketEx_demo
- 异步方式网络通讯示例,Sock包装,基于MFC环境-Asynchronous network communication, Sock Packaging
communication
- vb网络通讯编程代码,如相关控件开关,通讯控制等-vb network communications programming code, such as switch-related control, communications, control, etc.
udp
- vb2005的网络通讯,采用UDP或tcp协议,实现网内的通讯-vb2005 of network communications, using UDP or tcp protocol for communication within the network
从入门到精通 西门子工业网络通信实战
- 从入门到精通 西门子工业网络通信实战(From entry to mastery of SIEMENS industrial network communications)
Visual C++ 6.0数据库与网络开发实例
- VC6.0编程。数据库开发。网络通讯开发。socket编程开友。图书馆图书管理。(VC6.0 program. net communication program. database program. socket communication program. library book managing.)
ZeroMQ-4.x.3
- 基于ZMQ4.2.2源代码,CZMQ4.0.3源代码的云平台网络通讯源代码VS2015工程,实现?MQ - The Guide中管家模式通信(Figure 50 - The Majordomo Pattern)(http://zguide.zeromq.org/page:all)的源代码,包含MDP_Worker.c,MDP_Broker.c,MDP_Client.c。(Based on the ZMQ4.2.2 source code, the source code of CZMQ4.0.3
WinSock网络编程经络_源码
- 实现网络间通讯 各种通讯的实现 源代码编写(socket transfer code and every socket transfer)
高并发网络通讯
- 借助epoll模型基于linux系统实现高并发网络通讯,包括客户端和服务器。